diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e220b555a152dec1b34b9915cb331cca7f35eb8..9b2796e869273f883d2c1efc23ff6fe1f72ddc70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## V1.0.20250514 +### 新增 +【评审】新增产品需求评审 + +【导入导出】自定义参数提供导入导出能力 + +【数据字典】需求、工单、工作项、测试用例静态数据字典转为动态 + +### 修复 +【权限】修复普通用户从测试用户新建产品需求权限异常问题 + +【评审】优化测试用例评审界面展示及评审人消息通知 + +【权限】项目管理增加工时管理权限 + ## V1.0.20250430 ### 修复 【工时】修复工时日历登记人筛选条件失效问题 diff --git a/README.md b/README.md index c779659431ee8343a65fda9d46061b47c433d81e..b10aefbf349227ec554e5d24f71f86345772fe75 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,8 @@ PLM业务扩展的核心目标是将iBizPLM转化为不仅仅是一个标准的 | 24 | 2025-02-27 | V1.0.20250227 | 优化:远程插件加载、团队管理员相关权限等 | | 25 | 2025-04-22 | V1.0.20250422 | 优化:相关界面参数;修复页面删除、代码表加载等问题 | | 26 | 2025-04-30 | V1.0.20250430 | 优化:知识基线比对、用例相关界面元素等;修复工时查询、产品状态新增等问题 | +| 27 | 2025-05-14 | V1.0.20250514 | 新增:产品需求评审、自定义导入导出等;优化评审发送通知;修复权限相关问题 | + diff --git a/deploy/compose/.env b/deploy/compose/.env index 92d62aebe737590a684a94223459151488f8b72d..de45e63ce6e1ef2654816476e85738a5fead1fb3 100644 --- a/deploy/compose/.env +++ b/deploy/compose/.env @@ -23,7 +23,7 @@ EMQX_PORT=8083 # SYSTEM:系统配置,支持:iBizPLM以及后续即将开源的iBizEHR、iBizEAM系统部署 ## 业务系统配置信息 SYSTEM_NAME=ibizplm -SYSTEM_REPO=https://gitee.com/ibizlab/plm/releases/download/V1.0-alpha.20250430/V1.0-alpha.20250430.zip +SYSTEM_REPO=https://gitee.com/ibizlab/plm/releases/download/V1.0-alpha.20250514/V1.0-alpha.20250514.zip SYSTEM_WEBPORT=30250 #系统前段访问端口 SYSTEM_MOBPORT=30260 #系统前段访问端口 SYSTEM_APIPORT=30251 #系统后端访问端口 diff --git a/deploy/compose/docker-compose.yml b/deploy/compose/docker-compose.yml index 15696997832ab58a2cd49d517b7e7d1f77f11e76..b2eaee8acee0c6981ceed9adec8f5b375de44eac 100644 --- a/deploy/compose/docker-compose.yml +++ b/deploy/compose/docker-compose.yml @@ -4,7 +4,7 @@ services: #plmservice plmservice: env_file: .env - image: ${IMAGE_URL}ibiz-service-runner:v8.1.0.569.4.plm.250430 + image: ${IMAGE_URL}ibiz-service-runner:v8.1.0.569.33.plm.250515 container_name: plmservice ports: - "${SYSTEM_APIPORT}:${SYSTEM_APIPORT}" @@ -29,7 +29,7 @@ services: #plmweb plmweb: env_file: .env - image: ${IMAGE_URL}ibiz-cloud-web-runner:9.0.7.40-alpha.9.plm.250422 + image: ${IMAGE_URL}ibiz-cloud-web-runner:9.0.7.40-alpha.15.plm.250515 container_name: plmweb ports: - ${SYSTEM_WEBPORT}:80 diff --git a/ibizmodel.yaml b/ibizmodel.yaml index 469f846c20dcb3e2ccc4b129ee274e1d11154ae5..5d70529f250a8483a0f51d91a22c4362db8471d0 100644 --- a/ibizmodel.yaml +++ b/ibizmodel.yaml @@ -1 +1 @@ -modelfolder: model +modelfolder: model diff --git a/model/PSCODELISTS/idea_dictionary_group.json b/model/PSCODELISTS/test_case_dictionary.json similarity index 31% rename from model/PSCODELISTS/idea_dictionary_group.json rename to model/PSCODELISTS/test_case_dictionary.json index 8674df49ceff9d705623cfa5c597e3832ba9bcf7..dc6dc4596314f6b9c9cc05c4865b5d8c4968fa53 100644 --- a/model/PSCODELISTS/idea_dictionary_group.json +++ b/model/PSCODELISTS/test_case_dictionary.json @@ -1,33 +1,29 @@ { - "codeListTag" : "idea_dictionary_group", + "codeListTag" : "test_case_dictionary", "codeListType" : "STATIC", - "codeName" : "idea_dictionary_group", + "codeName" : "test_case_dictionary", "dynaInstMode" : 0, - "dynaModelFilePath" : "PSCODELISTS/idea_dictionary_group.json", + "dynaModelFilePath" : "PSCODELISTS/test_case_dictionary.json", "emptyText" : "未定义", - "name" : "需求字典分组", + "name" : "测试用例字典", "getPSCodeItems" : [ { - "codeName" : "all", - "text" : "全部", - "value" : "all" + "codeName" : "test_case_type", + "text" : "测试用例类型", + "value" : "test_case_type" }, { - "codeName" : "idea_state", - "text" : "需求状态", - "value" : "idea_state" + "codeName" : "test_case_level", + "text" : "测试用例重要程度", + "value" : "test_case_level" }, { - "codeName" : "idea_priority", - "text" : "需求优先级", - "value" : "idea_priority" + "codeName" : "test_case_test_type", + "text" : "测试用例测试类型", + "value" : "test_case_test_type" }, { - "codeName" : "idea_source", - "text" : "需求来源", - "value" : "idea_source" - }, { - "codeName" : "idea_type", - "text" : "需求类型", - "value" : "idea_type" + "codeName" : "test_case_status", + "text" : "测试用例状态", + "value" : "test_case_status" } ], - "refFlag" : false, + "refFlag" : true, "systemTag" : "iBizPLM", "codeItemValueNumber" : false, "enableCache" : true, diff --git a/model/PSCODELISTS/ticket_dictionary.json b/model/PSCODELISTS/ticket_dictionary.json new file mode 100644 index 0000000000000000000000000000000000000000..4d419657fadd9d15d4ba18d88d68b63b3db1b24c --- /dev/null +++ b/model/PSCODELISTS/ticket_dictionary.json @@ -0,0 +1,29 @@ +{ + "codeListTag" : "ticket_dictionary", + "codeListType" : "STATIC", + "codeName" : "ticket_dictionary", + "dynaInstMode" : 0, + "dynaModelFilePath" : "PSCODELISTS/ticket_dictionary.json", + "emptyText" : "未定义", + "name" : "工单字典", + "getPSCodeItems" : [ { + "codeName" : "ticket_status", + "text" : "工单状态", + "value" : "ticket_status" + }, { + "codeName" : "ticket_solution", + "text" : "工单解决方案", + "value" : "ticket_solution" + }, { + "codeName" : "ticket_priority", + "text" : "工单优先级", + "value" : "ticket_priority" + } ], + "refFlag" : true, + "systemTag" : "iBizPLM", + "codeItemValueNumber" : false, + "enableCache" : true, + "subSysAsCloud" : false, + "subSysCodeList" : false, + "userScope" : false +} \ No newline at end of file diff --git a/model/PSCODELISTS/work_item_dictionary.json b/model/PSCODELISTS/work_item_dictionary.json new file mode 100644 index 0000000000000000000000000000000000000000..14d7c29354421750fa3e8a0d5bd6f889286c0e68 --- /dev/null +++ b/model/PSCODELISTS/work_item_dictionary.json @@ -0,0 +1,37 @@ +{ + "codeListTag" : "work_item_dictionary", + "codeListType" : "STATIC", + "codeName" : "work_item_dictionary", + "dynaInstMode" : 0, + "dynaModelFilePath" : "PSCODELISTS/work_item_dictionary.json", + "emptyText" : "未定义", + "name" : "工作项字典", + "getPSCodeItems" : [ { + "codeName" : "work_item_probability", + "text" : "工作项复现概率", + "value" : "work_item_probability" + }, { + "codeName" : "work_item_priority", + "text" : "工作项优先级", + "value" : "work_item_priority" + }, { + "codeName" : "work_item_severity", + "text" : "工作项严重程度", + "value" : "work_item_severity" + }, { + "codeName" : "work_item_risk", + "text" : "工作项风险", + "value" : "work_item_risk" + }, { + "codeName" : "work_item_category", + "text" : "工作项任务类别", + "value" : "work_item_category" + } ], + "refFlag" : true, + "systemTag" : "iBizPLM", + "codeItemValueNumber" : false, + "enableCache" : true, + "subSysAsCloud" : false, + "subSysCodeList" : false, + "userScope" : false +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSCODELISTS/dictionary_catalog.json b/model/PSMODULES/Base/PSCODELISTS/dictionary_catalog.json index b6bfe58411b7b6bf6a32c188343d3add75932cea..1391fa5e51325955f18f8b1e1bf72d849b289413 100644 --- a/model/PSMODULES/Base/PSCODELISTS/dictionary_catalog.json +++ b/model/PSMODULES/Base/PSCODELISTS/dictionary_catalog.json @@ -10,14 +10,6 @@ "codeName" : "idea_state", "text" : "需求状态", "value" : "idea_state" - }, { - "codeName" : "ticket_state", - "text" : "工单状态", - "value" : "ticket_state" - }, { - "codeName" : "release_stage", - "text" : "发布阶段", - "value" : "release_stage" }, { "codeName" : "idea_priority", "text" : "需求优先级", @@ -30,6 +22,58 @@ "codeName" : "idea_type", "text" : "需求类型", "value" : "idea_type" + }, { + "codeName" : "ticket_state", + "text" : "工单状态", + "value" : "ticket_state" + }, { + "codeName" : "ticket_solution", + "text" : "工单解决方案", + "value" : "ticket_solution" + }, { + "codeName" : "ticket_priority", + "text" : "工单优先级", + "value" : "ticket_priority" + }, { + "codeName" : "release_stage", + "text" : "发布阶段", + "value" : "release_stage" + }, { + "codeName" : "work_item_probability", + "text" : "工作项复现概率", + "value" : "work_item_probability" + }, { + "codeName" : "work_item_priority", + "text" : "工作项优先级", + "value" : "work_item_priority" + }, { + "codeName" : "work_item_severity", + "text" : "工作项严重程度", + "value" : "work_item_severity" + }, { + "codeName" : "work_item_risk", + "text" : "工作项风险", + "value" : "work_item_risk" + }, { + "codeName" : "work_item_category", + "text" : "工作项任务类别", + "value" : "work_item_category" + }, { + "codeName" : "test_case_type", + "text" : "测试用例类型", + "value" : "test_case_type" + }, { + "codeName" : "test_case_level", + "text" : "测试用例重要程度", + "value" : "test_case_level" + }, { + "codeName" : "test_case_test_type", + "text" : "测试用例测试类型", + "value" : "test_case_test_type" + }, { + "codeName" : "test_case_status", + "text" : "测试用例状态", + "value" : "test_case_status" } ], "getPSDataEntity" : { "modelref" : true, diff --git a/model/PSMODULES/Base/PSDATAENTITIES/addon.json b/model/PSMODULES/Base/PSDATAENTITIES/addon.json index 0435ab34998e79e2efb8ef6ffe064389dae2664f..088e90139a2d4fc8aa53c0166f4b527bde67d4ed 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/addon.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/addon.json @@ -1030,7 +1030,8 @@ "dBType" : "MYSQL5", "name" : "IS_ENABLED", "queryCodeExp" : "t1.`IS_ENABLED`", - "standardColumnName" : "`IS_ENABLED`" + "standardColumnName" : "`IS_ENABLED`", + "valueAutoGen" : true } ], "getAllPSDEFUIModes" : [ { "codeName" : "Default", @@ -1074,6 +1075,7 @@ "codeName" : "is_enabled", "dEFType" : 1, "dataType" : "YESNO", + "defaultValue" : "1", "importOrder" : 1000, "logicName" : "启用", "name" : "IS_ENABLED", @@ -2008,6 +2010,7 @@ "stringLength" : 1048576, "type" : "SIMPLE" }, { + "defaultValue" : "1", "logicName" : "启用", "name" : "is_enabled", "getPSDEField" : { diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data.json index 63551d7a556039c0e255a2c79f81b986d5c3e60e..9774306323c60c9c807e455e9a7e7a3c4f6e69df 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data.json @@ -14,6 +14,21 @@ "defaultMode" : true, "enablePagingBar" : false, "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACMODES/Default.json" + }, { + "codeName" : "dictionary", + "logicName" : "字典", + "name" : "dictionary", + "getPSDEACModeDataItems" : [ { + "dataType" : 25, + "name" : "value" + }, { + "dataType" : 25, + "name" : "text" + } ], + "pagingSize" : 50, + "defaultMode" : false, + "enablePagingBar" : false, + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACMODES/dictionary.json" } ], "getAllPSDEActions" : [ { "actionMode" : "CREATE", @@ -259,6 +274,9 @@ }, { "name" : "COLOR", "codeName" : "color" + }, { + "name" : "STYLE", + "codeName" : "style" }, { "name" : "CATALOG", "codeName" : "catalog" @@ -414,6 +432,102 @@ }, "type" : "DTOS" } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_priority/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "idea_priority", + "logicName" : "需求优先级", + "name" : "idea_priority", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "idea_priority", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) idea_priority", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Idea_priorityInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Idea_priorityResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_source/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "idea_source", + "logicName" : "需求来源", + "name" : "idea_source", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "idea_source", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) idea_source", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Idea_sourceInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Idea_sourceResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } }, { "getAllPSDEDataQueryCodes" : [ { "modelref" : true, @@ -462,6 +576,54 @@ }, "type" : "DTOS" } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_type/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "idea_type", + "logicName" : "需求类型", + "name" : "idea_type", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "idea_type", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) idea_type", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Idea_typeInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Idea_typeResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } }, { "getAllPSDEDataQueryCodes" : [ { "modelref" : true, @@ -494,55 +656,1155 @@ } ] } }, - "getPSDEDataQueryInput" : { - "name" : "Release_stageInput", + "getPSDEDataQueryInput" : { + "name" : "Release_stageInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Release_stageResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "test_case", + "logicName" : "测试用例", + "name" : "test_case", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "LIKE", + "condType" : "SINGLE", + "condValue" : "test_case", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 文本包含(%) test_case", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Test_caseInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Test_caseResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_level/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "test_case_level", + "logicName" : "测试用例重要程度", + "name" : "test_case_level", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "test_case_level", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) test_case_level", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Test_case_levelInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Test_case_levelResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_status/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "test_case_status", + "logicName" : "测试用例状态", + "name" : "test_case_status", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "test_case_status", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) test_case_status", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Test_case_statusInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Test_case_statusResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_test_type/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "test_case_test_type", + "logicName" : "测试用例测试类型", + "name" : "test_case_test_type", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "test_case_test_type", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) test_case_test_type", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Test_case_test_typeInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Test_case_test_typeResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_type/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "test_case_type", + "logicName" : "测试用例类型", + "name" : "test_case_type", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "test_case_type", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) test_case_type", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Test_case_typeInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Test_case_typeResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "ticket", + "logicName" : "工单", + "name" : "ticket", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "LIKE", + "condType" : "SINGLE", + "condValue" : "ticket", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 文本包含(%) ticket", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "TicketInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "TicketResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_priority/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "ticket_priority", + "logicName" : "工单优先级", + "name" : "ticket_priority", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "ticket_priority", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) ticket_priority", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Ticket_priorityInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Ticket_priorityResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_solution/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "ticket_solution", + "logicName" : "工单解决方案", + "name" : "ticket_solution", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "ticket_solution", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) ticket_solution", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Ticket_solutionInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Ticket_solutionResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_state/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "ticket_state", + "logicName" : "工单状态", + "name" : "ticket_state", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "ticket_state", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) ticket_state", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Ticket_stateInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Ticket_stateResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "work_item", + "logicName" : "工作项", + "name" : "work_item", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "LIKE", + "condType" : "SINGLE", + "condValue" : "work_item", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 文本包含(%) work_item", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Work_itemInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Work_itemResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_category/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "work_item_category", + "logicName" : "工作项任务类别", + "name" : "work_item_category", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "work_item_category", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) work_item_category", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Work_item_categoryInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Work_item_categoryResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_priority/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "work_item_priority", + "logicName" : "工作项优先级", + "name" : "work_item_priority", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "work_item_priority", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) work_item_priority", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Work_item_priorityInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Work_item_priorityResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_probability/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "work_item_probability", + "logicName" : "工作项复现概率", + "name" : "work_item_probability", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "work_item_probability", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) work_item_probability", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Work_item_probabilityInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Work_item_probabilityResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_risk/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "work_item_risk", + "logicName" : "工作项风险", + "name" : "work_item_risk", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "work_item_risk", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) work_item_risk", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Work_item_riskInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Work_item_riskResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_severity/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "work_item_severity", + "logicName" : "工作项严重程度", + "name" : "work_item_severity", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "joinType" : "MAIN", + "name" : "DICTIONARY", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "work_item_severity", + "fieldName" : "CATALOG", + "name" : "(CATALOG) 等于(=) work_item_severity", + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Work_item_severityInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Work_item_severityResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + } + } ], + "getAllPSDEDataRelations" : [ { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATARELATIONS/Default.json" + }, { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATARELATIONS/global_tab_exp_view_DR.json" + } ], + "getAllPSDEDataSets" : [ { + "codeName" : "Default", + "logicName" : "数据集", + "majorSortDir" : "ASC", + "getMajorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "name" : "DEFAULT", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "Default" + } ], + "getPSDEDataSetInput" : { + "name" : "DefaultInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "DefaultResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "idea", + "logicName" : "需求", + "name" : "idea", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "idea" + } ], + "getPSDEDataSetInput" : { + "name" : "IdeaInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "IdeaResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "idea_priority", + "logicName" : "需求优先级", + "name" : "idea_priority", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "idea_priority" + } ], + "getPSDEDataSetInput" : { + "name" : "Idea_priorityInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Idea_priorityResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "idea_source", + "logicName" : "需求来源", + "name" : "idea_source", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "idea_source" + } ], + "getPSDEDataSetInput" : { + "name" : "Idea_sourceInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Idea_sourceResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "idea_state", + "logicName" : "需求状态", + "name" : "idea_state", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "idea_state" + } ], + "getPSDEDataSetInput" : { + "name" : "Idea_stateInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Idea_stateResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "idea_type", + "logicName" : "需求类型", + "name" : "idea_type", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "idea_type" + } ], + "getPSDEDataSetInput" : { + "name" : "Idea_typeInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Idea_typeResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "release_stage", + "logicName" : "发布阶段", + "name" : "release_stage", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "release_stage" + } ], + "getPSDEDataSetInput" : { + "name" : "Release_stageInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Release_stageResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "test_case", + "logicName" : "测试用例", + "name" : "test_case", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "test_case" + } ], + "getPSDEDataSetInput" : { + "name" : "Test_caseInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Test_caseResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "test_case_importance_level", + "logicName" : "测试用例重要程度", + "name" : "test_case_importance_level", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "test_case_level" + } ], + "getPSDEDataSetInput" : { + "name" : "Test_case_importance_levelInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Test_case_importance_levelResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "test_case_status", + "logicName" : "测试用例状态", + "name" : "test_case_status", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "test_case_status" + } ], + "getPSDEDataSetInput" : { + "name" : "Test_case_statusInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Test_case_statusResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "test_case_test_type", + "logicName" : "测试用例测试类型", + "name" : "test_case_test_type", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "test_case_test_type" + } ], + "getPSDEDataSetInput" : { + "name" : "Test_case_test_typeInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Test_case_test_typeResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "test_case_type", + "logicName" : "测试用例类型", + "name" : "test_case_type", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "test_case_type" + } ], + "getPSDEDataSetInput" : { + "name" : "Test_case_typeInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Test_case_typeResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "ticket", + "logicName" : "工单", + "name" : "ticket", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "ticket" + } ], + "getPSDEDataSetInput" : { + "name" : "TicketInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "TicketResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "ticket_priority", + "logicName" : "工单优先级", + "name" : "ticket_priority", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "ticket_priority" + } ], + "getPSDEDataSetInput" : { + "name" : "Ticket_priorityInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Ticket_priorityResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "ticket_solution", + "logicName" : "工单解决方案", + "name" : "ticket_solution", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "ticket_solution" + } ], + "getPSDEDataSetInput" : { + "name" : "Ticket_solutionInput", "getPSDEFilterDTO" : { "modelref" : true, "id" : "dictionary_data_filter_dto" }, "type" : "DTO" }, - "getPSDEDataQueryReturn" : { - "name" : "Release_stageResult", + "getPSDEDataSetReturn" : { + "name" : "Ticket_solutionResult", "getPSDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTOS" - } + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true }, { - "getAllPSDEDataQueryCodes" : [ { - "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_state/PSDEDQCODES/MYSQL5.json" - } ], "codeName" : "ticket_state", "logicName" : "工单状态", "name" : "ticket_state", - "getPSDEDQMain" : { - "getJoinPSDataEntity" : { - "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" - }, - "joinType" : "MAIN", - "name" : "DICTIONARY", - "getPSDEDQGroupCondition" : { - "condOp" : "AND", - "condType" : "GROUP", - "name" : "连接条件", - "getPSDEDQConditions" : [ { - "condOp" : "EQ", - "condType" : "SINGLE", - "condValue" : "ticket_state", - "fieldName" : "CATALOG", - "name" : "(CATALOG) 等于(=) ticket_state", - "getPSDEField" : { - "name" : "CATALOG", - "codeName" : "catalog" - } - } ] - } - }, - "getPSDEDataQueryInput" : { + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "ticket_state" + } ], + "getPSDEDataSetInput" : { "name" : "Ticket_stateInput", "getPSDEFilterDTO" : { "modelref" : true, @@ -550,37 +1812,52 @@ }, "type" : "DTO" }, - "getPSDEDataQueryReturn" : { + "getPSDEDataSetReturn" : { "name" : "Ticket_stateResult", "getPSDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTOS" - } - } ], - "getAllPSDEDataRelations" : [ { - "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATARELATIONS/Default.json" + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true }, { - "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATARELATIONS/global_tab_exp_view_DR.json" - } ], - "getAllPSDEDataSets" : [ { - "codeName" : "Default", - "logicName" : "数据集", - "majorSortDir" : "ASC", - "getMajorSortPSDEField" : { - "name" : "SEQUENCE", - "codeName" : "sequence" + "codeName" : "work_item", + "logicName" : "工作项", + "name" : "work_item", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "work_item" + } ], + "getPSDEDataSetInput" : { + "name" : "Work_itemInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" }, - "name" : "DEFAULT", + "getPSDEDataSetReturn" : { + "name" : "Work_itemResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "work_item_category", + "logicName" : "工作项任务类别", + "name" : "work_item_category", "getPSDEDataQueries" : [ { "modelref" : true, - "id" : "Default" + "id" : "work_item_category" } ], "getPSDEDataSetInput" : { - "name" : "DefaultInput", + "name" : "Work_item_categoryInput", "getPSDEFilterDTO" : { "modelref" : true, "id" : "dictionary_data_filter_dto" @@ -588,26 +1865,25 @@ "type" : "DTO" }, "getPSDEDataSetReturn" : { - "name" : "DefaultResult", + "name" : "Work_item_categoryResult", "getPSDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" }, "type" : "PAGE" }, - "defaultMode" : true, "enableBackend" : true, "enableFront" : true }, { - "codeName" : "idea", - "logicName" : "需求", - "name" : "idea", + "codeName" : "work_item_priority", + "logicName" : "工作项优先级", + "name" : "work_item_priority", "getPSDEDataQueries" : [ { "modelref" : true, - "id" : "idea" + "id" : "work_item_priority" } ], "getPSDEDataSetInput" : { - "name" : "IdeaInput", + "name" : "Work_item_priorityInput", "getPSDEFilterDTO" : { "modelref" : true, "id" : "dictionary_data_filter_dto" @@ -615,7 +1891,7 @@ "type" : "DTO" }, "getPSDEDataSetReturn" : { - "name" : "IdeaResult", + "name" : "Work_item_priorityResult", "getPSDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" @@ -625,15 +1901,15 @@ "enableBackend" : true, "enableFront" : true }, { - "codeName" : "idea_state", - "logicName" : "需求状态", - "name" : "idea_state", + "codeName" : "work_item_probability", + "logicName" : "工作项复现概率", + "name" : "work_item_probability", "getPSDEDataQueries" : [ { "modelref" : true, - "id" : "idea_state" + "id" : "work_item_probability" } ], "getPSDEDataSetInput" : { - "name" : "Idea_stateInput", + "name" : "Work_item_probabilityInput", "getPSDEFilterDTO" : { "modelref" : true, "id" : "dictionary_data_filter_dto" @@ -641,7 +1917,7 @@ "type" : "DTO" }, "getPSDEDataSetReturn" : { - "name" : "Idea_stateResult", + "name" : "Work_item_probabilityResult", "getPSDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" @@ -651,15 +1927,15 @@ "enableBackend" : true, "enableFront" : true }, { - "codeName" : "release_stage", - "logicName" : "发布阶段", - "name" : "release_stage", + "codeName" : "work_item_risk", + "logicName" : "工作项风险", + "name" : "work_item_risk", "getPSDEDataQueries" : [ { "modelref" : true, - "id" : "release_stage" + "id" : "work_item_risk" } ], "getPSDEDataSetInput" : { - "name" : "Release_stageInput", + "name" : "Work_item_riskInput", "getPSDEFilterDTO" : { "modelref" : true, "id" : "dictionary_data_filter_dto" @@ -667,7 +1943,7 @@ "type" : "DTO" }, "getPSDEDataSetReturn" : { - "name" : "Release_stageResult", + "name" : "Work_item_riskResult", "getPSDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" @@ -677,15 +1953,15 @@ "enableBackend" : true, "enableFront" : true }, { - "codeName" : "ticket_state", - "logicName" : "工单状态", - "name" : "ticket_state", + "codeName" : "work_item_severity", + "logicName" : "工作项严重程度", + "name" : "work_item_severity", "getPSDEDataQueries" : [ { "modelref" : true, - "id" : "ticket_state" + "id" : "work_item_severity" } ], "getPSDEDataSetInput" : { - "name" : "Ticket_stateInput", + "name" : "Work_item_severityInput", "getPSDEFilterDTO" : { "modelref" : true, "id" : "dictionary_data_filter_dto" @@ -693,7 +1969,7 @@ "type" : "DTO" }, "getPSDEDataSetReturn" : { - "name" : "Ticket_stateResult", + "name" : "Work_item_severityResult", "getPSDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" @@ -1080,6 +2356,95 @@ "stdDataType" : 25, "stringLength" : 100, "valueFormat" : "%1$s" + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "STYLE", + "dBType" : "MYSQL5", + "name" : "STYLE", + "queryCodeExp" : "t1.`STYLE`", + "standardColumnName" : "`STYLE`" + } ], + "getAllPSDEFSearchModes" : [ { + "codeName" : "N_STYLE_EQ", + "name" : "N_STYLE_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[STYLE][背景样式]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[STYLE][背景样式]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[STYLE][背景样式]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[STYLE][背景样式]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "STYLE", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "style", + "dEFType" : 1, + "dataType" : "SSCODELIST", + "importOrder" : 1000, + "length" : 100, + "logicName" : "背景样式", + "name" : "STYLE", + "getPSCodeList" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSCODELISTS/background_style.json" + }, + "getPSDEDBTable" : { + "modelref" : true, + "id" : "Table" + }, + "getPSSysDBColumn" : { + "modelref" : true, + "id" : "STYLE" + }, + "serviceCodeName" : "style", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s" }, { "getAllPSDEFDTColumns" : [ { "columnName" : "CATALOG", @@ -1093,6 +2458,11 @@ "name" : "N_CATALOG_EQ", "stdDataType" : 25, "valueOP" : "EQ" + }, { + "codeName" : "N_CATALOG_LIKE", + "name" : "N_CATALOG_LIKE", + "stdDataType" : 25, + "valueOP" : "LIKE" } ], "getAllPSDEFUIModes" : [ { "codeName" : "Default", @@ -1804,6 +3174,17 @@ "sourceType" : "DEFIELD", "stdDataType" : 9, "type" : "SIMPLE" + }, { + "logicName" : "背景样式", + "name" : "style", + "getPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" }, { "logicName" : "字典目录", "name" : "catalog", @@ -1910,6 +3291,20 @@ "sourceType" : "DEFSEARCHMODE", "stdDataType" : 25, "type" : "SIMPLE" + }, { + "logicName" : "字典目录", + "name" : "n_catalog_like", + "getPSDEFSearchMode" : { + "modelref" : true, + "id" : "N_CATALOG_LIKE" + }, + "getPSDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "logicName" : "标识", "name" : "n_id_eq", @@ -1938,6 +3333,20 @@ "sourceType" : "DEFSEARCHMODE", "stdDataType" : 25, "type" : "SIMPLE" + }, { + "logicName" : "背景样式", + "name" : "n_style_eq", + "getPSDEFSearchMode" : { + "modelref" : true, + "id" : "N_STYLE_EQ" + }, + "getPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "logicName" : "类型", "name" : "n_type_eq", @@ -2036,12 +3445,30 @@ "name" : "需求字典新建视图", "realModelSubType" : "DEOPTVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "ticket_dictionary_create_view", + "logicName" : "工单字典新建视图", + "name" : "工单字典新建视图", + "realModelSubType" : "DEOPTVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "work_item_dictionary_grid_view", + "logicName" : "工作项字典表格视图", + "name" : "工作项字典表格视图", + "realModelSubType" : "DEGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "PickupGridView", "logicName" : "数据字典实体选择表格视图(部件视图)", "name" : "数据字典实体选择表格视图(部件视图)", "realModelSubType" : "DEPICKUPGRIDVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "test_case_dictionary_grid_view", + "logicName" : "测试用例字典表格视图", + "name" : "测试用例字典表格视图", + "realModelSubType" : "DEGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "EditView2", "logicName" : "数据字典实体编辑视图(左右关系)", @@ -2098,6 +3525,12 @@ "name" : "数据字典实体编辑视图", "realModelSubType" : "DEEDITVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "work_item_dictionary_create_view", + "logicName" : "工作项字典新建视图", + "name" : "工作项字典新建视图", + "realModelSubType" : "DEOPTVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "idea_confirm_remove_view", "logicName" : "需求配置状态管理实体确认删除视图", @@ -2123,6 +3556,18 @@ "name" : "分页导航视图(发布配置)", "realModelSubType" : "DETABEXPVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "test_case_dictionary_create_view", + "logicName" : "测试用例字典新建视图", + "name" : "测试用例字典新建视图", + "realModelSubType" : "DEOPTVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "ticket_dictionary_grid_view", + "logicName" : "工单字典表格视图", + "name" : "工单字典表格视图", + "realModelSubType" : "DEGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "idea_dictionary_grid_view", "logicName" : "需求字典表格视图", @@ -2149,6 +3594,20 @@ "name" : "数据字典实体数据重定向视图", "realModelSubType" : "DEREDIRECTVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "ticket_create_form", + "logicName" : "工单字典新建视图_表单", + "modelTag2" : "0", + "name" : "工单字典新建视图_表单", + "realModelSubType" : "EDITFORM", + "realModelType" : "PSDEFORM" + }, { + "codeName" : "work_item_create_form", + "logicName" : "工作项字典新建视图_表单", + "modelTag2" : "0", + "name" : "工作项字典新建视图_表单", + "realModelSubType" : "EDITFORM", + "realModelType" : "PSDEFORM" }, { "codeName" : "Main", "logicName" : "主编辑表单", @@ -2206,7 +3665,14 @@ "realModelSubType" : "EDITFORM", "realModelType" : "PSDEFORM" }, { - "codeName" : "Usr04285955_Form", + "codeName" : "test_case_create_form", + "logicName" : "测试用例字典新建视图_表单", + "modelTag2" : "0", + "name" : "测试用例字典新建视图_表单", + "realModelSubType" : "EDITFORM", + "realModelType" : "PSDEFORM" + }, { + "codeName" : "idea_create_form", "logicName" : "需求字典新建视图_表单", "modelTag2" : "0", "name" : "需求字典新建视图_表单", diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json index af7aa0ec547125aca224429631c032da5ac6b8dc..6d98fbeed023ba0c0f8cc2774df90e1637c63e12 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json @@ -25,6 +25,9 @@ }, { "expression" : "t1.`SEQUENCE`", "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" }, { "expression" : "t1.`TYPE`", "name" : "TYPE" @@ -38,6 +41,6 @@ "expression" : "t1.`VAL`", "name" : "VAL" } ], - "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json index cb5b8a5cc3510be4cdf0dcc4a0135839b5afbc11..ac57fd48b6b001219ac888f8eb4f7f2b7a017eaf 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json @@ -25,6 +25,9 @@ }, { "expression" : "t1.`SEQUENCE`", "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" }, { "expression" : "t1.`TYPE`", "name" : "TYPE" @@ -38,6 +41,6 @@ "expression" : "t1.`VAL`", "name" : "VAL" } ], - "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea/PSDEDQCODES/MYSQL5.json index efe45da11d05f922afc32971747b86c967165f36..42895d7eee9d4e84827681e4e8656c31e64f6fba 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea/PSDEDQCODES/MYSQL5.json @@ -30,6 +30,9 @@ }, { "expression" : "t1.`SEQUENCE`", "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" }, { "expression" : "t1.`TYPE`", "name" : "TYPE" @@ -43,6 +46,6 @@ "expression" : "t1.`VAL`", "name" : "VAL" } ], - "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_priority/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_priority/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..6720c1eaf42668cfbf6cea757097cf95bf202de6 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_priority/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'idea_priority' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_priority/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_source/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_source/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..693bb2718829d0b2deab066c8b993999487a935f --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_source/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'idea_source' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_source/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_state/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_state/PSDEDQCODES/MYSQL5.json index b73491340040a3a07589ed82c51d12ff3c54fba4..f79d363aa3239cbe6b8b8afd30191e406bcd2506 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_state/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_state/PSDEDQCODES/MYSQL5.json @@ -30,6 +30,9 @@ }, { "expression" : "t1.`SEQUENCE`", "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" }, { "expression" : "t1.`TYPE`", "name" : "TYPE" @@ -43,6 +46,6 @@ "expression" : "t1.`VAL`", "name" : "VAL" } ], - "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_state/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_type/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_type/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..0016b49595f82e0705f4d462ecdb1a2d2c8be675 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_type/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'idea_type' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/idea_type/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/release_stage/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/release_stage/PSDEDQCODES/MYSQL5.json index 2bceebf71d0cebd5532c57b97dc808db912fca8c..1f1528a6e554bf3380df47be456eda5df43c7dc3 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/release_stage/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/release_stage/PSDEDQCODES/MYSQL5.json @@ -30,6 +30,9 @@ }, { "expression" : "t1.`SEQUENCE`", "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" }, { "expression" : "t1.`TYPE`", "name" : "TYPE" @@ -43,6 +46,6 @@ "expression" : "t1.`VAL`", "name" : "VAL" } ], - "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/release_stage/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..d1cc0b5e0d918157a338343b70faa32877a8fb76 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` LIKE '%test_case%' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_level/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_level/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..eb8c96f2bf911a41361cd1a745355927bf237eeb --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_level/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'test_case_level' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_level/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_status/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_status/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..511bf759b7c32ff0edc1986c6415eaeecbd2c937 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_status/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'test_case_status' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_status/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_test_type/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_test_type/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..e6a176a7292a24e866b98ef18408e5f05afbcecd --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_test_type/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'test_case_test_type' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_test_type/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_type/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_type/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..96491e9c8e365b6dbe68480ff8703b9c7ba279e9 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_type/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'test_case_type' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/test_case_type/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..c44492fcfecef1b4505ada672e61d1f139fb3fd1 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` LIKE '%ticket%' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_priority/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_priority/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..25688fd65255d75a7e2f115f9cff2009ed71aca4 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_priority/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'ticket_priority' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_priority/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_solution/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_solution/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..2411cc45e49f93da2dda7c6dab224851154bc9d6 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_solution/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'ticket_solution' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_solution/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_state/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_state/PSDEDQCODES/MYSQL5.json index 0b1e8289768223a2815380049f32368cee7becc2..d91db0d55422d74c1f6d12815abd914411fc98ac 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_state/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_state/PSDEDQCODES/MYSQL5.json @@ -30,6 +30,9 @@ }, { "expression" : "t1.`SEQUENCE`", "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" }, { "expression" : "t1.`TYPE`", "name" : "TYPE" @@ -43,6 +46,6 @@ "expression" : "t1.`VAL`", "name" : "VAL" } ], - "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/ticket_state/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..c649385a25c6fe40d5f0b5febd7bcb12ca6a7ae0 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` LIKE '%work_item%' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_category/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_category/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..21b8d54503b3fad412838fbab3229eca942ae5c3 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_category/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'work_item_category' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_category/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_priority/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_priority/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..f4191a84295c4c76df55f4682231f08a9f976f60 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_priority/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'work_item_priority' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_priority/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_probability/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_probability/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..98894832bb25f9a85e32a44fd37ed42fa911c011 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_probability/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'work_item_probability' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_probability/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_risk/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_risk/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..b36d72f787801d9b3b6d529996dc7cbbd51a7404 --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_risk/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'work_item_risk' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_risk/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_severity/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_severity/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..8b424f725b0cd29d61cc234e5ab8aa323796f7fd --- /dev/null +++ b/model/PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_severity/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,51 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`CATALOG` = 'work_item_severity' )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CATALOG`", + "name" : "CATALOG" + }, { + "expression" : "t1.`COLOR`", + "name" : "COLOR" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IS_SYSTEM`", + "name" : "IS_SYSTEM" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "t1.`STYLE`", + "name" : "STYLE" + }, { + "expression" : "t1.`TYPE`", + "name" : "TYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`VAL`", + "name" : "VAL" + } ], + "queryCode" : "SELECT\nt1.`CATALOG`,\nt1.`COLOR`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`ID`,\nt1.`IS_SYSTEM`,\nt1.`NAME`,\nt1.`SEQUENCE`,\nt1.`STYLE`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`VAL`\nFROM `DICTIONARY` t1 \n", + "id" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEDATAQUERIES/work_item_severity/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/Base/PSDATAENTITIES/relation.json b/model/PSMODULES/Base/PSDATAENTITIES/relation.json index a7243dc8ad2135f1a04cc06012148c9365a87343..cf886eb17f18e998afb876a23fcf7635751c6f58 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/relation.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/relation.json @@ -10898,6 +10898,25 @@ "serviceCodeName" : "relation", "inherit" : true, "storageInherit" : true + }, { + "codeName" : "relation", + "dERType" : "DERMULINH", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json", + "inheritMode" : 1, + "logicName" : "关联", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "name" : "DERMULINH_REVIEW_CONTENT_IDEA_RELATION", + "orderValue" : 100, + "serviceCodeName" : "relation", + "inherit" : true, + "storageInherit" : true }, { "codeName" : "relation", "dERType" : "DERMULINH", diff --git a/model/PSMODULES/Base/PSDATAENTITIES/version.json b/model/PSMODULES/Base/PSDATAENTITIES/version.json index 5955f601de3f0e310f22f3883d0cf164e7bd4677..402c14e38c4d98e914caa58526c78bbd6f4caf02 100644 --- a/model/PSMODULES/Base/PSDATAENTITIES/version.json +++ b/model/PSMODULES/Base/PSDATAENTITIES/version.json @@ -2985,6 +2985,31 @@ "removeActionType" : 0, "removeOrder" : -1, "serviceCodeName" : "target_version" + }, { + "codeName" : "target_version", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION.json", + "logicName" : "关联目标版本", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "masterRS" : 0, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION", + "orderValue" : 100, + "pickupDEFName" : "TARGET_VERSION_ID", + "getPickupPSDEField" : { + "name" : "TARGET_VERSION_ID", + "codeName" : "target_version_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "target_version" }, { "codeName" : "target_version", "dERSubType" : "DER1N", diff --git a/model/PSMODULES/ProdMgmt.json b/model/PSMODULES/ProdMgmt.json index ffb4bec3390ab502028d84ead58cc0083e1e37a0..6816d6db9cadcf3de6b52298cde14dd32e3fd382 100644 --- a/model/PSMODULES/ProdMgmt.json +++ b/model/PSMODULES/ProdMgmt.json @@ -114,6 +114,9 @@ }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product_ticket_type.json" + }, { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" diff --git a/model/PSMODULES/ProdMgmt/PSCODELISTS/idea_priority.json b/model/PSMODULES/ProdMgmt/PSCODELISTS/idea_priority.json index ddf150b40a075c2d24a8e443340cdb9b0968318d..1d1aaed345a6625b2d18a2260e4eeb739223fbda 100644 --- a/model/PSMODULES/ProdMgmt/PSCODELISTS/idea_priority.json +++ b/model/PSMODULES/ProdMgmt/PSCODELISTS/idea_priority.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__idea_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "idea_priority", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSCODELISTS/idea_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求优先级", "getPSCodeItems" : [ { "codeName" : "p0", @@ -52,9 +66,13 @@ "textCls" : "green-span", "value" : "P4" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_priority" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -62,6 +80,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/ProdMgmt/PSCODELISTS/idea_state.json b/model/PSMODULES/ProdMgmt/PSCODELISTS/idea_state.json index abd06c78cb2089d8b2fd7149fad821ca530254a9..94f1e7876632c8f131535eac2abc219cb44d598a 100644 --- a/model/PSMODULES/ProdMgmt/PSCODELISTS/idea_state.json +++ b/model/PSMODULES/ProdMgmt/PSCODELISTS/idea_state.json @@ -10,6 +10,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSCODELISTS/idea_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求状态", "getPSCodeItems" : [ { "codeName" : "item_10", diff --git a/model/PSMODULES/ProdMgmt/PSCODELISTS/mob_idea_state.json b/model/PSMODULES/ProdMgmt/PSCODELISTS/mob_idea_state.json index 73252aa9e063b615190ee2f80314c8bcd6eb8274..15ef9c0896b777b5b20cc9d39c7e5d0aede729a5 100644 --- a/model/PSMODULES/ProdMgmt/PSCODELISTS/mob_idea_state.json +++ b/model/PSMODULES/ProdMgmt/PSCODELISTS/mob_idea_state.json @@ -14,6 +14,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSCODELISTS/mob_idea_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求状态(移动端)", "getPSDEDataSet" : { "modelref" : true, diff --git a/model/PSMODULES/ProdMgmt/PSCODELISTS/product_customer.json b/model/PSMODULES/ProdMgmt/PSCODELISTS/product_customer.json index 3dae88219489775ed6cee2713e8089a7b644dba7..cb62e0c9ac81c73fc4ff8e2b9808ac0d13dbb77e 100644 --- a/model/PSMODULES/ProdMgmt/PSCODELISTS/product_customer.json +++ b/model/PSMODULES/ProdMgmt/PSCODELISTS/product_customer.json @@ -1,5 +1,4 @@ { - "cacheTimeout" : 1000, "codeListTag" : "ProdMgmt__product_customer", "codeListType" : "DYNAMIC", "codeName" : "product_customer", @@ -9,7 +8,7 @@ "name" : "产品客户", "getPSDEDataSet" : { "modelref" : true, - "id" : "normal" + "id" : "cur_product_customer" }, "getPSDataEntity" : { "modelref" : true, @@ -30,7 +29,7 @@ "codeName" : "id" }, "codeItemValueNumber" : false, - "enableCache" : true, + "enableCache" : false, "subSysAsCloud" : false, "subSysCodeList" : false, "userScope" : false diff --git a/model/PSMODULES/ProdMgmt/PSCODELISTS/solutions.json b/model/PSMODULES/ProdMgmt/PSCODELISTS/solutions.json index 70ea2859dd02c24407c1b86e045c4478ba235a9a..b876b1eb86261fe206c0f5442daa4d6d85160b1d 100644 --- a/model/PSMODULES/ProdMgmt/PSCODELISTS/solutions.json +++ b/model/PSMODULES/ProdMgmt/PSCODELISTS/solutions.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__solutions", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "solutions", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSCODELISTS/solutions.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单解决方案", "getPSCodeItems" : [ { "codeName" : "item_10", @@ -35,9 +49,13 @@ "text" : "不予采纳", "value" : "70" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_solution" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -45,6 +63,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/ProdMgmt/PSCODELISTS/ticket_priority.json b/model/PSMODULES/ProdMgmt/PSCODELISTS/ticket_priority.json index cf42d0829a12c074b82a84f96f96bd3e8cbdcda0..dc78ea36ab0032aa828f537726a8d235bab2911c 100644 --- a/model/PSMODULES/ProdMgmt/PSCODELISTS/ticket_priority.json +++ b/model/PSMODULES/ProdMgmt/PSCODELISTS/ticket_priority.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__ticket_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ticket_priority", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSCODELISTS/ticket_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单优先级", "getPSCodeItems" : [ { "codeName" : "p0", @@ -52,9 +66,13 @@ "textCls" : "green-span", "value" : "P4" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_priority" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -62,6 +80,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/ProdMgmt/PSCODELISTS/ticket_state.json b/model/PSMODULES/ProdMgmt/PSCODELISTS/ticket_state.json index f32857c044dd6a3e3973f6fef56aea621db9b104..963abda2f7c1b62fed7dec83fe720be944fd1100 100644 --- a/model/PSMODULES/ProdMgmt/PSCODELISTS/ticket_state.json +++ b/model/PSMODULES/ProdMgmt/PSCODELISTS/ticket_state.json @@ -10,6 +10,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSCODELISTS/ticket_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单状态", "getPSCodeItems" : [ { "codeName" : "item_10", diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/customer.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/customer.json index 1cd035eb0483467431f0fd3becfd0ff362a6dbbe..1bf7af4f3bbd0b3f64eb96c7c262c2608a14f89f 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/customer.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/customer.json @@ -785,6 +785,65 @@ "id" : "assignee" }, "viewLevel" : 100 + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/customer/PSDEDATAQUERIES/cur_product_customer/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "cur_product_customer", + "logicName" : "当前产品客户", + "name" : "cur_product_customer", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/customer.json" + }, + "joinType" : "MAIN", + "name" : "CUSTOMER", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "0", + "fieldName" : "IS_DELETED", + "name" : "(IS_DELETED) 等于(=) 0", + "getPSDEField" : { + "name" : "IS_DELETED", + "codeName" : "is_deleted" + } + }, { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "n_product_id_eq", + "fieldName" : "PRODUCT_ID", + "name" : "(PRODUCT_ID) 等于(=) 网页请求上下文 n_product_id_eq", + "getPSDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "Product_id" + }, + "getPSVARTypeId" : "WEBCONTEXT" + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Cur_product_customerInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "customer_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Cur_product_customerResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "customer_dto" + }, + "type" : "DTOS" + } }, { "getAllPSDEDataQueryCodes" : [ { "modelref" : true, @@ -1167,6 +1226,32 @@ "viewLevel" : 100, "enableBackend" : true, "enableFront" : true + }, { + "codeName" : "cur_product_customer", + "logicName" : "当前产品客户", + "name" : "cur_product_customer", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "cur_product_customer" + } ], + "getPSDEDataSetInput" : { + "name" : "Cur_product_customerInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "customer_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Cur_product_customerResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "customer_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true }, { "codeName" : "idea_notre_customer", "logicName" : "需求未关联的客户", @@ -6807,6 +6892,12 @@ "name" : "其他实体关联客户多项选择视图(移动端)", "realModelSubType" : "DEMOBMPICKUPVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "customer_pick_up_tree_view", + "logicName" : "客户选择树视图", + "name" : "客户选择树视图", + "realModelSubType" : "DEPICKUPTREEVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "pick_up_view", "logicName" : "客户实体数据选择视图", @@ -6829,8 +6920,8 @@ "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "pick_up_tree_view", - "logicName" : "客户选择树视图", - "name" : "客户选择树视图", + "logicName" : "客户类别选择树视图", + "name" : "客户类别选择树视图", "realModelSubType" : "DEPICKUPTREEVIEW", "realModelType" : "PSDEVIEWBASE" }, { diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/customer/PSDEDATAQUERIES/cur_product_customer/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/customer/PSDEDATAQUERIES/cur_product_customer/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..12758ff85baf27d5f806c18c780f327be0c9e0e1 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/customer/PSDEDATAQUERIES/cur_product_customer/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,75 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t1.`IS_DELETED` = 0 AND t1.`PRODUCT_ID` = #{ctx.webcontext.n_product_id_eq} )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`ASSIGNEE_ID`", + "name" : "ASSIGNEE_ID" + }, { + "expression" : "t1.`ASSIGNEE_NAME`", + "name" : "ASSIGNEE_NAME" + }, { + "expression" : "t1.`CATEGORIES`", + "name" : "CATEGORIES" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`DESCRIPTION`", + "name" : "DESCRIPTION" + }, { + "expression" : "t1.`GRADE_ID`", + "name" : "GRADE_ID" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`INDUSTRY_ID`", + "name" : "INDUSTRY_ID" + }, { + "expression" : "t1.`IS_ARCHIVED`", + "name" : "IS_ARCHIVED" + }, { + "expression" : "t1.`IS_DELETED`", + "name" : "IS_DELETED" + }, { + "expression" : "t1.`LOGO`", + "name" : "LOGO" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`PRODUCT_ID`", + "name" : "PRODUCT_ID" + }, { + "expression" : "t11.`IS_ARCHIVED`", + "name" : "PRODUCT_IS_ARCHIVED" + }, { + "expression" : "t11.`NAME`", + "name" : "PRODUCT_NAME" + }, { + "expression" : "t1.`SCALE`", + "name" : "SCALE" + }, { + "expression" : "(select count(1) from ticket a where a.customer_id=t1.`ID` and a.IS_DELETED=0 and a.state>='40')", + "name" : "TICKET_FINISH" + }, { + "expression" : "(select count(1) from ticket a where a.customer_id=t1.`ID` and a.IS_DELETED=0)", + "name" : "TICKET_TOTAL" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + } ], + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt1.`CATEGORIES`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GRADE_ID`,\nt1.`ID`,\nt1.`INDUSTRY_ID`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`LOGO`,\nt1.`NAME`,\nt1.`PRODUCT_ID`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`SCALE`,\n(select count(1) from ticket a where a.customer_id=t1.`ID` and a.IS_DELETED=0 and a.state>='40') AS `TICKET_FINISH`,\n(select count(1) from ticket a where a.customer_id=t1.`ID` and a.IS_DELETED=0) AS `TICKET_TOTAL`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `CUSTOMER` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \n", + "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/customer/PSDEDATAQUERIES/cur_product_customer/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json index 061e9bb7eaf23ae004f517fe5f68db552706b142..3667d5a1382239aedf8047ac6f27b85a931953e8 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json @@ -957,6 +957,9 @@ }, { "name" : "IDEA_TYPE", "codeName" : "idea_type" + }, { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" }, { "name" : "SEQUENCE", "codeName" : "sequence" @@ -1063,6 +1066,9 @@ }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem0507481839.json" + }, { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem0509377221.json" }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem0702784439.json" @@ -1649,6 +1655,92 @@ }, "type" : "DTOS" } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_idea/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "baseline_idea", + "logicName" : "基线需求", + "name" : "baseline_idea", + "getPSDEDQMain" : { + "getChildPSDEDQJoins" : [ { + "getDERPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getJoinPSDER" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation/PSDERS/DERCUSTOM_RELATION_TARGET_IDEA.json" + }, + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "joinType" : "1N", + "name" : "RELATION存在1:N(EXISTS (SELECT))DERCUSTOM_RELATION_TARGET_IDEA", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "idea", + "fieldName" : "TARGET_TYPE", + "name" : "(TARGET_TYPE) 等于(=) idea", + "getPSDEField" : { + "name" : "TARGET_TYPE", + "codeName" : "target_type" + } + }, { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "baseline", + "fieldName" : "PRINCIPAL_TYPE", + "name" : "(PRINCIPAL_TYPE) 等于(=) baseline", + "getPSDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + } + }, { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "baseline", + "fieldName" : "PRINCIPAL_ID", + "name" : "(PRINCIPAL_ID) 等于(=) 网页请求上下文 baseline", + "getPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "getPSVARTypeId" : "WEBCONTEXT", + "ignoreEmpty" : true + } ] + } + } ], + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "joinType" : "MAIN", + "name" : "IDEA" + }, + "getPSDEDataQueryInput" : { + "name" : "Baseline_ideaInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Baseline_ideaResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTOS" + } }, { "getAllPSDEDataQueryCodes" : [ { "modelref" : true, @@ -3555,6 +3647,33 @@ "enableBackend" : true, "enableFront" : true, "enableTempData" : true + }, { + "codeName" : "baseline_idea", + "logicName" : "基线需求", + "name" : "baseline_idea", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "baseline_idea" + } ], + "getPSDEDataSetInput" : { + "name" : "Baseline_ideaInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Baseline_ideaResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true, + "enableTempData" : true }, { "actionHolder" : 1, "codeName" : "baseline_plan_idea", @@ -4283,6 +4402,36 @@ "enableBackend" : true, "enableFront" : true, "enableTempData" : true + }, { + "actionHolder" : 1, + "codeName" : "review_data", + "dataSetType" : "DELOGIC", + "logicName" : "评审数据", + "name" : "review_data", + "getPSDEDataSetInput" : { + "name" : "Review_dataInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Review_dataResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json" + }, + "predefinedType" : "DELOGIC", + "enableBackend" : true, + "enableFront" : false, + "enableTempData" : true }, { "codeName" : "user", "logicName" : "普通用户", @@ -9239,6 +9388,98 @@ "formulaDEField" : true, "phisicalDEField" : false, "queryColumn" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "REVIEW_RESULT_STATE", + "dBType" : "MYSQL5", + "name" : "REVIEW_RESULT_STATE", + "queryCodeExp" : "t1.`REVIEW_RESULT_STATE`", + "standardColumnName" : "`REVIEW_RESULT_STATE`", + "valueAutoGen" : true + } ], + "getAllPSDEFSearchModes" : [ { + "codeName" : "N_REVIEW_RESULT_STATE_EQ", + "name" : "N_REVIEW_RESULT_STATE_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[REVIEW_RESULT_STATE][评审结果]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[REVIEW_RESULT_STATE][评审结果]移动端默认", + "stringLength" : 60, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[REVIEW_RESULT_STATE][评审结果]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[REVIEW_RESULT_STATE][评审结果]", + "stringLength" : 60, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "REVIEW_RESULT_STATE", + "maxValue" : 60, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[60]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[60]" + }, + "ruleInfo" : "内容长度必须小于等于[60]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "review_result_state", + "dEFType" : 1, + "dataType" : "SSCODELIST", + "defaultValue" : "1", + "importOrder" : 1000, + "length" : 60, + "logicName" : "评审结果", + "name" : "REVIEW_RESULT_STATE", + "getPSCodeList" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSCODELISTS/review_result.json" + }, + "getPSDEDBTable" : { + "modelref" : true, + "id" : "Table" + }, + "getPSSysDBColumn" : { + "modelref" : true, + "id" : "REVIEW_RESULT_STATE" + }, + "serviceCodeName" : "review_result_state", + "stdDataType" : 25, + "stringLength" : 60, + "valueFormat" : "%1$s", + "enableAudit" : true }, { "getAllPSDEFUIModes" : [ { "codeName" : "MobileDefault", @@ -18787,21 +19028,20 @@ "enableBackend" : true, "enableFront" : false }, { - "codeName" : "set_sequence", + "codeName" : "set_change_type", "defaultParamName" : "Default", - "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_sequence.json", - "logicName" : "设置初始排序值", - "memo" : "设置初始排序值", - "name" : "设置初始排序值", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json", + "logicName" : "获取变更类型与变更版本", + "name" : "获取变更类型与变更版本", "getPSDELogicNodes" : [ { "codeName" : "Begin", - "leftPos" : 530, + "leftPos" : 200, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "DEBUGPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -18809,63 +19049,714 @@ "id" : "Begin" } } ], - "topPos" : 160, + "topPos" : 200, "parallelOutput" : true }, { - "codeName" : "PREPAREPARAM1", - "leftPos" : 490, + "codeName" : "PREPAREPARAM4", + "leftPos" : 306, "logicNodeType" : "PREPAREPARAM", - "name" : "设置初始排序值", + "name" : "设置基线过滤器", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "RAWSFCODE1" + "id" : "DEDATASET3" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "PREPAREPARAM4" } } ], "getPSDELogicNodeParams" : [ { - "dstFieldName" : "SEQUENCE", + "dstFieldName" : "baseline", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "Default" + "id" : "baseline_filter" }, - "name" : "Default[IDENTIFIER] ==> Default[SEQUENCE]", + "name" : "Default[baseline] ==> baseline_filter[baseline]", "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "IDENTIFIER", + "srcFieldName" : "baseline", "getSrcPSDELogicParam" : { "modelref" : true, "id" : "Default" }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 300 + "topPos" : 43 }, { - "code" : "def _default = logic.param('Default').getReal() \r\ndef _sequence = _default.get('sequence')\r\n_default.set('sequence', _sequence*100)", - "codeName" : "RAWSFCODE1", - "codeType" : "Groovy", - "leftPos" : 490, - "logicNodeType" : "RAWSFCODE", - "name" : "处理初始排序值", + "codeName" : "DEDATASET3", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "baseline_filter" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 500, + "logicNodeType" : "DEDATASET", + "name" : "查询基线需求分页数据", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "END1" + "id" : "LOOPSUBCALL1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "RAWSFCODE1" + "id" : "DEDATASET3" } } ], - "topPos" : 447 + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "topPos" : 123 }, { - "codeName" : "END1", - "leftPos" : 530, - "logicNodeType" : "END", + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 306, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "ISNULL", + "dstFieldName" : "review", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[review] 值为空(Nil)" + }, { + "condOP" : "ISNULL", + "dstFieldName" : "baseline", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[baseline] 值为空(Nil)" + }, { + "condOP" : "ISNULL", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 值为空(Nil)" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSQLCALL1" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "ISNOTNULL", + "dstFieldName" : "review", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[review] 值不为空(NotNil)" + }, { + "condOP" : "ISNULL", + "dstFieldName" : "baseline", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[baseline] 值为空(Nil)" + }, { + "condOP" : "ISNULL", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 值为空(Nil)" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "OR", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 等于(=) baseline", + "paramValue" : "baseline" + }, { + "condOP" : "ISNOTNULL", + "dstFieldName" : "baseline", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[baseline] 值不为空(NotNil)" + } ] + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 208 + }, { + "codeName" : "DEDATASET1", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "normal" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 500, + "logicNodeType" : "DEDATASET", + "name" : "查询需求分页数据", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "topPos" : 208 + }, { + "codeName" : "LOOPSUBCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "leftPos" : 700, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "subCallLink" : true + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "topPos" : 208 + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "leftPos" : 500, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 290 + }, { + "codeName" : "RAWSQLCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "leftPos" : 306, + "logicNodeType" : "RAWSQLCALL", + "name" : "获取评审需求", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSQLCALL1" + } + } ], + "getPSDELogicNodeParams" : [ { + "name" : "Default[review]", + "paramAction" : "SQLPARAM", + "srcFieldName" : "review", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "name" : "Default[n_test_library_id_eq]", + "paramAction" : "SQLPARAM", + "srcFieldName" : "n_test_library_id_eq", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "sql" : "\tSELECT\r\n\t\t* \r\n\tFROM\r\n\t\tidea t1 \r\n\tWHERE\r\n\t\tNOT EXISTS (\r\n\t\tSELECT\r\n\t\t\t* \r\n\t\tFROM\r\n\t\t\trelation t2\r\n\t\t\tJOIN review_content_extend t3 ON t3.id = t2.id\r\n\t\t\tJOIN review t4 ON t4.id = t2.PRINCIPAL_ID \r\n\t\tWHERE\r\n\t\t\tt2.TARGET_ID = t1.id \r\n\t\t\tAND t4.id = ? \r\n\t\t) \r\n\t\tAND t1.product_id = ? AND t1.IS_DELETED = 0\r\n\tORDER BY\r\n\tt1.IDENTIFIER;", + "topPos" : 371, + "fillDstLogicParam" : true + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 700, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置版本过滤器", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "N_OWNER_ID_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "version_filter" + }, + "name" : "for_obj[ID] ==> version_filter[N_OWNER_ID_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "SIZE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "version_filter" + }, + "name" : "直接值[2] ==> version_filter[SIZE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "2", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 371 + }, { + "codeName" : "DEDATASET2", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "version_filter" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "leftPos" : 700, + "logicNodeType" : "DEDATASET", + "name" : "查询符合条件的版本", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET2" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "version_pages_results" + }, + "topPos" : 511 + }, { + "codeName" : "DEBUGPARAM3", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "leftPos" : 961, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + }, + "name" : "未评审", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "logicType" : "SINGLE", + "name" : "for_obj[REVIEW_RESULT_STATE] 等于(=) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + }, + "name" : "已评审", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "NOTEQ", + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "logicType" : "SINGLE", + "name" : "for_obj[REVIEW_RESULT_STATE] 不等于(<>) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + } ], + "topPos" : 511 + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 810, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置变更类型为新增", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "change_type", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "name" : "直接值[0] ==> for_obj[change_type]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "0", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 634 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : 1111, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置变更类型为修改", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "change_type", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "name" : "直接值[1] ==> for_obj[change_type]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "1", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 634 + }, { + "code" : "var version_pages_results = logic.getParam(\"version_pages_results\");\r\n\r\nif (version_pages_results) {\r\n var change_version = {};\r\n var for_obj = logic.getParam(\"for_obj\");\r\n for (var i = 0; i < version_pages_results.length; i++) {\r\n //新增只有to\r\n if (i === 0) {\r\n change_version[\"to\"] = version_pages_results.get(i);\r\n }\r\n }\r\n\r\n for_obj.set(\"change_version\", change_version);\r\n}", + "codeName" : "RAWSFCODE1", + "codeType" : "JavaScript", + "leftPos" : 810, + "logicNodeType" : "RAWSFCODE", + "name" : "设置from-to都为最新版", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + } + } ], + "topPos" : 761 + }, { + "code" : "var version_pages_results = logic.getParam(\"version_pages_results\");\r\nif (version_pages_results) {\r\n var change_version = {};\r\n var for_obj = logic.getParam(\"for_obj\");\r\n for (var i = 0; i < version_pages_results.length; i++) {\r\n if (i === 0) {\r\n change_version[\"from\"] = version_pages_results.get(i);\r\n change_version[\"to\"] = version_pages_results.get(i);\r\n sys.info(\"进入1\");\r\n } else if (i === 1) {\r\n change_version[\"from\"] = version_pages_results.get(i);\r\n sys.info(\"进入2\");\r\n }\r\n }\r\n for_obj.set(\"change_version\", change_version);}", + "codeName" : "RAWSFCODE2", + "codeType" : "JavaScript", + "leftPos" : 1111, + "logicNodeType" : "RAWSFCODE", + "name" : "设置改变版本信息", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE2" + } + } ], + "topPos" : 761 + }, { + "codeName" : "END1", + "leftPos" : 1001, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "page_results" + }, + "returnType" : "LOGICPARAM", + "topPos" : 890 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "default" : true, + "filterParam" : true + }, { + "codeName" : "baseline_filter", + "logicName" : "基线过滤器", + "name" : "基线过滤器", + "filterParam" : true + }, { + "codeName" : "for_obj", + "logicName" : "循环临时变量", + "name" : "循环临时变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true + }, { + "codeName" : "page_results", + "logicName" : "分页查询结果", + "name" : "分页查询结果", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityPageParam" : true + }, { + "codeName" : "version_filter", + "logicName" : "版本过滤器", + "name" : "版本过滤器", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "filterParam" : true + }, { + "codeName" : "version_pages_results", + "logicName" : "版本分页结果", + "name" : "版本分页结果", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "entityPageParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false + }, { + "codeName" : "set_sequence", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_sequence.json", + "logicName" : "设置初始排序值", + "memo" : "设置初始排序值", + "name" : "设置初始排序值", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 530, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 160, + "parallelOutput" : true + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 490, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置初始排序值", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "SEQUENCE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "name" : "Default[IDENTIFIER] ==> Default[SEQUENCE]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "IDENTIFIER", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 300 + }, { + "code" : "def _default = logic.param('Default').getReal() \r\ndef _sequence = _default.get('sequence')\r\n_default.set('sequence', _sequence*100)", + "codeName" : "RAWSFCODE1", + "codeType" : "Groovy", + "leftPos" : 490, + "logicNodeType" : "RAWSFCODE", + "name" : "处理初始排序值", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + } + } ], + "topPos" : 447 + }, { + "codeName" : "END1", + "leftPos" : 530, + "logicNodeType" : "END", "name" : "结束", "getReturnParam" : { "modelref" : true, @@ -20269,6 +21160,18 @@ "sourceType" : "DEFIELD", "stdDataType" : 6, "type" : "SIMPLE" + }, { + "defaultValue" : "1", + "logicName" : "评审结果", + "name" : "review_result_state", + "getPSDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 60, + "type" : "SIMPLE" }, { "logicName" : "剩余工时", "name" : "remaining_workload", @@ -21178,6 +22081,21 @@ "sourceType" : "DEFSEARCHMODE", "stdDataType" : 9, "type" : "SIMPLE" + }, { + "defaultValue" : "1", + "logicName" : "评审结果", + "name" : "n_review_result_state_eq", + "getPSDEFSearchMode" : { + "modelref" : true, + "id" : "N_REVIEW_RESULT_STATE_EQ" + }, + "getPSDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "logicName" : "子产品标识", "name" : "n_section_id_eq", @@ -21970,6 +22888,12 @@ "name" : "需求模块数据选择视图(移动端)_选择数据视图", "realModelSubType" : "DEMOBPICKUPMDVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "not_add_pick_up_grid_view_review", + "logicName" : "未添加的需求表格视图(评审)", + "name" : "未添加的需求表格视图(评审)", + "realModelSubType" : "DEPICKUPGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "main_view", "logicName" : "需求主视图", @@ -22420,6 +23344,70 @@ "removeActionType" : 0, "removeOrder" : -1, "serviceCodeName" : "idea" + }, { + "codeName" : "idea", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT.json", + "logicName" : "产品需求-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "masterOrder" : 100, + "masterRS" : 7, + "minorCodeName" : "review_contents", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "minorServiceCodeName" : "review_contents", + "name" : "DERCUSTOM_IDEA_REVIEW_CONTENT", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "TARGET_ID", + "getPickupPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "idea" + }, { + "codeName" : "idea", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA.json", + "logicName" : "产品需求-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "masterOrder" : 100, + "masterRS" : 7, + "minorCodeName" : "review_content_ideas", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "minorServiceCodeName" : "review_content_ideas", + "name" : "DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "TARGET_ID", + "getPickupPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "idea" }, { "codeName" : "DER_IDEA", "dERSubType" : "DER1N", diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json index ea34c0626f6c6bd8f3d37490d4a86494bdb9eea8..25e54a16d8059a4133609324c938b04033222f7e 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json @@ -97,6 +97,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -131,6 +134,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json index 4555f5fad074c67b578a9d03f263c81b1fbe5edd..27530d0e0d8736f85909e55e1597d2f365303198 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json @@ -118,6 +118,9 @@ }, { "expression" : "(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='WORK_ITEM')", "name" : "RELATION_TOTAL_WORK_ITEM" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -152,6 +155,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\n(SELECT COUNT( att.ID ) AS comment_count FROM idea tc LEFT JOIN `attention` att ON tc.ID = att.OWNER_ID WHERE tc.ID = t1.`ID`) AS `ATTENTION_COUNT`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\n(SELECT COUNT( com.ID ) AS comment_count FROM idea tc LEFT JOIN `comment` com ON tc.ID = com.PRINCIPAL_ID WHERE tc.ID = t1.`ID`) AS `COMMENT_COUNT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`DESCRIPTION`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='CUSTOMER') AS `RELATION_TOTAL_CUSTOMER`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='IDEA') AS `RELATION_TOTAL_IDEA`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='TEST_CASE') AS `RELATION_TOTAL_TEST_CASE`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='TICKET') AS `RELATION_TOTAL_TICKET`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='WORK_ITEM') AS `RELATION_TOTAL_WORK_ITEM`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\n(SELECT COUNT( att.ID ) AS comment_count FROM idea tc LEFT JOIN `attention` att ON tc.ID = att.OWNER_ID WHERE tc.ID = t1.`ID`) AS `ATTENTION_COUNT`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\n(SELECT COUNT( com.ID ) AS comment_count FROM idea tc LEFT JOIN `comment` com ON tc.ID = com.PRINCIPAL_ID WHERE tc.ID = t1.`ID`) AS `COMMENT_COUNT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`DESCRIPTION`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='CUSTOMER') AS `RELATION_TOTAL_CUSTOMER`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='IDEA') AS `RELATION_TOTAL_IDEA`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='TEST_CASE') AS `RELATION_TOTAL_TEST_CASE`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='TICKET') AS `RELATION_TOTAL_TICKET`,\n(SELECT COUNT(1) FROM RELATION WHERE PRINCIPAL_ID = t1.`ID` AND TARGET_TYPE ='WORK_ITEM') AS `RELATION_TOTAL_WORK_ITEM`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/admin/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/admin/PSDEDQCODES/MYSQL5.json index b5b631804dc213cdb62e735dbc3ac3c33a1fa263..e3118eed6c19b30cfd71567c4a1aee092b0a24f3 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/admin/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/admin/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/admin/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/archived/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/archived/PSDEDQCODES/MYSQL5.json index 10d506736344cf471bd3ccc390530e962ca7b01a..f0b6cf9c7b68e28f9f9b8e6c4d34a1e094517fbf 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/archived/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/archived/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/archived/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_choose_idea/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_choose_idea/PSDEDQCODES/MYSQL5.json index ddd930ea63fc6f556c957cbe52667e0e0768a40d..12c743c4e60682f6a1eae0496cc847457bda4b36 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_choose_idea/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_choose_idea/PSDEDQCODES/MYSQL5.json @@ -106,6 +106,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -140,6 +143,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_choose_idea/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_idea/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_idea/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..86cdf1f868ea91108bf22f0fb37c2e4939936f35 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_idea/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,144 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "EXISTS(SELECT * FROM `RELATION` t41 \n WHERE \n t1.`ID` = t41.`TARGET_ID` AND ( t41.`TARGET_TYPE` = 'idea' AND t41.`PRINCIPAL_TYPE` = 'baseline' AND t41.`PRINCIPAL_ID` = #{ctx.webcontext.baseline} 1=1 ) )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`DESCRIPTION`", + "name" : "DESCRIPTION" + }, { + "expression" : "t1.`ASSIGNEE_ID`", + "name" : "ASSIGNEE_ID" + }, { + "expression" : "t1.`ASSIGNEE_NAME`", + "name" : "ASSIGNEE_NAME" + }, { + "expression" : "t21.`CATEGORIES`", + "name" : "CATEGORIES" + }, { + "expression" : "t1.`CATEGORY_ID`", + "name" : "CATEGORY_ID" + }, { + "expression" : "t21.`NAME`", + "name" : "CATEGORY_NAME" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`CUR_VERSION_ID`", + "name" : "CUR_VERSION_ID" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`IDEA_FROM`", + "name" : "IDEA_FROM" + }, { + "expression" : "t1.`IDEA_TYPE`", + "name" : "IDEA_TYPE" + }, { + "expression" : "t1.`IDENTIFIER`", + "name" : "IDENTIFIER" + }, { + "expression" : "t1.`IS_ARCHIVED`", + "name" : "IS_ARCHIVED" + }, { + "expression" : "t1.`IS_DELETED`", + "name" : "IS_DELETED" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t1.`PLAN_AT`", + "name" : "PLAN_AT" + }, { + "expression" : "t1.`PLAN_AT_FROM`", + "name" : "PLAN_AT_FROM" + }, { + "expression" : "t1.`PLAN_AT_GRANULARITY`", + "name" : "PLAN_AT_GRANULARITY" + }, { + "expression" : "t1.`PLAN_AT_TO`", + "name" : "PLAN_AT_TO" + }, { + "expression" : "t1.`PRIORITY`", + "name" : "PRIORITY" + }, { + "expression" : "t1.`PRODUCT_ID`", + "name" : "PRODUCT_ID" + }, { + "expression" : "t11.`IDENTIFIER`", + "name" : "PRODUCT_IDENTIFIER" + }, { + "expression" : "t11.`IS_ARCHIVED`", + "name" : "PRODUCT_IS_ARCHIVED" + }, { + "expression" : "t11.`IS_DELETED`", + "name" : "PRODUCT_IS_DELETED" + }, { + "expression" : "t11.`NAME`", + "name" : "PRODUCT_NAME" + }, { + "expression" : "t1.`PROGRESS`", + "name" : "PROGRESS" + }, { + "expression" : "t1.`REAL_AT`", + "name" : "REAL_AT" + }, { + "expression" : "t1.`REAL_AT_FROM`", + "name" : "REAL_AT_FROM" + }, { + "expression" : "t1.`REAL_AT_GRANULARITY`", + "name" : "REAL_AT_GRANULARITY" + }, { + "expression" : "t1.`REAL_AT_TO`", + "name" : "REAL_AT_TO" + }, { + "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", + "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" + }, { + "expression" : "t21.`SECTION_ID`", + "name" : "SECTION_ID" + }, { + "expression" : "t31.`NAME`", + "name" : "SECTION_NAME" + }, { + "expression" : "t1.`SEQUENCE`", + "name" : "SEQUENCE" + }, { + "expression" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "name" : "SHOW_IDENTIFIER" + }, { + "expression" : "t1.`STATE`", + "name" : "STATE" + }, { + "expression" : "t1.`SUITE`", + "name" : "SUITE" + }, { + "expression" : "t1.`TITLE`", + "name" : "TITLE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + }, { + "expression" : "t1.`USER_TAG`", + "name" : "USER_TAG" + }, { + "expression" : "t1.`USER_TAG2`", + "name" : "USER_TAG2" + } ], + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/baseline_idea/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/bi_detail/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/bi_detail/PSDEDQCODES/MYSQL5.json index ebd8287d010ee3e05b6278a4f1d209b875de451d..f3dfbb3622ee0013f941094decdcabda7a98821f 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/bi_detail/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/bi_detail/PSDEDQCODES/MYSQL5.json @@ -97,6 +97,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -131,6 +134,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/bi_detail/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/common/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/common/PSDEDQCODES/MYSQL5.json index ae94d86d4f64c6b5f71ba948132822f0e659087f..5aab1b5f3bf027052111546af7ed9299d74b2f82 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/common/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/common/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/common/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/customer_user/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/customer_user/PSDEDQCODES/MYSQL5.json index 9468cab79f88017a5681b330ca8ba3fcba29934a..9a360ee666deb16250719538161a8824bcffa1e9 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/customer_user/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/customer_user/PSDEDQCODES/MYSQL5.json @@ -106,6 +106,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -140,6 +143,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/customer_user/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/deleted/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/deleted/PSDEDQCODES/MYSQL5.json index 660a3df3d0f36dd096bbb81268aeee9b4dd951c1..9c13c9d125c1e2b94fde3639fa46a10e07ee804c 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/deleted/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/deleted/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/deleted/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/mob_not_archived/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/mob_not_archived/PSDEDQCODES/MYSQL5.json index 370f762b111033822901682256fbe2b251c5e4cb..c25ec4b3d8af8aa1f57e5576a633f8bd9dd5df7b 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/mob_not_archived/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/mob_not_archived/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/mob_not_archived/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/move_idea/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/move_idea/PSDEDQCODES/MYSQL5.json index 4d51c035851d52704bf97d7c210f27760a61c6ac..c94dd014eedcd5dd18e4584d44bdeadd462d9e86 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/move_idea/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/move_idea/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/move_idea/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_assign/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_assign/PSDEDQCODES/MYSQL5.json index f30d8e853260336b579eb2fa4f181739a15150b6..4cb8486174a57f7c80b62ff3ede6059fc04caf98 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_assign/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_assign/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_assign/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json index 41d5aac0c681995b3f88b70e5d8b287f3ae959d1..78032eafdd7913797b39fecb031a644a393355cd 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_created/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_created/PSDEDQCODES/MYSQL5.json index b0958631fb25fb448e396990024c8309cc86464d..3570e5a3baf2e4ac4a5137dcb680566d72783153 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_created/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_created/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_created/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_filter/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_filter/PSDEDQCODES/MYSQL5.json index cc729d907fb41779b1c232c724e28fa9a4e00f1c..688347f8292cda4fa10818f5fa9dac938241f725 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_filter/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_filter/PSDEDQCODES/MYSQL5.json @@ -106,6 +106,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -140,6 +143,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_filter/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_summary_idea/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_summary_idea/PSDEDQCODES/MYSQL5.json index ccf98920119bf1c51709277ccb64a4a108a054d9..41dd141d66c77d507de42bc60fe6728d670a65a2 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_summary_idea/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_summary_idea/PSDEDQCODES/MYSQL5.json @@ -106,6 +106,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -140,6 +143,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/my_summary_idea/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/normal/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/normal/PSDEDQCODES/MYSQL5.json index 540444da226fe5092d1da6ca478c70616197eb7e..d1461d9d75972d2cea29e91b1e6c60a5f1a86df4 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/normal/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/normal/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/normal/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/not_exsists_relation/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/not_exsists_relation/PSDEDQCODES/MYSQL5.json index 6977de595bd83fb4da883df38137ca0739888d47..fbf635d1d7db235869bda1be4482901c61d8e042 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/not_exsists_relation/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/not_exsists_relation/PSDEDQCODES/MYSQL5.json @@ -106,6 +106,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -140,6 +143,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/not_exsists_relation/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/plan_relation_idea/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/plan_relation_idea/PSDEDQCODES/MYSQL5.json index 1a2df129d1aed9544cbc1191f5eeaed6f8f566bd..aeb91dd3c98e0347f95c3d4ebb8a7fef8fc1c238 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/plan_relation_idea/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/plan_relation_idea/PSDEDQCODES/MYSQL5.json @@ -106,6 +106,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -140,6 +143,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/plan_relation_idea/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/public/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/public/PSDEDQCODES/MYSQL5.json index 82040114cb87ab3edb36b279f3756ebdc06433e7..a2ac9e9853ef2c4d5a199211562fcb7796e37fa6 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/public/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/public/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/public/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/reader/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/reader/PSDEDQCODES/MYSQL5.json index 93fccb05151f15cd98c5f78f59bd754ba7eda5aa..e0930ee5f51c192445d5bcb56c49148f106cb137 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/reader/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/reader/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/reader/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/recent_idea/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/recent_idea/PSDEDQCODES/MYSQL5.json index de631ff74b1dacc1a38807292c0f1dd39fa95428..6bd0854105219b61f67f68853bbc805fb2ef2f7e 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/recent_idea/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/recent_idea/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/recent_idea/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/relation_idea/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/relation_idea/PSDEDQCODES/MYSQL5.json index 3db6cba59375b1b979201de3cb8e68b37157799a..dd7be33f4b3e9c2a230c4190d6c09767b7024f0b 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/relation_idea/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/relation_idea/PSDEDQCODES/MYSQL5.json @@ -106,6 +106,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -140,6 +143,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/relation_idea/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/user/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/user/PSDEDQCODES/MYSQL5.json index 9b789bcb05f378ecb9efc7df5265511e66f11418..980eccd8495418a61d4fea0ccd1a443c664be972 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/user/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/user/PSDEDQCODES/MYSQL5.json @@ -102,6 +102,9 @@ }, { "expression" : "DATEDIFF(CURDATE(), t1.`CREATE_TIME`)", "name" : "RECENT_CREATE_DAYS" + }, { + "expression" : "t1.`REVIEW_RESULT_STATE`", + "name" : "REVIEW_RESULT_STATE" }, { "expression" : "t21.`SECTION_ID`", "name" : "SECTION_ID" @@ -136,6 +139,6 @@ "expression" : "t1.`USER_TAG2`", "name" : "USER_TAG2" } ], - "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", + "queryCode" : "SELECT\nt1.`ASSIGNEE_ID`,\nt1.`ASSIGNEE_NAME`,\nt21.`CATEGORIES`,\nt1.`CATEGORY_ID`,\nt21.`NAME` AS `CATEGORY_NAME`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`CUR_VERSION_ID`,\nt1.`ID`,\nt1.`IDEA_FROM`,\nt1.`IDEA_TYPE`,\nt1.`IDENTIFIER`,\nt1.`IS_ARCHIVED`,\nt1.`IS_DELETED`,\nt1.`NAME`,\nt1.`PLAN_AT`,\nt1.`PLAN_AT_FROM`,\nt1.`PLAN_AT_GRANULARITY`,\nt1.`PLAN_AT_TO`,\nt1.`PRIORITY`,\nt1.`PRODUCT_ID`,\nt11.`IDENTIFIER` AS `PRODUCT_IDENTIFIER`,\nt11.`IS_ARCHIVED` AS `PRODUCT_IS_ARCHIVED`,\nt11.`IS_DELETED` AS `PRODUCT_IS_DELETED`,\nt11.`NAME` AS `PRODUCT_NAME`,\nt1.`PROGRESS`,\nt1.`REAL_AT`,\nt1.`REAL_AT_FROM`,\nt1.`REAL_AT_GRANULARITY`,\nt1.`REAL_AT_TO`,\nDATEDIFF(CURDATE(), t1.`CREATE_TIME`) AS `RECENT_CREATE_DAYS`,\nt1.`REVIEW_RESULT_STATE`,\nt21.`SECTION_ID`,\nt31.`NAME` AS `SECTION_NAME`,\nt1.`SEQUENCE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUITE`,\nt1.`TITLE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`,\nt1.`USER_TAG`,\nt1.`USER_TAG2`\nFROM `IDEA` t1 \nLEFT JOIN `PRODUCT` t11 ON t1.`PRODUCT_ID` = t11.`ID` \nLEFT JOIN `CATEGORY` t21 ON t1.`CATEGORY_ID` = t21.`ID` \nLEFT JOIN `SECTION` t31 ON t21.`SECTION_ID` = t31.`ID` \n", "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATAQUERIES/user/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATARELATIONS/require_config_tab_exp_view_DR.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATARELATIONS/require_config_tab_exp_view_DR.json index 426c92992675b29a7e4744d85c697e712ff1aaab..fcf5a26b59e2acc5250e3d5be750f24643081a5b 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATARELATIONS/require_config_tab_exp_view_DR.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDATARELATIONS/require_config_tab_exp_view_DR.json @@ -27,14 +27,14 @@ "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem1023996871.json" } }, { - "caption" : "状态管理", + "caption" : "数据字典", "detailType" : "DRITEM", - "name" : "state_manage", - "orderValue" : 120, - "originCaption" : "状态管理", + "name" : "dictionary", + "orderValue" : 130, + "originCaption" : "数据字典", "getPSDEDRItem" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem0418189974.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem0428960990.json" } } ], "hideEditItem" : true diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem0509377221.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem0509377221.json new file mode 100644 index 0000000000000000000000000000000000000000..bba335e3f7ae8e6eb9cb21f0c4c274e9c1d70e6b --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem0509377221.json @@ -0,0 +1,21 @@ +{ + "codeName" : "UsrDRItem0509377221", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEDRITEMS/UsrDRItem0509377221.json", + "itemType" : "CUSTOM", + "name" : "评审历史列表视图", + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "idea", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "IDEA", + "SRFPARENTTYPE" : "CUSTOM" + }, + "viewCodeName" : "list_view", + "getViewPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + } +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json new file mode 100644 index 0000000000000000000000000000000000000000..f98e6916cb01dd0ac8dfa8a5ca38fe9f74e5d4c3 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json @@ -0,0 +1,651 @@ +{ + "codeName" : "set_change_type", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json", + "logicName" : "获取变更类型与变更版本", + "name" : "获取变更类型与变更版本", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "PREPAREPARAM4", + "leftPos" : 306, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置基线过滤器", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET3" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "baseline", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "baseline_filter" + }, + "name" : "Default[baseline] ==> baseline_filter[baseline]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "baseline", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 43 + }, { + "codeName" : "DEDATASET3", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "baseline_filter" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 500, + "logicNodeType" : "DEDATASET", + "name" : "查询基线需求分页数据", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET3" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "topPos" : 123 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 306, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "ISNULL", + "dstFieldName" : "review", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[review] 值为空(Nil)" + }, { + "condOP" : "ISNULL", + "dstFieldName" : "baseline", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[baseline] 值为空(Nil)" + }, { + "condOP" : "ISNULL", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 值为空(Nil)" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSQLCALL1" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "ISNOTNULL", + "dstFieldName" : "review", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[review] 值不为空(NotNil)" + }, { + "condOP" : "ISNULL", + "dstFieldName" : "baseline", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[baseline] 值为空(Nil)" + }, { + "condOP" : "ISNULL", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 值为空(Nil)" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "OR", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 等于(=) baseline", + "paramValue" : "baseline" + }, { + "condOP" : "ISNOTNULL", + "dstFieldName" : "baseline", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[baseline] 值不为空(NotNil)" + } ] + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 208 + }, { + "codeName" : "DEDATASET1", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "normal" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 500, + "logicNodeType" : "DEDATASET", + "name" : "查询需求分页数据", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "topPos" : 208 + }, { + "codeName" : "LOOPSUBCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "leftPos" : 700, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "subCallLink" : true + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "topPos" : 208 + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "leftPos" : 500, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 290 + }, { + "codeName" : "RAWSQLCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "page_results" + }, + "leftPos" : 306, + "logicNodeType" : "RAWSQLCALL", + "name" : "获取评审需求", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSQLCALL1" + } + } ], + "getPSDELogicNodeParams" : [ { + "name" : "Default[review]", + "paramAction" : "SQLPARAM", + "srcFieldName" : "review", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "name" : "Default[n_test_library_id_eq]", + "paramAction" : "SQLPARAM", + "srcFieldName" : "n_test_library_id_eq", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "sql" : "\tSELECT\r\n\t\t* \r\n\tFROM\r\n\t\tidea t1 \r\n\tWHERE\r\n\t\tNOT EXISTS (\r\n\t\tSELECT\r\n\t\t\t* \r\n\t\tFROM\r\n\t\t\trelation t2\r\n\t\t\tJOIN review_content_extend t3 ON t3.id = t2.id\r\n\t\t\tJOIN review t4 ON t4.id = t2.PRINCIPAL_ID \r\n\t\tWHERE\r\n\t\t\tt2.TARGET_ID = t1.id \r\n\t\t\tAND t4.id = ? \r\n\t\t) \r\n\t\tAND t1.product_id = ? AND t1.IS_DELETED = 0\r\n\tORDER BY\r\n\tt1.IDENTIFIER;", + "topPos" : 371, + "fillDstLogicParam" : true + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 700, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置版本过滤器", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "N_OWNER_ID_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "version_filter" + }, + "name" : "for_obj[ID] ==> version_filter[N_OWNER_ID_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "SIZE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "version_filter" + }, + "name" : "直接值[2] ==> version_filter[SIZE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "2", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 371 + }, { + "codeName" : "DEDATASET2", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "version_filter" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "leftPos" : 700, + "logicNodeType" : "DEDATASET", + "name" : "查询符合条件的版本", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET2" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "version_pages_results" + }, + "topPos" : 511 + }, { + "codeName" : "DEBUGPARAM3", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "leftPos" : 961, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + }, + "name" : "未评审", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "logicType" : "SINGLE", + "name" : "for_obj[REVIEW_RESULT_STATE] 等于(=) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + }, + "name" : "已评审", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "NOTEQ", + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "logicType" : "SINGLE", + "name" : "for_obj[REVIEW_RESULT_STATE] 不等于(<>) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + } ], + "topPos" : 511 + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 810, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置变更类型为新增", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "change_type", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "name" : "直接值[0] ==> for_obj[change_type]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "0", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 634 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : 1111, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置变更类型为修改", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "change_type", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj" + }, + "name" : "直接值[1] ==> for_obj[change_type]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "1", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 634 + }, { + "code" : "var version_pages_results = logic.getParam(\"version_pages_results\");\r\n\r\nif (version_pages_results) {\r\n var change_version = {};\r\n var for_obj = logic.getParam(\"for_obj\");\r\n for (var i = 0; i < version_pages_results.length; i++) {\r\n //新增只有to\r\n if (i === 0) {\r\n change_version[\"to\"] = version_pages_results.get(i);\r\n }\r\n }\r\n\r\n for_obj.set(\"change_version\", change_version);\r\n}", + "codeName" : "RAWSFCODE1", + "codeType" : "JavaScript", + "leftPos" : 810, + "logicNodeType" : "RAWSFCODE", + "name" : "设置from-to都为最新版", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + } + } ], + "topPos" : 761 + }, { + "code" : "var version_pages_results = logic.getParam(\"version_pages_results\");\r\nif (version_pages_results) {\r\n var change_version = {};\r\n var for_obj = logic.getParam(\"for_obj\");\r\n for (var i = 0; i < version_pages_results.length; i++) {\r\n if (i === 0) {\r\n change_version[\"from\"] = version_pages_results.get(i);\r\n change_version[\"to\"] = version_pages_results.get(i);\r\n sys.info(\"进入1\");\r\n } else if (i === 1) {\r\n change_version[\"from\"] = version_pages_results.get(i);\r\n sys.info(\"进入2\");\r\n }\r\n }\r\n for_obj.set(\"change_version\", change_version);}", + "codeName" : "RAWSFCODE2", + "codeType" : "JavaScript", + "leftPos" : 1111, + "logicNodeType" : "RAWSFCODE", + "name" : "设置改变版本信息", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE2" + } + } ], + "topPos" : 761 + }, { + "codeName" : "END1", + "leftPos" : 1001, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "page_results" + }, + "returnType" : "LOGICPARAM", + "topPos" : 890 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "default" : true, + "filterParam" : true + }, { + "codeName" : "baseline_filter", + "logicName" : "基线过滤器", + "name" : "基线过滤器", + "filterParam" : true + }, { + "codeName" : "for_obj", + "logicName" : "循环临时变量", + "name" : "循环临时变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true + }, { + "codeName" : "page_results", + "logicName" : "分页查询结果", + "name" : "分页查询结果", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityPageParam" : true + }, { + "codeName" : "version_filter", + "logicName" : "版本过滤器", + "name" : "版本过滤器", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "filterParam" : true + }, { + "codeName" : "version_pages_results", + "logicName" : "版本分页结果", + "name" : "版本分页结果", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "entityPageParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json.bpmn b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..2faf33f275e3d496dcc53f3ea39d09b3d4b4ec85 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json.bpmn @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json.drl b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json.drl new file mode 100644 index 0000000000000000000000000000000000000000..a8407554191aaa921b675af582dcf488748fbe78 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDELOGICS/set_change_type.json.drl @@ -0,0 +1,238 @@ +package cn.ibizlab.plm.prodmgmt.logic.idealogic.set_change_type; + 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.plm.util.errors.BadRequestAlertException; + global cn.ibizlab.plm.core.prodmgmt.domain.idea ideaset_change_typedefault; + global java.util.Map ideaset_change_typebaseline_filter; + global cn.ibizlab.plm.core.prodmgmt.domain.idea ideaset_change_typefor_obj; + global cn.ibizlab.plm.core.prodmgmt.domain.idea ideaset_change_typepage_results; + global cn.ibizlab.plm.core.base.domain.version ideaset_change_typeversion_filter; + global cn.ibizlab.plm.core.base.domain.version ideaset_change_typeversion_pages_results; + global cn.ibizlab.plm.core.prodmgmt.service.IideaService ideaservice; + global cn.ibizlab.plm.core.base.service.IversionService versionservice; + global cn.ibizlab.plm.core.prodmgmt.service.IideaService iBzSysIdeaDefaultService; + global cn.ibizlab.plm.util.security.AuthenticationUser curuser; + + + no-loop + + //逻辑处理节点[开始] + rule "begin" + ruleflow-group "ideaset_change_typebegin" + when + then + end + + //逻辑处理节点[设置基线过滤器] + rule "prepareparam4" + ruleflow-group "ideaset_change_typeprepareparam4" + when + then + ideaset_change_typebaseline_filter.set("baseline",ideaset_change_typedefault.get("baseline")); + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[查询基线需求分页数据] + rule "dedataset3" + ruleflow-group "ideaset_change_typededataset3" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam1" + ruleflow-group "ideaset_change_typedebugparam1" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[查询需求分页数据] + rule "dedataset1" + ruleflow-group "ideaset_change_typededataset1" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[循环子调用] + rule "loopsubcall1" + ruleflow-group "ideaset_change_typeloopsubcall1" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam2" + ruleflow-group "ideaset_change_typedebugparam2" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[获取评审需求] + rule "rawsqlcall1" + ruleflow-group "ideaset_change_typerawsqlcall1" + when + then + Map param =new HashMap(); + param.put("param0",ideaset_change_typedefault.get("review")); + param.put("param1",ideaset_change_typedefault.get("n_test_library_id_eq")); + String strSql=" SELECT * FROM idea t1 WHERE NOT EXISTS ( SELECT * FROM relation t2 JOIN review_content_extend t3 ON t3.id = t2.id JOIN review t4 ON t4.id = t2.PRINCIPAL_ID WHERE t2.TARGET_ID = t1.id AND t4.id = #{et.param0} ) AND t1.product_id = #{et.param1} AND t1.IS_DELETED = 0 ORDER BY t1.IDENTIFIER;"; + java.util.List entities=iBzSysIdeaDefaultService.select(strSql,param);//SQL调用 + if(entities.size()>0){ + JSONObject entity=entities.get(0); + for (Map.Entry entry : entity.entrySet()) { + ideaset_change_typepage_results.set(String.valueOf(entry.getKey()),entry.getValue()); + } + } + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[设置版本过滤器] + rule "prepareparam1" + ruleflow-group "ideaset_change_typeprepareparam1" + when + then + ideaset_change_typeversion_filter.set("n_owner_id_eq",ideaset_change_typefor_obj.get("id")); + ideaset_change_typeversion_filter.set("size","2"); + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[查询符合条件的版本] + rule "dedataset2" + ruleflow-group "ideaset_change_typededataset2" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam3" + ruleflow-group "ideaset_change_typedebugparam3" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[设置变更类型为新增] + rule "prepareparam2" + ruleflow-group "ideaset_change_typeprepareparam2" + when + then + ideaset_change_typefor_obj.set("change_type","0"); + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[设置变更类型为修改] + rule "prepareparam3" + ruleflow-group "ideaset_change_typeprepareparam3" + when + then + ideaset_change_typefor_obj.set("change_type","1"); + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[设置from-to都为最新版] + rule "rawsfcode1" + ruleflow-group "ideaset_change_typerawsfcode1" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[设置改变版本信息] + rule "rawsfcode2" + ruleflow-group "ideaset_change_typerawsfcode2" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end + + //逻辑处理节点[结束] + rule "end1" + ruleflow-group "ideaset_change_typeend1" + when + then + update(ideaset_change_typedefault);//更新fact中变量值 + update(ideaset_change_typebaseline_filter);//更新fact中变量值 + update(ideaset_change_typefor_obj);//更新fact中变量值 + update(ideaset_change_typepage_results);//更新fact中变量值 + update(ideaset_change_typeversion_filter);//更新fact中变量值 + update(ideaset_change_typeversion_pages_results);//更新fact中变量值 + end \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product.json index f991fd7d837b4159344c2af098564f967626bbc2..ae66dd673fc22889892c0f3d3c375dca70f7ac2a 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product.json @@ -19,6 +19,15 @@ "actionMode" : "CREATE", "actionType" : "BUILTIN", "getAfterPSDEActionLogics" : [ { + "actionLogicType" : 1, + "attachMode" : "AFTER", + "name" : "附加逻辑", + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json" + }, + "internalLogic" : true + }, { "actionLogicType" : 1, "attachMode" : "AFTER", "name" : "附加逻辑", @@ -1051,6 +1060,9 @@ }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0425979299.json" + }, { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0508086778.json" }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0524973305.json" @@ -4486,6 +4498,545 @@ }, "enableBackend" : true, "enableFront" : false + }, { + "codeName" : "auto_create_guideline", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json", + "logicName" : "创建产品流程准则", + "memo" : "创建产品后,自动生成产品内的评审规则", + "name" : "创建产品流程准则", + "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" : 314, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置过滤参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "N_OBJECT_TYPE_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_filter" + }, + "name" : "直接值[PRODUCT] ==> guideline_filter[N_OBJECT_TYPE_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "PRODUCT", + "srcValueType" : "SRCVALUE" + }, { + "dstFieldName" : "N_SCOPE_ID_ISNULL", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_filter" + }, + "name" : "直接值[1] ==> guideline_filter[N_SCOPE_ID_ISNULL]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "1", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 208 + }, { + "codeName" : "DEDATASET1", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_filter" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "leftPos" : 518, + "logicNodeType" : "DEDATASET", + "name" : "查询产品全局流程规则", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_pages" + }, + "topPos" : 208 + }, { + "codeName" : "LOOPSUBCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "leftPos" : 721, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + } + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_pages" + }, + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 914, + "logicNodeType" : "PREPAREPARAM", + "name" : "绑定阶段用于后续循环,设置新建流程准则参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + } + } ], + "getPSDELogicNodeParams" : [ { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_stage_list" + }, + "name" : "for_obj_guideline[REVIEW_STAGE] ==> review_stage_list", + "paramAction" : "BINDPARAM", + "srcFieldName" : "REVIEW_STAGE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "IS_ENABLED", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "for_obj_guideline[IS_ENABLED] ==> new_guideline[IS_ENABLED]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "IS_ENABLED", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "NAME", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "for_obj_guideline[NAME] ==> new_guideline[NAME]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "NAME", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "SUBJECT_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "for_obj_guideline[SUBJECT_TYPE] ==> new_guideline[SUBJECT_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "SUBJECT_TYPE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "OBJECT_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "for_obj_guideline[OBJECT_TYPE] ==> new_guideline[OBJECT_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "OBJECT_TYPE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "SCOPE_ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "Default[ID] ==> new_guideline[SCOPE_ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 208 + }, { + "codeName" : "LOOPSUBCALL2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_review_stage" + }, + "leftPos" : 1116, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "subCallLink" : true + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "review_stage_list" + }, + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : 1326, + "logicNodeType" : "PREPAREPARAM", + "name" : "将阶段数据设置进guideline", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_STAGE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "stage_arr ==> new_guideline[REVIEW_STAGE]", + "paramAction" : "SETPARAMVALUE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "stage_arr" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 208 + }, { + "code" : "var new_guideline = logic.getParam(\"new_guideline\");\r\nvar for_obj_guideline = logic.getParam(\"for_obj_guideline\");\r\nnew_guideline.set(\"id\",new_guideline.get(\"scope_id\")+\"_\"+for_obj_guideline.get(\"id\"));", + "codeName" : "RAWSFCODE1", + "codeType" : "JavaScript", + "leftPos" : 1535, + "logicNodeType" : "RAWSFCODE", + "name" : "拼接guideline_ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + } + } ], + "topPos" : 208 + }, { + "codeName" : "END1", + "leftPos" : 761, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 332 + }, { + "codeName" : "PREPAREPARAM4", + "leftPos" : 1116, + "logicNodeType" : "PREPAREPARAM", + "name" : "置空阶段的所属ID与ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "GUIDELINE_ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_review_stage" + }, + "name" : "无值(NONE) ==> for_obj_review_stage[GUIDELINE_ID]", + "paramAction" : "SETPARAMVALUE", + "srcValueType" : "NONEVALUE" + }, { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_review_stage" + }, + "name" : "无值(NONE) ==> for_obj_review_stage[ID]", + "paramAction" : "SETPARAMVALUE", + "srcValueType" : "NONEVALUE" + } ], + "topPos" : 340 + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDEACTIONS/Create.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "leftPos" : 1535, + "logicNodeType" : "DEACTION", + "name" : "创建属于产品的流程准则", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "topPos" : 340 + }, { + "codeName" : "PREPAREPARAM5", + "leftPos" : 1116, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置阶段至流程准则", + "getPSDELogicNodeParams" : [ { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "stage_arr" + }, + "name" : "for_obj_review_stage ==> stage_arr", + "paramAction" : "APPENDPARAM", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_review_stage" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 473 + }, { + "codeName" : "RENEWPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "leftPos" : 1535, + "logicNodeType" : "RENEWPARAM", + "name" : "重新建立参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM1" + } + } ], + "topPos" : 473 + }, { + "codeName" : "RENEWPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "stage_arr" + }, + "leftPos" : 1535, + "logicNodeType" : "RENEWPARAM", + "name" : "重新建立参数", + "topPos" : 595 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "default" : true, + "entityParam" : true + }, { + "codeName" : "for_obj_guideline", + "logicName" : "循环评审准则临时变量", + "name" : "循环评审准则临时变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "entityParam" : true + }, { + "codeName" : "for_obj_review_stage", + "logicName" : "循环阶段临时变量", + "name" : "循环阶段临时变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityParam" : true + }, { + "codeName" : "guideline", + "logicName" : "评审规则", + "name" : "评审规则", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "entityParam" : true + }, { + "codeName" : "guideline_filter", + "logicName" : "流程准则过滤器", + "name" : "流程准则过滤器", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "filterParam" : true + }, { + "codeName" : "guideline_pages", + "logicName" : "评审准则分页结果", + "name" : "评审准则分页结果", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "entityPageParam" : true + }, { + "codeName" : "new_guideline", + "logicName" : "新评审规则", + "name" : "新评审规则", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "entityParam" : true + }, { + "codeName" : "new_review_stage", + "logicName" : "新评审阶段", + "name" : "新评审阶段", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityParam" : true + }, { + "codeName" : "review_stage_list", + "logicName" : "评审阶段列表", + "name" : "评审阶段列表", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityListParam" : true + }, { + "codeName" : "stage_arr", + "logicName" : "阶段集合", + "name" : "阶段集合", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityListParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false }, { "codeName" : "auto_create_members", "defaultParamName" : "Default", @@ -10189,6 +10740,34 @@ "removeOrder" : -1, "serviceCodeName" : "target_product", "typeValue" : "product" + }, { + "codeName" : "PRODUCT", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json", + "logicName" : "产品-评审", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "masterOrder" : 100, + "masterRS" : 5, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "orderValue" : 100, + "parentSubType" : "PRODUCT", + "pickupDEFName" : "PRINCIPAL_ID", + "getPickupPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "product", + "typeValue" : "PRODUCT" } ], "memo" : "产品管理核心实体,包含产品的基本信息、生命周期状态等。", "getMinorPSDERs" : [ { diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEACTIONS/Create.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEACTIONS/Create.json index 6de0b8b5e31969cb370999812bbe9d46aa1d6c93..2e039d2201f5d5e0062e2c6caca36982da958d0c 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEACTIONS/Create.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEACTIONS/Create.json @@ -2,6 +2,15 @@ "actionMode" : "CREATE", "actionType" : "BUILTIN", "getAfterPSDEActionLogics" : [ { + "actionLogicType" : 1, + "attachMode" : "AFTER", + "name" : "附加逻辑", + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json" + }, + "internalLogic" : true + }, { "actionLogicType" : 1, "attachMode" : "AFTER", "name" : "附加逻辑", diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEACTIONS/Create.json.after.bpmn b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEACTIONS/Create.json.after.bpmn index b6ccb8fdfca1a7c88f6fd24f990b504898f362cf..a05c0816b1930b90d37b257b026bf2eaaef05ab1 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEACTIONS/Create.json.after.bpmn +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEACTIONS/Create.json.after.bpmn @@ -9,8 +9,10 @@ + + - + diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDATARELATIONS/product.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDATARELATIONS/product.json index c992241249e88eacc753d54d10c42062cfea44bf..bd900faf8358170b1b1cdb1a2cb5a6b92756ad9d 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDATARELATIONS/product.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDATARELATIONS/product.json @@ -73,12 +73,23 @@ "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0423019727.json" } + }, { + "caption" : "评审", + "detailType" : "DRITEM", + "memo" : "产品需求评审", + "name" : "review", + "orderValue" : 150, + "originCaption" : "评审", + "getPSDEDRItem" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0425979299.json" + } }, { "caption" : "项目", "detailType" : "DRITEM", "memo" : "关联与产品相关的产品", "name" : "project", - "orderValue" : 150, + "orderValue" : 160, "originCaption" : "项目", "getPSDEDRItem" : { "modelref" : true, @@ -92,7 +103,7 @@ "enableMode" : "COUNT_GTE_ZERO", "memo" : "关联与产品相关的空间页面,以及产品内需求和工单等内容的附件", "name" : "space", - "orderValue" : 160, + "orderValue" : 170, "originCaption" : "文档", "getPSDEDRItem" : { "modelref" : true, diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDATARELATIONS/setting_view_dr.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDATARELATIONS/setting_view_dr.json index 90d29a4e8119821405bc9c4e4bc479d22c18422e..c03185f84d7566a46899d7f9134db9bb787baaa6 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDATARELATIONS/setting_view_dr.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDATARELATIONS/setting_view_dr.json @@ -133,6 +133,16 @@ "modelref" : true, "id" : "UPDATE" } + }, { + "caption" : "评审配置", + "detailType" : "DRITEM", + "name" : "guideline", + "orderValue" : 190, + "originCaption" : "评审配置", + "getPSDEDRItem" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0508086778.json" + } } ], "hideEditItem" : true } \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0508086778.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0508086778.json new file mode 100644 index 0000000000000000000000000000000000000000..8f68b3c6f428c7fbebea85bc9f1d46c0416891be --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0508086778.json @@ -0,0 +1,15 @@ +{ + "codeName" : "UsrDRItem0508086778", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEDRITEMS/UsrDRItem0508086778.json", + "itemType" : "CUSTOM", + "name" : "产品流程准则表格视图", + "parentDataJO" : { + "srfparentdename" : "PRODUCT", + "SRFPARENTTYPE" : "CUSTOM" + }, + "viewCodeName" : "product_all_grid_view", + "getViewPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + } +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json new file mode 100644 index 0000000000000000000000000000000000000000..7844580a0ff5f275e17d7becabfa77e01ce7e929 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json @@ -0,0 +1,540 @@ +{ + "codeName" : "auto_create_guideline", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json", + "logicName" : "创建产品流程准则", + "memo" : "创建产品后,自动生成产品内的评审规则", + "name" : "创建产品流程准则", + "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" : 314, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置过滤参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "N_OBJECT_TYPE_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_filter" + }, + "name" : "直接值[PRODUCT] ==> guideline_filter[N_OBJECT_TYPE_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "PRODUCT", + "srcValueType" : "SRCVALUE" + }, { + "dstFieldName" : "N_SCOPE_ID_ISNULL", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_filter" + }, + "name" : "直接值[1] ==> guideline_filter[N_SCOPE_ID_ISNULL]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "1", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 208 + }, { + "codeName" : "DEDATASET1", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_filter" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "leftPos" : 518, + "logicNodeType" : "DEDATASET", + "name" : "查询产品全局流程规则", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_pages" + }, + "topPos" : 208 + }, { + "codeName" : "LOOPSUBCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "leftPos" : 721, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + } + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_pages" + }, + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 914, + "logicNodeType" : "PREPAREPARAM", + "name" : "绑定阶段用于后续循环,设置新建流程准则参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + } + } ], + "getPSDELogicNodeParams" : [ { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_stage_list" + }, + "name" : "for_obj_guideline[REVIEW_STAGE] ==> review_stage_list", + "paramAction" : "BINDPARAM", + "srcFieldName" : "REVIEW_STAGE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "IS_ENABLED", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "for_obj_guideline[IS_ENABLED] ==> new_guideline[IS_ENABLED]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "IS_ENABLED", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "NAME", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "for_obj_guideline[NAME] ==> new_guideline[NAME]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "NAME", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "SUBJECT_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "for_obj_guideline[SUBJECT_TYPE] ==> new_guideline[SUBJECT_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "SUBJECT_TYPE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "OBJECT_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "for_obj_guideline[OBJECT_TYPE] ==> new_guideline[OBJECT_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "OBJECT_TYPE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_guideline" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "SCOPE_ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "Default[ID] ==> new_guideline[SCOPE_ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 208 + }, { + "codeName" : "LOOPSUBCALL2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_review_stage" + }, + "leftPos" : 1116, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "subCallLink" : true + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "review_stage_list" + }, + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : 1326, + "logicNodeType" : "PREPAREPARAM", + "name" : "将阶段数据设置进guideline", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_STAGE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "name" : "stage_arr ==> new_guideline[REVIEW_STAGE]", + "paramAction" : "SETPARAMVALUE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "stage_arr" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 208 + }, { + "code" : "var new_guideline = logic.getParam(\"new_guideline\");\r\nvar for_obj_guideline = logic.getParam(\"for_obj_guideline\");\r\nnew_guideline.set(\"id\",new_guideline.get(\"scope_id\")+\"_\"+for_obj_guideline.get(\"id\"));", + "codeName" : "RAWSFCODE1", + "codeType" : "JavaScript", + "leftPos" : 1535, + "logicNodeType" : "RAWSFCODE", + "name" : "拼接guideline_ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + } + } ], + "topPos" : 208 + }, { + "codeName" : "END1", + "leftPos" : 761, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 332 + }, { + "codeName" : "PREPAREPARAM4", + "leftPos" : 1116, + "logicNodeType" : "PREPAREPARAM", + "name" : "置空阶段的所属ID与ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "GUIDELINE_ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_review_stage" + }, + "name" : "无值(NONE) ==> for_obj_review_stage[GUIDELINE_ID]", + "paramAction" : "SETPARAMVALUE", + "srcValueType" : "NONEVALUE" + }, { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_review_stage" + }, + "name" : "无值(NONE) ==> for_obj_review_stage[ID]", + "paramAction" : "SETPARAMVALUE", + "srcValueType" : "NONEVALUE" + } ], + "topPos" : 340 + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDEACTIONS/Create.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "leftPos" : 1535, + "logicNodeType" : "DEACTION", + "name" : "创建属于产品的流程准则", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "topPos" : 340 + }, { + "codeName" : "PREPAREPARAM5", + "leftPos" : 1116, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置阶段至流程准则", + "getPSDELogicNodeParams" : [ { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "stage_arr" + }, + "name" : "for_obj_review_stage ==> stage_arr", + "paramAction" : "APPENDPARAM", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_obj_review_stage" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 473 + }, { + "codeName" : "RENEWPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "new_guideline" + }, + "leftPos" : 1535, + "logicNodeType" : "RENEWPARAM", + "name" : "重新建立参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM1" + } + } ], + "topPos" : 473 + }, { + "codeName" : "RENEWPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "stage_arr" + }, + "leftPos" : 1535, + "logicNodeType" : "RENEWPARAM", + "name" : "重新建立参数", + "topPos" : 595 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "default" : true, + "entityParam" : true + }, { + "codeName" : "for_obj_guideline", + "logicName" : "循环评审准则临时变量", + "name" : "循环评审准则临时变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "entityParam" : true + }, { + "codeName" : "for_obj_review_stage", + "logicName" : "循环阶段临时变量", + "name" : "循环阶段临时变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityParam" : true + }, { + "codeName" : "guideline", + "logicName" : "评审规则", + "name" : "评审规则", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "entityParam" : true + }, { + "codeName" : "guideline_filter", + "logicName" : "流程准则过滤器", + "name" : "流程准则过滤器", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "filterParam" : true + }, { + "codeName" : "guideline_pages", + "logicName" : "评审准则分页结果", + "name" : "评审准则分页结果", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "entityPageParam" : true + }, { + "codeName" : "new_guideline", + "logicName" : "新评审规则", + "name" : "新评审规则", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" + }, + "entityParam" : true + }, { + "codeName" : "new_review_stage", + "logicName" : "新评审阶段", + "name" : "新评审阶段", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityParam" : true + }, { + "codeName" : "review_stage_list", + "logicName" : "评审阶段列表", + "name" : "评审阶段列表", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityListParam" : true + }, { + "codeName" : "stage_arr", + "logicName" : "阶段集合", + "name" : "阶段集合", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityListParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json.bpmn b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..703a0cb8b5744ca3a71c3590d4e80416e040f0e7 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json.bpmn @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json.drl b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json.drl new file mode 100644 index 0000000000000000000000000000000000000000..ca5f6446ddd71f9a43395aaf63efaa7c8bb90b3e --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDELOGICS/auto_create_guideline.json.drl @@ -0,0 +1,262 @@ +package cn.ibizlab.plm.prodmgmt.logic.productlogic.auto_create_guideline; + 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.plm.util.errors.BadRequestAlertException; + global cn.ibizlab.plm.core.prodmgmt.domain.product productauto_create_guidelinedefault; + global cn.ibizlab.plm.core.testmgmt.domain.guideline productauto_create_guidelinefor_obj_guideline; + global cn.ibizlab.plm.core.testmgmt.domain.review_stage productauto_create_guidelinefor_obj_review_stage; + global cn.ibizlab.plm.core.testmgmt.domain.guideline productauto_create_guidelineguideline; + global cn.ibizlab.plm.core.testmgmt.domain.guideline productauto_create_guidelineguideline_filter; + global cn.ibizlab.plm.core.testmgmt.domain.guideline productauto_create_guidelineguideline_pages; + global cn.ibizlab.plm.core.testmgmt.domain.guideline productauto_create_guidelinenew_guideline; + global cn.ibizlab.plm.core.testmgmt.domain.review_stage productauto_create_guidelinenew_review_stage; + global cn.ibizlab.plm.core.testmgmt.domain.review_stage productauto_create_guidelinereview_stage_list; + global cn.ibizlab.plm.core.testmgmt.domain.review_stage productauto_create_guidelinestage_arr; + global cn.ibizlab.plm.core.testmgmt.service.IguidelineService guidelineservice; + global cn.ibizlab.plm.core.prodmgmt.service.IproductService iBzSysProductDefaultService; + global cn.ibizlab.plm.util.security.AuthenticationUser curuser; + + + no-loop + + //逻辑处理节点[开始] + rule "begin" + ruleflow-group "productauto_create_guidelinebegin" + when + then + end + + //逻辑处理节点[设置过滤参数] + rule "prepareparam1" + ruleflow-group "productauto_create_guidelineprepareparam1" + when + then + productauto_create_guidelineguideline_filter.set("n_object_type_eq","PRODUCT"); + productauto_create_guidelineguideline_filter.set("n_scope_id_isnull","1"); + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[查询产品全局流程规则] + rule "dedataset1" + ruleflow-group "productauto_create_guidelinededataset1" + when + then + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[循环子调用] + rule "loopsubcall1" + ruleflow-group "productauto_create_guidelineloopsubcall1" + when + then + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[绑定阶段用于后续循环,设置新建流程准则参数] + rule "prepareparam2" + ruleflow-group "productauto_create_guidelineprepareparam2" + when + then + productauto_create_guidelinereview_stage_list.set("",productauto_create_guidelinefor_obj_guideline.get("reviewstage")); + productauto_create_guidelinenew_guideline.set("isenabled",productauto_create_guidelinefor_obj_guideline.get("isenabled")); + productauto_create_guidelinenew_guideline.set("name",productauto_create_guidelinefor_obj_guideline.get("name")); + productauto_create_guidelinenew_guideline.set("subjecttype",productauto_create_guidelinefor_obj_guideline.get("subjecttype")); + productauto_create_guidelinenew_guideline.set("objecttype",productauto_create_guidelinefor_obj_guideline.get("objecttype")); + productauto_create_guidelinenew_guideline.set("scopeid",productauto_create_guidelinedefault.get("id")); + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[循环子调用] + rule "loopsubcall2" + ruleflow-group "productauto_create_guidelineloopsubcall2" + when + then + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[将阶段数据设置进guideline] + rule "prepareparam3" + ruleflow-group "productauto_create_guidelineprepareparam3" + when + then + productauto_create_guidelinenew_guideline.set("reviewstage",productauto_create_guidelinestage_arr.get("")); + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[拼接guideline_id] + rule "rawsfcode1" + ruleflow-group "productauto_create_guidelinerawsfcode1" + when + then + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[结束] + rule "end1" + ruleflow-group "productauto_create_guidelineend1" + when + then + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[置空阶段的所属id与id] + rule "prepareparam4" + ruleflow-group "productauto_create_guidelineprepareparam4" + when + then + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[创建属于产品的流程准则] + rule "deaction1" + ruleflow-group "productauto_create_guidelinedeaction1" + when + then + guidelineservice.create(productauto_create_guidelinenew_guideline); + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[设置阶段至流程准则] + rule "prepareparam5" + ruleflow-group "productauto_create_guidelineprepareparam5" + when + then + productauto_create_guidelinestage_arr.set("",productauto_create_guidelinefor_obj_review_stage.get("")); + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[重新建立参数] + rule "renewparam1" + ruleflow-group "productauto_create_guidelinerenewparam1" + when + then + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end + + //逻辑处理节点[重新建立参数] + rule "renewparam2" + ruleflow-group "productauto_create_guidelinerenewparam2" + when + then + update(productauto_create_guidelinedefault);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_guideline);//更新fact中变量值 + update(productauto_create_guidelinefor_obj_review_stage);//更新fact中变量值 + update(productauto_create_guidelineguideline);//更新fact中变量值 + update(productauto_create_guidelineguideline_filter);//更新fact中变量值 + update(productauto_create_guidelineguideline_pages);//更新fact中变量值 + update(productauto_create_guidelinenew_guideline);//更新fact中变量值 + update(productauto_create_guidelinenew_review_stage);//更新fact中变量值 + update(productauto_create_guidelinereview_stage_list);//更新fact中变量值 + update(productauto_create_guidelinestage_arr);//更新fact中变量值 + end \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json new file mode 100644 index 0000000000000000000000000000000000000000..b201d695b314d29782b11dc90772e8b81473f8d8 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json @@ -0,0 +1,3932 @@ +{ + "getAllPSDEACModes" : [ { + "codeName" : "Default", + "logicName" : "DEFAULT", + "name" : "DEFAULT", + "getPSDEACModeDataItems" : [ { + "dataType" : 25, + "name" : "value" + }, { + "dataType" : 25, + "name" : "text" + } ], + "pagingSize" : 50, + "defaultMode" : true, + "enablePagingBar" : false, + "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACMODES/Default.json" + } ], + "getAllPSDEActions" : [ { + "actionMode" : "CREATE", + "actionType" : "BUILTIN", + "codeName" : "Create", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json", + "logicName" : "Create", + "name" : "Create", + "orderValue" : 1, + "getPSDEActionInput" : { + "name" : "CreateInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "CreateResult", + "type" : "VOID" + }, + "builtinAction" : true + }, { + "actionMode" : "UPDATE", + "actionType" : "BUILTIN", + "codeName" : "Update", + "dataAccessAction" : "UPDATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json", + "logicName" : "Update", + "name" : "Update", + "orderValue" : 11, + "getPSDEActionInput" : { + "name" : "UpdateInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "UpdateResult", + "type" : "VOID" + }, + "builtinAction" : true + }, { + "actionMode" : "DELETE", + "actionType" : "BUILTIN", + "batchActionMode" : 1, + "codeName" : "Remove", + "dataAccessAction" : "DELETE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json", + "logicName" : "Remove", + "name" : "Remove", + "orderValue" : 21, + "getPSDEActionInput" : { + "getKeyPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "RemoveInput", + "type" : "KEYFIELDS" + }, + "getPSDEActionReturn" : { + "name" : "RemoveResult", + "type" : "VOID" + }, + "batchAction" : true, + "builtinAction" : true + }, { + "actionMode" : "READ", + "actionType" : "BUILTIN", + "codeName" : "Get", + "dataAccessAction" : "READ", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json", + "logicName" : "Get", + "name" : "Get", + "orderValue" : 31, + "getPSDEActionInput" : { + "getKeyPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "GetInput", + "type" : "KEYFIELD" + }, + "getPSDEActionReturn" : { + "name" : "GetResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "builtinAction" : true + }, { + "actionMode" : "GETDRAFT", + "actionType" : "BUILTIN", + "codeName" : "GetDraft", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json", + "logicName" : "GetDraft", + "name" : "GetDraft", + "orderValue" : 41, + "getPSDEActionInput" : { + "name" : "GetDraftInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEActionReturn" : { + "name" : "GetDraftResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "builtinAction" : true + }, { + "actionMode" : "CHECKKEY", + "actionType" : "BUILTIN", + "codeName" : "CheckKey", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json", + "logicName" : "CheckKey", + "name" : "CheckKey", + "getPSDEActionInput" : { + "name" : "CheckKeyInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEActionReturn" : { + "name" : "CheckKeyResult", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "builtinAction" : true + }, { + "actionMode" : "SAVE", + "actionType" : "BUILTIN", + "codeName" : "Save", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json", + "logicName" : "Save", + "name" : "Save", + "getPSDEActionInput" : { + "name" : "SaveInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "SaveResult", + "type" : "VOID" + }, + "builtinAction" : true + }, { + "actionHolder" : 2, + "actionMode" : "CUSTOM", + "actionType" : "DELOGIC", + "codeName" : "nothing", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/nothing.json", + "logicName" : "无操作", + "name" : "nothing", + "getPSDEActionInput" : { + "name" : "NothingInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEActionReturn" : { + "name" : "NothingResult", + "type" : "VOID" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/nothing.json" + }, + "enableBackend" : false + }, { + "actionHolder" : 1, + "actionMode" : "CREATE", + "actionType" : "DELOGIC", + "codeName" : "review_content_total", + "dataAccessAction" : "READ", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json", + "logicName" : "评审内容条数", + "name" : "review_content_total", + "getPSDEActionInput" : { + "name" : "Review_content_totalInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "Review_content_totalResult", + "type" : "VOID" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json" + }, + "enableFront" : false + } ], + "getAllPSDEDBConfigs" : [ { + "dBType" : "MYSQL5", + "name" : "MYSQL5", + "objNameCase" : "DEFAULT", + "valid" : true + } ], + "getAllPSDEDRGroups" : [ { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDRGROUPS/DRGroup.json" + } ], + "getAllPSDEDataQueries" : [ { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "Default", + "logicName" : "数据查询", + "name" : "DEFAULT", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "joinType" : "MAIN", + "name" : "REVIEW_CONTENT_IDEA" + }, + "getPSDEDataQueryInput" : { + "name" : "DefaultInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "DefaultResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTOS" + }, + "defaultMode" : true + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "View", + "logicName" : "默认(全部数据)", + "name" : "VIEW", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "joinType" : "MAIN", + "name" : "REVIEW_CONTENT_IDEA" + }, + "getPSDEDataQueryInput" : { + "name" : "ViewInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "ViewResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTOS" + }, + "viewLevel" : 0 + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/all/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "all", + "logicName" : "全部数据", + "name" : "all", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "joinType" : "MAIN", + "name" : "REVIEW_CONTENT" + }, + "getPSDEDataQueryInput" : { + "name" : "AllInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "AllResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTOS" + }, + "viewLevel" : 0 + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/cur_history/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "cur_history", + "logicName" : "当前评审历史", + "name" : "cur_history", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "joinType" : "MAIN", + "name" : "REVIEW_CONTENT", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "principal_id", + "fieldName" : "PRINCIPAL_ID", + "name" : "(PRINCIPAL_ID) 等于(=) 网页请求上下文 principal_id", + "getPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "getPSVARTypeId" : "WEBCONTEXT" + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "Cur_historyInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "Cur_historyResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTOS" + } + }, { + "getAllPSDEDataQueryCodes" : [ { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/history_list/PSDEDQCODES/MYSQL5.json" + } ], + "codeName" : "history_list", + "logicName" : "评审历史列表", + "name" : "history_list", + "getPSDEDQMain" : { + "getJoinPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "joinType" : "MAIN", + "name" : "REVIEW_CONTENT", + "getPSDEDQGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "连接条件", + "getPSDEDQConditions" : [ { + "condOp" : "EQ", + "condType" : "SINGLE", + "condValue" : "principal_id", + "fieldName" : "PRINCIPAL_ID", + "name" : "(PRINCIPAL_ID) 等于(=) 网页请求上下文 principal_id", + "getPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "getPSVARTypeId" : "WEBCONTEXT" + } ] + } + }, + "getPSDEDataQueryInput" : { + "name" : "History_listInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataQueryReturn" : { + "name" : "History_listResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTOS" + } + } ], + "getAllPSDEDataRelations" : [ { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATARELATIONS/Default.json" + } ], + "getAllPSDEDataSets" : [ { + "codeName" : "Default", + "logicName" : "数据集", + "name" : "DEFAULT", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "Default" + } ], + "getPSDEDataSetInput" : { + "name" : "DefaultInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "DefaultResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "all", + "logicName" : "全部数据", + "name" : "all", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "all" + } ], + "getPSDEDataSetInput" : { + "name" : "AllInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "AllResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "getPSSysPFPlugin" : { + "pluginType" : "DEMETHOD", + "pluginCode" : "REVIEW_CONTENT_SORT", + "runtimeObject" : true + }, + "viewLevel" : 0, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "cur_history", + "logicName" : "当前评审历史", + "name" : "cur_history", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "cur_history" + } ], + "getPSDEDataSetInput" : { + "name" : "Cur_historyInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "Cur_historyResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + }, { + "codeName" : "history_list", + "logicName" : "评审历史列表", + "name" : "history_list", + "getPSDEDataQueries" : [ { + "modelref" : true, + "id" : "history_list" + } ], + "getPSDEDataSetInput" : { + "name" : "History_listInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "History_listResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "enableBackend" : true, + "enableFront" : true + } ], + "getAllPSDEFields" : [ { + "getAllPSDEFDTColumns" : [ { + "columnName" : "PRINCIPAL_ID", + "dBType" : "MYSQL5", + "name" : "PRINCIPAL_ID", + "queryCodeExp" : "t11.`PRINCIPAL_ID`", + "standardColumnName" : "`PRINCIPAL_ID`" + } ], + "getAllPSDEFSearchModes" : [ { + "codeName" : "N_PRINCIPAL_ID_EQ", + "name" : "N_PRINCIPAL_ID_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[PRINCIPAL_ID][关联主体标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[PRINCIPAL_ID][关联主体标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[PRINCIPAL_ID][关联主体标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[PRINCIPAL_ID][关联主体标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "PRINCIPAL_ID", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "principal_id", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "关联主体标识", + "name" : "PRINCIPAL_ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "principal_id", + "stdDataType" : 25, + "stringLength" : 100, + "unionKeyValue" : "KEY1", + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "CHANGE_TYPE", + "dBType" : "MYSQL5", + "name" : "CHANGE_TYPE", + "queryCodeExp" : "t1.`CHANGE_TYPE`", + "standardColumnName" : "`CHANGE_TYPE`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CHANGE_TYPE][变更类型]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[CHANGE_TYPE][变更类型]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CHANGE_TYPE][变更类型]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[CHANGE_TYPE][变更类型]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "CHANGE_TYPE", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "change_type", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "变更类型", + "name" : "CHANGE_TYPE", + "getPSCodeList" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSCODELISTS/review_change_type.json" + }, + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "getRealPSDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "change_type", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "OWNER_TYPE", + "dBType" : "MYSQL5", + "name" : "OWNER_TYPE", + "queryCodeExp" : "t11.`OWNER_TYPE`", + "standardColumnName" : "`OWNER_TYPE`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[OWNER_TYPE][所属数据对象]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[OWNER_TYPE][所属数据对象]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[OWNER_TYPE][所属数据对象]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[OWNER_TYPE][所属数据对象]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "OWNER_TYPE", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "owner_type", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "所属数据对象", + "name" : "OWNER_TYPE", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "OWNER_TYPE", + "codeName" : "owner_type" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "OWNER_TYPE", + "codeName" : "owner_type" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "owner_type", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "PRINCIPAL_TYPE", + "dBType" : "MYSQL5", + "name" : "PRINCIPAL_TYPE", + "queryCodeExp" : "t11.`PRINCIPAL_TYPE`", + "standardColumnName" : "`PRINCIPAL_TYPE`", + "valueAutoGen" : true + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[PRINCIPAL_TYPE][关联主体类型]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[PRINCIPAL_TYPE][关联主体类型]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[PRINCIPAL_TYPE][关联主体类型]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[PRINCIPAL_TYPE][关联主体类型]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "PRINCIPAL_TYPE", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "principal_type", + "dEFType" : 3, + "dataType" : "INHERIT", + "defaultValue" : "REVIEW", + "importOrder" : 1000, + "length" : 100, + "logicName" : "关联主体类型", + "name" : "PRINCIPAL_TYPE", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "principal_type", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "CHANGE_VERSION", + "dBType" : "MYSQL5", + "name" : "CHANGE_VERSION", + "queryCodeExp" : "t1.`CHANGE_VERSION`", + "standardColumnName" : "`CHANGE_VERSION`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CHANGE_VERSION][变更版本]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "HIDDEN", + "name" : "[CHANGE_VERSION][变更版本]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CHANGE_VERSION][变更版本]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "HIDDEN", + "name" : "[CHANGE_VERSION][变更版本]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "CHANGE_VERSION", + "maxValue" : 1048576, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[1048576]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[1048576]" + }, + "ruleInfo" : "内容长度必须小于等于[1048576]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "change_version", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 1048576, + "logicName" : "变更版本", + "name" : "CHANGE_VERSION", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "getRealPSDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "change_version", + "stdDataType" : 21, + "stringLength" : 1048576, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "queryColumn" : false + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[STAGE_RESULTS][评审结果]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "HIDDEN", + "name" : "[STAGE_RESULTS][评审结果]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[STAGE_RESULTS][评审结果]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "HIDDEN", + "name" : "[STAGE_RESULTS][评审结果]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "STAGE_RESULTS", + "maxValue" : 1048576, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[1048576]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[1048576]" + }, + "ruleInfo" : "内容长度必须小于等于[1048576]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "stage_results", + "dEFType" : 5, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 1048576, + "logicName" : "评审结果", + "name" : "STAGE_RESULTS", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "getRealPSDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "stage_results", + "stdDataType" : 21, + "stringLength" : 1048576, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "queryColumn" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "TARGET_TYPE", + "dBType" : "MYSQL5", + "name" : "TARGET_TYPE", + "queryCodeExp" : "t11.`TARGET_TYPE`", + "standardColumnName" : "`TARGET_TYPE`", + "valueAutoGen" : true + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_TYPE][关联目标类型]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_TYPE][关联目标类型]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_TYPE][关联目标类型]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_TYPE][关联目标类型]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_TYPE", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_type", + "dEFType" : 3, + "dataType" : "INHERIT", + "defaultValue" : "IDEA", + "importOrder" : 1000, + "length" : 100, + "logicName" : "关联目标类型", + "name" : "TARGET_TYPE", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "TARGET_TYPE", + "codeName" : "target_type" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "TARGET_TYPE", + "codeName" : "target_type" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "target_type", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "FINAL_STAGE_RESULTS", + "dBType" : "MYSQL5", + "name" : "FINAL_STAGE_RESULTS", + "queryCodeExp" : "t1.`FINAL_STAGE_RESULTS`", + "standardColumnName" : "`FINAL_STAGE_RESULTS`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[FINAL_STAGE_RESULTS][最终评审结果]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[FINAL_STAGE_RESULTS][最终评审结果]", + "stringLength" : 60, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[FINAL_STAGE_RESULTS][最终评审结果]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[FINAL_STAGE_RESULTS][最终评审结果]移动端默认", + "stringLength" : 60, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "FINAL_STAGE_RESULTS", + "maxValue" : 60, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[60]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[60]" + }, + "ruleInfo" : "内容长度必须小于等于[60]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "final_stage_results", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 60, + "logicName" : "最终评审结果", + "name" : "FINAL_STAGE_RESULTS", + "getPSCodeList" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSCODELISTS/final_stage_results.json" + }, + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "getRealPSDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "final_stage_results", + "stdDataType" : 25, + "stringLength" : 60, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "PARENT_VERSION_ID", + "dBType" : "MYSQL5", + "name" : "PARENT_VERSION_ID", + "queryCodeExp" : "t11.`PARENT_VERSION_ID`", + "standardColumnName" : "`PARENT_VERSION_ID`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[PARENT_VERSION_ID][父对象版本标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[PARENT_VERSION_ID][父对象版本标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[PARENT_VERSION_ID][父对象版本标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[PARENT_VERSION_ID][父对象版本标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "PARENT_VERSION_ID", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "parent_version_id", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "父对象版本标识", + "name" : "PARENT_VERSION_ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "predefinedType" : "PARENTVERSIONID", + "getRealPSDEField" : { + "name" : "PARENT_VERSION_ID", + "codeName" : "parent_version_id" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "PARENT_VERSION_ID", + "codeName" : "parent_version_id" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "parent_version_id", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "TARGET_VERSION_ID", + "dBType" : "MYSQL5", + "name" : "TARGET_VERSION_ID", + "queryCodeExp" : "t11.`TARGET_VERSION_ID`", + "standardColumnName" : "`TARGET_VERSION_ID`" + } ], + "getAllPSDEFSearchModes" : [ { + "codeName" : "N_TARGET_VERSION_ID_EQ", + "name" : "N_TARGET_VERSION_ID_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_VERSION_ID][目标对象版本标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_VERSION_ID][目标对象版本标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_VERSION_ID][目标对象版本标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_VERSION_ID][目标对象版本标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_VERSION_ID", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_version_id", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "目标对象版本标识", + "name" : "TARGET_VERSION_ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "TARGET_VERSION_ID", + "codeName" : "target_version_id" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "TARGET_VERSION_ID", + "codeName" : "target_version_id" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "target_version_id", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "ID", + "dBType" : "MYSQL5", + "name" : "ID", + "queryCodeExp" : "t1.`ID`", + "standardColumnName" : "`ID`" + } ], + "getAllPSDEFSearchModes" : [ { + "codeName" : "N_ID_EQ", + "name" : "N_ID_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[ID][标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[ID][标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[ID][标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[ID][标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "ID", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "id", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "标识", + "name" : "ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "getRealPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "id", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "allowEmpty" : false, + "inheritDEField" : true, + "keyDEField" : true, + "linkDEField" : true, + "pasteReset" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "NAME", + "dBType" : "MYSQL5", + "name" : "NAME", + "queryCodeExp" : "t1.`NAME`", + "standardColumnName" : "`NAME`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[NAME][名称]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[NAME][名称]移动端默认", + "stringLength" : 200, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[NAME][名称]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[NAME][名称]", + "stringLength" : 200, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "NAME", + "maxValue" : 200, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[200]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[200]" + }, + "ruleInfo" : "内容长度必须小于等于[200]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "name", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 200, + "logicName" : "名称", + "name" : "NAME", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "getRealPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "name", + "stdDataType" : 25, + "stringLength" : 200, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "enableQuickSearch" : true, + "inheritDEField" : true, + "linkDEField" : true, + "majorDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "CREATE_TIME", + "dBType" : "MYSQL5", + "name" : "CREATE_TIME", + "queryCodeExp" : "t1.`CREATE_TIME`", + "standardColumnName" : "`CREATE_TIME`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CREATE_TIME][创建时间]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[CREATE_TIME][创建时间]", + "uIMode" : "DEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CREATE_TIME][创建时间]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[CREATE_TIME][创建时间]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组" + }, + "ruleInfo" : "默认规则", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "create_time", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "logicName" : "创建时间", + "name" : "CREATE_TIME", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "predefinedType" : "CREATEDATE", + "getRealPSDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "create_time", + "stdDataType" : 5, + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "viewLevel" : 0, + "allowEmpty" : false, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "systemReserver" : true + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "UPDATE_TIME", + "dBType" : "MYSQL5", + "name" : "UPDATE_TIME", + "queryCodeExp" : "t1.`UPDATE_TIME`", + "standardColumnName" : "`UPDATE_TIME`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[UPDATE_TIME][更新时间]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[UPDATE_TIME][更新时间]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[UPDATE_TIME][更新时间]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[UPDATE_TIME][更新时间]", + "uIMode" : "DEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组" + }, + "ruleInfo" : "默认规则", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "update_time", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "logicName" : "更新时间", + "name" : "UPDATE_TIME", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "predefinedType" : "UPDATEDATE", + "getRealPSDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "update_time", + "stdDataType" : 5, + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "viewLevel" : 0, + "allowEmpty" : false, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "systemReserver" : true + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "CREATE_MAN", + "dBType" : "MYSQL5", + "name" : "CREATE_MAN", + "queryCodeExp" : "t1.`CREATE_MAN`", + "standardColumnName" : "`CREATE_MAN`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CREATE_MAN][建立人]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[CREATE_MAN][建立人]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CREATE_MAN][建立人]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[CREATE_MAN][建立人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "CREATE_MAN", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "create_man", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "建立人", + "name" : "CREATE_MAN", + "getPSCodeList" : { + "modelref" : true, + "path" : "PSCODELISTS/SysOperator.json" + }, + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "predefinedType" : "CREATEMAN", + "getRealPSDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "create_man", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "allowEmpty" : false, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "systemReserver" : true + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "UPDATE_MAN", + "dBType" : "MYSQL5", + "name" : "UPDATE_MAN", + "queryCodeExp" : "t1.`UPDATE_MAN`", + "standardColumnName" : "`UPDATE_MAN`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[UPDATE_MAN][更新人]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[UPDATE_MAN][更新人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[UPDATE_MAN][更新人]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[UPDATE_MAN][更新人]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "UPDATE_MAN", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "update_man", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "更新人", + "name" : "UPDATE_MAN", + "getPSCodeList" : { + "modelref" : true, + "path" : "PSCODELISTS/SysOperator.json" + }, + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json" + }, + "predefinedType" : "UPDATEMAN", + "getRealPSDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getRelatedPSDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "serviceCodeName" : "update_man", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "allowEmpty" : false, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "systemReserver" : true + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[REVIEW_DATA][评审数据]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[REVIEW_DATA][评审数据]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[REVIEW_DATA][评审数据]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[REVIEW_DATA][评审数据]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "REVIEW_DATA", + "maxValue" : 1048576, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[1048576]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[1048576]" + }, + "ruleInfo" : "内容长度必须小于等于[1048576]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "review_data", + "dEFType" : 5, + "dataType" : "PICKUPOBJECT", + "importOrder" : 1000, + "length" : 1048576, + "logicName" : "评审数据", + "name" : "REVIEW_DATA", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW.json" + }, + "getPSDER1N" : "外键值对象属性[REVIEW_CONTENT_IDEA#产品需求评审内容|REVIEW_DATA#评审数据]实体关系[DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW]类型不正确", + "serviceCodeName" : "review_data", + "stdDataType" : 21, + "stringLength" : 1048576, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "phisicalDEField" : false, + "queryColumn" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[IDEA][产品需求]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[IDEA][产品需求]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[IDEA][产品需求]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[IDEA][产品需求]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "IDEA", + "maxValue" : 1048576, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[1048576]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[1048576]" + }, + "ruleInfo" : "内容长度必须小于等于[1048576]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "idea", + "dEFType" : 5, + "dataType" : "PICKUPOBJECT", + "importOrder" : 1000, + "length" : 1048576, + "logicName" : "产品需求", + "name" : "IDEA", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA.json" + }, + "getPSDER1N" : "外键值对象属性[REVIEW_CONTENT_IDEA#产品需求评审内容|IDEA#产品需求]实体关系[DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA]类型不正确", + "serviceCodeName" : "idea", + "stdDataType" : 21, + "stringLength" : 1048576, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "enableUICreate" : false, + "enableUIModify" : false, + "phisicalDEField" : false, + "queryColumn" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "CUR_VERSION_ID", + "dBType" : "MYSQL5", + "name" : "CUR_VERSION_ID", + "queryCodeExp" : "t11.`CUR_VERSION_ID`", + "standardColumnName" : "`CUR_VERSION_ID`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[CUR_VERSION_ID][当前版本标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[CUR_VERSION_ID][当前版本标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[CUR_VERSION_ID][当前版本标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[CUR_VERSION_ID][当前版本标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "CUR_VERSION_ID", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "cur_version_id", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "当前版本标识", + "name" : "CUR_VERSION_ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "predefinedType" : "VERSIONID", + "getRealPSDEField" : { + "name" : "CUR_VERSION_ID", + "codeName" : "cur_version_id" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "CUR_VERSION_ID", + "codeName" : "cur_version_id" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "cur_version_id", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_IDENTIFIER][目标对象编号]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_IDENTIFIER][目标对象编号]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_IDENTIFIER][目标对象编号]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_IDENTIFIER][目标对象编号]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_IDENTIFIER", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_identifier", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "目标对象编号", + "name" : "TARGET_IDENTIFIER", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "target_identifier", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_TITLE][目标对象标题]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_TITLE][目标对象标题]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_TITLE][目标对象标题]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_TITLE][目标对象标题]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_TITLE", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_title", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "目标对象标题", + "name" : "TARGET_TITLE", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "TARGET_TITLE", + "codeName" : "target_title" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "TARGET_TITLE", + "codeName" : "target_title" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "target_title", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_STATE][目标对象状态]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_STATE][目标对象状态]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_STATE][目标对象状态]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_STATE][目标对象状态]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_STATE", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_state", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "目标对象状态", + "name" : "TARGET_STATE", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "TARGET_STATE", + "codeName" : "target_state" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "TARGET_STATE", + "codeName" : "target_state" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "target_state", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_ASSIGNEE][目标对象负责人]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_ASSIGNEE][目标对象负责人]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_ASSIGNEE][目标对象负责人]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_ASSIGNEE][目标对象负责人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_ASSIGNEE", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_assignee", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "目标对象负责人", + "name" : "TARGET_ASSIGNEE", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "TARGET_ASSIGNEE", + "codeName" : "target_assignee" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "TARGET_ASSIGNEE", + "codeName" : "target_assignee" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "target_assignee", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_VERSION][关联目标版本]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[TARGET_VERSION][关联目标版本]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_VERSION][关联目标版本]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[TARGET_VERSION][关联目标版本]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_VERSION", + "maxValue" : 1048576, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[1048576]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[1048576]" + }, + "ruleInfo" : "内容长度必须小于等于[1048576]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_version", + "dEFType" : 5, + "dataType" : "PICKUPOBJECT", + "importOrder" : 1000, + "length" : 1048576, + "logicName" : "关联目标版本", + "name" : "TARGET_VERSION", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION.json" + }, + "getPSDER1N" : "外键值对象属性[REVIEW_CONTENT_IDEA#产品需求评审内容|TARGET_VERSION#关联目标版本]实体关系[DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION]类型不正确", + "serviceCodeName" : "target_version", + "stdDataType" : 21, + "stringLength" : 1048576, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "phisicalDEField" : false, + "queryColumn" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_PRIORITY][目标对象优先级]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_PRIORITY][目标对象优先级]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_PRIORITY][目标对象优先级]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_PRIORITY][目标对象优先级]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_PRIORITY", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_priority", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "目标对象优先级", + "name" : "TARGET_PRIORITY", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "TARGET_PRIORITY", + "codeName" : "target_priority" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "TARGET_PRIORITY", + "codeName" : "target_priority" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "target_priority", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_PARENT_ID][目标对象父标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_PARENT_ID][目标对象父标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_PARENT_ID][目标对象父标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_PARENT_ID][目标对象父标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_PARENT_ID", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_parent_id", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "目标对象父标识", + "name" : "TARGET_PARENT_ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "target_parent_id", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false, + "uIAssistDEField" : true + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "TARGET_ID", + "dBType" : "MYSQL5", + "name" : "TARGET_ID", + "queryCodeExp" : "t11.`TARGET_ID`", + "standardColumnName" : "`TARGET_ID`" + } ], + "getAllPSDEFSearchModes" : [ { + "codeName" : "N_TARGET_ID_EQ", + "name" : "N_TARGET_ID_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_ID][关联目标标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_ID][关联目标标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_ID][关联目标标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_ID][关联目标标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "TARGET_ID", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "target_id", + "dEFType" : 3, + "dataType" : "INHERIT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "关联目标标识", + "name" : "TARGET_ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json" + }, + "getRealPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "getRealPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getRelatedPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "serviceCodeName" : "target_id", + "stdDataType" : 25, + "stringLength" : 100, + "unionKeyValue" : "KEY2", + "valueFormat" : "%1$s", + "viewLevel" : 0, + "inheritDEField" : true, + "linkDEField" : true, + "phisicalDEField" : false + } ], + "getAllPSDELogics" : [ { + "codeName" : "nothing", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/nothing.json", + "logicName" : "无操作", + "memo" : "无操作逻辑,用于替换表单的获取数据行为", + "name" : "无操作", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "topPos" : 200, + "parallelOutput" : true + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "default" : true, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : false, + "enableFront" : true + }, { + "codeName" : "review_content_total", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json", + "logicName" : "评审结果条数", + "memo" : "查询评审结果总条数与已评审条数", + "name" : "评审结果条数", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 140, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSQLCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "END1", + "leftPos" : 549, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "result" + }, + "returnType" : "LOGICPARAM", + "topPos" : 200 + }, { + "codeName" : "RAWSQLCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "result" + }, + "leftPos" : 344, + "logicNodeType" : "RAWSQLCALL", + "name" : "查询评审结果总条数与已评审条数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSQLCALL1" + } + } ], + "getPSDELogicNodeParams" : [ { + "name" : "Default[ID]", + "paramAction" : "SQLPARAM", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "name" : "Default[ID]", + "paramAction" : "SQLPARAM", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "sql" : "SELECT\r\n query1.count1 AS total,\r\n query2.count2 AS total_already,\r\n (CONVERT(query2.count2, DECIMAL) / query1.count1 * 100) AS schedule\r\nFROM\r\n (SELECT COUNT(1) AS count1\r\n FROM review rv\r\n LEFT JOIN relation re ON re.PRINCIPAL_ID = rv.ID AND re.PRINCIPAL_TYPE = 'REVIEW'\r\n WHERE rv.ID = ?) AS query1,\r\n\r\n (SELECT COUNT(*) AS count2\r\n FROM review rv\r\n INNER JOIN relation re ON re.PRINCIPAL_ID = rv.ID AND re.PRINCIPAL_TYPE = 'REVIEW'\r\n INNER JOIN review_content_extend rc ON re.ID = rc.ID AND rc.review_result = 'pass'\r\n WHERE rv.ID = ?) AS query2;", + "topPos" : 208, + "fillDstLogicParam" : true + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "default" : true, + "entityParam" : true + }, { + "codeName" : "result", + "logicName" : "结果", + "name" : "结果", + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false + } ], + "getAllPSDEMethodDTOs" : [ { + "name" : "review_content_idea_dto", + "getPSDEMethodDTOFields" : [ { + "logicName" : "变更类型", + "name" : "change_type", + "getPSDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "关联主体标识", + "name" : "principal_id", + "getPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "变更版本", + "name" : "change_version", + "getPSDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getRelatedPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_extend_dto" + }, + "getRelatedPSDEMethodDTOField" : { + "modelref" : true, + "id" : "change_version" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "sourceType" : "DEFIELD", + "stringLength" : 1048576, + "type" : "DTOS", + "listMap" : true + }, { + "logicName" : "所属数据对象", + "name" : "owner_type", + "getPSDEField" : { + "name" : "OWNER_TYPE", + "codeName" : "owner_type" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "defaultValue" : "REVIEW", + "logicName" : "关联主体类型", + "name" : "principal_type", + "getPSDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "评审结果", + "name" : "stage_results", + "getPSDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getRefPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_result_dto" + }, + "getRefPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_result.json" + }, + "getRelatedPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_extend_dto" + }, + "getRelatedPSDEMethodDTOField" : { + "modelref" : true, + "id" : "stage_results" + }, + "getRelatedPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "sourceType" : "DEFIELD", + "stringLength" : 1048576, + "type" : "DTOS" + }, { + "logicName" : "最终评审结果", + "name" : "final_stage_results", + "getPSDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 60, + "type" : "SIMPLE" + }, { + "defaultValue" : "IDEA", + "logicName" : "关联目标类型", + "name" : "target_type", + "getPSDEField" : { + "name" : "TARGET_TYPE", + "codeName" : "target_type" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "父对象版本标识", + "name" : "parent_version_id", + "getPSDEField" : { + "name" : "PARENT_VERSION_ID", + "codeName" : "parent_version_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "目标对象版本标识", + "name" : "target_version_id", + "getPSDEField" : { + "name" : "TARGET_VERSION_ID", + "codeName" : "target_version_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "标识", + "name" : "id", + "getPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "logicName" : "名称", + "name" : "name", + "getPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 200, + "type" : "SIMPLE" + }, { + "jsonFormat" : "yyyy-MM-dd HH:mm:ss", + "logicName" : "创建时间", + "name" : "create_time", + "getPSDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 5, + "type" : "SIMPLE", + "allowEmpty" : false, + "readOnly" : true + }, { + "jsonFormat" : "yyyy-MM-dd HH:mm:ss", + "logicName" : "更新时间", + "name" : "update_time", + "getPSDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 5, + "type" : "SIMPLE", + "allowEmpty" : false, + "readOnly" : true + }, { + "logicName" : "建立人", + "name" : "create_man", + "getPSDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE", + "allowEmpty" : false, + "readOnly" : true + }, { + "logicName" : "更新人", + "name" : "update_man", + "getPSDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE", + "allowEmpty" : false, + "readOnly" : true + }, { + "logicName" : "评审数据", + "name" : "review_data", + "getPSDEField" : { + "name" : "REVIEW_DATA", + "codeName" : "review_data" + }, + "getRefPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "getRefPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "sourceType" : "DEFIELD", + "stringLength" : 1048576, + "type" : "DTO" + }, { + "logicName" : "产品需求", + "name" : "idea", + "getPSDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getRefPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "getRefPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "sourceType" : "DEFIELD", + "stringLength" : 1048576, + "type" : "DTO", + "readOnly" : true + }, { + "logicName" : "当前版本标识", + "name" : "cur_version_id", + "getPSDEField" : { + "name" : "CUR_VERSION_ID", + "codeName" : "cur_version_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "目标对象编号", + "name" : "target_identifier", + "getPSDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "目标对象标题", + "name" : "target_title", + "getPSDEField" : { + "name" : "TARGET_TITLE", + "codeName" : "target_title" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "目标对象状态", + "name" : "target_state", + "getPSDEField" : { + "name" : "TARGET_STATE", + "codeName" : "target_state" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "目标对象负责人", + "name" : "target_assignee", + "getPSDEField" : { + "name" : "TARGET_ASSIGNEE", + "codeName" : "target_assignee" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "关联目标版本", + "name" : "target_version", + "getPSDEField" : { + "name" : "TARGET_VERSION", + "codeName" : "target_version" + }, + "getRefPSDEMethodDTO" : { + "modelref" : true, + "id" : "version_dto" + }, + "getRefPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "sourceType" : "DEFIELD", + "stringLength" : 1048576, + "type" : "DTO" + }, { + "logicName" : "目标对象优先级", + "name" : "target_priority", + "getPSDEField" : { + "name" : "TARGET_PRIORITY", + "codeName" : "target_priority" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "目标对象父标识", + "name" : "target_parent_id", + "getPSDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + }, { + "logicName" : "关联目标标识", + "name" : "target_id", + "getPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" + } ], + "sourceType" : "DE", + "type" : "DEFAULT", + "defaultMode" : true + }, { + "name" : "review_content_idea_filter_dto", + "getPSDEFilterDTOFields" : [ { + "logicName" : "标识", + "name" : "n_id_eq", + "getPSDEFSearchMode" : { + "modelref" : true, + "id" : "N_ID_EQ" + }, + "getPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "logicName" : "关联主体标识", + "name" : "n_principal_id_eq", + "getPSDEFSearchMode" : { + "modelref" : true, + "id" : "N_PRINCIPAL_ID_EQ" + }, + "getPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "logicName" : "关联目标标识", + "name" : "n_target_id_eq", + "getPSDEFSearchMode" : { + "modelref" : true, + "id" : "N_TARGET_ID_EQ" + }, + "getPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "logicName" : "目标对象版本标识", + "name" : "n_target_version_id_eq", + "getPSDEFSearchMode" : { + "modelref" : true, + "id" : "N_TARGET_VERSION_ID_EQ" + }, + "getPSDEField" : { + "name" : "TARGET_VERSION_ID", + "codeName" : "target_version_id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + } ], + "sourceType" : "DE", + "type" : "DEFILTER", + "defaultMode" : true + } ], + "getAllPSDEOPPrivs" : [ { + "logicName" : "建立", + "name" : "CREATE" + }, { + "logicName" : "删除", + "name" : "DELETE" + }, { + "logicName" : "读取", + "name" : "READ" + }, { + "logicName" : "更新", + "name" : "UPDATE" + } ], + "getAllPSModelDatas" : [ { + "codeName" : "under_review_grid_view", + "logicName" : "评审内容实体表格视图", + "name" : "评审内容实体表格视图", + "realModelSubType" : "DEGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "RedirectView", + "logicName" : "产品需求评审内容实体数据重定向视图", + "modelTag" : "REDIRECTVIEW", + "name" : "产品需求评审内容实体数据重定向视图", + "realModelSubType" : "DEREDIRECTVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "EditView", + "logicName" : "产品需求评审内容实体编辑视图", + "modelTag" : "EDITVIEW", + "name" : "产品需求评审内容实体编辑视图", + "realModelSubType" : "DEEDITVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "EditView2", + "logicName" : "产品需求评审内容实体编辑视图(左右关系)", + "name" : "产品需求评审内容实体编辑视图(左右关系)", + "realModelSubType" : "DEEDITVIEW2", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "PickupView", + "logicName" : "产品需求评审内容实体数据选择视图", + "modelTag" : "PICKUPVIEW", + "name" : "产品需求评审内容实体数据选择视图", + "realModelSubType" : "DEPICKUPVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "MPickupView", + "logicName" : "产品需求评审内容实体数据多项选择视图", + "modelTag" : "MPICKUPVIEW", + "name" : "产品需求评审内容实体数据多项选择视图", + "realModelSubType" : "DEMPICKUPVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "PickupGridView", + "logicName" : "产品需求评审内容实体选择表格视图(部件视图)", + "name" : "产品需求评审内容实体选择表格视图(部件视图)", + "realModelSubType" : "DEPICKUPGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "GridView", + "logicName" : "产品需求评审内容实体表格视图", + "modelTag" : "MDATAVIEW", + "name" : "产品需求评审内容实体表格视图", + "realModelSubType" : "DEGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "Main", + "logicName" : "主编辑表单", + "modelTag2" : "0", + "name" : "主编辑表单", + "realModelSubType" : "EDITFORM", + "realModelType" : "PSDEFORM" + }, { + "codeName" : "review_list_form", + "logicName" : "评审历史表单", + "modelTag2" : "0", + "name" : "评审历史表单", + "realModelSubType" : "EDITFORM", + "realModelType" : "PSDEFORM" + } ], + "codeName" : "review_content_idea", + "dEType" : 3, + "dSLink" : "DEFAULT", + "dataAccCtrlArch" : 1, + "dataAccCtrlMode" : 3, + "dataChangeLogMode" : 0, + "dataImpExpMode" : 3, + "getDefaultPSDEDataQuery" : { + "modelref" : true, + "id" : "Default" + }, + "getDefaultPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getDefaultPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "getDefaultPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "dynaInstMode" : 0, + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json", + "enableActions" : 7, + "enableUIActions" : 15, + "enableViewLevel" : 0, + "extendMode" : 0, + "getKeyPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getLNPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "logicName" : "产品需求评审内容", + "getMajorPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getMajorPSDERs" : [ { + "codeName" : "REVIEW_CONTENT_IDEA", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_result/PSDERS/DERCUSTOM_REVIEW_RESULT_REVIEW_CONTENT_IDEA_CONTENT_ID.json", + "logicName" : "评审内容-结果", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "masterRS" : 0, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_result.json" + }, + "name" : "DERCUSTOM_REVIEW_RESULT_REVIEW_CONTENT_IDEA_CONTENT_ID", + "orderValue" : 100, + "pickupDEFName" : "CONTENT_ID", + "getPickupPSDEField" : { + "name" : "CONTENT_ID", + "codeName" : "content_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "review_content_idea" + } ], + "memo" : "记录产品需求的评审内容", + "getMinorPSDERs" : [ { + "codeName" : "idea", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA.json", + "logicName" : "产品需求-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "masterOrder" : 100, + "masterRS" : 7, + "minorCodeName" : "review_content_ideas", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "minorServiceCodeName" : "review_content_ideas", + "name" : "DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "TARGET_ID", + "getPickupPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "idea" + }, { + "codeName" : "review", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW.json", + "logicName" : "评审-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "masterRS" : 4, + "minorCodeName" : "review_content_ideas", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "minorServiceCodeName" : "review_content_ideas", + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "PRINCIPAL_ID", + "getPickupPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "removeActionType" : 1, + "removeOrder" : -1, + "serviceCodeName" : "review" + }, { + "codeName" : "review_wizard", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD.json", + "logicName" : "评审-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json" + }, + "masterOrder" : 100, + "masterRS" : 3, + "minorCodeName" : "review_content_ideas", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "minorServiceCodeName" : "review_content_ideas", + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "PRINCIPAL_ID", + "getPickupPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "removeActionType" : 1, + "removeOrder" : -1, + "serviceCodeName" : "review_wizard" + }, { + "codeName" : "target_version", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION.json", + "logicName" : "关联目标版本", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "masterRS" : 0, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION", + "orderValue" : 100, + "pickupDEFName" : "TARGET_VERSION_ID", + "getPickupPSDEField" : { + "name" : "TARGET_VERSION_ID", + "codeName" : "target_version_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "target_version" + }, { + "codeName" : "relation", + "dERType" : "DERMULINH", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json", + "inheritMode" : 1, + "logicName" : "关联", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "name" : "DERMULINH_REVIEW_CONTENT_IDEA_RELATION", + "orderValue" : 100, + "serviceCodeName" : "relation", + "inherit" : true, + "storageInherit" : true + }, { + "codeName" : "review_content_extend", + "dERType" : "DERMULINH", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json", + "inheritMode" : 1, + "logicName" : "DERMULINH_REVIEW_CONTENT_REVIEW_CONTENT_EXTEND", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "name" : "DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND", + "orderValue" : 100, + "serviceCodeName" : "review_content_extend", + "inherit" : true, + "storageInherit" : true + } ], + "name" : "REVIEW_CONTENT_IDEA", + "getPSSysDBScheme" : { + "modelref" : true, + "path" : "PSSYSDBSCHEMES/DEFAULT.json" + }, + "getPSSystemModule" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt.json" + }, + "saaSMode" : 0, + "serviceAPIMode" : 1, + "serviceCodeName" : "review_content_idea", + "storageMode" : 0, + "systemTag" : "iBizPLM", + "getUnionKeyValuePSDEFields" : [ { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, { + "name" : "TARGET_ID", + "codeName" : "target_id" + } ], + "getViewPSDEDataQuery" : { + "modelref" : true, + "id" : "View" + }, + "virtualMode" : 1, + "enableAPIStorage" : false, + "enableCreate" : true, + "enableDataVer" : false, + "enableEntityCache" : false, + "enableModify" : true, + "enableMultiDS" : false, + "enableMultiForm" : false, + "enableMultiStorage" : false, + "enableNoSQLStorage" : false, + "enableRemove" : true, + "enableSQLStorage" : false, + "logicValid" : false, + "subSysAsCloud" : false, + "virtual" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json new file mode 100644 index 0000000000000000000000000000000000000000..1b0d55600d74566e90bf5ed14670e643b6d17819 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json @@ -0,0 +1,23 @@ +{ + "actionMode" : "CHECKKEY", + "actionType" : "BUILTIN", + "codeName" : "CheckKey", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json", + "logicName" : "CheckKey", + "name" : "CheckKey", + "getPSDEActionInput" : { + "name" : "CheckKeyInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEActionReturn" : { + "name" : "CheckKeyResult", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json new file mode 100644 index 0000000000000000000000000000000000000000..b28b31833fb2c9fa071642f395d657150e431a47 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json @@ -0,0 +1,24 @@ +{ + "actionMode" : "CREATE", + "actionType" : "BUILTIN", + "codeName" : "Create", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json", + "logicName" : "Create", + "name" : "Create", + "orderValue" : 1, + "getPSDEActionInput" : { + "name" : "CreateInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "CreateResult", + "type" : "VOID" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json new file mode 100644 index 0000000000000000000000000000000000000000..76e798755a8d69def8ca25dd6e543d78d379d535 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json @@ -0,0 +1,27 @@ +{ + "actionMode" : "READ", + "actionType" : "BUILTIN", + "codeName" : "Get", + "dataAccessAction" : "READ", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json", + "logicName" : "Get", + "name" : "Get", + "orderValue" : 31, + "getPSDEActionInput" : { + "getKeyPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "GetInput", + "type" : "KEYFIELD" + }, + "getPSDEActionReturn" : { + "name" : "GetResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json new file mode 100644 index 0000000000000000000000000000000000000000..28dc04c0cbf41392bccb95d6fb735b22daeb5c1e --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json @@ -0,0 +1,27 @@ +{ + "actionMode" : "GETDRAFT", + "actionType" : "BUILTIN", + "codeName" : "GetDraft", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json", + "logicName" : "GetDraft", + "name" : "GetDraft", + "orderValue" : 41, + "getPSDEActionInput" : { + "name" : "GetDraftInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEActionReturn" : { + "name" : "GetDraftResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json new file mode 100644 index 0000000000000000000000000000000000000000..6d94c99a626ea9c581b852c4dd7433e017943f5d --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json @@ -0,0 +1,25 @@ +{ + "actionMode" : "DELETE", + "actionType" : "BUILTIN", + "batchActionMode" : 1, + "codeName" : "Remove", + "dataAccessAction" : "DELETE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json", + "logicName" : "Remove", + "name" : "Remove", + "orderValue" : 21, + "getPSDEActionInput" : { + "getKeyPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "RemoveInput", + "type" : "KEYFIELDS" + }, + "getPSDEActionReturn" : { + "name" : "RemoveResult", + "type" : "VOID" + }, + "batchAction" : true, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json new file mode 100644 index 0000000000000000000000000000000000000000..dbdd5fdd033691543c346c1217f1c07e9c456418 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json @@ -0,0 +1,23 @@ +{ + "actionMode" : "SAVE", + "actionType" : "BUILTIN", + "codeName" : "Save", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json", + "logicName" : "Save", + "name" : "Save", + "getPSDEActionInput" : { + "name" : "SaveInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "SaveResult", + "type" : "VOID" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json new file mode 100644 index 0000000000000000000000000000000000000000..68c04136209a3fb84d79eb30fe1dce18cca3ddd2 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json @@ -0,0 +1,24 @@ +{ + "actionMode" : "UPDATE", + "actionType" : "BUILTIN", + "codeName" : "Update", + "dataAccessAction" : "UPDATE", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json", + "logicName" : "Update", + "name" : "Update", + "orderValue" : 11, + "getPSDEActionInput" : { + "name" : "UpdateInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "UpdateResult", + "type" : "VOID" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/nothing.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/nothing.json new file mode 100644 index 0000000000000000000000000000000000000000..363a24eed1241166bda18ac03a7060dbf1b0e211 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/nothing.json @@ -0,0 +1,26 @@ +{ + "actionHolder" : 2, + "actionMode" : "CUSTOM", + "actionType" : "DELOGIC", + "codeName" : "nothing", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/nothing.json", + "logicName" : "无操作", + "name" : "nothing", + "getPSDEActionInput" : { + "name" : "NothingInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEActionReturn" : { + "name" : "NothingResult", + "type" : "VOID" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/nothing.json" + }, + "enableBackend" : false +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json new file mode 100644 index 0000000000000000000000000000000000000000..89c11376ca73ba0e53e6bc71f8d1cee4e9af55f8 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json @@ -0,0 +1,28 @@ +{ + "actionHolder" : 1, + "actionMode" : "CREATE", + "actionType" : "DELOGIC", + "codeName" : "review_content_total", + "dataAccessAction" : "READ", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json", + "logicName" : "评审内容条数", + "name" : "review_content_total", + "getPSDEActionInput" : { + "name" : "Review_content_totalInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "Review_content_totalResult", + "type" : "VOID" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json" + }, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json.exec.bpmn b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json.exec.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..83618f10f5d8fc88f607cd6735b268a1902748a4 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json.exec.bpmn @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..f6c2dfccc89c64c35261b1de872b75aba288ceca --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,58 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CHANGE_VERSION`", + "name" : "CHANGE_VERSION" + }, { + "expression" : "t1.`CHANGE_TYPE`", + "name" : "CHANGE_TYPE" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t11.`CUR_VERSION_ID`", + "name" : "CUR_VERSION_ID" + }, { + "expression" : "t1.`FINAL_STAGE_RESULTS`", + "name" : "FINAL_STAGE_RESULTS" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t11.`OWNER_TYPE`", + "name" : "OWNER_TYPE" + }, { + "expression" : "t11.`PARENT_VERSION_ID`", + "name" : "PARENT_VERSION_ID" + }, { + "expression" : "t11.`PRINCIPAL_ID`", + "name" : "PRINCIPAL_ID" + }, { + "expression" : "t11.`PRINCIPAL_TYPE`", + "name" : "PRINCIPAL_TYPE" + }, { + "expression" : "t11.`TARGET_ID`", + "name" : "TARGET_ID" + }, { + "expression" : "t11.`TARGET_TYPE`", + "name" : "TARGET_TYPE" + }, { + "expression" : "t11.`TARGET_VERSION_ID`", + "name" : "TARGET_VERSION_ID" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + } ], + "queryCode" : "SELECT\nt1.`CHANGE_TYPE`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt11.`CUR_VERSION_ID`,\nt1.`FINAL_STAGE_RESULTS`,\nt1.`ID`,\nt1.`NAME`,\nt11.`OWNER_TYPE`,\nt11.`PARENT_VERSION_ID`,\nt11.`PRINCIPAL_ID`,\nt11.`PRINCIPAL_TYPE`,\nt11.`TARGET_ID`,\nt11.`TARGET_TYPE`,\nt11.`TARGET_VERSION_ID`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW_CONTENT_EXTEND` t1 \nLEFT JOIN `RELATION` t11 ON t1.`ID` = t11.`ID` \n", + "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..b1470c0f67edb63e6a1dbac01faa18de9b2e9821 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,58 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CHANGE_TYPE`", + "name" : "CHANGE_TYPE" + }, { + "expression" : "t1.`CHANGE_VERSION`", + "name" : "CHANGE_VERSION" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t11.`CUR_VERSION_ID`", + "name" : "CUR_VERSION_ID" + }, { + "expression" : "t1.`FINAL_STAGE_RESULTS`", + "name" : "FINAL_STAGE_RESULTS" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t11.`OWNER_TYPE`", + "name" : "OWNER_TYPE" + }, { + "expression" : "t11.`PARENT_VERSION_ID`", + "name" : "PARENT_VERSION_ID" + }, { + "expression" : "t11.`PRINCIPAL_ID`", + "name" : "PRINCIPAL_ID" + }, { + "expression" : "t11.`PRINCIPAL_TYPE`", + "name" : "PRINCIPAL_TYPE" + }, { + "expression" : "t11.`TARGET_ID`", + "name" : "TARGET_ID" + }, { + "expression" : "t11.`TARGET_TYPE`", + "name" : "TARGET_TYPE" + }, { + "expression" : "t11.`TARGET_VERSION_ID`", + "name" : "TARGET_VERSION_ID" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + } ], + "queryCode" : "SELECT\nt1.`CHANGE_TYPE`,\nt1.`CHANGE_VERSION`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt11.`CUR_VERSION_ID`,\nt1.`FINAL_STAGE_RESULTS`,\nt1.`ID`,\nt1.`NAME`,\nt11.`OWNER_TYPE`,\nt11.`PARENT_VERSION_ID`,\nt11.`PRINCIPAL_ID`,\nt11.`PRINCIPAL_TYPE`,\nt11.`TARGET_ID`,\nt11.`TARGET_TYPE`,\nt11.`TARGET_VERSION_ID`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW_CONTENT_EXTEND` t1 \nLEFT JOIN `RELATION` t11 ON t1.`ID` = t11.`ID` \n", + "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/all/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/all/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..9ba64c27da5ff26c21f8b770a420d2bad045679a --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/all/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,58 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CHANGE_TYPE`", + "name" : "CHANGE_TYPE" + }, { + "expression" : "t1.`CHANGE_VERSION`", + "name" : "CHANGE_VERSION" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t11.`CUR_VERSION_ID`", + "name" : "CUR_VERSION_ID" + }, { + "expression" : "t1.`FINAL_STAGE_RESULTS`", + "name" : "FINAL_STAGE_RESULTS" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t11.`OWNER_TYPE`", + "name" : "OWNER_TYPE" + }, { + "expression" : "t11.`PARENT_VERSION_ID`", + "name" : "PARENT_VERSION_ID" + }, { + "expression" : "t11.`PRINCIPAL_ID`", + "name" : "PRINCIPAL_ID" + }, { + "expression" : "t11.`PRINCIPAL_TYPE`", + "name" : "PRINCIPAL_TYPE" + }, { + "expression" : "t11.`TARGET_ID`", + "name" : "TARGET_ID" + }, { + "expression" : "t11.`TARGET_TYPE`", + "name" : "TARGET_TYPE" + }, { + "expression" : "t11.`TARGET_VERSION_ID`", + "name" : "TARGET_VERSION_ID" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + } ], + "queryCode" : "SELECT\nt1.`CHANGE_TYPE`,\nt1.`CHANGE_VERSION`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt11.`CUR_VERSION_ID`,\nt1.`FINAL_STAGE_RESULTS`,\nt1.`ID`,\nt1.`NAME`,\nt11.`OWNER_TYPE`,\nt11.`PARENT_VERSION_ID`,\nt11.`PRINCIPAL_ID`,\nt11.`PRINCIPAL_TYPE`,\nt11.`TARGET_ID`,\nt11.`TARGET_TYPE`,\nt11.`TARGET_VERSION_ID`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW_CONTENT_EXTEND` t1 \nLEFT JOIN `RELATION` t11 ON t1.`ID` = t11.`ID` \n", + "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/all/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/cur_history/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/cur_history/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..e4781cba1b65dd61309cdc82189767e0f9922745 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/cur_history/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,63 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t11.`PRINCIPAL_ID` = #{ctx.webcontext.principal_id} )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CHANGE_VERSION`", + "name" : "CHANGE_VERSION" + }, { + "expression" : "t1.`CHANGE_TYPE`", + "name" : "CHANGE_TYPE" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t11.`CUR_VERSION_ID`", + "name" : "CUR_VERSION_ID" + }, { + "expression" : "t1.`FINAL_STAGE_RESULTS`", + "name" : "FINAL_STAGE_RESULTS" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t11.`OWNER_TYPE`", + "name" : "OWNER_TYPE" + }, { + "expression" : "t11.`PARENT_VERSION_ID`", + "name" : "PARENT_VERSION_ID" + }, { + "expression" : "t11.`PRINCIPAL_ID`", + "name" : "PRINCIPAL_ID" + }, { + "expression" : "t11.`PRINCIPAL_TYPE`", + "name" : "PRINCIPAL_TYPE" + }, { + "expression" : "t11.`TARGET_ID`", + "name" : "TARGET_ID" + }, { + "expression" : "t11.`TARGET_TYPE`", + "name" : "TARGET_TYPE" + }, { + "expression" : "t11.`TARGET_VERSION_ID`", + "name" : "TARGET_VERSION_ID" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + } ], + "queryCode" : "SELECT\nt1.`CHANGE_TYPE`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt11.`CUR_VERSION_ID`,\nt1.`FINAL_STAGE_RESULTS`,\nt1.`ID`,\nt1.`NAME`,\nt11.`OWNER_TYPE`,\nt11.`PARENT_VERSION_ID`,\nt11.`PRINCIPAL_ID`,\nt11.`PRINCIPAL_TYPE`,\nt11.`TARGET_ID`,\nt11.`TARGET_TYPE`,\nt11.`TARGET_VERSION_ID`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW_CONTENT_EXTEND` t1 \nLEFT JOIN `RELATION` t11 ON t1.`ID` = t11.`ID` \n", + "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/cur_history/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/history_list/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/history_list/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..221ed1126afdc6a916229fe07fba2ec831aaefa5 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/history_list/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,63 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeConds" : [ { + "condType" : "CUSTOM", + "customCond" : "( t11.`PRINCIPAL_ID` = #{ctx.webcontext.principal_id} )", + "name" : "查询条件" + } ], + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CHANGE_VERSION`", + "name" : "CHANGE_VERSION" + }, { + "expression" : "t1.`CHANGE_TYPE`", + "name" : "CHANGE_TYPE" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t11.`CUR_VERSION_ID`", + "name" : "CUR_VERSION_ID" + }, { + "expression" : "t1.`FINAL_STAGE_RESULTS`", + "name" : "FINAL_STAGE_RESULTS" + }, { + "expression" : "t1.`ID`", + "name" : "ID" + }, { + "expression" : "t1.`NAME`", + "name" : "NAME" + }, { + "expression" : "t11.`OWNER_TYPE`", + "name" : "OWNER_TYPE" + }, { + "expression" : "t11.`PARENT_VERSION_ID`", + "name" : "PARENT_VERSION_ID" + }, { + "expression" : "t11.`PRINCIPAL_ID`", + "name" : "PRINCIPAL_ID" + }, { + "expression" : "t11.`PRINCIPAL_TYPE`", + "name" : "PRINCIPAL_TYPE" + }, { + "expression" : "t11.`TARGET_ID`", + "name" : "TARGET_ID" + }, { + "expression" : "t11.`TARGET_TYPE`", + "name" : "TARGET_TYPE" + }, { + "expression" : "t11.`TARGET_VERSION_ID`", + "name" : "TARGET_VERSION_ID" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + } ], + "queryCode" : "SELECT\nt1.`CHANGE_TYPE`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt11.`CUR_VERSION_ID`,\nt1.`FINAL_STAGE_RESULTS`,\nt1.`ID`,\nt1.`NAME`,\nt11.`OWNER_TYPE`,\nt11.`PARENT_VERSION_ID`,\nt11.`PRINCIPAL_ID`,\nt11.`PRINCIPAL_TYPE`,\nt11.`TARGET_ID`,\nt11.`TARGET_TYPE`,\nt11.`TARGET_VERSION_ID`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW_CONTENT_EXTEND` t1 \nLEFT JOIN `RELATION` t11 ON t1.`ID` = t11.`ID` \n", + "id" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATAQUERIES/history_list/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATARELATIONS/Default.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATARELATIONS/Default.json new file mode 100644 index 0000000000000000000000000000000000000000..298ac06bebdb203761f154847106ccd9f71c9e93 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATARELATIONS/Default.json @@ -0,0 +1,9 @@ +{ + "codeName" : "Default", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDATARELATIONS/Default.json", + "getFormCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "formCaption" : "产品需求评审内容", + "name" : "产品需求评审内容默认关系界面组" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDRGROUPS/DRGroup.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDRGROUPS/DRGroup.json new file mode 100644 index 0000000000000000000000000000000000000000..a96c781e7f752e9e6baee39339126879c2aa2b04 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDRGROUPS/DRGroup.json @@ -0,0 +1,7 @@ +{ + "caption" : "详细信息", + "codeName" : "DRGroup", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEDRGROUPS/DRGroup.json", + "name" : "详细信息", + "hidden" : false +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/nothing.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/nothing.json new file mode 100644 index 0000000000000000000000000000000000000000..8528e77a558e18de91658cb164a4edef23b19649 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/nothing.json @@ -0,0 +1,33 @@ +{ + "codeName" : "nothing", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/nothing.json", + "logicName" : "无操作", + "memo" : "无操作逻辑,用于替换表单的获取数据行为", + "name" : "无操作", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "topPos" : 200, + "parallelOutput" : true + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "default" : true, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : false, + "enableFront" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json new file mode 100644 index 0000000000000000000000000000000000000000..259a6347105fac956e3843209c88a3c5690bd1c6 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json @@ -0,0 +1,102 @@ +{ + "codeName" : "review_content_total", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json", + "logicName" : "评审结果条数", + "memo" : "查询评审结果总条数与已评审条数", + "name" : "评审结果条数", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 140, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSQLCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "END1", + "leftPos" : 549, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "result" + }, + "returnType" : "LOGICPARAM", + "topPos" : 200 + }, { + "codeName" : "RAWSQLCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "result" + }, + "leftPos" : 344, + "logicNodeType" : "RAWSQLCALL", + "name" : "查询评审结果总条数与已评审条数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSQLCALL1" + } + } ], + "getPSDELogicNodeParams" : [ { + "name" : "Default[ID]", + "paramAction" : "SQLPARAM", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "name" : "Default[ID]", + "paramAction" : "SQLPARAM", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "sql" : "SELECT\r\n query1.count1 AS total,\r\n query2.count2 AS total_already,\r\n (CONVERT(query2.count2, DECIMAL) / query1.count1 * 100) AS schedule\r\nFROM\r\n (SELECT COUNT(1) AS count1\r\n FROM review rv\r\n LEFT JOIN relation re ON re.PRINCIPAL_ID = rv.ID AND re.PRINCIPAL_TYPE = 'REVIEW'\r\n WHERE rv.ID = ?) AS query1,\r\n\r\n (SELECT COUNT(*) AS count2\r\n FROM review rv\r\n INNER JOIN relation re ON re.PRINCIPAL_ID = rv.ID AND re.PRINCIPAL_TYPE = 'REVIEW'\r\n INNER JOIN review_content_extend rc ON re.ID = rc.ID AND rc.review_result = 'pass'\r\n WHERE rv.ID = ?) AS query2;", + "topPos" : 208, + "fillDstLogicParam" : true + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "default" : true, + "entityParam" : true + }, { + "codeName" : "result", + "logicName" : "结果", + "name" : "结果", + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json.bpmn b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..4a2bcebc3d8abd285a319e0e6546fcb8d465c922 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json.bpmn @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json.drl b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json.drl new file mode 100644 index 0000000000000000000000000000000000000000..cd6a980e951334e9f3571201fa415301369e2f80 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDELOGICS/review_content_total.json.drl @@ -0,0 +1,48 @@ +package cn.ibizlab.plm.prodmgmt.logic.review_content_idealogic.review_content_total; + 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.plm.util.errors.BadRequestAlertException; + global cn.ibizlab.plm.core.prodmgmt.domain.review_content_idea review_content_ideareview_content_totaldefault; + global java.util.Map review_content_ideareview_content_totalresult; + global cn.ibizlab.plm.core.prodmgmt.service.Ireview_content_ideaService iBzSysReview_content_ideaDefaultService; + global cn.ibizlab.plm.util.security.AuthenticationUser curuser; + + + no-loop + + //逻辑处理节点[开始] + rule "begin" + ruleflow-group "review_content_ideareview_content_totalbegin" + when + then + end + + //逻辑处理节点[结束] + rule "end1" + ruleflow-group "review_content_ideareview_content_totalend1" + when + then + update(review_content_ideareview_content_totaldefault);//更新fact中变量值 + update(review_content_ideareview_content_totalresult);//更新fact中变量值 + end + + //逻辑处理节点[查询评审结果总条数与已评审条数] + rule "rawsqlcall1" + ruleflow-group "review_content_ideareview_content_totalrawsqlcall1" + when + then + Map param =new HashMap(); + param.put("param0",review_content_ideareview_content_totaldefault.get("id")); + param.put("param1",review_content_ideareview_content_totaldefault.get("id")); + String strSql="SELECT query1.count1 AS total, query2.count2 AS total_already, (CONVERT(query2.count2, DECIMAL) / query1.count1 * 100) AS schedule FROM (SELECT COUNT(1) AS count1 FROM review rv LEFT JOIN relation re ON re.PRINCIPAL_ID = rv.ID AND re.PRINCIPAL_TYPE = 'REVIEW' WHERE rv.ID = #{et.param0}) AS query1, (SELECT COUNT(*) AS count2 FROM review rv INNER JOIN relation re ON re.PRINCIPAL_ID = rv.ID AND re.PRINCIPAL_TYPE = 'REVIEW' INNER JOIN review_content_extend rc ON re.ID = rc.ID AND rc.review_result = 'pass' WHERE rv.ID = #{et.param1}) AS query2;"; + java.util.List entities=iBzSysReview_content_ideaDefaultService.select(strSql,param);//SQL调用 + if(entities.size()>0){ + JSONObject entity=entities.get(0); + review_content_ideareview_content_totalresult.putAll(entity); + } + update(review_content_ideareview_content_totaldefault);//更新fact中变量值 + update(review_content_ideareview_content_totalresult);//更新fact中变量值 + end \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA.json new file mode 100644 index 0000000000000000000000000000000000000000..ef65b3bf5eabb209cc836490bb57b12f6e20d428 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA.json @@ -0,0 +1,33 @@ +{ + "codeName" : "idea", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA.json", + "logicName" : "产品需求-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "masterOrder" : 100, + "masterRS" : 7, + "minorCodeName" : "review_content_ideas", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "minorServiceCodeName" : "review_content_ideas", + "name" : "DERCUSTOM_IDEA_REVIEW_CONTENT_IDEA", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "TARGET_ID", + "getPickupPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "idea" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW.json new file mode 100644 index 0000000000000000000000000000000000000000..4b42579e1f5f1e9ded22346b3e10f0d728009275 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW.json @@ -0,0 +1,32 @@ +{ + "codeName" : "review", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW.json", + "logicName" : "评审-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "masterRS" : 4, + "minorCodeName" : "review_content_ideas", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "minorServiceCodeName" : "review_content_ideas", + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "PRINCIPAL_ID", + "getPickupPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "removeActionType" : 1, + "removeOrder" : -1, + "serviceCodeName" : "review" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD.json new file mode 100644 index 0000000000000000000000000000000000000000..a4eddc703dca79c2daa494e5186e2ea715e3a8d5 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD.json @@ -0,0 +1,33 @@ +{ + "codeName" : "review_wizard", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD.json", + "logicName" : "评审-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json" + }, + "masterOrder" : 100, + "masterRS" : 3, + "minorCodeName" : "review_content_ideas", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "minorServiceCodeName" : "review_content_ideas", + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "PRINCIPAL_ID", + "getPickupPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "removeActionType" : 1, + "removeOrder" : -1, + "serviceCodeName" : "review_wizard" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION.json new file mode 100644 index 0000000000000000000000000000000000000000..eae3a1c4f4c2e592641b1c3719daa524e64ef925 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION.json @@ -0,0 +1,26 @@ +{ + "codeName" : "target_version", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION.json", + "logicName" : "关联目标版本", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + }, + "masterRS" : 0, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_VERSION", + "orderValue" : 100, + "pickupDEFName" : "TARGET_VERSION_ID", + "getPickupPSDEField" : { + "name" : "TARGET_VERSION_ID", + "codeName" : "target_version_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "target_version" +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json new file mode 100644 index 0000000000000000000000000000000000000000..4ed6d3adc9350a5b1be0e571714510898d319f5b --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json @@ -0,0 +1,20 @@ +{ + "codeName" : "relation", + "dERType" : "DERMULINH", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_RELATION.json", + "inheritMode" : 1, + "logicName" : "关联", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "name" : "DERMULINH_REVIEW_CONTENT_IDEA_RELATION", + "orderValue" : 100, + "serviceCodeName" : "relation", + "inherit" : true, + "storageInherit" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json new file mode 100644 index 0000000000000000000000000000000000000000..eb1537b8d0d5de8fb67100218202affd774e7358 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json @@ -0,0 +1,20 @@ +{ + "codeName" : "review_content_extend", + "dERType" : "DERMULINH", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json", + "inheritMode" : 1, + "logicName" : "DERMULINH_REVIEW_CONTENT_REVIEW_CONTENT_EXTEND", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "name" : "DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND", + "orderValue" : 100, + "serviceCodeName" : "review_content_extend", + "inherit" : true, + "storageInherit" : true +} \ No newline at end of file diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json index f1ff9ee2d973473cc2b0b47a3e3e8259095ad5b1..eb4ff24508830e3d95caf574c7d87d815db348cf 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json @@ -1131,6 +1131,10 @@ "codeName" : "attentions_imp" } } ], + "getPSSysSFPlugin" : { + "modelref" : true, + "path" : "PSSYSSFPLUGINS/DynaFieldDEDataImportRuntimeEx.json" + }, "updateDataAccessAction" : "UPDATE", "getUpdatePSDEAction" : { "modelref" : true, diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type.json index 6a3108636886a6a27f3098e4cae393e1615f69df..8621b05c7d92e7e8dbde94c47014ee174f2ae1ef 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type.json @@ -289,6 +289,9 @@ }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem0418946696.json" + }, { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem0508241026.json" }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem1022504540.json" diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDATARELATIONS/config_tab_exp_view_DR.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDATARELATIONS/config_tab_exp_view_DR.json index 8a7b3bacb70621526935e76b25f71f845afc7481..902991c29ee3f32a2ced36ae8029ebd819487d2a 100644 --- a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDATARELATIONS/config_tab_exp_view_DR.json +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDATARELATIONS/config_tab_exp_view_DR.json @@ -37,14 +37,14 @@ "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem1023015688.json" } }, { - "caption" : "状态管理", + "caption" : "数据字典", "detailType" : "DRITEM", - "name" : "state_manage", - "orderValue" : 130, - "originCaption" : "状态管理", + "name" : "dictionary", + "orderValue" : 140, + "originCaption" : "数据字典", "getPSDEDRItem" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem0418946696.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem0508241026.json" } } ], "hideEditItem" : true diff --git a/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem0508241026.json b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem0508241026.json new file mode 100644 index 0000000000000000000000000000000000000000..51aff9afa012671da0fad8432e709eb3b458cca9 --- /dev/null +++ b/model/PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem0508241026.json @@ -0,0 +1,15 @@ +{ + "codeName" : "UsrDRItem0508241026", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEDRITEMS/UsrDRItem0508241026.json", + "itemType" : "CUSTOM", + "name" : "工单字典表格视图", + "parentDataJO" : { + "srfparentdename" : "TICKET_TYPE", + "SRFPARENTTYPE" : "CUSTOM" + }, + "viewCodeName" : "ticket_dictionary_grid_view", + "getViewPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + } +} \ No newline at end of file diff --git a/model/PSMODULES/ProjMgmt/PSCODELISTS/cur_release_stage.json b/model/PSMODULES/ProjMgmt/PSCODELISTS/cur_release_stage.json index 5dffba25a3304f30caea98ec0248ea125a6ed114..d5d6f71b4217e9c2f6fdab914dff37d0823a64e2 100644 --- a/model/PSMODULES/ProjMgmt/PSCODELISTS/cur_release_stage.json +++ b/model/PSMODULES/ProjMgmt/PSCODELISTS/cur_release_stage.json @@ -1,4 +1,5 @@ { + "cacheTimeout" : 1000, "getClsPSDEField" : { "name" : "STYLE", "codeName" : "style" @@ -13,6 +14,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProjMgmt/PSCODELISTS/cur_release_stage.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "发布所属阶段", "getPSDEDataSet" : { "modelref" : true, @@ -37,7 +43,7 @@ "codeName" : "id" }, "codeItemValueNumber" : false, - "enableCache" : false, + "enableCache" : true, "subSysAsCloud" : false, "subSysCodeList" : false, "userScope" : false diff --git a/model/PSMODULES/ProjMgmt/PSCODELISTS/demand_sources.json b/model/PSMODULES/ProjMgmt/PSCODELISTS/demand_sources.json index 10ff67578e7c75f288e1e0fa91452678c6911c16..632a17a1068dff37f1bf6b984545da0b989f08e3 100644 --- a/model/PSMODULES/ProjMgmt/PSCODELISTS/demand_sources.json +++ b/model/PSMODULES/ProjMgmt/PSCODELISTS/demand_sources.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__demand_sources", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "demand_sources", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProjMgmt/PSCODELISTS/demand_sources.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求来源", "getPSCodeItems" : [ { "codeName" : "item_10", @@ -27,9 +41,13 @@ "text" : "其他", "value" : "50" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_source" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -37,6 +55,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/ProjMgmt/PSCODELISTS/release_stage.json b/model/PSMODULES/ProjMgmt/PSCODELISTS/release_stage.json index 3f1e95fc9b78297fd2c59c7ffe6de7264b0bc596..f0ce07671533e2c62c1b1e161e2f1496318434c7 100644 --- a/model/PSMODULES/ProjMgmt/PSCODELISTS/release_stage.json +++ b/model/PSMODULES/ProjMgmt/PSCODELISTS/release_stage.json @@ -10,6 +10,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProjMgmt/PSCODELISTS/release_stage.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "发布状态", "getPSCodeItems" : [ { "codeName" : "pending", diff --git a/model/PSMODULES/ProjMgmt/PSCODELISTS/reproduction_probability.json b/model/PSMODULES/ProjMgmt/PSCODELISTS/reproduction_probability.json index ea26d46abb7abdbb987ff98ed218494427fdb5c0..f2316db853773f39d47a69315a87422fc2a647f3 100644 --- a/model/PSMODULES/ProjMgmt/PSCODELISTS/reproduction_probability.json +++ b/model/PSMODULES/ProjMgmt/PSCODELISTS/reproduction_probability.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__reproduction_probability", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "reproduction_probability", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProjMgmt/PSCODELISTS/reproduction_probability.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "复现概率", "getPSCodeItems" : [ { "codeName" : "item_10", @@ -23,9 +37,13 @@ "text" : "仅出现一次", "value" : "40" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_probability" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -33,6 +51,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/ProjMgmt/PSCODELISTS/risk.json b/model/PSMODULES/ProjMgmt/PSCODELISTS/risk.json index eb6b8b91d6c07cd66cd9ca95b524ac8c6df09f45..c3fe78e61db25db471258c7a392f67a7af3c9b2e 100644 --- a/model/PSMODULES/ProjMgmt/PSCODELISTS/risk.json +++ b/model/PSMODULES/ProjMgmt/PSCODELISTS/risk.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__risk", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "risk", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProjMgmt/PSCODELISTS/risk.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "风险", "getPSCodeItems" : [ { "codeName" : "item_10", @@ -19,9 +33,13 @@ "text" : "低", "value" : "30" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_risk" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -29,6 +47,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/ProjMgmt/PSCODELISTS/severity.json b/model/PSMODULES/ProjMgmt/PSCODELISTS/severity.json index 845546c7437717c6968434d9ceb3aaebae98ce61..5b46b2852455644611dae77357ed0ec72e52b8bc 100644 --- a/model/PSMODULES/ProjMgmt/PSCODELISTS/severity.json +++ b/model/PSMODULES/ProjMgmt/PSCODELISTS/severity.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__severity", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "severity", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProjMgmt/PSCODELISTS/severity.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "严重程度", "getPSCodeItems" : [ { "codeName" : "item_10", @@ -23,9 +37,13 @@ "text" : "建议", "value" : "40" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_severity" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -33,6 +51,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/ProjMgmt/PSCODELISTS/task_category.json b/model/PSMODULES/ProjMgmt/PSCODELISTS/task_category.json index d36d943ca728be9f9dd94969653ad04be9aefda2..368744472c7e4983a73bdc35172b80e30648f420 100644 --- a/model/PSMODULES/ProjMgmt/PSCODELISTS/task_category.json +++ b/model/PSMODULES/ProjMgmt/PSCODELISTS/task_category.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__task_category", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "task_category", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProjMgmt/PSCODELISTS/task_category.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "任务类别", "getPSCodeItems" : [ { "codeName" : "item_10", @@ -39,9 +53,13 @@ "text" : "其他", "value" : "80" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_category" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -49,6 +67,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/ProjMgmt/PSCODELISTS/work_item_priority.json b/model/PSMODULES/ProjMgmt/PSCODELISTS/work_item_priority.json index 20e62445a3494a433e5216a214cbdec6729fb956..60f2a5286bd7700aaeb63efb7fcbdba2f1682167 100644 --- a/model/PSMODULES/ProjMgmt/PSCODELISTS/work_item_priority.json +++ b/model/PSMODULES/ProjMgmt/PSCODELISTS/work_item_priority.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__work_item_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "work_item_priority", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/ProjMgmt/PSCODELISTS/work_item_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "优先级", "getPSCodeItems" : [ { "codeName" : "item_40", @@ -43,9 +57,13 @@ "textCls" : "green-span", "value" : "10" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_priority" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -53,6 +71,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json b/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json index 0f453b032211f08b5ffd4a3fb77a4871b244373c..527cc3ab4be08618d2ceca5e1cdbe3ce97615b0c 100644 --- a/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json +++ b/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json @@ -1690,6 +1690,9 @@ }, { "modelref" : true, "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDRITEMS/UsrDRItem0507998862.json" + }, { + "modelref" : true, + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDRITEMS/UsrDRItem0508162980.json" }, { "modelref" : true, "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDRITEMS/UsrDRItem0711738065.json" diff --git a/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDATARELATIONS/global_setting_view_DR.json b/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDATARELATIONS/global_setting_view_DR.json index 689364e840f37193125261db2034559c0531face..64b8b98bfa2388c9013a1fc723c7df3015f2f599 100644 --- a/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDATARELATIONS/global_setting_view_DR.json +++ b/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDATARELATIONS/global_setting_view_DR.json @@ -26,6 +26,16 @@ "modelref" : true, "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDRITEMS/UsrDRItem0218915231.json" } + }, { + "caption" : "数据字典", + "detailType" : "DRITEM", + "name" : "dictionary", + "orderValue" : 130, + "originCaption" : "数据字典", + "getPSDEDRItem" : { + "modelref" : true, + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDRITEMS/UsrDRItem0508162980.json" + } } ], "hideEditItem" : true } \ No newline at end of file diff --git a/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDRITEMS/UsrDRItem0508162980.json b/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDRITEMS/UsrDRItem0508162980.json new file mode 100644 index 0000000000000000000000000000000000000000..db1ecea3ad37ea81417f82f439a390ca1da9beb2 --- /dev/null +++ b/model/PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDRITEMS/UsrDRItem0508162980.json @@ -0,0 +1,15 @@ +{ + "codeName" : "UsrDRItem0508162980", + "dynaModelFilePath" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEDRITEMS/UsrDRItem0508162980.json", + "itemType" : "CUSTOM", + "name" : "工作项字典表格视图", + "parentDataJO" : { + "srfparentdename" : "WORK_ITEM", + "SRFPARENTTYPE" : "CUSTOM" + }, + "viewCodeName" : "work_item_dictionary_grid_view", + "getViewPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + } +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSCODELISTS/case_state.json b/model/PSMODULES/TestMgmt/PSCODELISTS/case_state.json index 94748ea70024c52601326f05403c2853f78dd012..c9e4005efb391683b993baa2b344db0dc9cccd35 100644 --- a/model/PSMODULES/TestMgmt/PSCODELISTS/case_state.json +++ b/model/PSMODULES/TestMgmt/PSCODELISTS/case_state.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__case_state", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "case_state", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/TestMgmt/PSCODELISTS/case_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例状态", "getPSCodeItems" : [ { "codeName" : "item_10", @@ -31,12 +45,28 @@ "textCls" : "grey-span", "value" : "30" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_status" + }, + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, "getPSSystemModule" : { "modelref" : true, "path" : "PSMODULES/TestMgmt.json" }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_level.json b/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_level.json index 8d4a2db60bd5081aa47f6e2894a3707268fc40d9..2b88311efcdc5a7d42377a2798d0d019a4ef6c3b 100644 --- a/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_level.json +++ b/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_level.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_level", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "test_case_level", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/TestMgmt/PSCODELISTS/test_case_level.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例重要程度", "getPSCodeItems" : [ { "codeName" : "p0", @@ -27,9 +41,13 @@ "text" : "P4", "value" : "P4" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_importance_level" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -37,6 +55,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_test_type.json b/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_test_type.json index 99052f69a2b85ab6f410f9cda8afe3e733d50fc4..9944ae96cd16e8bd807895fc5234856409f9d7a8 100644 --- a/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_test_type.json +++ b/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_test_type.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_test_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "test_case_test_type", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/TestMgmt/PSCODELISTS/test_case_test_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "测试类型", "getPSCodeItems" : [ { "codeName" : "automation", @@ -15,9 +29,13 @@ "text" : "手动", "value" : "manual" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_test_type" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -25,6 +43,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_type.json b/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_type.json index a1cb3ef153a45161bc16220b4c911b98b03d70b8..9f14e0f15713899bb12f9d6f99020e79ba19a53d 100644 --- a/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_type.json +++ b/model/PSMODULES/TestMgmt/PSCODELISTS/test_case_type.json @@ -1,10 +1,24 @@ { + "cacheTimeout" : 1000, + "getClsPSDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "test_case_type", + "getColorPSDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSMODULES/TestMgmt/PSCODELISTS/test_case_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例类型", "getPSCodeItems" : [ { "codeName" : "item_10", @@ -43,9 +57,13 @@ "text" : "其他", "value" : "90" } ], + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_type" + }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" }, "getPSSystemModule" : { "modelref" : true, @@ -53,6 +71,14 @@ }, "refFlag" : true, "systemTag" : "iBizPLM", + "getTextPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "codeItemValueNumber" : false, "enableCache" : true, "subSysAsCloud" : false, diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json index 782d3a8c93886c1c0fb49f29c12e03779bb8516d..6cbbb1ebca2252762d346c38b657822a08d7724a 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json @@ -2536,6 +2536,20 @@ "defaultMode" : true } ], "getAllPSDEOPPrivs" : [ { + "logicName" : "建立", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDERS/DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "CREATE", + "id" : "PRODUCT__CREATE" + }, { "logicName" : "建立", "mapPSDEName" : "LIBRARY", "mapPSDEOPPrivName" : "SUBDATA", @@ -2566,6 +2580,20 @@ }, "name" : "DELETE", "id" : "LIBRARY__DELETE" + }, { + "logicName" : "删除", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDERS/DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "DELETE", + "id" : "PRODUCT__DELETE" }, { "logicName" : "删除", "name" : "DELETE" @@ -2586,6 +2614,20 @@ }, "name" : "READ", "id" : "LIBRARY__READ" + }, { + "logicName" : "读取", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "READ", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDERS/DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "READ", + "id" : "PRODUCT__READ" }, { "logicName" : "更新", "mapPSDEName" : "LIBRARY", @@ -2600,6 +2642,20 @@ }, "name" : "UPDATE", "id" : "LIBRARY__UPDATE" + }, { + "logicName" : "更新", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDERS/DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "UPDATE", + "id" : "PRODUCT__UPDATE" }, { "logicName" : "更新", "name" : "UPDATE" @@ -2707,6 +2763,12 @@ "name" : "测试库流程准则表格视图", "realModelSubType" : "DEGRIDVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "product_all_grid_view", + "logicName" : "产品流程准则表格视图", + "name" : "产品流程准则表格视图", + "realModelSubType" : "DEGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "Main", "logicName" : "主编辑表单", diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review.json index 4b237851c51a1e095a07c7ddc2a2e5e03dda4759..7ef010ae9789cb950c21562b8b332424de8f6b35 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review.json @@ -657,6 +657,36 @@ }, "builtinAction" : true, "enableFront" : false + }, { + "actionHolder" : 1, + "actionMode" : "READ", + "actionType" : "DELOGIC", + "codeName" : "get_redirect_data", + "dataAccessAction" : "READ", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json", + "logicName" : "获取重定向数据", + "name" : "get_redirect_data", + "getPSDEActionInput" : { + "getKeyPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "Get_redirect_dataInput", + "type" : "KEYFIELD" + }, + "getPSDEActionReturn" : { + "name" : "Get_redirect_dataResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json" + }, + "enableFront" : false }, { "actionHolder" : 2, "actionMode" : "CUSTOM", @@ -766,6 +796,9 @@ }, { "name" : "DESCRIPTION", "codeName" : "description" + }, { + "name" : "REVIEWER", + "codeName" : "reviewer" }, { "name" : "SUBMITTED_AT", "codeName" : "submitted_at" @@ -839,6 +872,15 @@ }, { "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0506651858.json" + }, { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507599397.json" + }, { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507996873.json" + }, { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0509839110.json" }, { "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0516009922.json" @@ -2024,8 +2066,8 @@ "dataType" : "TEXT", "dupCheckMode" : "ALL", "getDupCheckPSDEFields" : [ { - "name" : "LIBRARY_ID", - "codeName" : "library_id" + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" } ], "importOrder" : 1000, "getLNPSLanguageRes" : { @@ -2044,7 +2086,7 @@ }, "getPSSysSequence" : { "modelref" : true, - "path" : "PSSYSSEQUENCES/seq_review_id.json" + "path" : "PSSYSSEQUENCES/common_seq_review_id.json" }, "sequenceMode" : "CREATE", "serviceCodeName" : "identifier", @@ -2482,6 +2524,83 @@ "stdDataType" : 25, "stringLength" : 2000, "valueFormat" : "%1$s" + }, { + "getAllPSDEFDTColumns" : [ { + "columnName" : "REVIEWER", + "dBType" : "MYSQL5", + "name" : "REVIEWER", + "queryCodeExp" : "t1.`REVIEWER`", + "standardColumnName" : "`REVIEWER`" + } ], + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[REVIEWER][评审人]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[REVIEWER][评审人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[REVIEWER][评审人]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[REVIEWER][评审人]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "REVIEWER", + "maxValue" : 100, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[100]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[100]" + }, + "ruleInfo" : "内容长度必须小于等于[100]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "reviewer", + "dEFType" : 1, + "dataType" : "TEXT", + "importOrder" : 1000, + "length" : 100, + "logicName" : "评审人", + "name" : "REVIEWER", + "getPSDEDBTable" : { + "modelref" : true, + "id" : "Table" + }, + "getPSSysDBColumn" : { + "modelref" : true, + "id" : "REVIEWER" + }, + "serviceCodeName" : "reviewer", + "stdDataType" : 25, + "stringLength" : 100, + "valueFormat" : "%1$s" }, { "getAllPSDEFDTColumns" : [ { "columnName" : "SUBMITTED_AT", @@ -3753,7 +3872,7 @@ "columnName" : "SHOW_IDENTIFIER", "dBType" : "MYSQL5", "name" : "SHOW_IDENTIFIER", - "queryCodeExp" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "queryCodeExp" : "concat(t1.`IDENTIFIER`)", "standardColumnName" : "`SHOW_IDENTIFIER`" } ], "getAllPSDEFUIModes" : [ { @@ -3815,8 +3934,8 @@ "codeName" : "show_identifier", "dEFType" : 2, "dataType" : "TEXT", - "formulaColumns" : "library_identifier;identifier", - "formulaFormat" : "concat(%1$s,'-',%2$s)", + "formulaColumns" : "identifier", + "formulaFormat" : "concat(%1$s)", "importOrder" : 1000, "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.SHOW_IDENTIFIER" @@ -5970,7 +6089,7 @@ "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "BINDPARAM1" + "id" : "DEBUGPARAM2" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -5980,6 +6099,27 @@ } ], "topPos" : -90, "parallelOutput" : true + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 20, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "BINDPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 61 }, { "codeName" : "BINDPARAM1", "getDstPSDELogicParam" : { @@ -6034,7 +6174,7 @@ "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "RENEWPARAM1" + "id" : "DEBUGPARAM1" }, "name" : "进入循环", "getSrcPSDELogicNode" : { @@ -6058,6 +6198,27 @@ "id" : "selectdata" }, "topPos" : 230 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_temp_obj" + }, + "leftPos" : 591, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 230 }, { "codeName" : "RENEWPARAM1", "getDstPSDELogicParam" : { @@ -6091,20 +6252,144 @@ "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "PREPAREPARAM2" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM2" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" }, "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, "getSrcPSDELogicNode" : { "modelref" : true, "id" : "RENEWPARAM2" } } ], "topPos" : 330 + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 640, + "logicNodeType" : "PREPAREPARAM", + "name" : "填充需求属性值", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "TARGET_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "forward_relation_obj" + }, + "name" : "直接值[IDEA] ==> forward_relation_obj[TARGET_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "IDEA", + "srcValueType" : "SRCVALUE" + }, { + "dstFieldName" : "PRINCIPAL_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reverse_relation_obj" + }, + "name" : "直接值[IDEA] ==> reverse_relation_obj[PRINCIPAL_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "IDEA", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 450 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : 896, + "logicNodeType" : "PREPAREPARAM", + "name" : "填充用例属性值", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "TARGET_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "forward_relation_obj" + }, + "name" : "直接值[TEST_CASE] ==> forward_relation_obj[TARGET_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "TEST_CASE", + "srcValueType" : "SRCVALUE" + }, { + "dstFieldName" : "PRINCIPAL_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reverse_relation_obj" + }, + "name" : "直接值[TEST_CASE] ==> reverse_relation_obj[PRINCIPAL_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "TEST_CASE", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 450 + }, { + "codeName" : "END1", + "leftPos" : 400, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 557 }, { "codeName" : "PREPAREPARAM1", "leftPos" : 760, "logicNodeType" : "PREPAREPARAM", - "name" : "填充需要的属性值", + "name" : "填充通用属性值", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, @@ -6201,31 +6486,9 @@ "dstFieldName" : "TARGET_TYPE", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "forward_relation_obj" + "id" : "reverse_relation_obj" }, - "name" : "直接值[TEST_CASE] ==> forward_relation_obj[TARGET_TYPE]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "principal_type", - "srcValue" : "TEST_CASE", - "srcValueType" : "SRCVALUE" - }, { - "dstFieldName" : "PRINCIPAL_TYPE", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "reverse_relation_obj" - }, - "name" : "直接值[TEST_CASE] ==> reverse_relation_obj[PRINCIPAL_TYPE]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "principal_type", - "srcValue" : "TEST_CASE", - "srcValueType" : "SRCVALUE" - }, { - "dstFieldName" : "TARGET_TYPE", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "reverse_relation_obj" - }, - "name" : "直接值[REVIEW] ==> reverse_relation_obj[TARGET_TYPE]", + "name" : "直接值[REVIEW] ==> reverse_relation_obj[TARGET_TYPE]", "paramAction" : "SETPARAMVALUE", "srcFieldName" : "target_type", "srcValue" : "REVIEW", @@ -6245,13 +6508,7 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 437 - }, { - "codeName" : "END1", - "leftPos" : 400, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 557 + "topPos" : 565 }, { "codeName" : "DEACTION1", "getDstPSDEAction" : { @@ -6280,7 +6537,7 @@ "id" : "DEACTION1" } } ], - "topPos" : 565 + "topPos" : 683 }, { "codeName" : "DEACTION2", "getDstPSDEAction" : { @@ -6298,7 +6555,7 @@ "leftPos" : 760, "logicNodeType" : "DEACTION", "name" : "生成反向关联数据", - "topPos" : 660 + "topPos" : 790 } ], "getPSDELogicParams" : [ { "codeName" : "Default", @@ -8397,6 +8654,92 @@ }, "enableBackend" : true, "enableFront" : false + }, { + "codeName" : "get_redirect_data", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json", + "logicName" : "获取重定向数据", + "name" : "获取重定向数据", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Get.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 160, + "logicNodeType" : "DEACTION", + "name" : "获取需求数据", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "topPos" : 297 + }, { + "codeName" : "END1", + "leftPos" : 200, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "Default" + }, + "returnType" : "LOGICPARAM", + "topPos" : 410 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "default" : true, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false }, { "codeName" : "nothing", "defaultParamName" : "Default", @@ -8918,13 +9261,13 @@ "name" : "提交评审", "getPSDELogicNodes" : [ { "codeName" : "Begin", - "leftPos" : -200, + "leftPos" : -850, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEBUGPARAM1" + "id" : "PREPAREPARAM3" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -8932,124 +9275,275 @@ "id" : "Begin" } } ], - "topPos" : 200, + "topPos" : 54, "parallelOutput" : true }, { - "codeName" : "DEBUGPARAM1", + "codeName" : "DENOTIFY2", "getDstPSDELogicParam" : { "modelref" : true, "id" : "Default" }, - "leftPos" : -102, - "logicNodeType" : "DEBUGPARAM", - "name" : "传入参数", + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/test_case_review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 120, + "logicNodeType" : "DENOTIFY", + "name" : "通知第一评审人(测试用例)", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM3" + "id" : "PREPAREPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEBUGPARAM1" + "id" : "DENOTIFY2" } } ], - "topPos" : 208 + "topPos" : 130 }, { - "code" : "var default_obj = logic.getParam(\"default\");\r\ndefault_obj.set(\"submitted_at\", new Date());", - "codeName" : "RAWSFCODE1", - "codeType" : "JavaScript", - "leftPos" : 106, - "logicNodeType" : "RAWSFCODE", - "name" : "设置提交时间", + "codeName" : "BINDPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : -670, + "logicNodeType" : "BINDPARAM", + "name" : "绑定参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "DEBUGPARAM2" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "RAWSFCODE1" + "id" : "BINDPARAM1" } } ], + "srcFieldName" : "stage", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, "topPos" : 208 }, { - "codeName" : "PREPAREPARAM1", - "leftPos" : 282, - "logicNodeType" : "PREPAREPARAM", - "name" : "设置提交人、状态", + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : -464, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM2" + "id" : "LOOPSUBCALL2" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "DEBUGPARAM2" } } ], - "getPSDELogicNodeParams" : [ { - "dstFieldName" : "SUBMITTER_NAME", - "getDstPSDELogicParam" : { + "topPos" : 208 + }, { + "codeName" : "DEBUGPARAM3", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : -56, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { "modelref" : true, - "id" : "Default" + "id" : "DENOTIFY2" }, - "name" : "用户全局对象[srfpersonname] ==> Default[SUBMITTER_NAME]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "srfpersonname", - "srcValueType" : "SESSION" - }, { - "dstFieldName" : "SUBMITTER_ID", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "Default" + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[TYPE] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] }, - "name" : "用户全局对象[srfpersonid] ==> Default[SUBMITTER_ID]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "srfpersonid", - "srcValueType" : "SESSION" + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } }, { - "dstFieldName" : "STATE", - "getDstPSDELogicParam" : { + "getDstPSDELogicNode" : { "modelref" : true, - "id" : "Default" + "id" : "DENOTIFY1" }, - "name" : "直接值[20] ==> Default[STATE]", - "paramAction" : "SETPARAMVALUE", - "srcValue" : "20", - "srcValueType" : "SRCVALUE" + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[TYPE] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } } ], "topPos" : 208 }, { - "codeName" : "PREPAREPARAM2", - "leftPos" : 455, - "logicNodeType" : "PREPAREPARAM", - "memo" : "设置第一个阶段的状态为进行中", - "name" : "设置阶段的状态", + "codeName" : "LOOPSUBCALL2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "leftPos" : -266, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEACTION1" + "id" : "DEBUGPARAM3" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM2" + "id" : "LOOPSUBCALL2" } - } ], - "getPSDELogicNodeParams" : [ { - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "stages" - }, - "name" : "Default[STAGE] ==> stages", - "paramAction" : "BINDPARAM", - "srcFieldName" : "STAGE", - "getSrcPSDELogicParam" : { + }, { + "getDstPSDELogicNode" : { "modelref" : true, - "id" : "Default" + "id" : "PREPAREPARAM6" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "order", + "getDstLogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "logicType" : "SINGLE", + "name" : "reviewer_temp[order] 等于(=) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "subCallLink" : true + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 282, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置提交人、状态", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "SUBMITTER_NAME", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "name" : "用户全局对象[srfpersonname] ==> Default[SUBMITTER_NAME]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "srfpersonname", + "srcValueType" : "SESSION" + }, { + "dstFieldName" : "SUBMITTER_ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "name" : "用户全局对象[srfpersonid] ==> Default[SUBMITTER_ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "srfpersonid", + "srcValueType" : "SESSION" + }, { + "dstFieldName" : "STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "name" : "直接值[20] ==> Default[STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "20", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 455, + "logicNodeType" : "PREPAREPARAM", + "memo" : "设置第一个阶段的状态为进行中", + "name" : "设置阶段的状态", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + } + } ], + "getPSDELogicNodeParams" : [ { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "stages" + }, + "name" : "Default[STAGE] ==> stages", + "paramAction" : "BINDPARAM", + "srcFieldName" : "STAGE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" }, "srcValueType" : "SRCDLPARAM" }, { @@ -9106,6 +9600,119 @@ } } ], "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : -890, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置关系过滤参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "N_PRINCIPAL_ID_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reltion_filter" + }, + "name" : "Default[ID] ==> reltion_filter[N_PRINCIPAL_ID_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "N_PRINCIPAL_TYPE_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reltion_filter" + }, + "name" : "直接值[REVIEW] ==> reltion_filter[N_PRINCIPAL_TYPE_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "REVIEW", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 208 + }, { + "codeName" : "DENOTIFY1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 120, + "logicNodeType" : "DENOTIFY", + "name" : "通知第一评审人(需求)", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" + } + } ], + "topPos" : 280 + }, { + "codeName" : "END1", + "leftPos" : 989, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 312 + }, { + "codeName" : "LOOPSUBCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "leftPos" : 639, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM4" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + } + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "relation_page" + }, + "topPos" : 320 }, { "codeName" : "DEDATASET1", "getDstPSDEDataSet" : { @@ -9120,7 +9727,7 @@ "modelref" : true, "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" }, - "leftPos" : 106, + "leftPos" : -890, "logicNodeType" : "DEDATASET", "name" : "获取关系信息", "getPSDELogicLinks" : [ { @@ -9182,100 +9789,151 @@ }, "topPos" : 360 }, { - "codeName" : "PREPAREPARAM3", - "leftPos" : -102, + "codeName" : "PREPAREPARAM6", + "leftPos" : -266, "logicNodeType" : "PREPAREPARAM", - "name" : "设置关系过滤参数", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "DEDATASET1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM3" - } - } ], + "name" : "准备参数", "getPSDELogicNodeParams" : [ { - "dstFieldName" : "N_PRINCIPAL_ID_EQ", + "dstFieldName" : "REVIEWER", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "reltion_filter" + "id" : "Default" }, - "name" : "Default[ID] ==> reltion_filter[N_PRINCIPAL_ID_EQ]", + "name" : "reviewer_temp[reviewer] ==> Default[REVIEWER]", "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "ID", + "srcFieldName" : "reviewer", "getSrcPSDELogicParam" : { "modelref" : true, - "id" : "Default" + "id" : "reviewer_temp" }, "srcValueType" : "SRCDLPARAM" - }, { - "dstFieldName" : "N_PRINCIPAL_TYPE_EQ", - "getDstPSDELogicParam" : { + } ], + "topPos" : 360 + }, { + "code" : "var default_obj = logic.getParam(\"default\");\r\ndefault_obj.set(\"submitted_at\", new Date());", + "codeName" : "RAWSFCODE1", + "codeType" : "JavaScript", + "leftPos" : -670, + "logicNodeType" : "RAWSFCODE", + "name" : "设置提交时间", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { "modelref" : true, - "id" : "reltion_filter" + "id" : "BINDPARAM1" }, - "name" : "直接值[REVIEW] ==> reltion_filter[N_PRINCIPAL_TYPE_EQ]", - "paramAction" : "SETPARAMVALUE", - "srcValue" : "REVIEW", - "srcValueType" : "SRCVALUE" + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + } } ], "topPos" : 360 }, { - "codeName" : "END1", - "leftPos" : 1029, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 443 - }, { - "codeName" : "LOOPSUBCALL1", + "codeName" : "DEBUGPARAM4", "getDstPSDELogicParam" : { "modelref" : true, "id" : "for_reltion" }, "leftPos" : 639, - "logicNodeType" : "LOOPSUBCALL", - "name" : "循环子调用", + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM4" + "id" : "PREPAREPARAM7" }, "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "logicType" : "SINGLE", + "name" : "for_reltion[target_type] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "LOOPSUBCALL1" - }, - "subCallLink" : true + "id" : "DEBUGPARAM4" + } }, { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "END1" + "id" : "PREPAREPARAM4" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "logicType" : "SINGLE", + "name" : "for_reltion[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] }, - "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "LOOPSUBCALL1" + "id" : "DEBUGPARAM4" } } ], - "getSrcPSDELogicParam" : { - "modelref" : true, - "id" : "relation_page" - }, "topPos" : 451 }, { "codeName" : "THROWEXCEPTION1", "errorCode" : 0, "errorInfo" : "请添加评审内容", - "leftPos" : 146, + "leftPos" : -850, "logicNodeType" : "THROWEXCEPTION", "name" : "评审内容为空", "topPos" : 519 + }, { + "codeName" : "PREPAREPARAM7", + "leftPos" : 503, + "logicNodeType" : "PREPAREPARAM", + "name" : "获取需求ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION4" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM7" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "for_reltion[TARGET_ID] ==> idea[ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "TARGET_ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 595 }, { "codeName" : "PREPAREPARAM4", - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "PREPAREPARAM", "name" : "获取测试用例ID", "getPSDELogicLinks" : [ { @@ -9304,7 +9962,36 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 587 + "topPos" : 595 + }, { + "codeName" : "DEACTION4", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Get.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 503, + "logicNodeType" : "DEACTION", + "name" : "获取产品需求详情", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION4" + } + } ], + "topPos" : 690 }, { "codeName" : "DEACTION2", "getDstPSDEAction" : { @@ -9319,7 +10006,7 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" }, - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "DEACTION", "name" : "获取测试用例详情", "getPSDELogicLinks" : [ { @@ -9333,10 +10020,38 @@ "id" : "DEACTION2" } } ], - "topPos" : 680 + "topPos" : 690 + }, { + "codeName" : "PREPAREPARAM8", + "leftPos" : 503, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置产品需求评审状态", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION5" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "直接值[2] ==> idea[REVIEW_RESULT_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "2", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 789 }, { "codeName" : "PREPAREPARAM5", - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "PREPAREPARAM", "name" : "设置测试用例评审状态", "getPSDELogicLinks" : [ { @@ -9361,7 +10076,36 @@ "srcValue" : "2", "srcValueType" : "SRCVALUE" } ], - "topPos" : 770 + "topPos" : 789 + }, { + "codeName" : "DEACTION5", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Update.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 503, + "logicNodeType" : "DEACTION", + "name" : "更新产品需求", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RESETPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION5" + } + } ], + "topPos" : 888 }, { "codeName" : "DEACTION3", "getDstPSDEAction" : { @@ -9376,7 +10120,7 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" }, - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "DEACTION", "name" : "更新测试用例", "getPSDELogicLinks" : [ { @@ -9390,17 +10134,27 @@ "id" : "DEACTION3" } } ], - "topPos" : 859 + "topPos" : 888 + }, { + "codeName" : "RESETPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "leftPos" : 503, + "logicNodeType" : "RESETPARAM", + "name" : "重置产品需求参数", + "topPos" : 988 }, { "codeName" : "RESETPARAM1", "getDstPSDELogicParam" : { "modelref" : true, "id" : "test_case" }, - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "RESETPARAM", "name" : "重置测试用例参数", - "topPos" : 958 + "topPos" : 988 } ], "getPSDELogicParams" : [ { "codeName" : "Default", @@ -9421,6 +10175,15 @@ "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" }, "entityParam" : true + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "产品需求", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true }, { "codeName" : "relation_page", "logicName" : "relation分页数据", @@ -9448,6 +10211,16 @@ "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" }, "entityPageParam" : true + }, { + "codeName" : "reviewer_list", + "logicName" : "评审人列表", + "name" : "评审人列表", + "entityListParam" : true + }, { + "codeName" : "reviewer_temp", + "logicName" : "评审人临时变量", + "name" : "评审人临时变量", + "entityParam" : true }, { "codeName" : "stage", "logicName" : "阶段", @@ -10140,6 +10913,17 @@ "stdDataType" : 25, "stringLength" : 2000, "type" : "SIMPLE" + }, { + "logicName" : "评审人", + "name" : "reviewer", + "getPSDEField" : { + "name" : "REVIEWER", + "codeName" : "reviewer" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "stringLength" : 100, + "type" : "SIMPLE" }, { "jsonFormat" : "yyyy-MM-dd HH:mm:ss", "logicName" : "提交时间", @@ -10669,7 +11453,68 @@ "type" : "DEFILTER", "defaultMode" : true } ], + "getAllPSDENotifies" : [ { + "codeName" : "review_notify", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/review_notify.json", + "msgType" : 1, + "name" : "评审通知", + "notifyTag2" : "产品管理", + "getPSDENotifyTargets" : [ { + "name" : "当前评审人", + "getTargetPSDEField" : { + "name" : "REVIEWER", + "codeName" : "reviewer" + }, + "targetType" : "DEFIELD" + } ], + "getPSSysMsgQueue" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSSYSMSGQUEUES/Default.json" + }, + "getPSSysMsgTempl" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSSYSMSGTEMPLS/review_inform_template.json" + }, + "taskMode" : 0 + }, { + "codeName" : "test_case_review_notify", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/test_case_review_notify.json", + "msgType" : 1, + "name" : "测试用例评审通知", + "notifyTag2" : "测试管理", + "getPSDENotifyTargets" : [ { + "name" : "当前评审人", + "getTargetPSDEField" : { + "name" : "REVIEWER", + "codeName" : "reviewer" + }, + "targetType" : "DEFIELD" + } ], + "getPSSysMsgQueue" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSSYSMSGQUEUES/Default.json" + }, + "getPSSysMsgTempl" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSSYSMSGTEMPLS/tc_review_inform_template.json" + }, + "taskMode" : 0 + } ], "getAllPSDEOPPrivs" : [ { + "logicName" : "建立", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "CREATE", + "id" : "PRODUCT__CREATE" + }, { "logicName" : "建立", "name" : "CREATE" }, { @@ -10703,6 +11548,20 @@ }, "name" : "DELETE", "id" : "library__DELETE" + }, { + "logicName" : "删除", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "DELETE", + "id" : "PRODUCT__DELETE" }, { "logicName" : "读取", "name" : "READ" @@ -10720,6 +11579,34 @@ }, "name" : "READ", "id" : "library__READ" + }, { + "logicName" : "读取", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "READ", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "READ", + "id" : "PRODUCT__READ" + }, { + "logicName" : "更新", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "UPDATE", + "id" : "PRODUCT__UPDATE" }, { "logicName" : "更新", "mapPSDEName" : "LIBRARY", @@ -10755,6 +11642,59 @@ "reportType" : "DESYSBIREPORTS", "sysUniResCode" : "LIBRARY" } ], + "getAllPSDEUserRoles" : [ { + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_RW.json", + "name" : "全部数据(读写)", + "getPSDEUserRoleOPPrivs" : [ { + "dataAccessAction" : "UPDATE", + "name" : "UPDATE", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "library__UPDATE" + } + }, { + "dataAccessAction" : "READ", + "name" : "READ", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + } + }, { + "dataAccessAction" : "DELETE", + "name" : "DELETE", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "DELETE" + } + }, { + "dataAccessAction" : "CREATE", + "name" : "CREATE", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + } + } ], + "roleTag" : "ALL_RW", + "userCat" : "CAT1", + "userDRAction" : "READ", + "allData" : true, + "systemReserved" : true + }, { + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_W.json", + "name" : "全部数据(写)", + "getPSDEUserRoleOPPrivs" : [ { + "dataAccessAction" : "CREATE", + "name" : "CREATE", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + } + } ], + "roleTag" : "ALL_W", + "userCat" : "CAT1", + "userDRAction" : "READ", + "systemReserved" : true + } ], "getAllPSModelDatas" : [ { "codeName" : "GridView", "logicName" : "评审实体表格视图", @@ -10842,6 +11782,12 @@ "name" : "评审新建向导视图", "realModelSubType" : "DEWIZARDVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "idea_set_category_option_view", + "logicName" : "需求设置类别选项操作视图", + "name" : "需求设置类别选项操作视图", + "realModelSubType" : "DEOPTVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "baseline_grid_view", "logicName" : "基线评审表格视图", @@ -10868,6 +11814,12 @@ "name" : "全部评审表格视图", "realModelSubType" : "DEGRIDVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "idea_main_view", + "logicName" : "需求评审主视图", + "name" : "需求评审主视图", + "realModelSubType" : "DEEDITVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "drill_detail_grid_view", "logicName" : "评审反查表格视图", @@ -10899,6 +11851,13 @@ "name" : "主编辑表单", "realModelSubType" : "EDITFORM", "realModelType" : "PSDEFORM" + }, { + "codeName" : "idea_main_view_form", + "logicName" : "需求评审主视图_表单", + "modelTag2" : "0", + "name" : "需求评审主视图_表单", + "realModelSubType" : "EDITFORM", + "realModelType" : "PSDEFORM" }, { "codeName" : "Usr05226816_Form", "logicName" : "确认完成(评审中)_表单", @@ -10921,6 +11880,13 @@ "name" : "新建表单", "realModelSubType" : "EDITFORM", "realModelType" : "PSDEFORM" + }, { + "codeName" : "idea_set_category_Form", + "logicName" : "需求设置类别表单", + "modelTag2" : "0", + "name" : "需求设置类别表单", + "realModelSubType" : "EDITFORM", + "realModelType" : "PSDEFORM" }, { "codeName" : "set_category_option_view_Form", "logicName" : "设置类别选项操作视图_表单", @@ -11109,6 +12075,37 @@ "removeActionType" : 0, "removeOrder" : -1, "serviceCodeName" : "review" + }, { + "codeName" : "review", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW.json", + "logicName" : "评审-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "masterRS" : 4, + "minorCodeName" : "review_content_ideas", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "minorServiceCodeName" : "review_content_ideas", + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "PRINCIPAL_ID", + "getPickupPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "removeActionType" : 1, + "removeOrder" : -1, + "serviceCodeName" : "review" }, { "codeName" : "review", "dERSubType" : "DER1N", @@ -11279,6 +12276,34 @@ "removeOrder" : 0, "serviceCodeName" : "library", "enableFKey" : true + }, { + "codeName" : "PRODUCT", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json", + "logicName" : "产品-评审", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "masterOrder" : 100, + "masterRS" : 5, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "orderValue" : 100, + "parentSubType" : "PRODUCT", + "pickupDEFName" : "PRINCIPAL_ID", + "getPickupPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "product", + "typeValue" : "PRODUCT" } ], "name" : "REVIEW", "getPSSysDBScheme" : { diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json new file mode 100644 index 0000000000000000000000000000000000000000..6891bfac21440dc29943ac9e74614d5ba0d3abfb --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json @@ -0,0 +1,31 @@ +{ + "actionHolder" : 1, + "actionMode" : "READ", + "actionType" : "DELOGIC", + "codeName" : "get_redirect_data", + "dataAccessAction" : "READ", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json", + "logicName" : "获取重定向数据", + "name" : "get_redirect_data", + "getPSDEActionInput" : { + "getKeyPSDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "Get_redirect_dataInput", + "type" : "KEYFIELD" + }, + "getPSDEActionReturn" : { + "name" : "Get_redirect_dataResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json" + }, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json.exec.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json.exec.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..8ddfcb0b3a343e127a8ebe17dbc963f7b0cbf186 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json.exec.bpmn @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json index d801f06809a3a69890ba7b068f389d6e304e5d26..9cc63c3d1a56f79970af755a01591ed16fe985ca 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json @@ -59,7 +59,10 @@ "expression" : "t1.`PRINCIPAL_TYPE`", "name" : "PRINCIPAL_TYPE" }, { - "expression" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "expression" : "t1.`REVIEWER`", + "name" : "REVIEWER" + }, { + "expression" : "concat(t1.`IDENTIFIER`)", "name" : "SHOW_IDENTIFIER" }, { "expression" : "t1.`STATE`", @@ -83,6 +86,6 @@ "expression" : "t1.`UPDATE_TIME`", "name" : "UPDATE_TIME" } ], - "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", + "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nt1.`REVIEWER`,\nconcat(t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", "id" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json index c21d885ac9db3729a8d510177f4002215dbda64f..831d39d367f54b0e2fd5dc985caf21b9d63ef49d 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json @@ -52,11 +52,14 @@ }, { "expression" : "t1.`PRINCIPAL_TYPE`", "name" : "PRINCIPAL_TYPE" + }, { + "expression" : "t1.`REVIEWER`", + "name" : "REVIEWER" }, { "expression" : "t1.`RULE`", "name" : "RULE" }, { - "expression" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "expression" : "concat(t1.`IDENTIFIER`)", "name" : "SHOW_IDENTIFIER" }, { "expression" : "t1.`STAGE`", @@ -83,6 +86,6 @@ "expression" : "t1.`UPDATE_TIME`", "name" : "UPDATE_TIME" } ], - "queryCode" : "SELECT\nt1.`ACTION_RULE`,\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nt1.`RULE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STAGE`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", + "queryCode" : "SELECT\nt1.`ACTION_RULE`,\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nt1.`REVIEWER`,\nt1.`RULE`,\nconcat(t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STAGE`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", "id" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/bi_search/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/bi_search/PSDEDQCODES/MYSQL5.json index b10425cb5a0162a802f21304b3ebfd46bf56c5b9..6a7d19ed00070386eb0ca8c4855451246693d716 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/bi_search/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/bi_search/PSDEDQCODES/MYSQL5.json @@ -7,6 +7,15 @@ }, { "expression" : "t1.`DESCRIPTION`", "name" : "DESCRIPTION" + }, { + "expression" : "t1.`PRINCIPAL_ID`", + "name" : "PRINCIPAL_ID" + }, { + "expression" : "t1.`PRINCIPAL_NAME`", + "name" : "PRINCIPAL_NAME" + }, { + "expression" : "t1.`PRINCIPAL_TYPE`", + "name" : "PRINCIPAL_TYPE" }, { "expression" : "t1.`RULE`", "name" : "RULE" @@ -47,7 +56,7 @@ "expression" : "t1.`NAME`", "name" : "NAME" }, { - "expression" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "expression" : "concat(t1.`IDENTIFIER`)", "name" : "SHOW_IDENTIFIER" }, { "expression" : "t1.`STATE`", @@ -71,6 +80,6 @@ "expression" : "t1.`UPDATE_TIME`", "name" : "UPDATE_TIME" } ], - "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", + "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nconcat(t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", "id" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/bi_search/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json index 48ca437fdd9103e4ba5ade8a7ec68c72e05f1e76..80d6d0589ac20538af1349b46e14b7d0878e5693 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json @@ -64,7 +64,10 @@ "expression" : "t1.`PRINCIPAL_TYPE`", "name" : "PRINCIPAL_TYPE" }, { - "expression" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "expression" : "t1.`REVIEWER`", + "name" : "REVIEWER" + }, { + "expression" : "concat(t1.`IDENTIFIER`)", "name" : "SHOW_IDENTIFIER" }, { "expression" : "t1.`STATE`", @@ -88,6 +91,6 @@ "expression" : "t1.`UPDATE_TIME`", "name" : "UPDATE_TIME" } ], - "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", + "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nt1.`REVIEWER`,\nconcat(t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", "id" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_attention/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_reviewed/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_reviewed/PSDEDQCODES/MYSQL5.json index 74d3c3df5245beb50891c7101a1f02537f0ef23a..c42d9e862e8362fab39f73b446eb3e2459f55987 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_reviewed/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_reviewed/PSDEDQCODES/MYSQL5.json @@ -64,7 +64,10 @@ "expression" : "t1.`PRINCIPAL_TYPE`", "name" : "PRINCIPAL_TYPE" }, { - "expression" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "expression" : "t1.`REVIEWER`", + "name" : "REVIEWER" + }, { + "expression" : "concat(t1.`IDENTIFIER`)", "name" : "SHOW_IDENTIFIER" }, { "expression" : "t1.`STATE`", @@ -88,6 +91,6 @@ "expression" : "t1.`UPDATE_TIME`", "name" : "UPDATE_TIME" } ], - "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", + "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`COMPLETED_AT`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`IS_DELETED` AS `LIBRARY_IS_DELETED`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nt1.`REVIEWER`,\nconcat(t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTED_AT`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", "id" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDATAQUERIES/my_reviewed/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507599397.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507599397.json new file mode 100644 index 0000000000000000000000000000000000000000..8f91069baf2ffdcba268e1fd0ae7ebfe9f463853 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507599397.json @@ -0,0 +1,36 @@ +{ + "codeName" : "UsrDRItem0507599397", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507599397.json", + "itemType" : "CUSTOM", + "name" : "需求评审内容表格(无多选)", + "getPSNavigateContexts" : [ { + "key" : "CUR_REVIEWER_ID", + "name" : "CUR_REVIEWER_ID", + "value" : "cur_reviewer_id", + "rawValue" : false + }, { + "key" : "CURSTAGE_STATE", + "name" : "CURSTAGE_STATE", + "value" : "curstage_state", + "rawValue" : false + }, { + "key" : "CURSTAGE_ID", + "name" : "CURSTAGE_ID", + "value" : "curstage_id", + "rawValue" : false + }, { + "key" : "REVIEW_STATE", + "name" : "REVIEW_STATE", + "value" : "state", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "viewCodeName" : "idea_no_grid_view_all", + "getViewPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + } +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507996873.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507996873.json new file mode 100644 index 0000000000000000000000000000000000000000..9e3bf957263b940661ed93d132e8c549b30cea71 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507996873.json @@ -0,0 +1,36 @@ +{ + "codeName" : "UsrDRItem0507996873", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0507996873.json", + "itemType" : "CUSTOM", + "name" : "需求评审内容表格", + "getPSNavigateContexts" : [ { + "key" : "CUR_REVIEWER_ID", + "name" : "CUR_REVIEWER_ID", + "value" : "cur_reviewer_id", + "rawValue" : false + }, { + "key" : "CURSTAGE_STATE", + "name" : "CURSTAGE_STATE", + "value" : "curstage_state", + "rawValue" : false + }, { + "key" : "CURSTAGE_ID", + "name" : "CURSTAGE_ID", + "value" : "curstage_id", + "rawValue" : false + }, { + "key" : "REVIEW_STATE", + "name" : "REVIEW_STATE", + "value" : "state", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "viewCodeName" : "idea_grid_view_all", + "getViewPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + } +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0509839110.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0509839110.json new file mode 100644 index 0000000000000000000000000000000000000000..3de30695d03d474c94185218073491e11f593d2f --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0509839110.json @@ -0,0 +1,36 @@ +{ + "codeName" : "UsrDRItem0509839110", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEDRITEMS/UsrDRItem0509839110.json", + "itemType" : "CUSTOM", + "name" : "设置需求评审结果编辑视图", + "getPSNavigateContexts" : [ { + "key" : "REVIEW_STATE", + "name" : "REVIEW_STATE", + "value" : "state", + "rawValue" : false + }, { + "key" : "CURSTAGE_ID", + "name" : "CURSTAGE_ID", + "value" : "curstage_id", + "rawValue" : false + }, { + "key" : "CUR_REVIEWER_ID", + "name" : "CUR_REVIEWER_ID", + "value" : "cur_reviewer_id", + "rawValue" : false + }, { + "key" : "REVIEW_CONTENT", + "name" : "REVIEW_CONTENT", + "value" : "choosed_content", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "viewCodeName" : "idea_set_result_edit_view", + "getViewPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + } +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json index 94c0ac30887c01a17799fdc4a3a5fcf7793b9491..f53800a6f422ba32d344a775282cc83f2d77a6cc 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json @@ -13,7 +13,7 @@ "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "BINDPARAM1" + "id" : "DEBUGPARAM2" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -23,6 +23,27 @@ } ], "topPos" : -90, "parallelOutput" : true + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 20, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "BINDPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 61 }, { "codeName" : "BINDPARAM1", "getDstPSDELogicParam" : { @@ -77,7 +98,7 @@ "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "RENEWPARAM1" + "id" : "DEBUGPARAM1" }, "name" : "进入循环", "getSrcPSDELogicNode" : { @@ -101,6 +122,27 @@ "id" : "selectdata" }, "topPos" : 230 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_temp_obj" + }, + "leftPos" : 591, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 230 }, { "codeName" : "RENEWPARAM1", "getDstPSDELogicParam" : { @@ -134,20 +176,144 @@ "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "PREPAREPARAM2" }, "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM2" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "tag", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[tag] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, "getSrcPSDELogicNode" : { "modelref" : true, "id" : "RENEWPARAM2" } } ], "topPos" : 330 + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 640, + "logicNodeType" : "PREPAREPARAM", + "name" : "填充需求属性值", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "TARGET_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "forward_relation_obj" + }, + "name" : "直接值[IDEA] ==> forward_relation_obj[TARGET_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "IDEA", + "srcValueType" : "SRCVALUE" + }, { + "dstFieldName" : "PRINCIPAL_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reverse_relation_obj" + }, + "name" : "直接值[IDEA] ==> reverse_relation_obj[PRINCIPAL_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "IDEA", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 450 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : 896, + "logicNodeType" : "PREPAREPARAM", + "name" : "填充用例属性值", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "TARGET_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "forward_relation_obj" + }, + "name" : "直接值[TEST_CASE] ==> forward_relation_obj[TARGET_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "TEST_CASE", + "srcValueType" : "SRCVALUE" + }, { + "dstFieldName" : "PRINCIPAL_TYPE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reverse_relation_obj" + }, + "name" : "直接值[TEST_CASE] ==> reverse_relation_obj[PRINCIPAL_TYPE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "TEST_CASE", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 450 + }, { + "codeName" : "END1", + "leftPos" : 400, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 557 }, { "codeName" : "PREPAREPARAM1", "leftPos" : 760, "logicNodeType" : "PREPAREPARAM", - "name" : "填充需要的属性值", + "name" : "填充通用属性值", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, @@ -240,28 +406,6 @@ "srcFieldName" : "target_type", "srcValue" : "REVIEW", "srcValueType" : "SRCVALUE" - }, { - "dstFieldName" : "TARGET_TYPE", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "forward_relation_obj" - }, - "name" : "直接值[TEST_CASE] ==> forward_relation_obj[TARGET_TYPE]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "principal_type", - "srcValue" : "TEST_CASE", - "srcValueType" : "SRCVALUE" - }, { - "dstFieldName" : "PRINCIPAL_TYPE", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "reverse_relation_obj" - }, - "name" : "直接值[TEST_CASE] ==> reverse_relation_obj[PRINCIPAL_TYPE]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "principal_type", - "srcValue" : "TEST_CASE", - "srcValueType" : "SRCVALUE" }, { "dstFieldName" : "TARGET_TYPE", "getDstPSDELogicParam" : { @@ -288,13 +432,7 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 437 - }, { - "codeName" : "END1", - "leftPos" : 400, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 557 + "topPos" : 565 }, { "codeName" : "DEACTION1", "getDstPSDEAction" : { @@ -323,7 +461,7 @@ "id" : "DEACTION1" } } ], - "topPos" : 565 + "topPos" : 683 }, { "codeName" : "DEACTION2", "getDstPSDEAction" : { @@ -341,7 +479,7 @@ "leftPos" : 760, "logicNodeType" : "DEACTION", "name" : "生成反向关联数据", - "topPos" : 660 + "topPos" : 790 } ], "getPSDELogicParams" : [ { "codeName" : "Default", diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json.bpmn index eb487b35033cf55d46e1bb09d3ed0e9e58acd92e..915af6094f28e9105e42f436286e18c995723a6f 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json.bpmn +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json.bpmn @@ -21,19 +21,25 @@ + + - + + + - + + + - + + + - + + + + + + + + + + + @@ -63,5 +97,9 @@ + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json.drl index 1b085bae8453001894e705e95170c47539e9ff52..351bd6d05644045baebcd4ff0c6150beaf608479 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json.drl +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/add_review_content.json.drl @@ -25,6 +25,18 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.add_review_content; then end + //逻辑处理节点[调试逻辑参数] + rule "debugparam2" + ruleflow-group "reviewadd_review_contentdebugparam2" + when + then + update(reviewadd_review_contentdefault);//更新fact中变量值 + update(reviewadd_review_contentfor_temp_obj);//更新fact中变量值 + update(reviewadd_review_contentforward_relation_obj);//更新fact中变量值 + update(reviewadd_review_contentreverse_relation_obj);//更新fact中变量值 + update(reviewadd_review_contentselectdata);//更新fact中变量值 + end + //逻辑处理节点[绑定关联列表参数] rule "bindparam1" ruleflow-group "reviewadd_review_contentbindparam1" @@ -49,6 +61,18 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.add_review_content; update(reviewadd_review_contentselectdata);//更新fact中变量值 end + //逻辑处理节点[调试逻辑参数] + rule "debugparam1" + ruleflow-group "reviewadd_review_contentdebugparam1" + when + then + update(reviewadd_review_contentdefault);//更新fact中变量值 + update(reviewadd_review_contentfor_temp_obj);//更新fact中变量值 + update(reviewadd_review_contentforward_relation_obj);//更新fact中变量值 + update(reviewadd_review_contentreverse_relation_obj);//更新fact中变量值 + update(reviewadd_review_contentselectdata);//更新fact中变量值 + end + //逻辑处理节点[重新建立正向参数] rule "renewparam1" ruleflow-group "reviewadd_review_contentrenewparam1" @@ -73,21 +97,27 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.add_review_content; update(reviewadd_review_contentselectdata);//更新fact中变量值 end - //逻辑处理节点[填充需要的属性值] - rule "prepareparam1" - ruleflow-group "reviewadd_review_contentprepareparam1" + //逻辑处理节点[填充需求属性值] + rule "prepareparam2" + ruleflow-group "reviewadd_review_contentprepareparam2" + when + then + reviewadd_review_contentforward_relation_obj.set("targettype","IDEA"); + reviewadd_review_contentreverse_relation_obj.set("principaltype","IDEA"); + update(reviewadd_review_contentdefault);//更新fact中变量值 + update(reviewadd_review_contentfor_temp_obj);//更新fact中变量值 + update(reviewadd_review_contentforward_relation_obj);//更新fact中变量值 + update(reviewadd_review_contentreverse_relation_obj);//更新fact中变量值 + update(reviewadd_review_contentselectdata);//更新fact中变量值 + end + + //逻辑处理节点[填充用例属性值] + rule "prepareparam3" + ruleflow-group "reviewadd_review_contentprepareparam3" when then - reviewadd_review_contentforward_relation_obj.set("principalid",reviewadd_review_contentdefault.get("id")); - reviewadd_review_contentforward_relation_obj.set("changetype",reviewadd_review_contentfor_temp_obj.get("change_type")); - reviewadd_review_contentforward_relation_obj.set("changeversion",reviewadd_review_contentfor_temp_obj.get("change_version")); - reviewadd_review_contentreverse_relation_obj.set("principalid",reviewadd_review_contentfor_temp_obj.get("id")); - reviewadd_review_contentreverse_relation_obj.set("targetid",reviewadd_review_contentdefault.get("id")); - reviewadd_review_contentforward_relation_obj.set("principaltype","REVIEW"); reviewadd_review_contentforward_relation_obj.set("targettype","TEST_CASE"); reviewadd_review_contentreverse_relation_obj.set("principaltype","TEST_CASE"); - reviewadd_review_contentreverse_relation_obj.set("targettype","REVIEW"); - reviewadd_review_contentforward_relation_obj.set("targetid",reviewadd_review_contentfor_temp_obj.get("id")); update(reviewadd_review_contentdefault);//更新fact中变量值 update(reviewadd_review_contentfor_temp_obj);//更新fact中变量值 update(reviewadd_review_contentforward_relation_obj);//更新fact中变量值 @@ -107,6 +137,26 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.add_review_content; update(reviewadd_review_contentselectdata);//更新fact中变量值 end + //逻辑处理节点[填充通用属性值] + rule "prepareparam1" + ruleflow-group "reviewadd_review_contentprepareparam1" + when + then + reviewadd_review_contentforward_relation_obj.set("principalid",reviewadd_review_contentdefault.get("id")); + reviewadd_review_contentforward_relation_obj.set("changetype",reviewadd_review_contentfor_temp_obj.get("change_type")); + reviewadd_review_contentforward_relation_obj.set("changeversion",reviewadd_review_contentfor_temp_obj.get("change_version")); + reviewadd_review_contentreverse_relation_obj.set("principalid",reviewadd_review_contentfor_temp_obj.get("id")); + reviewadd_review_contentreverse_relation_obj.set("targetid",reviewadd_review_contentdefault.get("id")); + reviewadd_review_contentforward_relation_obj.set("principaltype","REVIEW"); + reviewadd_review_contentreverse_relation_obj.set("targettype","REVIEW"); + reviewadd_review_contentforward_relation_obj.set("targetid",reviewadd_review_contentfor_temp_obj.get("id")); + update(reviewadd_review_contentdefault);//更新fact中变量值 + update(reviewadd_review_contentfor_temp_obj);//更新fact中变量值 + update(reviewadd_review_contentforward_relation_obj);//更新fact中变量值 + update(reviewadd_review_contentreverse_relation_obj);//更新fact中变量值 + update(reviewadd_review_contentselectdata);//更新fact中变量值 + end + //逻辑处理节点[生成正向关联数据] rule "deaction1" ruleflow-group "reviewadd_review_contentdeaction1" diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json new file mode 100644 index 0000000000000000000000000000000000000000..ca26e488a2cc9adee79010779c4e514cf587c542 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json @@ -0,0 +1,87 @@ +{ + "codeName" : "get_redirect_data", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json", + "logicName" : "获取重定向数据", + "name" : "获取重定向数据", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Get.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 160, + "logicNodeType" : "DEACTION", + "name" : "获取需求数据", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "topPos" : 297 + }, { + "codeName" : "END1", + "leftPos" : 200, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "Default" + }, + "returnType" : "LOGICPARAM", + "topPos" : 410 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "default" : true, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..936a86d14be0f5e7d920a99da416fcd42b992bf7 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json.bpmn @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json.drl new file mode 100644 index 0000000000000000000000000000000000000000..9e66cac83ee1786afbce77eb2909d2af1af7bb9c --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/get_redirect_data.json.drl @@ -0,0 +1,38 @@ +package cn.ibizlab.plm.testmgmt.logic.reviewlogic.get_redirect_data; + 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.plm.util.errors.BadRequestAlertException; + global cn.ibizlab.plm.core.testmgmt.domain.review reviewget_redirect_datadefault; + global cn.ibizlab.plm.core.testmgmt.service.IreviewService reviewservice; + global cn.ibizlab.plm.core.testmgmt.service.IreviewService iBzSysReviewDefaultService; + global cn.ibizlab.plm.util.security.AuthenticationUser curuser; + + + no-loop + + //逻辑处理节点[开始] + rule "begin" + ruleflow-group "reviewget_redirect_databegin" + when + then + end + + //逻辑处理节点[获取需求数据] + rule "deaction1" + ruleflow-group "reviewget_redirect_datadeaction1" + when + then + cn.ibizlab.plm.util.helper.CachedBeanCopier.copy(reviewservice.get(reviewget_redirect_datadefault.getId()),reviewget_redirect_datadefault); + update(reviewget_redirect_datadefault);//更新fact中变量值 + end + + //逻辑处理节点[结束] + rule "end1" + ruleflow-group "reviewget_redirect_dataend1" + when + then + update(reviewget_redirect_datadefault);//更新fact中变量值 + end \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json index c58f4b839ad2b37a332b7c3a32d659aeffad33bf..5935c1d2a0c798aab103b21f717a374522c88552 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json @@ -7,13 +7,13 @@ "name" : "提交评审", "getPSDELogicNodes" : [ { "codeName" : "Begin", - "leftPos" : -200, + "leftPos" : -850, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEBUGPARAM1" + "id" : "PREPAREPARAM3" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -21,48 +21,199 @@ "id" : "Begin" } } ], - "topPos" : 200, + "topPos" : 54, "parallelOutput" : true }, { - "codeName" : "DEBUGPARAM1", + "codeName" : "DENOTIFY2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/test_case_review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 120, + "logicNodeType" : "DENOTIFY", + "name" : "通知第一评审人(测试用例)", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY2" + } + } ], + "topPos" : 130 + }, { + "codeName" : "BINDPARAM1", "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : -670, + "logicNodeType" : "BINDPARAM", + "name" : "绑定参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "BINDPARAM1" + } + } ], + "srcFieldName" : "stage", + "getSrcPSDELogicParam" : { "modelref" : true, "id" : "Default" }, - "leftPos" : -102, + "topPos" : 208 + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : -464, "logicNodeType" : "DEBUGPARAM", - "name" : "传入参数", + "name" : "调试逻辑参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM3" + "id" : "LOOPSUBCALL2" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEBUGPARAM1" + "id" : "DEBUGPARAM2" } } ], "topPos" : 208 }, { - "code" : "var default_obj = logic.getParam(\"default\");\r\ndefault_obj.set(\"submitted_at\", new Date());", - "codeName" : "RAWSFCODE1", - "codeType" : "JavaScript", - "leftPos" : 106, - "logicNodeType" : "RAWSFCODE", - "name" : "设置提交时间", + "codeName" : "DEBUGPARAM3", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : -56, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "DENOTIFY2" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[TYPE] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" }, "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[TYPE] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "RAWSFCODE1" + "id" : "DEBUGPARAM3" } } ], "topPos" : 208 + }, { + "codeName" : "LOOPSUBCALL2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "leftPos" : -266, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM6" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "order", + "getDstLogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "logicType" : "SINGLE", + "name" : "reviewer_temp[order] 等于(=) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "subCallLink" : true + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "topPos" : 208 }, { "codeName" : "PREPAREPARAM1", "leftPos" : 282, @@ -195,6 +346,119 @@ } } ], "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : -890, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置关系过滤参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "N_PRINCIPAL_ID_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reltion_filter" + }, + "name" : "Default[ID] ==> reltion_filter[N_PRINCIPAL_ID_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "N_PRINCIPAL_TYPE_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reltion_filter" + }, + "name" : "直接值[REVIEW] ==> reltion_filter[N_PRINCIPAL_TYPE_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "REVIEW", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 208 + }, { + "codeName" : "DENOTIFY1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 120, + "logicNodeType" : "DENOTIFY", + "name" : "通知第一评审人(需求)", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" + } + } ], + "topPos" : 280 + }, { + "codeName" : "END1", + "leftPos" : 989, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 312 + }, { + "codeName" : "LOOPSUBCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "leftPos" : 639, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM4" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + } + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "relation_page" + }, + "topPos" : 320 }, { "codeName" : "DEDATASET1", "getDstPSDEDataSet" : { @@ -209,7 +473,7 @@ "modelref" : true, "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" }, - "leftPos" : 106, + "leftPos" : -890, "logicNodeType" : "DEDATASET", "name" : "获取关系信息", "getPSDELogicLinks" : [ { @@ -271,100 +535,151 @@ }, "topPos" : 360 }, { - "codeName" : "PREPAREPARAM3", - "leftPos" : -102, + "codeName" : "PREPAREPARAM6", + "leftPos" : -266, "logicNodeType" : "PREPAREPARAM", - "name" : "设置关系过滤参数", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "DEDATASET1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM3" - } - } ], + "name" : "准备参数", "getPSDELogicNodeParams" : [ { - "dstFieldName" : "N_PRINCIPAL_ID_EQ", + "dstFieldName" : "REVIEWER", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "reltion_filter" + "id" : "Default" }, - "name" : "Default[ID] ==> reltion_filter[N_PRINCIPAL_ID_EQ]", + "name" : "reviewer_temp[reviewer] ==> Default[REVIEWER]", "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "ID", + "srcFieldName" : "reviewer", "getSrcPSDELogicParam" : { "modelref" : true, - "id" : "Default" + "id" : "reviewer_temp" }, "srcValueType" : "SRCDLPARAM" - }, { - "dstFieldName" : "N_PRINCIPAL_TYPE_EQ", - "getDstPSDELogicParam" : { + } ], + "topPos" : 360 + }, { + "code" : "var default_obj = logic.getParam(\"default\");\r\ndefault_obj.set(\"submitted_at\", new Date());", + "codeName" : "RAWSFCODE1", + "codeType" : "JavaScript", + "leftPos" : -670, + "logicNodeType" : "RAWSFCODE", + "name" : "设置提交时间", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { "modelref" : true, - "id" : "reltion_filter" + "id" : "BINDPARAM1" }, - "name" : "直接值[REVIEW] ==> reltion_filter[N_PRINCIPAL_TYPE_EQ]", - "paramAction" : "SETPARAMVALUE", - "srcValue" : "REVIEW", - "srcValueType" : "SRCVALUE" + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + } } ], "topPos" : 360 }, { - "codeName" : "END1", - "leftPos" : 1029, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 443 - }, { - "codeName" : "LOOPSUBCALL1", + "codeName" : "DEBUGPARAM4", "getDstPSDELogicParam" : { "modelref" : true, "id" : "for_reltion" }, "leftPos" : 639, - "logicNodeType" : "LOOPSUBCALL", - "name" : "循环子调用", + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM4" + "id" : "PREPAREPARAM7" }, "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "logicType" : "SINGLE", + "name" : "for_reltion[target_type] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "LOOPSUBCALL1" - }, - "subCallLink" : true + "id" : "DEBUGPARAM4" + } }, { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "END1" + "id" : "PREPAREPARAM4" }, "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "logicType" : "SINGLE", + "name" : "for_reltion[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "LOOPSUBCALL1" + "id" : "DEBUGPARAM4" } } ], - "getSrcPSDELogicParam" : { - "modelref" : true, - "id" : "relation_page" - }, "topPos" : 451 }, { "codeName" : "THROWEXCEPTION1", "errorCode" : 0, "errorInfo" : "请添加评审内容", - "leftPos" : 146, + "leftPos" : -850, "logicNodeType" : "THROWEXCEPTION", "name" : "评审内容为空", "topPos" : 519 + }, { + "codeName" : "PREPAREPARAM7", + "leftPos" : 503, + "logicNodeType" : "PREPAREPARAM", + "name" : "获取需求ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION4" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM7" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "for_reltion[TARGET_ID] ==> idea[ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "TARGET_ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 595 }, { "codeName" : "PREPAREPARAM4", - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "PREPAREPARAM", "name" : "获取测试用例ID", "getPSDELogicLinks" : [ { @@ -393,7 +708,36 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 587 + "topPos" : 595 + }, { + "codeName" : "DEACTION4", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Get.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 503, + "logicNodeType" : "DEACTION", + "name" : "获取产品需求详情", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION4" + } + } ], + "topPos" : 690 }, { "codeName" : "DEACTION2", "getDstPSDEAction" : { @@ -408,7 +752,7 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" }, - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "DEACTION", "name" : "获取测试用例详情", "getPSDELogicLinks" : [ { @@ -422,10 +766,38 @@ "id" : "DEACTION2" } } ], - "topPos" : 680 + "topPos" : 690 + }, { + "codeName" : "PREPAREPARAM8", + "leftPos" : 503, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置产品需求评审状态", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION5" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "直接值[2] ==> idea[REVIEW_RESULT_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "2", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 789 }, { "codeName" : "PREPAREPARAM5", - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "PREPAREPARAM", "name" : "设置测试用例评审状态", "getPSDELogicLinks" : [ { @@ -450,7 +822,36 @@ "srcValue" : "2", "srcValueType" : "SRCVALUE" } ], - "topPos" : 770 + "topPos" : 789 + }, { + "codeName" : "DEACTION5", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Update.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 503, + "logicNodeType" : "DEACTION", + "name" : "更新产品需求", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RESETPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION5" + } + } ], + "topPos" : 888 }, { "codeName" : "DEACTION3", "getDstPSDEAction" : { @@ -465,7 +866,7 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" }, - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "DEACTION", "name" : "更新测试用例", "getPSDELogicLinks" : [ { @@ -479,17 +880,27 @@ "id" : "DEACTION3" } } ], - "topPos" : 859 + "topPos" : 888 + }, { + "codeName" : "RESETPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "leftPos" : 503, + "logicNodeType" : "RESETPARAM", + "name" : "重置产品需求参数", + "topPos" : 988 }, { "codeName" : "RESETPARAM1", "getDstPSDELogicParam" : { "modelref" : true, "id" : "test_case" }, - "leftPos" : 639, + "leftPos" : 775, "logicNodeType" : "RESETPARAM", "name" : "重置测试用例参数", - "topPos" : 958 + "topPos" : 988 } ], "getPSDELogicParams" : [ { "codeName" : "Default", @@ -510,6 +921,15 @@ "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" }, "entityParam" : true + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "产品需求", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true }, { "codeName" : "relation_page", "logicName" : "relation分页数据", @@ -537,6 +957,16 @@ "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" }, "entityPageParam" : true + }, { + "codeName" : "reviewer_list", + "logicName" : "评审人列表", + "name" : "评审人列表", + "entityListParam" : true + }, { + "codeName" : "reviewer_temp", + "logicName" : "评审人临时变量", + "name" : "评审人临时变量", + "entityParam" : true }, { "codeName" : "stage", "logicName" : "阶段", diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json.bpmn index b60c291da1facfb93a8e40ecf6dce6637640621b..adc7602ec9ea4ce88cf874b168c5a4ba09874381 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json.bpmn +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json.bpmn @@ -7,19 +7,24 @@ + + + + + @@ -28,32 +33,106 @@ - - + + + + + - + + + + + + + + + + + + + + - + + + + + + + + + + + - + + + + + - + + + @@ -61,17 +140,28 @@ + + + + + + + + @@ -80,34 +170,89 @@ - + + + + + - + + + - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json.drl index 9ce616efe64e6a1ad7c49f1d878692bce7553008..e831eed7af3cde7110df4fd5ebfbe85ac45850bf 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json.drl +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDELOGICS/submit_review.json.drl @@ -7,14 +7,18 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; import cn.ibizlab.plm.util.errors.BadRequestAlertException; global cn.ibizlab.plm.core.testmgmt.domain.review reviewsubmit_reviewdefault; global cn.ibizlab.plm.core.base.domain.relation reviewsubmit_reviewfor_reltion; + global cn.ibizlab.plm.core.prodmgmt.domain.idea reviewsubmit_reviewidea; global cn.ibizlab.plm.core.base.domain.relation reviewsubmit_reviewrelation_page; global cn.ibizlab.plm.core.base.domain.relation reviewsubmit_reviewreltion_filter; global cn.ibizlab.plm.core.testmgmt.domain.review_content reviewsubmit_reviewreview_content; + global java.util.Map reviewsubmit_reviewreviewer_list; + global java.util.Map reviewsubmit_reviewreviewer_temp; global cn.ibizlab.plm.core.testmgmt.domain.review_stage reviewsubmit_reviewstage; global cn.ibizlab.plm.core.testmgmt.domain.review_stage reviewsubmit_reviewstages; global cn.ibizlab.plm.core.testmgmt.domain.test_case reviewsubmit_reviewtest_case; global cn.ibizlab.plm.core.testmgmt.service.IreviewService reviewservice; global cn.ibizlab.plm.core.base.service.IrelationService relationservice; + global cn.ibizlab.plm.core.prodmgmt.service.IideaService ideaservice; global cn.ibizlab.plm.core.testmgmt.service.Itest_caseService test_caseservice; global cn.ibizlab.plm.core.testmgmt.service.IreviewService iBzSysReviewDefaultService; global cn.ibizlab.plm.util.security.AuthenticationUser curuser; @@ -29,31 +33,91 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; then end - //逻辑处理节点[传入参数] - rule "debugparam1" - ruleflow-group "reviewsubmit_reviewdebugparam1" + //逻辑处理节点[通知第一评审人(测试用例)] + rule "denotify2" + ruleflow-group "reviewsubmit_reviewdenotify2" when then update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 end - //逻辑处理节点[设置提交时间] - rule "rawsfcode1" - ruleflow-group "reviewsubmit_reviewrawsfcode1" + //逻辑处理节点[绑定参数] + rule "bindparam1" + ruleflow-group "reviewsubmit_reviewbindparam1" + when + then + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam2" + ruleflow-group "reviewsubmit_reviewdebugparam2" + when + then + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam3" + ruleflow-group "reviewsubmit_reviewdebugparam3" when then update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[循环子调用] + rule "loopsubcall2" + ruleflow-group "reviewsubmit_reviewloopsubcall2" + when + then + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -69,9 +133,12 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; reviewsubmit_reviewdefault.set("state","20"); update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -87,9 +154,12 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; reviewsubmit_reviewstage.set("stagestate","20"); update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -103,41 +173,50 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; reviewservice.update(reviewsubmit_reviewdefault); update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 end - //逻辑处理节点[获取关系信息] - rule "dedataset1" - ruleflow-group "reviewsubmit_reviewdedataset1" + //逻辑处理节点[设置关系过滤参数] + rule "prepareparam3" + ruleflow-group "reviewsubmit_reviewprepareparam3" when then + reviewsubmit_reviewreltion_filter.set("n_principal_id_eq",reviewsubmit_reviewdefault.get("id")); + reviewsubmit_reviewreltion_filter.set("n_principal_type_eq","REVIEW"); update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 end - //逻辑处理节点[设置关系过滤参数] - rule "prepareparam3" - ruleflow-group "reviewsubmit_reviewprepareparam3" + //逻辑处理节点[通知第一评审人(需求)] + rule "denotify1" + ruleflow-group "reviewsubmit_reviewdenotify1" when then - reviewsubmit_reviewreltion_filter.set("n_principal_id_eq",reviewsubmit_reviewdefault.get("id")); - reviewsubmit_reviewreltion_filter.set("n_principal_type_eq","REVIEW"); update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -150,9 +229,12 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; then update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -165,9 +247,85 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; then update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[获取关系信息] + rule "dedataset1" + ruleflow-group "reviewsubmit_reviewdedataset1" + when + then + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[准备参数] + rule "prepareparam6" + ruleflow-group "reviewsubmit_reviewprepareparam6" + when + then + reviewsubmit_reviewdefault.set("reviewer",reviewsubmit_reviewreviewer_temp.get("reviewer")); + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[设置提交时间] + rule "rawsfcode1" + ruleflow-group "reviewsubmit_reviewrawsfcode1" + when + then + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam4" + ruleflow-group "reviewsubmit_reviewdebugparam4" + when + then + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -180,9 +338,31 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; then update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[获取需求id] + rule "prepareparam7" + ruleflow-group "reviewsubmit_reviewprepareparam7" + when + then + reviewsubmit_reviewidea.set("id",reviewsubmit_reviewfor_reltion.get("targetid")); + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -196,9 +376,31 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; reviewsubmit_reviewtest_case.set("id",reviewsubmit_reviewfor_reltion.get("targetid")); update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[获取产品需求详情] + rule "deaction4" + ruleflow-group "reviewsubmit_reviewdeaction4" + when + then + cn.ibizlab.plm.util.helper.CachedBeanCopier.copy(ideaservice.get(reviewsubmit_reviewidea.getId()),reviewsubmit_reviewidea); + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -212,9 +414,31 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; cn.ibizlab.plm.util.helper.CachedBeanCopier.copy(test_caseservice.get(reviewsubmit_reviewtest_case.getId()),reviewsubmit_reviewtest_case); update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[设置产品需求评审状态] + rule "prepareparam8" + ruleflow-group "reviewsubmit_reviewprepareparam8" + when + then + reviewsubmit_reviewidea.set("reviewresultstate","2"); + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -228,9 +452,31 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; reviewsubmit_reviewtest_case.set("reviewresultstate","2"); update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[更新产品需求] + rule "deaction5" + ruleflow-group "reviewsubmit_reviewdeaction5" + when + then + ideaservice.update(reviewsubmit_reviewidea); + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -244,9 +490,30 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; test_caseservice.update(reviewsubmit_reviewtest_case); update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 + update(reviewsubmit_reviewrelation_page);//更新fact中变量值 + update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 + update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 + update(reviewsubmit_reviewstage);//更新fact中变量值 + update(reviewsubmit_reviewstages);//更新fact中变量值 + update(reviewsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[重置产品需求参数] + rule "resetparam2" + ruleflow-group "reviewsubmit_reviewresetparam2" + when + then + update(reviewsubmit_reviewdefault);//更新fact中变量值 + update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 @@ -259,9 +526,12 @@ package cn.ibizlab.plm.testmgmt.logic.reviewlogic.submit_review; then update(reviewsubmit_reviewdefault);//更新fact中变量值 update(reviewsubmit_reviewfor_reltion);//更新fact中变量值 + update(reviewsubmit_reviewidea);//更新fact中变量值 update(reviewsubmit_reviewrelation_page);//更新fact中变量值 update(reviewsubmit_reviewreltion_filter);//更新fact中变量值 update(reviewsubmit_reviewreview_content);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_list);//更新fact中变量值 + update(reviewsubmit_reviewreviewer_temp);//更新fact中变量值 update(reviewsubmit_reviewstage);//更新fact中变量值 update(reviewsubmit_reviewstages);//更新fact中变量值 update(reviewsubmit_reviewtest_case);//更新fact中变量值 diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json new file mode 100644 index 0000000000000000000000000000000000000000..19c20a9aa12d287deaea6183beab310f47f43869 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json @@ -0,0 +1,29 @@ +{ + "codeName" : "PRODUCT", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json", + "logicName" : "产品-评审", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "masterOrder" : 100, + "masterRS" : 5, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "orderValue" : 100, + "parentSubType" : "PRODUCT", + "pickupDEFName" : "PRINCIPAL_ID", + "getPickupPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "product", + "typeValue" : "PRODUCT" +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_RW.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_RW.json new file mode 100644 index 0000000000000000000000000000000000000000..141bd0e04f9358e5165ddf1a494f7939337c7572 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_RW.json @@ -0,0 +1,38 @@ +{ + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_RW.json", + "name" : "全部数据(读写)", + "getPSDEUserRoleOPPrivs" : [ { + "dataAccessAction" : "UPDATE", + "name" : "UPDATE", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "library__UPDATE" + } + }, { + "dataAccessAction" : "READ", + "name" : "READ", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + } + }, { + "dataAccessAction" : "DELETE", + "name" : "DELETE", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "DELETE" + } + }, { + "dataAccessAction" : "CREATE", + "name" : "CREATE", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + } + } ], + "roleTag" : "ALL_RW", + "userCat" : "CAT1", + "userDRAction" : "READ", + "allData" : true, + "systemReserved" : true +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_W.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_W.json new file mode 100644 index 0000000000000000000000000000000000000000..4a1bda2f6acbc982683d5d779cbafcb19b49db83 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_W.json @@ -0,0 +1,16 @@ +{ + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEUSERROLES/ALL_W.json", + "name" : "全部数据(写)", + "getPSDEUserRoleOPPrivs" : [ { + "dataAccessAction" : "CREATE", + "name" : "CREATE", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + } + } ], + "roleTag" : "ALL_W", + "userCat" : "CAT1", + "userDRAction" : "READ", + "systemReserved" : true +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json index f7a69e553a91d4462706c642881c78c589561207..7a94a2b2a99ad674d0299c6f97ce52363fa3b15d 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json @@ -57,7 +57,7 @@ "name" : "附加逻辑", "getPSDELogic" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json" }, "internalLogic" : true } ], @@ -257,6 +257,33 @@ "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json" }, "enableFront" : false + }, { + "actionHolder" : 1, + "actionMode" : "CREATE", + "actionType" : "DELOGIC", + "codeName" : "create_review_data", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json", + "logicName" : "创建评审数据", + "name" : "create_review_data", + "getPSDEActionInput" : { + "name" : "Create_review_dataInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "Create_review_dataResult", + "type" : "VOID" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json" + }, + "enableFront" : false }, { "actionHolder" : 2, "actionMode" : "CUSTOM", @@ -1352,8 +1379,7 @@ "dBType" : "MYSQL5", "name" : "TARGET_TYPE", "queryCodeExp" : "t11.`TARGET_TYPE`", - "standardColumnName" : "`TARGET_TYPE`", - "valueAutoGen" : true + "standardColumnName" : "`TARGET_TYPE`" } ], "getAllPSDEFUIModes" : [ { "codeName" : "Default", @@ -1408,7 +1434,6 @@ "codeName" : "target_type", "dEFType" : 3, "dataType" : "INHERIT", - "defaultValue" : "TEST_CASE", "importOrder" : 1000, "length" : 100, "logicName" : "关联目标类型", @@ -1877,6 +1902,77 @@ "phisicalDEField" : false, "queryColumn" : false, "uIAssistDEField" : true + }, { + "getAllPSDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[IDEA][产品需求]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[IDEA][产品需求]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[IDEA][产品需求]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[IDEA][产品需求]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "getAllPSDEFValueRules" : [ { + "codeName" : "Default", + "name" : "默认规则", + "getPSDEFVRGroupCondition" : { + "condOp" : "AND", + "condType" : "GROUP", + "name" : "默认组", + "getPSDEFVRConditions" : [ { + "condType" : "STRINGLENGTH", + "dEFName" : "IDEA", + "maxValue" : 1048576, + "name" : "默认字符串长度", + "ruleInfo" : "内容长度必须小于等于[1048576]", + "includeMaxValue" : true, + "includeMinValue" : false, + "keyCond" : true + } ], + "ruleInfo" : "内容长度必须小于等于[1048576]" + }, + "ruleInfo" : "内容长度必须小于等于[1048576]", + "checkDefault" : true, + "defaultMode" : true, + "enableBackend" : true, + "enableFront" : true + } ], + "codeName" : "idea", + "dEFType" : 5, + "dataType" : "PICKUPOBJECT", + "importOrder" : 1000, + "length" : 1048576, + "logicName" : "产品需求", + "name" : "IDEA", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT.json" + }, + "getPSDER1N" : "外键值对象属性[REVIEW_CONTENT#评审内容|IDEA#产品需求]实体关系[DERCUSTOM_IDEA_REVIEW_CONTENT]类型不正确", + "serviceCodeName" : "idea", + "stdDataType" : 21, + "stringLength" : 1048576, + "valueFormat" : "%1$s", + "viewLevel" : 0, + "phisicalDEField" : false, + "queryColumn" : false, + "uIAssistDEField" : true }, { "getAllPSDEFDTColumns" : [ { "columnName" : "CUR_VERSION_ID", @@ -3714,21 +3810,21 @@ "enableBackend" : true, "enableFront" : false }, { - "codeName" : "change_test_case", + "codeName" : "change_review_state", "defaultParamName" : "Default", - "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json", - "logicName" : "变更测试用例", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json", + "logicName" : "变更评审状态", "memo" : "完成评审后变更测试用例的评审状态", - "name" : "变更测试用例", + "name" : "变更评审状态", "getPSDELogicNodes" : [ { "codeName" : "Begin", - "leftPos" : -80, + "leftPos" : -140, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "DEBUGPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -3736,7 +3832,7 @@ "id" : "Begin" } } ], - "topPos" : 208, + "topPos" : 330, "parallelOutput" : true }, { "codeName" : "PREPAREPARAM2", @@ -3766,12 +3862,6 @@ "srcValueType" : "SRCVALUE" } ], "topPos" : 100 - }, { - "codeName" : "END1", - "leftPos" : 892, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 192 }, { "codeName" : "DEACTION1", "getDstPSDEAction" : { @@ -3903,153 +3993,390 @@ "srcValueType" : "SRCVALUE" } ], "topPos" : 309 - } ], - "getPSDELogicParams" : [ { - "codeName" : "Default", - "logicName" : "传入变量", - "name" : "传入变量", - "getParamPSDataEntity" : { - "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" - }, - "default" : true, - "entityParam" : true - }, { - "codeName" : "test_case", - "logicName" : "测试用例", - "name" : "测试用例", - "getParamPSDataEntity" : { - "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" - }, - "entityParam" : true - } ], - "getStartPSDELogicNode" : { - "modelref" : true, - "id" : "Begin" - }, - "enableBackend" : true, - "enableFront" : false - }, { - "codeName" : "complete_review", - "defaultParamName" : "Default", - "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json", - "logicName" : "完成评审", - "memo" : "完成评审,判断是否为最终阶段,如果是变更评审的状态", - "name" : "完成评审", - "getPSDELogicNodes" : [ { - "codeName" : "Begin", - "logicNodeType" : "BEGIN", - "name" : "开始", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "DEBUGPARAM1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "Begin" - } - } ], - "topPos" : 200, - "parallelOutput" : true }, { "codeName" : "END1", - "leftPos" : 1777, + "leftPos" : 952, "logicNodeType" : "END", "name" : "结束", - "getReturnParam" : { - "modelref" : true, - "id" : "Default" - }, - "returnType" : "LOGICPARAM", - "topPos" : 200 + "topPos" : 314 }, { "codeName" : "DEBUGPARAM1", "getDstPSDELogicParam" : { "modelref" : true, "id" : "Default" }, - "leftPos" : 99, + "leftPos" : -60, "logicNodeType" : "DEBUGPARAM", - "name" : "传入参数", + "name" : "调试逻辑参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, "id" : "PREPAREPARAM1" }, "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, "getSrcPSDELogicNode" : { "modelref" : true, "id" : "DEBUGPARAM1" } } ], - "topPos" : 208 + "topPos" : 338 }, { - "codeName" : "PREPAREPARAM1", - "leftPos" : 254, + "codeName" : "PREPAREPARAM5", + "leftPos" : 380, "logicNodeType" : "PREPAREPARAM", - "name" : "获取评审详情ID", + "name" : "设置评审状态为通过", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEACTION1" + "id" : "DEACTION2" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "PREPAREPARAM5" } } ], "getPSDELogicNodeParams" : [ { - "dstFieldName" : "ID", + "dstFieldName" : "REVIEW_RESULT_STATE", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "review_detail" + "id" : "idea" }, - "name" : "Default[principal_id] ==> review_detail[ID]", + "name" : "直接值[3] ==> idea[REVIEW_RESULT_STATE]", "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "principal_id", - "getSrcPSDELogicParam" : { - "modelref" : true, - "id" : "Default" - }, - "srcValueType" : "SRCDLPARAM" + "srcValue" : "3", + "srcValueType" : "SRCVALUE" } ], - "topPos" : 208 + "topPos" : 390 }, { - "codeName" : "DEACTION1", - "getDstPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Get.json" - }, - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "review_detail" - }, - "getDstPSDataEntity" : { - "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" - }, - "leftPos" : 411, - "logicNodeType" : "DEACTION", - "name" : "获取评审详情", + "codeName" : "PREPAREPARAM4", + "leftPos" : 87, + "logicNodeType" : "PREPAREPARAM", + "name" : "获取产品需求ID", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM2" + "id" : "PREPAREPARAM5" + }, + "name" : "通过", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "FINAL_STAGE_RESULTS", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[FINAL_STAGE_RESULTS] 等于(=) 1", + "paramValue" : "1" + } ] }, - "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEACTION1" + "id" : "PREPAREPARAM4" } - } ], - "topPos" : 208 - }, { - "codeName" : "PREPAREPARAM2", - "leftPos" : 574, + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM6" + }, + "name" : "拒绝", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "FINAL_STAGE_RESULTS", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[FINAL_STAGE_RESULTS] 等于(=) 0", + "paramValue" : "0" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "Default[TARGET_ID] ==> idea[ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "TARGET_ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 470 + }, { + "codeName" : "DEACTION2", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Update.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 596, + "logicNodeType" : "DEACTION", + "name" : "实体行为", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION2" + } + } ], + "topPos" : 470 + }, { + "codeName" : "PREPAREPARAM6", + "leftPos" : 380, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置评审状态为拒绝", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM6" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "直接值[4] ==> idea[REVIEW_RESULT_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "4", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 562 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "default" : true, + "entityParam" : true + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "产品需求", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true + }, { + "codeName" : "test_case", + "logicName" : "测试用例", + "name" : "测试用例", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + }, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false + }, { + "codeName" : "complete_review", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json", + "logicName" : "完成评审", + "memo" : "完成评审,判断是否为最终阶段,如果是变更评审的状态", + "name" : "完成评审", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "END1", + "leftPos" : 1777, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "Default" + }, + "returnType" : "LOGICPARAM", + "topPos" : 200 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 99, + "logicNodeType" : "DEBUGPARAM", + "name" : "传入参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 254, + "logicNodeType" : "PREPAREPARAM", + "name" : "获取评审详情ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "name" : "Default[principal_id] ==> review_detail[ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "principal_id", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 208 + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Get.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 411, + "logicNodeType" : "DEACTION", + "name" : "获取评审详情", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 574, "logicNodeType" : "PREPAREPARAM", "name" : "获取阶段信息", "getPSDELogicLinks" : [ { @@ -4407,24 +4734,91 @@ "topPos" : 334 }, { "codeName" : "PREPAREPARAM8", - "leftPos" : 1220, + "leftPos" : 1160, "logicNodeType" : "PREPAREPARAM", "name" : "附加到数组变量,且获取选中阶段的下一阶段数据", - "getPSDELogicNodeParams" : [ { - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "stage_arr" - }, - "name" : "for_stage ==> stage_arr", - "paramAction" : "APPENDPARAM", - "getSrcPSDELogicParam" : { + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { "modelref" : true, - "id" : "for_stage" + "id" : "DENOTIFY1" }, - "srcValueType" : "SRCDLPARAM" - }, { - "dstFieldName" : "is_next", - "getDstPSDELogicParam" : { + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "logicType" : "SINGLE", + "name" : "review_detail[TYPE] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY2" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "logicType" : "SINGLE", + "name" : "review_detail[TYPE] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + } + } ], + "getPSDELogicNodeParams" : [ { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "stage_arr" + }, + "name" : "for_stage ==> stage_arr", + "paramAction" : "APPENDPARAM", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_stage" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "REVIEWER", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "name" : "for_stage[REVIEWER] ==> review_detail[REVIEWER]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "REVIEWER", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_stage" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "is_next", + "getDstPSDELogicParam" : { "modelref" : true, "id" : "next_stage" }, @@ -4443,10 +4837,46 @@ "srcValue" : "20", "srcValueType" : "SRCVALUE" } ], - "topPos" : 340 + "topPos" : 334 + }, { + "codeName" : "DENOTIFY1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 1388, + "logicNodeType" : "DENOTIFY", + "name" : "通知下一评审人(需求)", + "topPos" : 334 + }, { + "codeName" : "DENOTIFY2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/test_case_review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 1388, + "logicNodeType" : "DENOTIFY", + "name" : "通知下一评审人(测试用例)", + "topPos" : 437 }, { "codeName" : "PREPAREPARAM3", - "leftPos" : 680, + "leftPos" : 700, "logicNodeType" : "PREPAREPARAM", "name" : "设置阶段完成", "getPSDELogicLinks" : [ { @@ -4515,7 +4945,7 @@ "topPos" : 460 }, { "codeName" : "PREPAREPARAM4", - "leftPos" : 1184, + "leftPos" : 1126, "logicNodeType" : "PREPAREPARAM", "name" : "附加到数组变量", "getPSDELogicNodeParams" : [ { @@ -4531,10 +4961,10 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 480 + "topPos" : 460 }, { "codeName" : "PREPAREPARAM6", - "leftPos" : 680, + "leftPos" : 700, "logicNodeType" : "PREPAREPARAM", "name" : "变更阶段状态", "getPSDELogicLinks" : [ { @@ -4564,7 +4994,7 @@ "code" : "var defaultObj = logic.getParam(\"review_detail\");\r\ndefaultObj.set(\"COMPLETED_AT\", new Date());", "codeName" : "RAWSFCODE1", "codeType" : "JavaScript", - "leftPos" : 905, + "leftPos" : 1126, "logicNodeType" : "RAWSFCODE", "name" : "完成时间", "getPSDELogicLinks" : [ { @@ -4652,21 +5082,20 @@ "enableBackend" : true, "enableFront" : false }, { - "codeName" : "generate_review_result_finally", + "codeName" : "create_review_data", "defaultParamName" : "Default", - "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_result_finally.json", - "logicName" : "生成最终评审结果", - "memo" : "评审完成后生成最终的评审结果", - "name" : "生成最终评审结果", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json", + "logicName" : "创建评审数据", + "name" : "创建评审数据", "getPSDELogicNodes" : [ { "codeName" : "Begin", - "leftPos" : -310, + "leftPos" : 200, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM7" + "id" : "BINDPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -4674,199 +5103,448 @@ "id" : "Begin" } } ], - "topPos" : 200, + "topPos" : 160, "parallelOutput" : true }, { - "codeName" : "PREPAREPARAM5", - "leftPos" : 1200, - "logicNodeType" : "PREPAREPARAM", - "name" : "设置通过", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "DEACTION1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM5" - } - } ], - "getPSDELogicNodeParams" : [ { - "dstFieldName" : "FINAL_STAGE_RESULTS", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "for_content" - }, - "name" : "直接值[1] ==> for_content[FINAL_STAGE_RESULTS]", - "paramAction" : "SETPARAMVALUE", - "srcValue" : "1", - "srcValueType" : "SRCVALUE" - } ], - "topPos" : 20 - }, { - "codeName" : "END1", - "leftPos" : 1640, - "logicNodeType" : "END", - "name" : "结束", - "getReturnParam" : { - "modelref" : true, - "id" : "Default" - }, - "returnType" : "LOGICPARAM", - "topPos" : 200 - }, { - "codeName" : "DEBUGPARAM4", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "for_content" - }, - "leftPos" : 320, - "logicNodeType" : "DEBUGPARAM", - "name" : "调试逻辑参数", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "DEBUGPARAM4" - } - } ], - "topPos" : 208 - }, { - "codeName" : "DEBUGPARAM3", + "codeName" : "BINDPARAM1", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "for_content" + "id" : "selecteddata" }, - "leftPos" : 955, - "logicNodeType" : "DEBUGPARAM", - "name" : "调试逻辑参数", + "leftPos" : 160, + "logicNodeType" : "BINDPARAM", + "name" : "绑定参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM5" + "id" : "END1" }, - "name" : "最终结果为通过", + "name" : "未勾选数据", "getPSDELogicLinkGroupCond" : { "groupOP" : "AND", "logicType" : "GROUP", "name" : "连接条件组", "getPSDELogicLinkConds" : [ { "condOP" : "EQ", - "dstFieldName" : "STAGE_RESULTS", + "dstFieldName" : "size", "getDstLogicParam" : { "modelref" : true, - "id" : "finally_result" + "id" : "selecteddata" }, "logicType" : "SINGLE", - "name" : "finally_result 等于(=) 1", - "paramValue" : "1" + "name" : "selecteddata[size] 等于(=) 0", + "paramValue" : "0" } ] }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEBUGPARAM3" + "id" : "BINDPARAM1" } }, { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM6" + "id" : "LOOPSUBCALL1" }, - "name" : "最终结果为不通过", + "name" : "有勾选数据", "getPSDELogicLinkGroupCond" : { "groupOP" : "AND", "logicType" : "GROUP", "name" : "连接条件组", "getPSDELogicLinkConds" : [ { - "condOP" : "NOTEQ", - "dstFieldName" : "STAGE_RESULTS", + "condOP" : "GT", + "dstFieldName" : "size", "getDstLogicParam" : { "modelref" : true, - "id" : "finally_result" + "id" : "selecteddata" }, "logicType" : "SINGLE", - "name" : "finally_result 不等于(<>) 1", - "paramValue" : "1" + "name" : "selecteddata[size] 大于(>) 0", + "paramValue" : "0" } ] }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEBUGPARAM3" + "id" : "BINDPARAM1" } } ], - "topPos" : 208 - }, { - "codeName" : "DEDATASET1", - "getDstPSDEDataSet" : { + "srcFieldName" : "srfactionparam", + "getSrcPSDELogicParam" : { "modelref" : true, - "id" : "all" + "id" : "Default" }, + "topPos" : 332 + }, { + "codeName" : "LOOPSUBCALL1", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "filter_content" - }, - "getDstPSDataEntity" : { - "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + "id" : "for_temp_obj" }, - "leftPos" : -21, - "logicNodeType" : "DEDATASET", - "name" : "获取评审内容数据集", + "leftPos" : 422, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "LOOPSUBCALL2" + "id" : "RENEWPARAM1" }, - "name" : "连接名称", + "name" : "进入循环", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEDATASET1" + "id" : "LOOPSUBCALL1" + }, + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "结束循环", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" } } ], - "getRetPSDELogicParam" : { + "getSrcPSDELogicParam" : { "modelref" : true, - "id" : "review_content_page" + "id" : "selecteddata" }, - "topPos" : 208 + "topPos" : 332 }, { - "codeName" : "LOOPSUBCALL2", + "codeName" : "RENEWPARAM1", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "for_content" + "id" : "review_content_obj" }, - "leftPos" : 153, - "logicNodeType" : "LOOPSUBCALL", - "name" : "循环子调用", + "leftPos" : 712, + "logicNodeType" : "RENEWPARAM", + "name" : "重新建立参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEBUGPARAM4" + "id" : "PREPAREPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "LOOPSUBCALL2" - }, - "subCallLink" : true + "id" : "RENEWPARAM1" + } } ], - "getSrcPSDELogicParam" : { - "modelref" : true, - "id" : "review_content_page" - }, - "topPos" : 208 + "topPos" : 332 }, { "codeName" : "PREPAREPARAM1", - "leftPos" : 477, + "leftPos" : 712, "logicNodeType" : "PREPAREPARAM", - "name" : "绑定评审结果", + "name" : "准备参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "LOOPSUBCALL1" + "id" : "DEBUGPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "topPos" : 481 + }, { + "codeName" : "END1", + "leftPos" : 200, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 541 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_temp_obj" + }, + "leftPos" : 712, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 590 + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Create.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_content_obj" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "leftPos" : 712, + "logicNodeType" : "DEACTION", + "name" : "实体行为", + "topPos" : 702 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "default" : true, + "entityParam" : true + }, { + "codeName" : "for_temp_obj", + "logicName" : "循环临时变量", + "name" : "循环临时变量", + "entityParam" : true + }, { + "codeName" : "review_content_obj", + "logicName" : "关系对象", + "name" : "关系对象", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "entityParam" : true + }, { + "codeName" : "selecteddata", + "logicName" : "需求列表", + "name" : "需求列表", + "entityListParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false + }, { + "codeName" : "generate_review_result_finally", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_result_finally.json", + "logicName" : "生成最终评审结果", + "memo" : "评审完成后生成最终的评审结果", + "name" : "生成最终评审结果", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : -310, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM7" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "PREPAREPARAM5", + "leftPos" : 1200, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置通过", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "FINAL_STAGE_RESULTS", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_content" + }, + "name" : "直接值[1] ==> for_content[FINAL_STAGE_RESULTS]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "1", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 20 + }, { + "codeName" : "END1", + "leftPos" : 1640, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "Default" + }, + "returnType" : "LOGICPARAM", + "topPos" : 200 + }, { + "codeName" : "DEBUGPARAM4", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_content" + }, + "leftPos" : 320, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM4" + } + } ], + "topPos" : 208 + }, { + "codeName" : "DEBUGPARAM3", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_content" + }, + "leftPos" : 955, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + }, + "name" : "最终结果为通过", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "STAGE_RESULTS", + "getDstLogicParam" : { + "modelref" : true, + "id" : "finally_result" + }, + "logicType" : "SINGLE", + "name" : "finally_result 等于(=) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM6" + }, + "name" : "最终结果为不通过", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "NOTEQ", + "dstFieldName" : "STAGE_RESULTS", + "getDstLogicParam" : { + "modelref" : true, + "id" : "finally_result" + }, + "logicType" : "SINGLE", + "name" : "finally_result 不等于(<>) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + } ], + "topPos" : 208 + }, { + "codeName" : "DEDATASET1", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "filter_content" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "leftPos" : -21, + "logicNodeType" : "DEDATASET", + "name" : "获取评审内容数据集", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "review_content_page" + }, + "topPos" : 208 + }, { + "codeName" : "LOOPSUBCALL2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_content" + }, + "leftPos" : 153, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM4" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "subCallLink" : true + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "review_content_page" + }, + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 477, + "logicNodeType" : "PREPAREPARAM", + "name" : "绑定评审结果", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -5340,7 +6018,7 @@ "name" : "生成评审结果", "getPSDELogicNodes" : [ { "codeName" : "Begin", - "leftPos" : 310, + "leftPos" : 70, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDELogicLinks" : [ { @@ -5357,46 +6035,19 @@ "topPos" : 200, "parallelOutput" : true }, { - "codeName" : "END1", - "leftPos" : 1633, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 200 - }, { - "codeName" : "DEBUGPARAM2", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "Default" - }, - "leftPos" : 386, - "logicNodeType" : "DEBUGPARAM", - "name" : "调试逻辑参数", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "DEBUGPARAM2" - } - } ], - "topPos" : 208 - }, { - "codeName" : "PREPAREPARAM1", - "leftPos" : 534, + "codeName" : "PREPAREPARAM6", + "leftPos" : 360, "logicNodeType" : "PREPAREPARAM", - "name" : "获取所属测试库设置流程准则的过滤参数", + "name" : "测试用例", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEDATASET1" + "id" : "PREPAREPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "PREPAREPARAM6" } } ], "getPSDELogicNodeParams" : [ { @@ -5436,7 +6087,94 @@ "paramAction" : "SETPARAMVALUE", "srcValue" : "LIBRARY", "srcValueType" : "SRCVALUE" + } ], + "topPos" : 107 + }, { + "codeName" : "END1", + "leftPos" : 1633, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 200 + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 206, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM6" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 520, + "logicNodeType" : "PREPAREPARAM", + "name" : "通用参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { "dstFieldName" : "N_SUBJECT_TYPE_EQ", "getDstPSDELogicParam" : { "modelref" : true, @@ -5578,25 +6316,80 @@ "name" : "进入循环", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "LOOPSUBCALL1" + "id" : "LOOPSUBCALL1" + }, + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + } + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "review_stage_list" + }, + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM5", + "leftPos" : 360, + "logicNodeType" : "PREPAREPARAM", + "name" : "产品需求", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + } + } ], + "getPSDELogicNodeParams" : [ { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "Default[IDEA] ==> idea", + "paramAction" : "BINDPARAM", + "srcFieldName" : "IDEA", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "N_SCOPE_ID_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_filter" + }, + "name" : "idea[PRODUCT_ID] ==> guideline_filter[N_SCOPE_ID_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "PRODUCT_ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "idea" }, - "subCallLink" : true + "srcValueType" : "SRCDLPARAM" }, { - "getDstPSDELogicNode" : { + "dstFieldName" : "N_OBJECT_TYPE_EQ", + "getDstPSDELogicParam" : { "modelref" : true, - "id" : "END1" + "id" : "guideline_filter" }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "LOOPSUBCALL1" - } + "name" : "直接值[PRODUCT] ==> guideline_filter[N_OBJECT_TYPE_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "PRODUCT", + "srcValueType" : "SRCVALUE" } ], - "getSrcPSDELogicParam" : { - "modelref" : true, - "id" : "review_stage_list" - }, - "topPos" : 208 + "topPos" : 300 }, { "codeName" : "PREPAREPARAM3", "leftPos" : 1333, @@ -5783,6 +6576,15 @@ "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" }, "entityPageParam" : true + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "产品需求", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true }, { "codeName" : "review_result", "logicName" : "评审结果", @@ -7810,6 +8612,61 @@ } ], "topPos" : -48, "parallelOutput" : true + }, { + "codeName" : "BINDPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : 16, + "logicNodeType" : "BINDPARAM", + "name" : "绑定参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "BINDPARAM1" + } + } ], + "srcFieldName" : "stage", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "topPos" : 206 + }, { + "codeName" : "DENOTIFY2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/test_case_review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 393, + "logicNodeType" : "DENOTIFY", + "name" : "通知第一评审人(测试用例)", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY2" + } + } ], + "topPos" : 28 }, { "codeName" : "DEACTION4", "getDstPSDEAction" : { @@ -7824,91 +8681,300 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" }, - "leftPos" : -164, - "logicNodeType" : "DEACTION", - "name" : "获取评审详情", + "leftPos" : -164, + "logicNodeType" : "DEACTION", + "name" : "获取评审详情", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION4" + } + } ], + "topPos" : 90 + }, { + "code" : "var review_detail = logic.getParam(\"review_detail\");\r\nreview_detail.set(\"submitted_at\", new Date());", + "codeName" : "RAWSFCODE1", + "codeType" : "JavaScript", + "leftPos" : 16, + "logicNodeType" : "RAWSFCODE", + "name" : "设置提交时间", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "BINDPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RAWSFCODE1" + } + } ], + "topPos" : 90 + }, { + "codeName" : "DEBUGPARAM3", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 202, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "logicType" : "SINGLE", + "name" : "review_detail[TYPE] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY2" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "logicType" : "SINGLE", + "name" : "review_detail[TYPE] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + } ], + "topPos" : 90 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 665, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置提交人、状态", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "SUBMITTER_NAME", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "name" : "用户全局对象[srfpersonname] ==> review_detail[SUBMITTER_NAME]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "srfpersonname", + "srcValueType" : "SESSION" + }, { + "dstFieldName" : "SUBMITTER_ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "name" : "用户全局对象[srfpersonid] ==> review_detail[SUBMITTER_ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "srfpersonid", + "srcValueType" : "SESSION" + }, { + "dstFieldName" : "STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "name" : "直接值[20] ==> review_detail[STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "20", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 90 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : -380, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置关系过滤器参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "N_PRINCIPAL_ID_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reltion_filter" + }, + "name" : "Default[PRINCIPAL_ID] ==> reltion_filter[N_PRINCIPAL_ID_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "PRINCIPAL_ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "N_PRINCIPAL_TYPE_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reltion_filter" + }, + "name" : "直接值[REVIEW] ==> reltion_filter[N_PRINCIPAL_TYPE_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "REVIEW", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 90 + }, { + "codeName" : "DENOTIFY1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 393, + "logicNodeType" : "DENOTIFY", + "name" : "通知第一评审人(需求)", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "RAWSFCODE1" + "id" : "PREPAREPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEACTION4" + "id" : "DENOTIFY1" } } ], - "topPos" : 90 + "topPos" : 150 }, { - "code" : "var review_detail = logic.getParam(\"review_detail\");\r\nreview_detail.set(\"submitted_at\", new Date());", - "codeName" : "RAWSFCODE1", - "codeType" : "JavaScript", - "leftPos" : 16, - "logicNodeType" : "RAWSFCODE", - "name" : "设置提交时间", + "codeName" : "DEDATASET1", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reltion_filter" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + }, + "leftPos" : -380, + "logicNodeType" : "DEDATASET", + "name" : "获取关系数据集", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "PREPAREPARAM6" }, "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "NOTEQ", + "dstFieldName" : "size", + "getDstLogicParam" : { + "modelref" : true, + "id" : "relation_page" + }, + "logicType" : "SINGLE", + "name" : "relation_page[size] 不等于(<>) 0", + "paramValue" : "0" + } ] + }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "RAWSFCODE1" + "id" : "DEDATASET1" } - } ], - "topPos" : 90 - }, { - "codeName" : "PREPAREPARAM1", - "leftPos" : 202, - "logicNodeType" : "PREPAREPARAM", - "name" : "设置提交人、状态", - "getPSDELogicLinks" : [ { + }, { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM2" + "id" : "THROWEXCEPTION1" }, "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "size", + "getDstLogicParam" : { + "modelref" : true, + "id" : "relation_page" + }, + "logicType" : "SINGLE", + "name" : "relation_page[size] 等于(=) 0", + "paramValue" : "0" + } ] + }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "DEDATASET1" } } ], - "getPSDELogicNodeParams" : [ { - "dstFieldName" : "SUBMITTER_NAME", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "review_detail" - }, - "name" : "用户全局对象[srfpersonname] ==> review_detail[SUBMITTER_NAME]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "srfpersonname", - "srcValueType" : "SESSION" - }, { - "dstFieldName" : "SUBMITTER_ID", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "review_detail" - }, - "name" : "用户全局对象[srfpersonid] ==> review_detail[SUBMITTER_ID]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "srfpersonid", - "srcValueType" : "SESSION" - }, { - "dstFieldName" : "STATE", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "review_detail" - }, - "name" : "直接值[20] ==> review_detail[STATE]", - "paramAction" : "SETPARAMVALUE", - "srcValue" : "20", - "srcValueType" : "SRCVALUE" - } ], - "topPos" : 90 + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "relation_page" + }, + "topPos" : 206 }, { "codeName" : "PREPAREPARAM2", - "leftPos" : 375, + "leftPos" : 665, "logicNodeType" : "PREPAREPARAM", "memo" : "设置第一个阶段的状态为进行中", "name" : "设置阶段的状态", @@ -7960,30 +9026,30 @@ "srcValue" : "20", "srcValueType" : "SRCVALUE" } ], - "topPos" : 90 + "topPos" : 206 }, { - "codeName" : "PREPAREPARAM3", - "leftPos" : -380, + "codeName" : "PREPAREPARAM6", + "leftPos" : -164, "logicNodeType" : "PREPAREPARAM", - "name" : "设置关系过滤器参数", + "name" : "获取评审ID", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEDATASET1" + "id" : "DEACTION4" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM3" + "id" : "PREPAREPARAM6" } } ], "getPSDELogicNodeParams" : [ { - "dstFieldName" : "N_PRINCIPAL_ID_EQ", + "dstFieldName" : "ID", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "reltion_filter" + "id" : "review_detail" }, - "name" : "Default[PRINCIPAL_ID] ==> reltion_filter[N_PRINCIPAL_ID_EQ]", + "name" : "Default[PRINCIPAL_ID] ==> review_detail[ID]", "paramAction" : "SETPARAMVALUE", "srcFieldName" : "PRINCIPAL_ID", "getSrcPSDELogicParam" : { @@ -7991,18 +9057,8 @@ "id" : "Default" }, "srcValueType" : "SRCDLPARAM" - }, { - "dstFieldName" : "N_PRINCIPAL_TYPE_EQ", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "reltion_filter" - }, - "name" : "直接值[REVIEW] ==> reltion_filter[N_PRINCIPAL_TYPE_EQ]", - "paramAction" : "SETPARAMVALUE", - "srcValue" : "REVIEW", - "srcValueType" : "SRCVALUE" } ], - "topPos" : 102 + "topPos" : 206 }, { "codeName" : "DEACTION1", "getDstPSDEAction" : { @@ -8015,44 +9071,185 @@ }, "getDstPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 665, + "logicNodeType" : "DEACTION", + "name" : "更新评审", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "topPos" : 292 + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : 16, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 302 + }, { + "codeName" : "LOOPSUBCALL2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "leftPos" : 202, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM9" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "order", + "getDstLogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "logicType" : "SINGLE", + "name" : "reviewer_temp[order] 等于(=) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + } + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "topPos" : 302 + }, { + "codeName" : "THROWEXCEPTION1", + "errorCode" : 0, + "errorInfo" : "请添加评审内容", + "leftPos" : -340, + "logicNodeType" : "THROWEXCEPTION", + "name" : "评审内容为空", + "topPos" : 390 + }, { + "codeName" : "END1", + "leftPos" : 997, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "Default" + }, + "returnType" : "LOGICPARAM", + "topPos" : 448 + }, { + "codeName" : "PREPAREPARAM9", + "leftPos" : 202, + "logicNodeType" : "PREPAREPARAM", + "name" : "准备参数", + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEWER", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "name" : "reviewer_temp[reviewer] ==> review_detail[REVIEWER]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "reviewer", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 456 + }, { + "codeName" : "LOOPSUBCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_reltion" }, - "leftPos" : 375, - "logicNodeType" : "DEACTION", - "name" : "更新评审", + "leftPos" : 665, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { "modelref" : true, "id" : "LOOPSUBCALL1" }, + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEACTION1" + "id" : "LOOPSUBCALL1" } } ], - "topPos" : 216 - }, { - "codeName" : "DEDATASET1", - "getDstPSDEDataSet" : { + "getSrcPSDELogicParam" : { "modelref" : true, - "id" : "Default" + "id" : "relation_page" }, + "topPos" : 456 + }, { + "codeName" : "DEBUGPARAM1", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "reltion_filter" - }, - "getDstPSDataEntity" : { - "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + "id" : "for_reltion" }, - "leftPos" : -380, - "logicNodeType" : "DEDATASET", - "name" : "获取关系数据集", + "leftPos" : 665, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM6" + "id" : "PREPAREPARAM4" }, "name" : "连接名称", "getPSDELogicLinkGroupCond" : { @@ -8060,25 +9257,25 @@ "logicType" : "GROUP", "name" : "连接条件组", "getPSDELogicLinkConds" : [ { - "condOP" : "NOTEQ", - "dstFieldName" : "size", + "condOP" : "EQ", + "dstFieldName" : "target_type", "getDstLogicParam" : { "modelref" : true, - "id" : "relation_page" + "id" : "for_reltion" }, "logicType" : "SINGLE", - "name" : "relation_page[size] 不等于(<>) 0", - "paramValue" : "0" + "name" : "for_reltion[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" } ] }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEDATASET1" + "id" : "DEBUGPARAM1" } }, { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "THROWEXCEPTION1" + "id" : "PREPAREPARAM7" }, "name" : "连接名称", "getPSDELogicLinkGroupCond" : { @@ -8087,116 +9284,57 @@ "name" : "连接条件组", "getPSDELogicLinkConds" : [ { "condOP" : "EQ", - "dstFieldName" : "size", + "dstFieldName" : "target_type", "getDstLogicParam" : { "modelref" : true, - "id" : "relation_page" + "id" : "for_reltion" }, "logicType" : "SINGLE", - "name" : "relation_page[size] 等于(=) 0", - "paramValue" : "0" + "name" : "for_reltion[target_type] 等于(=) IDEA", + "paramValue" : "IDEA" } ] }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEDATASET1" + "id" : "DEBUGPARAM1" } } ], - "getRetPSDELogicParam" : { - "modelref" : true, - "id" : "relation_page" - }, - "topPos" : 216 + "topPos" : 590 }, { - "codeName" : "PREPAREPARAM6", - "leftPos" : -164, + "codeName" : "PREPAREPARAM7", + "leftPos" : 529, "logicNodeType" : "PREPAREPARAM", - "name" : "获取评审ID", + "name" : "获取需求ID", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEACTION4" + "id" : "DEACTION5" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM6" + "id" : "PREPAREPARAM7" } } ], "getPSDELogicNodeParams" : [ { "dstFieldName" : "ID", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "review_detail" + "id" : "idea" }, - "name" : "Default[PRINCIPAL_ID] ==> review_detail[ID]", + "name" : "for_reltion[TARGET_ID] ==> idea[ID]", "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "PRINCIPAL_ID", + "srcFieldName" : "TARGET_ID", "getSrcPSDELogicParam" : { "modelref" : true, - "id" : "Default" + "id" : "for_reltion" }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 216 - }, { - "codeName" : "END1", - "leftPos" : 639, - "logicNodeType" : "END", - "name" : "结束", - "getReturnParam" : { - "modelref" : true, - "id" : "Default" - }, - "returnType" : "LOGICPARAM", - "topPos" : 322 - }, { - "codeName" : "LOOPSUBCALL1", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "for_reltion" - }, - "leftPos" : 375, - "logicNodeType" : "LOOPSUBCALL", - "name" : "循环子调用", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM4" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "LOOPSUBCALL1" - }, - "subCallLink" : true - }, { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "END1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "LOOPSUBCALL1" - } - } ], - "getSrcPSDELogicParam" : { - "modelref" : true, - "id" : "relation_page" - }, - "topPos" : 330 - }, { - "codeName" : "THROWEXCEPTION1", - "errorCode" : 0, - "errorInfo" : "请添加评审内容", - "leftPos" : -340, - "logicNodeType" : "THROWEXCEPTION", - "name" : "评审内容为空", - "topPos" : 390 + "topPos" : 720 }, { "codeName" : "PREPAREPARAM4", - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "PREPAREPARAM", "name" : "获取测试用例ID", "getPSDELogicLinks" : [ { @@ -8225,7 +9363,36 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 463 + "topPos" : 720 + }, { + "codeName" : "DEACTION5", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Get.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 529, + "logicNodeType" : "DEACTION", + "name" : "获取产品需求详情", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION5" + } + } ], + "topPos" : 830 }, { "codeName" : "DEACTION2", "getDstPSDEAction" : { @@ -8240,7 +9407,7 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" }, - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "DEACTION", "name" : "获取测试用例详情", "getPSDELogicLinks" : [ { @@ -8254,10 +9421,38 @@ "id" : "DEACTION2" } } ], - "topPos" : 580 + "topPos" : 830 + }, { + "codeName" : "PREPAREPARAM8", + "leftPos" : 529, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置产品需求评审状态", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION6" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "直接值[2] ==> idea[REVIEW_RESULT_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "2", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 940 }, { "codeName" : "PREPAREPARAM5", - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "PREPAREPARAM", "name" : "设置测试用例评审状态", "getPSDELogicLinks" : [ { @@ -8282,7 +9477,36 @@ "srcValue" : "2", "srcValueType" : "SRCVALUE" } ], - "topPos" : 679 + "topPos" : 940 + }, { + "codeName" : "DEACTION6", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Update.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 529, + "logicNodeType" : "DEACTION", + "name" : "更新产品需求", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RESETPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION6" + } + } ], + "topPos" : 1040 }, { "codeName" : "DEACTION3", "getDstPSDEAction" : { @@ -8297,7 +9521,7 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" }, - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "DEACTION", "name" : "更新测试用例", "getPSDELogicLinks" : [ { @@ -8311,17 +9535,27 @@ "id" : "DEACTION3" } } ], - "topPos" : 779 + "topPos" : 1040 + }, { + "codeName" : "RESETPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "leftPos" : 529, + "logicNodeType" : "RESETPARAM", + "name" : "重置产品需求参数", + "topPos" : 1140 }, { "codeName" : "RESETPARAM1", "getDstPSDELogicParam" : { "modelref" : true, "id" : "test_case" }, - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "RESETPARAM", "name" : "重置测试用例参数", - "topPos" : 898 + "topPos" : 1140 } ], "getPSDELogicParams" : [ { "codeName" : "Default", @@ -8342,6 +9576,15 @@ "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" }, "entityParam" : true + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "产品需求", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true }, { "codeName" : "relation_page", "logicName" : "relation分页数据", @@ -8378,6 +9621,16 @@ "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" }, "entityParam" : true + }, { + "codeName" : "reviewer_list", + "logicName" : "评审人列表", + "name" : "评审人列表", + "entityListParam" : true + }, { + "codeName" : "reviewer_temp", + "logicName" : "评审人临时变量", + "name" : "评审人临时变量", + "entityParam" : true }, { "codeName" : "stage", "logicName" : "阶段", @@ -8525,7 +9778,6 @@ "stringLength" : 60, "type" : "SIMPLE" }, { - "defaultValue" : "TEST_CASE", "logicName" : "关联目标类型", "name" : "target_type", "getPSDEField" : { @@ -8576,6 +9828,24 @@ "sourceType" : "DEFIELD", "stringLength" : 1048576, "type" : "DTO" + }, { + "logicName" : "产品需求", + "name" : "idea", + "getPSDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getRefPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "getRefPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "sourceType" : "DEFIELD", + "stringLength" : 1048576, + "type" : "DTO" }, { "logicName" : "测试用例", "name" : "test_case", @@ -8968,11 +10238,23 @@ "systemReserved" : true } ], "getAllPSModelDatas" : [ { + "codeName" : "idea_grid_view_all", + "logicName" : "需求评审内容表格", + "name" : "需求评审内容表格", + "realModelSubType" : "DEGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" + }, { "codeName" : "no_grid_view_all", "logicName" : "评审内容表格(无多选)", "name" : "评审内容表格(无多选)", "realModelSubType" : "DEGRIDVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "idea_set_result_edit_view", + "logicName" : "设置需求评审结果编辑视图", + "name" : "设置需求评审结果编辑视图", + "realModelSubType" : "DEEDITVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "grid_view_all", "logicName" : "评审内容表格", @@ -9011,6 +10293,12 @@ "name" : "评审内容实体表格视图", "realModelSubType" : "DEGRIDVIEW", "realModelType" : "PSDEVIEWBASE" + }, { + "codeName" : "idea_no_grid_view_all", + "logicName" : "需求评审内容表格(无多选)", + "name" : "需求评审内容表格(无多选)", + "realModelSubType" : "DEGRIDVIEW", + "realModelType" : "PSDEVIEWBASE" }, { "codeName" : "EditView2", "logicName" : "评审内容实体编辑视图(左右关系)", @@ -9071,6 +10359,13 @@ "name" : "设置评审结果编辑视图_表单", "realModelSubType" : "EDITFORM", "realModelType" : "PSDEFORM" + }, { + "codeName" : "idea_set_result_edit_view_Form", + "logicName" : "设置需求评审结果编辑视图_表单", + "modelTag2" : "0", + "name" : "设置需求评审结果编辑视图_表单", + "realModelSubType" : "EDITFORM", + "realModelType" : "PSDEFORM" }, { "codeName" : "result_option_view_Form", "logicName" : "评审结果选项操作视图_表单", @@ -9152,6 +10447,38 @@ } ], "memo" : "记录测试用例的评审内容", "getMinorPSDERs" : [ { + "codeName" : "idea", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT.json", + "logicName" : "产品需求-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "masterOrder" : 100, + "masterRS" : 7, + "minorCodeName" : "review_contents", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "minorServiceCodeName" : "review_contents", + "name" : "DERCUSTOM_IDEA_REVIEW_CONTENT", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "TARGET_ID", + "getPickupPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "idea" + }, { "codeName" : "review", "dERSubType" : "DER1N", "dERType" : "DERCUSTOM", diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json index 2de4085744074f8b157b290ccec6df3e02a40748..f693b3b0fbfe56211bcff0a51574ad2a67422e0b 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json @@ -7,7 +7,7 @@ "name" : "附加逻辑", "getPSDELogic" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json" }, "internalLogic" : true } ], diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json.after.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json.after.bpmn index 0d4b88cd15b6842bc17695ec2641d63e16f6de59..fd7042286e216585f8421087c62bc4073ce52441 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json.after.bpmn +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json.after.bpmn @@ -9,7 +9,7 @@ - + diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json new file mode 100644 index 0000000000000000000000000000000000000000..6344c06165403a878c69836428870ce9e95cd5d4 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json @@ -0,0 +1,28 @@ +{ + "actionHolder" : 1, + "actionMode" : "CREATE", + "actionType" : "DELOGIC", + "codeName" : "create_review_data", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json", + "logicName" : "创建评审数据", + "name" : "create_review_data", + "getPSDEActionInput" : { + "name" : "Create_review_dataInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "Create_review_dataResult", + "type" : "VOID" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json" + }, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json.exec.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json.exec.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..7991952744bff5934b1639d921c16d859b9fea8f --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json.exec.bpmn @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json new file mode 100644 index 0000000000000000000000000000000000000000..91bd8bc533dad78445e26dcb3e3a35f01573f2b0 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json @@ -0,0 +1,449 @@ +{ + "codeName" : "change_review_state", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json", + "logicName" : "变更评审状态", + "memo" : "完成评审后变更测试用例的评审状态", + "name" : "变更评审状态", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : -140, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 330, + "parallelOutput" : true + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 380, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置评审状态为通过", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "test_case" + }, + "name" : "直接值[3] ==> test_case[REVIEW_RESULT_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "3", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 100 + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEACTIONS/Update.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "test_case" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + }, + "leftPos" : 596, + "logicNodeType" : "DEACTION", + "name" : "更新测试用例", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "topPos" : 200 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 87, + "logicNodeType" : "PREPAREPARAM", + "name" : "获取测试用例ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + }, + "name" : "通过", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "FINAL_STAGE_RESULTS", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[FINAL_STAGE_RESULTS] 等于(=) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + }, + "name" : "拒绝", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "FINAL_STAGE_RESULTS", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[FINAL_STAGE_RESULTS] 等于(=) 0", + "paramValue" : "0" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "test_case" + }, + "name" : "Default[TARGET_ID] ==> test_case[ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "TARGET_ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM3", + "leftPos" : 380, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置评审状态为拒绝", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM3" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "test_case" + }, + "name" : "直接值[4] ==> test_case[REVIEW_RESULT_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "4", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 309 + }, { + "codeName" : "END1", + "leftPos" : 952, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 314 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : -60, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 338 + }, { + "codeName" : "PREPAREPARAM5", + "leftPos" : 380, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置评审状态为通过", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "直接值[3] ==> idea[REVIEW_RESULT_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "3", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 390 + }, { + "codeName" : "PREPAREPARAM4", + "leftPos" : 87, + "logicNodeType" : "PREPAREPARAM", + "name" : "获取产品需求ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + }, + "name" : "通过", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "FINAL_STAGE_RESULTS", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[FINAL_STAGE_RESULTS] 等于(=) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM6" + }, + "name" : "拒绝", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "FINAL_STAGE_RESULTS", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[FINAL_STAGE_RESULTS] 等于(=) 0", + "paramValue" : "0" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "Default[TARGET_ID] ==> idea[ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "TARGET_ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 470 + }, { + "codeName" : "DEACTION2", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Update.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 596, + "logicNodeType" : "DEACTION", + "name" : "实体行为", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION2" + } + } ], + "topPos" : 470 + }, { + "codeName" : "PREPAREPARAM6", + "leftPos" : 380, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置评审状态为拒绝", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM6" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "直接值[4] ==> idea[REVIEW_RESULT_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "4", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 562 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "default" : true, + "entityParam" : true + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "产品需求", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true + }, { + "codeName" : "test_case", + "logicName" : "测试用例", + "name" : "测试用例", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + }, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..c72d49c6f39980314e4222e48d41ce5830671631 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json.bpmn @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json.drl new file mode 100644 index 0000000000000000000000000000000000000000..c13697583678bcb7e5d97d4da8354000756d7cad --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_review_state.json.drl @@ -0,0 +1,132 @@ +package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.change_review_state; + 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.plm.util.errors.BadRequestAlertException; + global cn.ibizlab.plm.core.testmgmt.domain.review_content review_contentchange_review_statedefault; + global cn.ibizlab.plm.core.prodmgmt.domain.idea review_contentchange_review_stateidea; + global cn.ibizlab.plm.core.testmgmt.domain.test_case review_contentchange_review_statetest_case; + global cn.ibizlab.plm.core.testmgmt.service.Itest_caseService test_caseservice; + global cn.ibizlab.plm.core.prodmgmt.service.IideaService ideaservice; + global cn.ibizlab.plm.core.testmgmt.service.Ireview_contentService iBzSysReview_contentDefaultService; + global cn.ibizlab.plm.util.security.AuthenticationUser curuser; + + + no-loop + + //逻辑处理节点[开始] + rule "begin" + ruleflow-group "review_contentchange_review_statebegin" + when + then + end + + //逻辑处理节点[设置评审状态为通过] + rule "prepareparam2" + ruleflow-group "review_contentchange_review_stateprepareparam2" + when + then + review_contentchange_review_statetest_case.set("reviewresultstate","3"); + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end + + //逻辑处理节点[更新测试用例] + rule "deaction1" + ruleflow-group "review_contentchange_review_statedeaction1" + when + then + test_caseservice.update(review_contentchange_review_statetest_case); + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end + + //逻辑处理节点[获取测试用例id] + rule "prepareparam1" + ruleflow-group "review_contentchange_review_stateprepareparam1" + when + then + review_contentchange_review_statetest_case.set("id",review_contentchange_review_statedefault.get("targetid")); + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end + + //逻辑处理节点[设置评审状态为拒绝] + rule "prepareparam3" + ruleflow-group "review_contentchange_review_stateprepareparam3" + when + then + review_contentchange_review_statetest_case.set("reviewresultstate","4"); + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end + + //逻辑处理节点[结束] + rule "end1" + ruleflow-group "review_contentchange_review_stateend1" + when + then + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam1" + ruleflow-group "review_contentchange_review_statedebugparam1" + when + then + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end + + //逻辑处理节点[设置评审状态为通过] + rule "prepareparam5" + ruleflow-group "review_contentchange_review_stateprepareparam5" + when + then + review_contentchange_review_stateidea.set("reviewresultstate","3"); + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end + + //逻辑处理节点[获取产品需求id] + rule "prepareparam4" + ruleflow-group "review_contentchange_review_stateprepareparam4" + when + then + review_contentchange_review_stateidea.set("id",review_contentchange_review_statedefault.get("targetid")); + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end + + //逻辑处理节点[实体行为] + rule "deaction2" + ruleflow-group "review_contentchange_review_statedeaction2" + when + then + ideaservice.update(review_contentchange_review_stateidea); + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end + + //逻辑处理节点[设置评审状态为拒绝] + rule "prepareparam6" + ruleflow-group "review_contentchange_review_stateprepareparam6" + when + then + review_contentchange_review_stateidea.set("reviewresultstate","4"); + update(review_contentchange_review_statedefault);//更新fact中变量值 + update(review_contentchange_review_stateidea);//更新fact中变量值 + update(review_contentchange_review_statetest_case);//更新fact中变量值 + end \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json.drl deleted file mode 100644 index ddc00ff0d67bda1cdc791a6ffe696d163a43b3b4..0000000000000000000000000000000000000000 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json.drl +++ /dev/null @@ -1,71 +0,0 @@ -package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.change_test_case; - 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.plm.util.errors.BadRequestAlertException; - global cn.ibizlab.plm.core.testmgmt.domain.review_content review_contentchange_test_casedefault; - global cn.ibizlab.plm.core.testmgmt.domain.test_case review_contentchange_test_casetest_case; - global cn.ibizlab.plm.core.testmgmt.service.Itest_caseService test_caseservice; - global cn.ibizlab.plm.core.testmgmt.service.Ireview_contentService iBzSysReview_contentDefaultService; - global cn.ibizlab.plm.util.security.AuthenticationUser curuser; - - - no-loop - - //逻辑处理节点[开始] - rule "begin" - ruleflow-group "review_contentchange_test_casebegin" - when - then - end - - //逻辑处理节点[设置评审状态为通过] - rule "prepareparam2" - ruleflow-group "review_contentchange_test_caseprepareparam2" - when - then - review_contentchange_test_casetest_case.set("reviewresultstate","3"); - update(review_contentchange_test_casedefault);//更新fact中变量值 - update(review_contentchange_test_casetest_case);//更新fact中变量值 - end - - //逻辑处理节点[结束] - rule "end1" - ruleflow-group "review_contentchange_test_caseend1" - when - then - update(review_contentchange_test_casedefault);//更新fact中变量值 - update(review_contentchange_test_casetest_case);//更新fact中变量值 - end - - //逻辑处理节点[更新测试用例] - rule "deaction1" - ruleflow-group "review_contentchange_test_casedeaction1" - when - then - test_caseservice.update(review_contentchange_test_casetest_case); - update(review_contentchange_test_casedefault);//更新fact中变量值 - update(review_contentchange_test_casetest_case);//更新fact中变量值 - end - - //逻辑处理节点[获取测试用例id] - rule "prepareparam1" - ruleflow-group "review_contentchange_test_caseprepareparam1" - when - then - review_contentchange_test_casetest_case.set("id",review_contentchange_test_casedefault.get("targetid")); - update(review_contentchange_test_casedefault);//更新fact中变量值 - update(review_contentchange_test_casetest_case);//更新fact中变量值 - end - - //逻辑处理节点[设置评审状态为拒绝] - rule "prepareparam3" - ruleflow-group "review_contentchange_test_caseprepareparam3" - when - then - review_contentchange_test_casetest_case.set("reviewresultstate","4"); - update(review_contentchange_test_casedefault);//更新fact中变量值 - update(review_contentchange_test_casetest_case);//更新fact中变量值 - end \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json index ec9ba6b2ac5e8e29803fbefa4aa302858a0cd8e8..746949fb2cdff6fae5e0f40d83ad2a09889681c4 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json @@ -475,9 +475,62 @@ "topPos" : 334 }, { "codeName" : "PREPAREPARAM8", - "leftPos" : 1220, + "leftPos" : 1160, "logicNodeType" : "PREPAREPARAM", "name" : "附加到数组变量,且获取选中阶段的下一阶段数据", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "logicType" : "SINGLE", + "name" : "review_detail[TYPE] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY2" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "logicType" : "SINGLE", + "name" : "review_detail[TYPE] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + } + } ], "getPSDELogicNodeParams" : [ { "getDstPSDELogicParam" : { "modelref" : true, @@ -490,6 +543,20 @@ "id" : "for_stage" }, "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "REVIEWER", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "name" : "for_stage[REVIEWER] ==> review_detail[REVIEWER]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "REVIEWER", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_stage" + }, + "srcValueType" : "SRCDLPARAM" }, { "dstFieldName" : "is_next", "getDstPSDELogicParam" : { @@ -511,10 +578,46 @@ "srcValue" : "20", "srcValueType" : "SRCVALUE" } ], - "topPos" : 340 + "topPos" : 334 + }, { + "codeName" : "DENOTIFY1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 1388, + "logicNodeType" : "DENOTIFY", + "name" : "通知下一评审人(需求)", + "topPos" : 334 + }, { + "codeName" : "DENOTIFY2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/test_case_review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 1388, + "logicNodeType" : "DENOTIFY", + "name" : "通知下一评审人(测试用例)", + "topPos" : 437 }, { "codeName" : "PREPAREPARAM3", - "leftPos" : 680, + "leftPos" : 700, "logicNodeType" : "PREPAREPARAM", "name" : "设置阶段完成", "getPSDELogicLinks" : [ { @@ -583,7 +686,7 @@ "topPos" : 460 }, { "codeName" : "PREPAREPARAM4", - "leftPos" : 1184, + "leftPos" : 1126, "logicNodeType" : "PREPAREPARAM", "name" : "附加到数组变量", "getPSDELogicNodeParams" : [ { @@ -599,10 +702,10 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 480 + "topPos" : 460 }, { "codeName" : "PREPAREPARAM6", - "leftPos" : 680, + "leftPos" : 700, "logicNodeType" : "PREPAREPARAM", "name" : "变更阶段状态", "getPSDELogicLinks" : [ { @@ -632,7 +735,7 @@ "code" : "var defaultObj = logic.getParam(\"review_detail\");\r\ndefaultObj.set(\"COMPLETED_AT\", new Date());", "codeName" : "RAWSFCODE1", "codeType" : "JavaScript", - "leftPos" : 905, + "leftPos" : 1126, "logicNodeType" : "RAWSFCODE", "name" : "完成时间", "getPSDELogicLinks" : [ { diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json.bpmn index 1ff5dae8cdc79831590ec4965d1f55bb12782b6f..d5d549a1b5c3f855b9a999551db5e3b01b5b9c69 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json.bpmn +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json.bpmn @@ -40,8 +40,12 @@ - - + + + + + + @@ -114,6 +118,34 @@ ]]> + + + + + + + + + + + + diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json.drl index eed0690da1ef412390ccfaf0badc78290bc1dacb..d8c4e9575e5a4733852e2092c699afadc8bcd736 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json.drl +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/complete_review.json.drl @@ -209,6 +209,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.complete_review; when then review_contentcomplete_reviewstage_arr.set("",review_contentcomplete_reviewfor_stage.get("")); + review_contentcomplete_reviewreview_detail.set("reviewer",review_contentcomplete_reviewfor_stage.get("reviewer")); review_contentcomplete_reviewnext_stage.set("is_next","false"); review_contentcomplete_reviewfor_stage.set("stagestate","20"); update(review_contentcomplete_reviewdefault);//更新fact中变量值 @@ -220,6 +221,34 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.complete_review; update(review_contentcomplete_reviewstage_list);//更新fact中变量值 end + //逻辑处理节点[通知下一评审人(需求)] + rule "denotify1" + ruleflow-group "review_contentcomplete_reviewdenotify1" + when + then + update(review_contentcomplete_reviewdefault);//更新fact中变量值 + update(review_contentcomplete_reviewend_stage);//更新fact中变量值 + update(review_contentcomplete_reviewfor_stage);//更新fact中变量值 + update(review_contentcomplete_reviewnext_stage);//更新fact中变量值 + update(review_contentcomplete_reviewreview_detail);//更新fact中变量值 + update(review_contentcomplete_reviewstage_arr);//更新fact中变量值 + update(review_contentcomplete_reviewstage_list);//更新fact中变量值 + end + + //逻辑处理节点[通知下一评审人(测试用例)] + rule "denotify2" + ruleflow-group "review_contentcomplete_reviewdenotify2" + when + then + update(review_contentcomplete_reviewdefault);//更新fact中变量值 + update(review_contentcomplete_reviewend_stage);//更新fact中变量值 + update(review_contentcomplete_reviewfor_stage);//更新fact中变量值 + update(review_contentcomplete_reviewnext_stage);//更新fact中变量值 + update(review_contentcomplete_reviewreview_detail);//更新fact中变量值 + update(review_contentcomplete_reviewstage_arr);//更新fact中变量值 + update(review_contentcomplete_reviewstage_list);//更新fact中变量值 + end + //逻辑处理节点[设置阶段完成] rule "prepareparam3" ruleflow-group "review_contentcomplete_reviewprepareparam3" diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json similarity index 51% rename from model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json rename to model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json index 581ca47af9267ced15ecf7895e8484fc84784640..d5f372a681a953c2c71b1ec409a78bae1969e068 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json @@ -1,19 +1,18 @@ { - "codeName" : "change_test_case", + "codeName" : "create_review_data", "defaultParamName" : "Default", - "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json", - "logicName" : "变更测试用例", - "memo" : "完成评审后变更测试用例的评审状态", - "name" : "变更测试用例", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json", + "logicName" : "创建评审数据", + "name" : "创建评审数据", "getPSDELogicNodes" : [ { "codeName" : "Begin", - "leftPos" : -80, + "leftPos" : 200, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "BINDPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -21,173 +20,195 @@ "id" : "Begin" } } ], - "topPos" : 208, + "topPos" : 160, "parallelOutput" : true }, { - "codeName" : "PREPAREPARAM2", - "leftPos" : 380, - "logicNodeType" : "PREPAREPARAM", - "name" : "设置评审状态为通过", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "DEACTION1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM2" - } - } ], - "getPSDELogicNodeParams" : [ { - "dstFieldName" : "REVIEW_RESULT_STATE", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "test_case" - }, - "name" : "直接值[3] ==> test_case[REVIEW_RESULT_STATE]", - "paramAction" : "SETPARAMVALUE", - "srcValue" : "3", - "srcValueType" : "SRCVALUE" - } ], - "topPos" : 100 - }, { - "codeName" : "END1", - "leftPos" : 892, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 192 - }, { - "codeName" : "DEACTION1", - "getDstPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEACTIONS/Update.json" - }, + "codeName" : "BINDPARAM1", "getDstPSDELogicParam" : { "modelref" : true, - "id" : "test_case" + "id" : "selecteddata" }, - "getDstPSDataEntity" : { - "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" - }, - "leftPos" : 596, - "logicNodeType" : "DEACTION", - "name" : "更新测试用例", + "leftPos" : 160, + "logicNodeType" : "BINDPARAM", + "name" : "绑定参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, "id" : "END1" }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "DEACTION1" - } - } ], - "topPos" : 200 - }, { - "codeName" : "PREPAREPARAM1", - "leftPos" : 87, - "logicNodeType" : "PREPAREPARAM", - "name" : "获取测试用例ID", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM2" - }, - "name" : "通过", + "name" : "未勾选数据", "getPSDELogicLinkGroupCond" : { "groupOP" : "AND", "logicType" : "GROUP", "name" : "连接条件组", "getPSDELogicLinkConds" : [ { "condOP" : "EQ", - "dstFieldName" : "FINAL_STAGE_RESULTS", + "dstFieldName" : "size", "getDstLogicParam" : { "modelref" : true, - "id" : "Default" + "id" : "selecteddata" }, "logicType" : "SINGLE", - "name" : "Default[FINAL_STAGE_RESULTS] 等于(=) 1", - "paramValue" : "1" + "name" : "selecteddata[size] 等于(=) 0", + "paramValue" : "0" } ] }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "BINDPARAM1" } }, { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM3" + "id" : "LOOPSUBCALL1" }, - "name" : "拒绝", + "name" : "有勾选数据", "getPSDELogicLinkGroupCond" : { "groupOP" : "AND", "logicType" : "GROUP", "name" : "连接条件组", "getPSDELogicLinkConds" : [ { - "condOP" : "EQ", - "dstFieldName" : "FINAL_STAGE_RESULTS", + "condOP" : "GT", + "dstFieldName" : "size", "getDstLogicParam" : { "modelref" : true, - "id" : "Default" + "id" : "selecteddata" }, "logicType" : "SINGLE", - "name" : "Default[FINAL_STAGE_RESULTS] 等于(=) 0", + "name" : "selecteddata[size] 大于(>) 0", "paramValue" : "0" } ] }, "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "BINDPARAM1" } } ], - "getPSDELogicNodeParams" : [ { - "dstFieldName" : "ID", - "getDstPSDELogicParam" : { + "srcFieldName" : "srfactionparam", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "topPos" : 332 + }, { + "codeName" : "LOOPSUBCALL1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_temp_obj" + }, + "leftPos" : 422, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { "modelref" : true, - "id" : "test_case" + "id" : "RENEWPARAM1" }, - "name" : "Default[TARGET_ID] ==> test_case[ID]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "TARGET_ID", - "getSrcPSDELogicParam" : { + "name" : "进入循环", + "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "Default" + "id" : "LOOPSUBCALL1" }, - "srcValueType" : "SRCDLPARAM" + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "结束循环", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + } + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "selecteddata" + }, + "topPos" : 332 + }, { + "codeName" : "RENEWPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_content_obj" + }, + "leftPos" : 712, + "logicNodeType" : "RENEWPARAM", + "name" : "重新建立参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "RENEWPARAM1" + } } ], - "topPos" : 208 + "topPos" : 332 }, { - "codeName" : "PREPAREPARAM3", - "leftPos" : 380, + "codeName" : "PREPAREPARAM1", + "leftPos" : 712, "logicNodeType" : "PREPAREPARAM", - "name" : "设置评审状态为拒绝", + "name" : "准备参数", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEACTION1" + "id" : "DEBUGPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM3" + "id" : "PREPAREPARAM1" } } ], - "getPSDELogicNodeParams" : [ { - "dstFieldName" : "REVIEW_RESULT_STATE", - "getDstPSDELogicParam" : { + "topPos" : 481 + }, { + "codeName" : "END1", + "leftPos" : 200, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 541 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_temp_obj" + }, + "leftPos" : 712, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { "modelref" : true, - "id" : "test_case" + "id" : "DEACTION1" }, - "name" : "直接值[4] ==> test_case[REVIEW_RESULT_STATE]", - "paramAction" : "SETPARAMVALUE", - "srcValue" : "4", - "srcValueType" : "SRCVALUE" + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } } ], - "topPos" : 309 + "topPos" : 590 + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Create.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_content_obj" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "leftPos" : 712, + "logicNodeType" : "DEACTION", + "name" : "实体行为", + "topPos" : 702 } ], "getPSDELogicParams" : [ { "codeName" : "Default", @@ -200,14 +221,24 @@ "default" : true, "entityParam" : true }, { - "codeName" : "test_case", - "logicName" : "测试用例", - "name" : "测试用例", + "codeName" : "for_temp_obj", + "logicName" : "循环临时变量", + "name" : "循环临时变量", + "entityParam" : true + }, { + "codeName" : "review_content_obj", + "logicName" : "关系对象", + "name" : "关系对象", "getParamPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" }, "entityParam" : true + }, { + "codeName" : "selecteddata", + "logicName" : "需求列表", + "name" : "需求列表", + "entityListParam" : true } ], "getStartPSDELogicNode" : { "modelref" : true, diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json.bpmn similarity index 36% rename from model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json.bpmn rename to model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json.bpmn index 7ed4db3c6daca4e8c8496818ce75bf3f822096f0..088b1c204cd849a66a281be38fee101638ff1e13 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/change_test_case.json.bpmn +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json.bpmn @@ -1,55 +1,69 @@ - + - - - + + + + + - - + + - - + + + + + - - - - + + + + + - - - - - + - + - + + + + + + + + + - - - - + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json.drl new file mode 100644 index 0000000000000000000000000000000000000000..58c247aedcd61cbbaead6926baf30b41d124531a --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/create_review_data.json.drl @@ -0,0 +1,102 @@ +package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.create_review_data; + 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.plm.util.errors.BadRequestAlertException; + global cn.ibizlab.plm.core.testmgmt.domain.review_content review_contentcreate_review_datadefault; + global java.util.Map review_contentcreate_review_datafor_temp_obj; + global cn.ibizlab.plm.core.testmgmt.domain.review_content review_contentcreate_review_datareview_content_obj; + global java.util.Map review_contentcreate_review_dataselecteddata; + global cn.ibizlab.plm.core.testmgmt.service.Ireview_contentService review_contentservice; + global cn.ibizlab.plm.core.testmgmt.service.Ireview_contentService iBzSysReview_contentDefaultService; + global cn.ibizlab.plm.util.security.AuthenticationUser curuser; + + + no-loop + + //逻辑处理节点[开始] + rule "begin" + ruleflow-group "review_contentcreate_review_databegin" + when + then + end + + //逻辑处理节点[绑定参数] + rule "bindparam1" + ruleflow-group "review_contentcreate_review_databindparam1" + when + then + update(review_contentcreate_review_datadefault);//更新fact中变量值 + update(review_contentcreate_review_datafor_temp_obj);//更新fact中变量值 + update(review_contentcreate_review_datareview_content_obj);//更新fact中变量值 + update(review_contentcreate_review_dataselecteddata);//更新fact中变量值 + end + + //逻辑处理节点[循环子调用] + rule "loopsubcall1" + ruleflow-group "review_contentcreate_review_dataloopsubcall1" + when + then + update(review_contentcreate_review_datadefault);//更新fact中变量值 + update(review_contentcreate_review_datafor_temp_obj);//更新fact中变量值 + update(review_contentcreate_review_datareview_content_obj);//更新fact中变量值 + update(review_contentcreate_review_dataselecteddata);//更新fact中变量值 + end + + //逻辑处理节点[重新建立参数] + rule "renewparam1" + ruleflow-group "review_contentcreate_review_datarenewparam1" + when + then + update(review_contentcreate_review_datadefault);//更新fact中变量值 + update(review_contentcreate_review_datafor_temp_obj);//更新fact中变量值 + update(review_contentcreate_review_datareview_content_obj);//更新fact中变量值 + update(review_contentcreate_review_dataselecteddata);//更新fact中变量值 + end + + //逻辑处理节点[准备参数] + rule "prepareparam1" + ruleflow-group "review_contentcreate_review_dataprepareparam1" + when + then + update(review_contentcreate_review_datadefault);//更新fact中变量值 + update(review_contentcreate_review_datafor_temp_obj);//更新fact中变量值 + update(review_contentcreate_review_datareview_content_obj);//更新fact中变量值 + update(review_contentcreate_review_dataselecteddata);//更新fact中变量值 + end + + //逻辑处理节点[结束] + rule "end1" + ruleflow-group "review_contentcreate_review_dataend1" + when + then + update(review_contentcreate_review_datadefault);//更新fact中变量值 + update(review_contentcreate_review_datafor_temp_obj);//更新fact中变量值 + update(review_contentcreate_review_datareview_content_obj);//更新fact中变量值 + update(review_contentcreate_review_dataselecteddata);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam1" + ruleflow-group "review_contentcreate_review_datadebugparam1" + when + then + update(review_contentcreate_review_datadefault);//更新fact中变量值 + update(review_contentcreate_review_datafor_temp_obj);//更新fact中变量值 + update(review_contentcreate_review_datareview_content_obj);//更新fact中变量值 + update(review_contentcreate_review_dataselecteddata);//更新fact中变量值 + end + + //逻辑处理节点[实体行为] + rule "deaction1" + ruleflow-group "review_contentcreate_review_datadeaction1" + when + then + review_contentservice.create(review_contentcreate_review_datareview_content_obj); + update(review_contentcreate_review_datadefault);//更新fact中变量值 + update(review_contentcreate_review_datafor_temp_obj);//更新fact中变量值 + update(review_contentcreate_review_datareview_content_obj);//更新fact中变量值 + update(review_contentcreate_review_dataselecteddata);//更新fact中变量值 + end \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json index bc8cc51d39e1f553f91ad3fd48fda13a86337fc3..c9e1bfbc611458c510a5de145a171db8579261cf 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json @@ -7,7 +7,7 @@ "name" : "生成评审结果", "getPSDELogicNodes" : [ { "codeName" : "Begin", - "leftPos" : 310, + "leftPos" : 70, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDELogicLinks" : [ { @@ -24,46 +24,19 @@ "topPos" : 200, "parallelOutput" : true }, { - "codeName" : "END1", - "leftPos" : 1633, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 200 - }, { - "codeName" : "DEBUGPARAM2", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "Default" - }, - "leftPos" : 386, - "logicNodeType" : "DEBUGPARAM", - "name" : "调试逻辑参数", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "DEBUGPARAM2" - } - } ], - "topPos" : 208 - }, { - "codeName" : "PREPAREPARAM1", - "leftPos" : 534, + "codeName" : "PREPAREPARAM6", + "leftPos" : 360, "logicNodeType" : "PREPAREPARAM", - "name" : "获取所属测试库设置流程准则的过滤参数", + "name" : "测试用例", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "DEDATASET1" + "id" : "PREPAREPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "PREPAREPARAM6" } } ], "getPSDELogicNodeParams" : [ { @@ -103,7 +76,94 @@ "paramAction" : "SETPARAMVALUE", "srcValue" : "LIBRARY", "srcValueType" : "SRCVALUE" + } ], + "topPos" : 107 + }, { + "codeName" : "END1", + "leftPos" : 1633, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 200 + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 206, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM6" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 520, + "logicNodeType" : "PREPAREPARAM", + "name" : "通用参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { "dstFieldName" : "N_SUBJECT_TYPE_EQ", "getDstPSDELogicParam" : { "modelref" : true, @@ -264,6 +324,61 @@ "id" : "review_stage_list" }, "topPos" : 208 + }, { + "codeName" : "PREPAREPARAM5", + "leftPos" : 360, + "logicNodeType" : "PREPAREPARAM", + "name" : "产品需求", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM5" + } + } ], + "getPSDELogicNodeParams" : [ { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "Default[IDEA] ==> idea", + "paramAction" : "BINDPARAM", + "srcFieldName" : "IDEA", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "N_SCOPE_ID_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_filter" + }, + "name" : "idea[PRODUCT_ID] ==> guideline_filter[N_SCOPE_ID_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "PRODUCT_ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "N_OBJECT_TYPE_EQ", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "guideline_filter" + }, + "name" : "直接值[PRODUCT] ==> guideline_filter[N_OBJECT_TYPE_EQ]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "PRODUCT", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 300 }, { "codeName" : "PREPAREPARAM3", "leftPos" : 1333, @@ -450,6 +565,15 @@ "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline.json" }, "entityPageParam" : true + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "产品需求", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true }, { "codeName" : "review_result", "logicName" : "评审结果", diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json.bpmn index 90879617fd18139c6ab99ef25f951941a2f75f48..d60d4fd9d7cd6b86076dd3f9a514eab9ee666d0a 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json.bpmn +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json.bpmn @@ -9,6 +9,7 @@ + @@ -22,6 +23,7 @@ + @@ -29,15 +31,17 @@ + - + + @@ -46,7 +50,41 @@ - + + + + + + + + + @@ -60,11 +98,17 @@ + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json.drl index 06c717ff3846ab4c8aa132a84dfcc865a790fb23..ba65ef5f99de76a285abbe4cf9800d8f7cb17e68 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json.drl +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/generate_review_results.json.drl @@ -9,6 +9,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result global cn.ibizlab.plm.core.testmgmt.domain.guideline review_contentgenerate_review_resultsguideline; global cn.ibizlab.plm.core.testmgmt.domain.guideline review_contentgenerate_review_resultsguideline_filter; global cn.ibizlab.plm.core.testmgmt.domain.guideline review_contentgenerate_review_resultsguideline_pages; + global cn.ibizlab.plm.core.prodmgmt.domain.idea review_contentgenerate_review_resultsidea; global cn.ibizlab.plm.core.testmgmt.domain.review_result review_contentgenerate_review_resultsreview_result; global cn.ibizlab.plm.core.testmgmt.domain.review_stage review_contentgenerate_review_resultsreview_stage; global cn.ibizlab.plm.core.testmgmt.domain.review_stage review_contentgenerate_review_resultsreview_stage_filter; @@ -29,6 +30,26 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result then end + //逻辑处理节点[测试用例] + rule "prepareparam6" + ruleflow-group "review_contentgenerate_review_resultsprepareparam6" + when + then + review_contentgenerate_review_resultstest_case.set("",review_contentgenerate_review_resultsdefault.get("testcase")); + review_contentgenerate_review_resultsguideline_filter.set("n_scope_id_eq",review_contentgenerate_review_resultstest_case.get("testlibraryid")); + review_contentgenerate_review_resultsguideline_filter.set("n_object_type_eq","LIBRARY"); + update(review_contentgenerate_review_resultsdefault);//更新fact中变量值 + update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 + update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 + update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 + update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 + update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 + update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 + update(review_contentgenerate_review_resultsreview_stage_list);//更新fact中变量值 + update(review_contentgenerate_review_resultstest_case);//更新fact中变量值 + end + //逻辑处理节点[结束] rule "end1" ruleflow-group "review_contentgenerate_review_resultsend1" @@ -38,6 +59,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -54,6 +76,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -61,19 +84,17 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultstest_case);//更新fact中变量值 end - //逻辑处理节点[获取所属测试库设置流程准则的过滤参数] + //逻辑处理节点[通用参数] rule "prepareparam1" ruleflow-group "review_contentgenerate_review_resultsprepareparam1" when then - review_contentgenerate_review_resultstest_case.set("",review_contentgenerate_review_resultsdefault.get("testcase")); - review_contentgenerate_review_resultsguideline_filter.set("n_scope_id_eq",review_contentgenerate_review_resultstest_case.get("testlibraryid")); - review_contentgenerate_review_resultsguideline_filter.set("n_object_type_eq","LIBRARY"); review_contentgenerate_review_resultsguideline_filter.set("n_subject_type_eq",review_contentgenerate_review_resultsdefault.get("targettype")); update(review_contentgenerate_review_resultsdefault);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -90,6 +111,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -108,6 +130,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -125,6 +148,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -141,6 +165,27 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 + update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 + update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 + update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 + update(review_contentgenerate_review_resultsreview_stage_list);//更新fact中变量值 + update(review_contentgenerate_review_resultstest_case);//更新fact中变量值 + end + + //逻辑处理节点[产品需求] + rule "prepareparam5" + ruleflow-group "review_contentgenerate_review_resultsprepareparam5" + when + then + review_contentgenerate_review_resultsidea.set("",review_contentgenerate_review_resultsdefault.get("idea")); + review_contentgenerate_review_resultsguideline_filter.set("n_scope_id_eq",review_contentgenerate_review_resultsidea.get("productid")); + review_contentgenerate_review_resultsguideline_filter.set("n_object_type_eq","PRODUCT"); + update(review_contentgenerate_review_resultsdefault);//更新fact中变量值 + update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 + update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 + update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -162,6 +207,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -178,6 +224,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -195,6 +242,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 @@ -211,6 +259,7 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.generate_review_result update(review_contentgenerate_review_resultsguideline);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_filter);//更新fact中变量值 update(review_contentgenerate_review_resultsguideline_pages);//更新fact中变量值 + update(review_contentgenerate_review_resultsidea);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_result);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage);//更新fact中变量值 update(review_contentgenerate_review_resultsreview_stage_filter);//更新fact中变量值 diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json index cefdcd22381f049f1761003391458b40911e4048..1e41772ff820ef1a615754229ad7b3fab465b27d 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json @@ -23,6 +23,61 @@ } ], "topPos" : -48, "parallelOutput" : true + }, { + "codeName" : "BINDPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : 16, + "logicNodeType" : "BINDPARAM", + "name" : "绑定参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "BINDPARAM1" + } + } ], + "srcFieldName" : "stage", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "topPos" : 206 + }, { + "codeName" : "DENOTIFY2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/test_case_review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 393, + "logicNodeType" : "DENOTIFY", + "name" : "通知第一评审人(测试用例)", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY2" + } + } ], + "topPos" : 28 }, { "codeName" : "DEACTION4", "getDstPSDEAction" : { @@ -62,7 +117,7 @@ "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM1" + "id" : "BINDPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -72,8 +127,71 @@ } ], "topPos" : 90 }, { - "codeName" : "PREPAREPARAM1", + "codeName" : "DEBUGPARAM3", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, "leftPos" : 202, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "logicType" : "SINGLE", + "name" : "review_detail[TYPE] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY2" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "TYPE", + "getDstLogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "logicType" : "SINGLE", + "name" : "review_detail[TYPE] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + } + } ], + "topPos" : 90 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 665, "logicNodeType" : "PREPAREPARAM", "name" : "设置提交人、状态", "getPSDELogicLinks" : [ { @@ -119,61 +237,6 @@ "srcValueType" : "SRCVALUE" } ], "topPos" : 90 - }, { - "codeName" : "PREPAREPARAM2", - "leftPos" : 375, - "logicNodeType" : "PREPAREPARAM", - "memo" : "设置第一个阶段的状态为进行中", - "name" : "设置阶段的状态", - "getPSDELogicLinks" : [ { - "getDstPSDELogicNode" : { - "modelref" : true, - "id" : "DEACTION1" - }, - "name" : "连接名称", - "getSrcPSDELogicNode" : { - "modelref" : true, - "id" : "PREPAREPARAM2" - } - } ], - "getPSDELogicNodeParams" : [ { - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "stages" - }, - "name" : "review_detail[STAGE] ==> stages", - "paramAction" : "BINDPARAM", - "srcFieldName" : "STAGE", - "getSrcPSDELogicParam" : { - "modelref" : true, - "id" : "review_detail" - }, - "srcValueType" : "SRCDLPARAM" - }, { - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "stage" - }, - "name" : "stages[0] ==> stage", - "paramAction" : "BINDPARAM", - "srcFieldName" : "0", - "getSrcPSDELogicParam" : { - "modelref" : true, - "id" : "stages" - }, - "srcValueType" : "SRCDLPARAM" - }, { - "dstFieldName" : "STAGE_STATE", - "getDstPSDELogicParam" : { - "modelref" : true, - "id" : "stage" - }, - "name" : "直接值[undefined] ==> stage[STAGE_STATE]", - "paramAction" : "SETPARAMVALUE", - "srcValue" : "20", - "srcValueType" : "SRCVALUE" - } ], - "topPos" : 90 }, { "codeName" : "PREPAREPARAM3", "leftPos" : -380, @@ -215,36 +278,36 @@ "srcValue" : "REVIEW", "srcValueType" : "SRCVALUE" } ], - "topPos" : 102 + "topPos" : 90 }, { - "codeName" : "DEACTION1", - "getDstPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Update.json" - }, + "codeName" : "DENOTIFY1", "getDstPSDELogicParam" : { "modelref" : true, "id" : "review_detail" }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDENOTIFIES/review_notify.json" + }, "getDstPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" }, - "leftPos" : 375, - "logicNodeType" : "DEACTION", - "name" : "更新评审", + "leftPos" : 393, + "logicNodeType" : "DENOTIFY", + "name" : "通知第一评审人(需求)", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "LOOPSUBCALL1" + "id" : "PREPAREPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { "modelref" : true, - "id" : "DEACTION1" + "id" : "DENOTIFY1" } } ], - "topPos" : 216 + "topPos" : 150 }, { "codeName" : "DEDATASET1", "getDstPSDEDataSet" : { @@ -319,7 +382,62 @@ "modelref" : true, "id" : "relation_page" }, - "topPos" : 216 + "topPos" : 206 + }, { + "codeName" : "PREPAREPARAM2", + "leftPos" : 665, + "logicNodeType" : "PREPAREPARAM", + "memo" : "设置第一个阶段的状态为进行中", + "name" : "设置阶段的状态", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM2" + } + } ], + "getPSDELogicNodeParams" : [ { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "stages" + }, + "name" : "review_detail[STAGE] ==> stages", + "paramAction" : "BINDPARAM", + "srcFieldName" : "STAGE", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "stage" + }, + "name" : "stages[0] ==> stage", + "paramAction" : "BINDPARAM", + "srcFieldName" : "0", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "stages" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "STAGE_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "stage" + }, + "name" : "直接值[undefined] ==> stage[STAGE_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "20", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 206 }, { "codeName" : "PREPAREPARAM6", "leftPos" : -164, @@ -351,10 +469,120 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 216 + "topPos" : 206 + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Update.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 665, + "logicNodeType" : "DEACTION", + "name" : "更新评审", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "topPos" : 292 + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : 16, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 302 + }, { + "codeName" : "LOOPSUBCALL2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "leftPos" : 202, + "logicNodeType" : "LOOPSUBCALL", + "name" : "循环子调用", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM9" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "order", + "getDstLogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "logicType" : "SINGLE", + "name" : "reviewer_temp[order] 等于(=) 1", + "paramValue" : "1" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + }, + "subCallLink" : true + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM3" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "LOOPSUBCALL2" + } + } ], + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "topPos" : 302 + }, { + "codeName" : "THROWEXCEPTION1", + "errorCode" : 0, + "errorInfo" : "请添加评审内容", + "leftPos" : -340, + "logicNodeType" : "THROWEXCEPTION", + "name" : "评审内容为空", + "topPos" : 390 }, { "codeName" : "END1", - "leftPos" : 639, + "leftPos" : 997, "logicNodeType" : "END", "name" : "结束", "getReturnParam" : { @@ -362,20 +590,41 @@ "id" : "Default" }, "returnType" : "LOGICPARAM", - "topPos" : 322 + "topPos" : 448 + }, { + "codeName" : "PREPAREPARAM9", + "leftPos" : 202, + "logicNodeType" : "PREPAREPARAM", + "name" : "准备参数", + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEWER", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review_detail" + }, + "name" : "reviewer_temp[reviewer] ==> review_detail[REVIEWER]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "reviewer", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_temp" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 456 }, { "codeName" : "LOOPSUBCALL1", "getDstPSDELogicParam" : { "modelref" : true, "id" : "for_reltion" }, - "leftPos" : 375, + "leftPos" : 665, "logicNodeType" : "LOOPSUBCALL", "name" : "循环子调用", "getPSDELogicLinks" : [ { "getDstPSDELogicNode" : { "modelref" : true, - "id" : "PREPAREPARAM4" + "id" : "DEBUGPARAM1" }, "name" : "连接名称", "getSrcPSDELogicNode" : { @@ -398,18 +647,105 @@ "modelref" : true, "id" : "relation_page" }, - "topPos" : 330 + "topPos" : 456 }, { - "codeName" : "THROWEXCEPTION1", - "errorCode" : 0, - "errorInfo" : "请添加评审内容", - "leftPos" : -340, - "logicNodeType" : "THROWEXCEPTION", - "name" : "评审内容为空", - "topPos" : 390 + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "leftPos" : 665, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM4" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "logicType" : "SINGLE", + "name" : "for_reltion[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + }, { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM7" + }, + "name" : "连接名称", + "getPSDELogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "连接条件组", + "getPSDELogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "logicType" : "SINGLE", + "name" : "for_reltion[target_type] 等于(=) IDEA", + "paramValue" : "IDEA" + } ] + }, + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 590 + }, { + "codeName" : "PREPAREPARAM7", + "leftPos" : 529, + "logicNodeType" : "PREPAREPARAM", + "name" : "获取需求ID", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION5" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM7" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "for_reltion[TARGET_ID] ==> idea[ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "TARGET_ID", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "for_reltion" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 720 }, { "codeName" : "PREPAREPARAM4", - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "PREPAREPARAM", "name" : "获取测试用例ID", "getPSDELogicLinks" : [ { @@ -438,7 +774,36 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 463 + "topPos" : 720 + }, { + "codeName" : "DEACTION5", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Get.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 529, + "logicNodeType" : "DEACTION", + "name" : "获取产品需求详情", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION5" + } + } ], + "topPos" : 830 }, { "codeName" : "DEACTION2", "getDstPSDEAction" : { @@ -453,7 +818,7 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" }, - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "DEACTION", "name" : "获取测试用例详情", "getPSDELogicLinks" : [ { @@ -467,10 +832,38 @@ "id" : "DEACTION2" } } ], - "topPos" : 580 + "topPos" : 830 + }, { + "codeName" : "PREPAREPARAM8", + "leftPos" : 529, + "logicNodeType" : "PREPAREPARAM", + "name" : "设置产品需求评审状态", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION6" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM8" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "REVIEW_RESULT_STATE", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "直接值[2] ==> idea[REVIEW_RESULT_STATE]", + "paramAction" : "SETPARAMVALUE", + "srcValue" : "2", + "srcValueType" : "SRCVALUE" + } ], + "topPos" : 940 }, { "codeName" : "PREPAREPARAM5", - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "PREPAREPARAM", "name" : "设置测试用例评审状态", "getPSDELogicLinks" : [ { @@ -495,7 +888,36 @@ "srcValue" : "2", "srcValueType" : "SRCVALUE" } ], - "topPos" : 679 + "topPos" : 940 + }, { + "codeName" : "DEACTION6", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Update.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "leftPos" : 529, + "logicNodeType" : "DEACTION", + "name" : "更新产品需求", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "RESETPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION6" + } + } ], + "topPos" : 1040 }, { "codeName" : "DEACTION3", "getDstPSDEAction" : { @@ -510,7 +932,7 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" }, - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "DEACTION", "name" : "更新测试用例", "getPSDELogicLinks" : [ { @@ -524,17 +946,27 @@ "id" : "DEACTION3" } } ], - "topPos" : 779 + "topPos" : 1040 + }, { + "codeName" : "RESETPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "leftPos" : 529, + "logicNodeType" : "RESETPARAM", + "name" : "重置产品需求参数", + "topPos" : 1140 }, { "codeName" : "RESETPARAM1", "getDstPSDELogicParam" : { "modelref" : true, "id" : "test_case" }, - "leftPos" : 375, + "leftPos" : 801, "logicNodeType" : "RESETPARAM", "name" : "重置测试用例参数", - "topPos" : 898 + "topPos" : 1140 } ], "getPSDELogicParams" : [ { "codeName" : "Default", @@ -555,6 +987,15 @@ "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" }, "entityParam" : true + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "产品需求", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "entityParam" : true }, { "codeName" : "relation_page", "logicName" : "relation分页数据", @@ -591,6 +1032,16 @@ "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" }, "entityParam" : true + }, { + "codeName" : "reviewer_list", + "logicName" : "评审人列表", + "name" : "评审人列表", + "entityListParam" : true + }, { + "codeName" : "reviewer_temp", + "logicName" : "评审人临时变量", + "name" : "评审人临时变量", + "entityParam" : true }, { "codeName" : "stage", "logicName" : "阶段", diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json.bpmn index 5b59a1292c64f371e266f3a421687164acf2dfa9..768edb3274fcf478b8c1612afb97bfa67564acfc 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json.bpmn +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json.bpmn @@ -7,20 +7,25 @@ + + + + + @@ -30,54 +35,114 @@ + + + - - + + + + + + + + + + + - - - + + + + + + + + + + + + - + - + + + - + + + + + - + @@ -86,35 +151,123 @@ + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json.drl index 7ea9ecf9dced8ca6a9f080e36ced6117c2856c24..bf43d7b5bd4ddf5bbf96da18f818a1372d81b3be 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json.drl +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDELOGICS/submit_review.json.drl @@ -7,15 +7,19 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; import cn.ibizlab.plm.util.errors.BadRequestAlertException; global cn.ibizlab.plm.core.testmgmt.domain.review_content review_contentsubmit_reviewdefault; global cn.ibizlab.plm.core.base.domain.relation review_contentsubmit_reviewfor_reltion; + global cn.ibizlab.plm.core.prodmgmt.domain.idea review_contentsubmit_reviewidea; global cn.ibizlab.plm.core.base.domain.relation review_contentsubmit_reviewrelation_page; global cn.ibizlab.plm.core.base.domain.relation review_contentsubmit_reviewreltion_filter; global cn.ibizlab.plm.core.testmgmt.domain.review_content review_contentsubmit_reviewreview_content; global cn.ibizlab.plm.core.testmgmt.domain.review review_contentsubmit_reviewreview_detail; + global java.util.Map review_contentsubmit_reviewreviewer_list; + global java.util.Map review_contentsubmit_reviewreviewer_temp; global cn.ibizlab.plm.core.testmgmt.domain.review_stage review_contentsubmit_reviewstage; global cn.ibizlab.plm.core.testmgmt.domain.review_stage review_contentsubmit_reviewstages; global cn.ibizlab.plm.core.testmgmt.domain.test_case review_contentsubmit_reviewtest_case; global cn.ibizlab.plm.core.testmgmt.service.IreviewService reviewservice; global cn.ibizlab.plm.core.base.service.IrelationService relationservice; + global cn.ibizlab.plm.core.prodmgmt.service.IideaService ideaservice; global cn.ibizlab.plm.core.testmgmt.service.Itest_caseService test_caseservice; global cn.ibizlab.plm.core.testmgmt.service.Ireview_contentService iBzSysReview_contentDefaultService; global cn.ibizlab.plm.util.security.AuthenticationUser curuser; @@ -30,6 +34,44 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; then end + //逻辑处理节点[绑定参数] + rule "bindparam1" + ruleflow-group "review_contentsubmit_reviewbindparam1" + when + then + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[通知第一评审人(测试用例)] + rule "denotify2" + ruleflow-group "review_contentsubmit_reviewdenotify2" + when + then + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + //逻辑处理节点[获取评审详情] rule "deaction4" ruleflow-group "review_contentsubmit_reviewdeaction4" @@ -38,10 +80,13 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; cn.ibizlab.plm.util.helper.CachedBeanCopier.copy(reviewservice.get(review_contentsubmit_reviewreview_detail.getId()),review_contentsubmit_reviewreview_detail); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -54,10 +99,32 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; then update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam3" + ruleflow-group "review_contentsubmit_reviewdebugparam3" + when + then + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -73,10 +140,72 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; review_contentsubmit_reviewreview_detail.set("state","20"); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[设置关系过滤器参数] + rule "prepareparam3" + ruleflow-group "review_contentsubmit_reviewprepareparam3" + when + then + review_contentsubmit_reviewreltion_filter.set("n_principal_id_eq",review_contentsubmit_reviewdefault.get("principalid")); + review_contentsubmit_reviewreltion_filter.set("n_principal_type_eq","REVIEW"); + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[通知第一评审人(需求)] + rule "denotify1" + ruleflow-group "review_contentsubmit_reviewdenotify1" + when + then + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[获取关系数据集] + rule "dedataset1" + ruleflow-group "review_contentsubmit_reviewdedataset1" + when + then + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -92,28 +221,33 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; review_contentsubmit_reviewstage.set("stagestate","20"); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 end - //逻辑处理节点[设置关系过滤器参数] - rule "prepareparam3" - ruleflow-group "review_contentsubmit_reviewprepareparam3" + //逻辑处理节点[获取评审id] + rule "prepareparam6" + ruleflow-group "review_contentsubmit_reviewprepareparam6" when then - review_contentsubmit_reviewreltion_filter.set("n_principal_id_eq",review_contentsubmit_reviewdefault.get("principalid")); - review_contentsubmit_reviewreltion_filter.set("n_principal_type_eq","REVIEW"); + review_contentsubmit_reviewreview_detail.set("id",review_contentsubmit_reviewdefault.get("principalid")); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -127,43 +261,70 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; reviewservice.update(review_contentsubmit_reviewreview_detail); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 end - //逻辑处理节点[获取关系数据集] - rule "dedataset1" - ruleflow-group "review_contentsubmit_reviewdedataset1" + //逻辑处理节点[调试逻辑参数] + rule "debugparam2" + ruleflow-group "review_contentsubmit_reviewdebugparam2" when then update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 end - //逻辑处理节点[获取评审id] - rule "prepareparam6" - ruleflow-group "review_contentsubmit_reviewprepareparam6" + //逻辑处理节点[循环子调用] + rule "loopsubcall2" + ruleflow-group "review_contentsubmit_reviewloopsubcall2" when then - review_contentsubmit_reviewreview_detail.set("id",review_contentsubmit_reviewdefault.get("principalid")); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[评审内容为空] + rule "throwexception1" + ruleflow-group "review_contentsubmit_reviewthrowexception1" + when + then + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -176,10 +337,33 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; then update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[准备参数] + rule "prepareparam9" + ruleflow-group "review_contentsubmit_reviewprepareparam9" + when + then + review_contentsubmit_reviewreview_detail.set("reviewer",review_contentsubmit_reviewreviewer_temp.get("reviewer")); + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -192,26 +376,52 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; then update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 end - //逻辑处理节点[评审内容为空] - rule "throwexception1" - ruleflow-group "review_contentsubmit_reviewthrowexception1" + //逻辑处理节点[调试逻辑参数] + rule "debugparam1" + ruleflow-group "review_contentsubmit_reviewdebugparam1" when then update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[获取需求id] + rule "prepareparam7" + ruleflow-group "review_contentsubmit_reviewprepareparam7" + when + then + review_contentsubmit_reviewidea.set("id",review_contentsubmit_reviewfor_reltion.get("targetid")); + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -225,10 +435,33 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; review_contentsubmit_reviewtest_case.set("id",review_contentsubmit_reviewfor_reltion.get("targetid")); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[获取产品需求详情] + rule "deaction5" + ruleflow-group "review_contentsubmit_reviewdeaction5" + when + then + cn.ibizlab.plm.util.helper.CachedBeanCopier.copy(ideaservice.get(review_contentsubmit_reviewidea.getId()),review_contentsubmit_reviewidea); + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -242,10 +475,33 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; cn.ibizlab.plm.util.helper.CachedBeanCopier.copy(test_caseservice.get(review_contentsubmit_reviewtest_case.getId()),review_contentsubmit_reviewtest_case); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[设置产品需求评审状态] + rule "prepareparam8" + ruleflow-group "review_contentsubmit_reviewprepareparam8" + when + then + review_contentsubmit_reviewidea.set("reviewresultstate","2"); + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -259,10 +515,33 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; review_contentsubmit_reviewtest_case.set("reviewresultstate","2"); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[更新产品需求] + rule "deaction6" + ruleflow-group "review_contentsubmit_reviewdeaction6" + when + then + ideaservice.update(review_contentsubmit_reviewidea); + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -276,10 +555,32 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; test_caseservice.update(review_contentsubmit_reviewtest_case); update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 + update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 + update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 + update(review_contentsubmit_reviewreview_content);//更新fact中变量值 + update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 + update(review_contentsubmit_reviewstage);//更新fact中变量值 + update(review_contentsubmit_reviewstages);//更新fact中变量值 + update(review_contentsubmit_reviewtest_case);//更新fact中变量值 + end + + //逻辑处理节点[重置产品需求参数] + rule "resetparam2" + ruleflow-group "review_contentsubmit_reviewresetparam2" + when + then + update(review_contentsubmit_reviewdefault);//更新fact中变量值 + update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 @@ -292,10 +593,13 @@ package cn.ibizlab.plm.testmgmt.logic.review_contentlogic.submit_review; then update(review_contentsubmit_reviewdefault);//更新fact中变量值 update(review_contentsubmit_reviewfor_reltion);//更新fact中变量值 + update(review_contentsubmit_reviewidea);//更新fact中变量值 update(review_contentsubmit_reviewrelation_page);//更新fact中变量值 update(review_contentsubmit_reviewreltion_filter);//更新fact中变量值 update(review_contentsubmit_reviewreview_content);//更新fact中变量值 update(review_contentsubmit_reviewreview_detail);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_list);//更新fact中变量值 + update(review_contentsubmit_reviewreviewer_temp);//更新fact中变量值 update(review_contentsubmit_reviewstage);//更新fact中变量值 update(review_contentsubmit_reviewstages);//更新fact中变量值 update(review_contentsubmit_reviewtest_case);//更新fact中变量值 diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT.json new file mode 100644 index 0000000000000000000000000000000000000000..50db3634cbb360701837d3032a1bda334e664651 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT.json @@ -0,0 +1,33 @@ +{ + "codeName" : "idea", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_IDEA_REVIEW_CONTENT.json", + "logicName" : "产品需求-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + }, + "masterOrder" : 100, + "masterRS" : 7, + "minorCodeName" : "review_contents", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + }, + "minorServiceCodeName" : "review_contents", + "name" : "DERCUSTOM_IDEA_REVIEW_CONTENT", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "TARGET_ID", + "getPickupPSDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "idea" +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json index 0a3a265fdf39f7ec101c2ece819e0a7adbc9bbc4..de8c9dbf46938cfdef003fa9783903fa5f2247ae 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json @@ -1549,6 +1549,25 @@ "removeActionType" : 0, "removeOrder" : -1, "serviceCodeName" : "review_content_extend" + }, { + "codeName" : "review_content_extend", + "dERType" : "DERMULINH", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND.json", + "inheritMode" : 1, + "logicName" : "DERMULINH_REVIEW_CONTENT_REVIEW_CONTENT_EXTEND", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json" + }, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "name" : "DERMULINH_REVIEW_CONTENT_IDEA_REVIEW_CONTENT_EXTEND", + "orderValue" : 100, + "serviceCodeName" : "review_content_extend", + "inherit" : true, + "storageInherit" : true }, { "codeName" : "review_content_extend", "dERType" : "DERMULINH", diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_result.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_result.json index 2a14d0609f4b462070730e70af72a16330a28c93..727963b6d92a6b4ae3a8e4f0b6bea7e7b2441a9b 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_result.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_result.json @@ -2088,6 +2088,31 @@ "removeActionType" : 0, "removeOrder" : -1, "serviceCodeName" : "review_content" + }, { + "codeName" : "REVIEW_CONTENT_IDEA", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_result/PSDERS/DERCUSTOM_REVIEW_RESULT_REVIEW_CONTENT_IDEA_CONTENT_ID.json", + "logicName" : "评审内容-结果", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "masterRS" : 0, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_result.json" + }, + "name" : "DERCUSTOM_REVIEW_RESULT_REVIEW_CONTENT_IDEA_CONTENT_ID", + "orderValue" : 100, + "pickupDEFName" : "CONTENT_ID", + "getPickupPSDEField" : { + "name" : "CONTENT_ID", + "codeName" : "content_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "review_content_idea" } ], "name" : "REVIEW_RESULT", "getPSSysDBScheme" : { diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_result/PSDERS/DERCUSTOM_REVIEW_RESULT_REVIEW_CONTENT_IDEA_CONTENT_ID.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_result/PSDERS/DERCUSTOM_REVIEW_RESULT_REVIEW_CONTENT_IDEA_CONTENT_ID.json new file mode 100644 index 0000000000000000000000000000000000000000..170e8911aec6b5d59f145696a466ee559bfe9bdc --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_result/PSDERS/DERCUSTOM_REVIEW_RESULT_REVIEW_CONTENT_IDEA_CONTENT_ID.json @@ -0,0 +1,26 @@ +{ + "codeName" : "REVIEW_CONTENT_IDEA", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_result/PSDERS/DERCUSTOM_REVIEW_RESULT_REVIEW_CONTENT_IDEA_CONTENT_ID.json", + "logicName" : "评审内容-结果", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "masterRS" : 0, + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_result.json" + }, + "name" : "DERCUSTOM_REVIEW_RESULT_REVIEW_CONTENT_IDEA_CONTENT_ID", + "orderValue" : 100, + "pickupDEFName" : "CONTENT_ID", + "getPickupPSDEField" : { + "name" : "CONTENT_ID", + "codeName" : "content_id" + }, + "removeActionType" : 0, + "removeOrder" : -1, + "serviceCodeName" : "review_content_idea" +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json index db7768267df0ce4d81fd706474bae81b9d148113..e3839e3d5452279d7402c7103adb9a30238f02e6 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json @@ -295,6 +295,35 @@ "defaultMode" : true, "enableBackend" : true, "enableFront" : true + }, { + "actionHolder" : 1, + "codeName" : "reviewers", + "dataSetType" : "DELOGIC", + "logicName" : "参与评审人", + "name" : "reviewers", + "getPSDEDataSetInput" : { + "name" : "ReviewersInput", + "getPSDEFilterDTO" : { + "modelref" : true, + "id" : "review_stage_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEDataSetReturn" : { + "name" : "ReviewersResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_stage_dto" + }, + "type" : "PAGE" + }, + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json" + }, + "predefinedType" : "DELOGIC", + "enableBackend" : true, + "enableFront" : false } ], "getAllPSDEFields" : [ { "getAllPSDEFDTColumns" : [ { @@ -1241,6 +1270,242 @@ "linkDEField" : true, "serviceCodeName" : "guideline_id" } ], + "getAllPSDELogics" : [ { + "codeName" : "reviewers", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json", + "logicName" : "参与评审人", + "name" : "参与评审人", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : -170, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 207, + "parallelOutput" : true + }, { + "codeName" : "END1", + "leftPos" : 740, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "pages" + }, + "returnType" : "LOGICPARAM", + "topPos" : 207 + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : -60, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 215 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 140, + "logicNodeType" : "PREPAREPARAM", + "name" : "准备参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review" + }, + "name" : "Default[id] ==> review[ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "id", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 215 + }, { + "codeName" : "DEDATASET1", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "leftPos" : 350, + "logicNodeType" : "DEDATASET", + "name" : "实体数据集", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "pages" + }, + "topPos" : 215 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "pages" + }, + "leftPos" : 540, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 215 + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Get.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 140, + "logicNodeType" : "DEACTION", + "name" : "实体行为", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "BINDPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "review" + }, + "topPos" : 329 + }, { + "codeName" : "BINDPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : 140, + "logicNodeType" : "BINDPARAM", + "name" : "绑定参数", + "srcFieldName" : "stage", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "review" + }, + "topPos" : 434 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "default" : true, + "filterParam" : true + }, { + "codeName" : "pages", + "logicName" : "pages", + "name" : "pages", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityPageParam" : true + }, { + "codeName" : "review", + "logicName" : "review", + "name" : "review", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "entityParam" : true + }, { + "codeName" : "reviewer_list", + "logicName" : "评审人列表", + "name" : "评审人列表", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityListParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false + } ], "getAllPSDEMethodDTOs" : [ { "name" : "review_stage_dto", "getPSDEMethodDTOFields" : [ { diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json new file mode 100644 index 0000000000000000000000000000000000000000..4c71bde432dfb781ac62a6c7f880e464e627d6ef --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json @@ -0,0 +1,236 @@ +{ + "codeName" : "reviewers", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json", + "logicName" : "参与评审人", + "name" : "参与评审人", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : -170, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 207, + "parallelOutput" : true + }, { + "codeName" : "END1", + "leftPos" : 740, + "logicNodeType" : "END", + "name" : "结束", + "getReturnParam" : { + "modelref" : true, + "id" : "pages" + }, + "returnType" : "LOGICPARAM", + "topPos" : 207 + }, { + "codeName" : "DEBUGPARAM2", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : -60, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM2" + } + } ], + "topPos" : 215 + }, { + "codeName" : "PREPAREPARAM1", + "leftPos" : 140, + "logicNodeType" : "PREPAREPARAM", + "name" : "准备参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "PREPAREPARAM1" + } + } ], + "getPSDELogicNodeParams" : [ { + "dstFieldName" : "ID", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review" + }, + "name" : "Default[id] ==> review[ID]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "id", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 215 + }, { + "codeName" : "DEDATASET1", + "getDstPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "leftPos" : 350, + "logicNodeType" : "DEDATASET", + "name" : "实体数据集", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEDATASET1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "pages" + }, + "topPos" : 215 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "pages" + }, + "leftPos" : 540, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 215 + }, { + "codeName" : "DEACTION1", + "getDstPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Get.json" + }, + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "review" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "leftPos" : 140, + "logicNodeType" : "DEACTION", + "name" : "实体行为", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "BINDPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "getRetPSDELogicParam" : { + "modelref" : true, + "id" : "review" + }, + "topPos" : 329 + }, { + "codeName" : "BINDPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "reviewer_list" + }, + "leftPos" : 140, + "logicNodeType" : "BINDPARAM", + "name" : "绑定参数", + "srcFieldName" : "stage", + "getSrcPSDELogicParam" : { + "modelref" : true, + "id" : "review" + }, + "topPos" : 434 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "default" : true, + "filterParam" : true + }, { + "codeName" : "pages", + "logicName" : "pages", + "name" : "pages", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityPageParam" : true + }, { + "codeName" : "review", + "logicName" : "review", + "name" : "review", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review.json" + }, + "entityParam" : true + }, { + "codeName" : "reviewer_list", + "logicName" : "评审人列表", + "name" : "评审人列表", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "entityListParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..352e66198f41b676b5399a8c8a07e4e544876d4a --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json.bpmn @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json.drl new file mode 100644 index 0000000000000000000000000000000000000000..eb81bdde2fd883c620fec7334fae2394b8af41e7 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_stage/PSDELOGICS/reviewers.json.drl @@ -0,0 +1,104 @@ +package cn.ibizlab.plm.testmgmt.logic.review_stagelogic.reviewers; + 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.plm.util.errors.BadRequestAlertException; + global cn.ibizlab.plm.core.testmgmt.domain.review_stage review_stagereviewersdefault; + global cn.ibizlab.plm.core.testmgmt.domain.review_stage review_stagereviewerspages; + global cn.ibizlab.plm.core.testmgmt.domain.review review_stagereviewersreview; + global cn.ibizlab.plm.core.testmgmt.domain.review_stage review_stagereviewersreviewer_list; + global cn.ibizlab.plm.core.testmgmt.service.Ireview_stageService review_stageservice; + global cn.ibizlab.plm.core.testmgmt.service.IreviewService reviewservice; + global cn.ibizlab.plm.core.testmgmt.service.Ireview_stageService iBzSysReview_stageDefaultService; + global cn.ibizlab.plm.util.security.AuthenticationUser curuser; + + + no-loop + + //逻辑处理节点[开始] + rule "begin" + ruleflow-group "review_stagereviewersbegin" + when + then + end + + //逻辑处理节点[结束] + rule "end1" + ruleflow-group "review_stagereviewersend1" + when + then + update(review_stagereviewersdefault);//更新fact中变量值 + update(review_stagereviewerspages);//更新fact中变量值 + update(review_stagereviewersreview);//更新fact中变量值 + update(review_stagereviewersreviewer_list);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam2" + ruleflow-group "review_stagereviewersdebugparam2" + when + then + update(review_stagereviewersdefault);//更新fact中变量值 + update(review_stagereviewerspages);//更新fact中变量值 + update(review_stagereviewersreview);//更新fact中变量值 + update(review_stagereviewersreviewer_list);//更新fact中变量值 + end + + //逻辑处理节点[准备参数] + rule "prepareparam1" + ruleflow-group "review_stagereviewersprepareparam1" + when + then + review_stagereviewersreview.set("id",review_stagereviewersdefault.get("id")); + update(review_stagereviewersdefault);//更新fact中变量值 + update(review_stagereviewerspages);//更新fact中变量值 + update(review_stagereviewersreview);//更新fact中变量值 + update(review_stagereviewersreviewer_list);//更新fact中变量值 + end + + //逻辑处理节点[实体数据集] + rule "dedataset1" + ruleflow-group "review_stagereviewersdedataset1" + when + then + update(review_stagereviewersdefault);//更新fact中变量值 + update(review_stagereviewerspages);//更新fact中变量值 + update(review_stagereviewersreview);//更新fact中变量值 + update(review_stagereviewersreviewer_list);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam1" + ruleflow-group "review_stagereviewersdebugparam1" + when + then + update(review_stagereviewersdefault);//更新fact中变量值 + update(review_stagereviewerspages);//更新fact中变量值 + update(review_stagereviewersreview);//更新fact中变量值 + update(review_stagereviewersreviewer_list);//更新fact中变量值 + end + + //逻辑处理节点[实体行为] + rule "deaction1" + ruleflow-group "review_stagereviewersdeaction1" + when + then + cn.ibizlab.plm.util.helper.CachedBeanCopier.copy(reviewservice.get(review_stagereviewersreview.getId()),review_stagereviewersreview); + update(review_stagereviewersdefault);//更新fact中变量值 + update(review_stagereviewerspages);//更新fact中变量值 + update(review_stagereviewersreview);//更新fact中变量值 + update(review_stagereviewersreviewer_list);//更新fact中变量值 + end + + //逻辑处理节点[绑定参数] + rule "bindparam1" + ruleflow-group "review_stagereviewersbindparam1" + when + then + update(review_stagereviewersdefault);//更新fact中变量值 + update(review_stagereviewerspages);//更新fact中变量值 + update(review_stagereviewersreview);//更新fact中变量值 + update(review_stagereviewersreviewer_list);//更新fact中变量值 + end \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json index fc4e0eedf01eb1d42e21393f99a66b01eeed25b8..c87ee624003253169554e7631513164c1e297986 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json @@ -18,6 +18,16 @@ "getAllPSDEActions" : [ { "actionMode" : "CREATE", "actionType" : "BUILTIN", + "getAfterPSDEActionLogics" : [ { + "actionLogicType" : 1, + "attachMode" : "AFTER", + "name" : "附加逻辑", + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json" + }, + "internalLogic" : true + } ], "codeName" : "Create", "dataAccessAction" : "CREATE", "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEACTIONS/Create.json", @@ -757,8 +767,8 @@ "dataType" : "TEXT", "dupCheckMode" : "ALL", "getDupCheckPSDEFields" : [ { - "name" : "LIBRARY_ID", - "codeName" : "library_id" + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" } ], "importOrder" : 1000, "getLNPSLanguageRes" : { @@ -777,7 +787,7 @@ }, "getPSSysSequence" : { "modelref" : true, - "path" : "PSSYSSEQUENCES/seq_review_id.json" + "path" : "PSSYSSEQUENCES/common_seq_review_id.json" }, "sequenceMode" : "CREATE", "serviceCodeName" : "identifier", @@ -969,6 +979,12 @@ "queryCodeExp" : "t1.`PRINCIPAL_ID`", "standardColumnName" : "`PRINCIPAL_ID`" } ], + "getAllPSDEFSearchModes" : [ { + "codeName" : "N_PRINCIPAL_ID_EQ", + "name" : "N_PRINCIPAL_ID_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + } ], "getAllPSDEFUIModes" : [ { "codeName" : "MobileDefault", "name" : "[PRINCIPAL_ID][评审主体标识]移动端默认", @@ -2103,7 +2119,7 @@ "columnName" : "SHOW_IDENTIFIER", "dBType" : "MYSQL5", "name" : "SHOW_IDENTIFIER", - "queryCodeExp" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "queryCodeExp" : "concat(t1.`IDENTIFIER`)", "standardColumnName" : "`SHOW_IDENTIFIER`" } ], "getAllPSDEFUIModes" : [ { @@ -2165,8 +2181,8 @@ "codeName" : "show_identifier", "dEFType" : 2, "dataType" : "TEXT", - "formulaColumns" : "library_identifier;identifier", - "formulaFormat" : "concat(%1$s,'-',%2$s)", + "formulaColumns" : "identifier", + "formulaFormat" : "concat(%1$s)", "importOrder" : 1000, "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.SHOW_IDENTIFIER" @@ -3378,6 +3394,103 @@ }, "enableBackend" : true, "enableFront" : false + }, { + "codeName" : "create_review_notify", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json", + "logicName" : "评审新建通知", + "name" : "评审新建通知", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "END1", + "leftPos" : 530, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 200 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 142, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 208 + }, { + "codeName" : "DENOTIFY1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDENOTIFIES/idea_review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json" + }, + "leftPos" : 337, + "logicNodeType" : "DENOTIFY", + "name" : "实体通知", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" + } + } ], + "topPos" : 208 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json" + }, + "default" : true, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false }, { "codeName" : "fill_guideline", "defaultParamName" : "Default", @@ -4240,6 +4353,20 @@ "sourceType" : "DEFSEARCHMODE", "stdDataType" : 25, "type" : "SIMPLE" + }, { + "logicName" : "评审主体标识", + "name" : "n_principal_id_eq", + "getPSDEFSearchMode" : { + "modelref" : true, + "id" : "N_PRINCIPAL_ID_EQ" + }, + "getPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "defaultValue" : "10", "logicName" : "评审状态", @@ -4274,6 +4401,29 @@ "type" : "DEFILTER", "defaultMode" : true } ], + "getAllPSDENotifies" : [ { + "codeName" : "idea_review_notify", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDENOTIFIES/idea_review_notify.json", + "msgType" : 1, + "name" : "新建需求评审通知", + "getPSDENotifyTargets" : [ { + "name" : "reviewers", + "getPSSysMsgTarget" : { + "modelref" : true, + "path" : "PSSYSMSGTARGETS/reviewers.json" + }, + "targetType" : "SYSMSGTARGET" + } ], + "getPSSysMsgQueue" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSSYSMSGQUEUES/Default.json" + }, + "getPSSysMsgTempl" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSSYSMSGTEMPLS/idea_create_review.json" + }, + "taskMode" : 0 + } ], "getAllPSDEOPPrivs" : [ { "logicName" : "建立", "mapPSDEName" : "LIBRARY", @@ -4553,6 +4703,38 @@ "removeOrder" : -1, "serviceCodeName" : "review_wizard", "typeValue" : "REVIEW:REVIEW" + }, { + "codeName" : "review_wizard", + "dERSubType" : "DER1N", + "dERType" : "DERCUSTOM", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD.json", + "logicName" : "评审-评审内容", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json" + }, + "masterOrder" : 100, + "masterRS" : 3, + "minorCodeName" : "review_content_ideas", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "minorServiceCodeName" : "review_content_ideas", + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getNestedPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "orderValue" : 100, + "pickupDEFName" : "PRINCIPAL_ID", + "getPickupPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "removeActionType" : 1, + "removeOrder" : -1, + "serviceCodeName" : "review_wizard" }, { "codeName" : "review_wizard", "dERSubType" : "DER1N", diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEACTIONS/Create.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEACTIONS/Create.json index aafe2f010fb4f18787a37ef547c2a4ea195b88c5..7046d4b6765c4aa3e7cba308ba64cb9b270309db 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEACTIONS/Create.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEACTIONS/Create.json @@ -1,6 +1,16 @@ { "actionMode" : "CREATE", "actionType" : "BUILTIN", + "getAfterPSDEActionLogics" : [ { + "actionLogicType" : 1, + "attachMode" : "AFTER", + "name" : "附加逻辑", + "getPSDELogic" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json" + }, + "internalLogic" : true + } ], "codeName" : "Create", "dataAccessAction" : "CREATE", "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEACTIONS/Create.json", diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEACTIONS/Create.json.after.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEACTIONS/Create.json.after.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..43474ca87be8241bf47dd7a0e91f65a05184bf10 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEACTIONS/Create.json.after.bpmn @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json index c28336549b86f81f509018d96d6af12aea516c57..7063c394113eeb82f0aca4296466323fc6d04113 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json @@ -53,7 +53,7 @@ "expression" : "t1.`PRINCIPAL_TYPE`", "name" : "PRINCIPAL_TYPE" }, { - "expression" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "expression" : "concat(t1.`IDENTIFIER`)", "name" : "SHOW_IDENTIFIER" }, { "expression" : "t1.`STATE`", @@ -74,6 +74,6 @@ "expression" : "t1.`UPDATE_TIME`", "name" : "UPDATE_TIME" } ], - "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", + "queryCode" : "SELECT\nt1.`CATEGORIES`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nconcat(t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STATE`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", "id" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json index 5c860ac149efe4e6d76380d7a1d2f03637be24ee..33d7a96147135a0c6067da5592b2d08b360a27b5 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json @@ -50,7 +50,7 @@ "expression" : "t1.`RULE`", "name" : "RULE" }, { - "expression" : "concat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`)", + "expression" : "concat(t1.`IDENTIFIER`)", "name" : "SHOW_IDENTIFIER" }, { "expression" : "t1.`STAGE`", @@ -74,6 +74,6 @@ "expression" : "t1.`UPDATE_TIME`", "name" : "UPDATE_TIME" } ], - "queryCode" : "SELECT\nt1.`ACTION_RULE`,\nt1.`CATEGORIES`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nt1.`RULE`,\nconcat(t11.`IDENTIFIER`,'-',t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STAGE`,\nt1.`STATE`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", + "queryCode" : "SELECT\nt1.`ACTION_RULE`,\nt1.`CATEGORIES`,\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DESCRIPTION`,\nt1.`GUIDELINE_ID`,\nt1.`ID`,\nt1.`IDENTIFIER`,\nt1.`LIBRARY_ID`,\nt11.`IDENTIFIER` AS `LIBRARY_IDENTIFIER`,\nt11.`NAME` AS `LIBRARY_NAME`,\nt1.`NAME`,\nt1.`PRINCIPAL_ID`,\nt1.`PRINCIPAL_NAME`,\nt1.`PRINCIPAL_TYPE`,\nt1.`RULE`,\nconcat(t1.`IDENTIFIER`) AS `SHOW_IDENTIFIER`,\nt1.`STAGE`,\nt1.`STATE`,\nt1.`SUBMITTER_ID`,\nt1.`SUBMITTER_NAME`,\nt1.`TYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `REVIEW` t1 \nLEFT JOIN `LIBRARY` t11 ON t1.`LIBRARY_ID` = t11.`ID` \n", "id" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" } \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json new file mode 100644 index 0000000000000000000000000000000000000000..002e1c5f39e60b6aa6a80affd16f1a40b09f7d4e --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json @@ -0,0 +1,98 @@ +{ + "codeName" : "create_review_notify", + "defaultParamName" : "Default", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json", + "logicName" : "评审新建通知", + "name" : "评审新建通知", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "END1", + "leftPos" : 530, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 200 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 142, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 208 + }, { + "codeName" : "DENOTIFY1", + "getDstPSDELogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "getDstPSDENotify" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDENOTIFIES/idea_review_notify.json" + }, + "getDstPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json" + }, + "leftPos" : 337, + "logicNodeType" : "DENOTIFY", + "name" : "实体通知", + "getPSDELogicLinks" : [ { + "getDstPSDELogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "name" : "连接名称", + "getSrcPSDELogicNode" : { + "modelref" : true, + "id" : "DENOTIFY1" + } + } ], + "topPos" : 208 + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json" + }, + "default" : true, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : true, + "enableFront" : false +} \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json.bpmn b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json.bpmn new file mode 100644 index 0000000000000000000000000000000000000000..d4d2b230e7e56bb8f3ae508d595d52d6d40e1421 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json.bpmn @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json.drl b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json.drl new file mode 100644 index 0000000000000000000000000000000000000000..875cfbcc9044e4fe7580a2e91a4a9a6f7cf10e24 --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDELOGICS/create_review_notify.json.drl @@ -0,0 +1,45 @@ +package cn.ibizlab.plm.testmgmt.logic.review_wizardlogic.create_review_notify; + 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.plm.util.errors.BadRequestAlertException; + global cn.ibizlab.plm.core.testmgmt.domain.review_wizard review_wizardcreate_review_notifydefault; + global cn.ibizlab.plm.core.testmgmt.service.Ireview_wizardService review_wizardservice; + global cn.ibizlab.plm.core.testmgmt.service.Ireview_wizardService iBzSysReview_wizardDefaultService; + global cn.ibizlab.plm.util.security.AuthenticationUser curuser; + + + no-loop + + //逻辑处理节点[开始] + rule "begin" + ruleflow-group "review_wizardcreate_review_notifybegin" + when + then + end + + //逻辑处理节点[结束] + rule "end1" + ruleflow-group "review_wizardcreate_review_notifyend1" + when + then + update(review_wizardcreate_review_notifydefault);//更新fact中变量值 + end + + //逻辑处理节点[调试逻辑参数] + rule "debugparam1" + ruleflow-group "review_wizardcreate_review_notifydebugparam1" + when + then + update(review_wizardcreate_review_notifydefault);//更新fact中变量值 + end + + //逻辑处理节点[实体通知] + rule "denotify1" + ruleflow-group "review_wizardcreate_review_notifydenotify1" + when + then + update(review_wizardcreate_review_notifydefault);//更新fact中变量值 + end \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json index 66cbd7832e9ea636391af2a6c6274c428514c440..c2dba9f8fa9fa65e7f3c956b23c60ab35fde5edc 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json @@ -853,6 +853,9 @@ }, { "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDRITEMS/UsrDRItem0507547821.json" + }, { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDRITEMS/UsrDRItem0508033875.json" }, { "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDRITEMS/UsrDRItem0601160404.json" @@ -1018,6 +1021,10 @@ "codeName" : "attentions_imp" } } ], + "getPSSysSFPlugin" : { + "modelref" : true, + "path" : "PSSYSSFPLUGINS/DynaFieldDEDataImportRuntimeEx.json" + }, "updateDataAccessAction" : "UPDATE", "getUpdatePSDEAction" : { "modelref" : true, diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDATARELATIONS/global_setting_tab_exp_dr.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDATARELATIONS/global_setting_tab_exp_dr.json index fd21fb18675ba9b3f4697cfa93e8a38d2d39f4eb..58c3b2033396ab6868f9a59c210af02d0c0e2e85 100644 --- a/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDATARELATIONS/global_setting_tab_exp_dr.json +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDATARELATIONS/global_setting_tab_exp_dr.json @@ -26,5 +26,15 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDRITEMS/UsrDRItem1023093283.json" } + }, { + "caption" : "数据字典", + "detailType" : "DRITEM", + "name" : "dictionary", + "orderValue" : 120, + "originCaption" : "数据字典", + "getPSDEDRItem" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDRITEMS/UsrDRItem0508033875.json" + } } ] } \ No newline at end of file diff --git a/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDRITEMS/UsrDRItem0508033875.json b/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDRITEMS/UsrDRItem0508033875.json new file mode 100644 index 0000000000000000000000000000000000000000..0c872d67b52726ac775d909df47b8e650fd56cfc --- /dev/null +++ b/model/PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDRITEMS/UsrDRItem0508033875.json @@ -0,0 +1,15 @@ +{ + "codeName" : "UsrDRItem0508033875", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEDRITEMS/UsrDRItem0508033875.json", + "itemType" : "CUSTOM", + "name" : "测试用例字典表格视图", + "parentDataJO" : { + "srfparentdename" : "TEST_CASE", + "SRFPARENTTYPE" : "CUSTOM" + }, + "viewCodeName" : "test_case_dictionary_grid_view", + "getViewPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + } +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/CheckKey.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/CheckKey.json new file mode 100644 index 0000000000000000000000000000000000000000..d01ff649cd97166d27c88712d5401c408326fa9d --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/CheckKey.json @@ -0,0 +1,23 @@ +{ + "actionMode" : "CHECKKEY", + "actionType" : "BUILTIN", + "codeName" : "CheckKey", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/CheckKey.json", + "logicName" : "CheckKey", + "name" : "CheckKey", + "getPSDEActionInput" : { + "name" : "CheckKeyInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "PSDENotifyTargetDTO" + }, + "type" : "DTO" + }, + "getPSDEActionReturn" : { + "name" : "CheckKeyResult", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Create.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Create.json new file mode 100644 index 0000000000000000000000000000000000000000..a906741ec52d35955590a1a4f5dda21961a303bc --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Create.json @@ -0,0 +1,24 @@ +{ + "actionMode" : "CREATE", + "actionType" : "BUILTIN", + "codeName" : "Create", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Create.json", + "logicName" : "Create", + "name" : "Create", + "orderValue" : 1, + "getPSDEActionInput" : { + "name" : "CreateInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "PSDENotifyTargetDTO" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "CreateResult", + "type" : "VOID" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Get.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Get.json new file mode 100644 index 0000000000000000000000000000000000000000..05d2b80918313028a2a75f4cea2400d6ea056e2a --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Get.json @@ -0,0 +1,27 @@ +{ + "actionMode" : "READ", + "actionType" : "BUILTIN", + "codeName" : "Get", + "dataAccessAction" : "READ", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Get.json", + "logicName" : "Get", + "name" : "Get", + "orderValue" : 31, + "getPSDEActionInput" : { + "getKeyPSDEField" : { + "name" : "PSDENOTIFYTARGETID", + "codeName" : "PSDENotifyTargetId" + }, + "name" : "GetInput", + "type" : "KEYFIELD" + }, + "getPSDEActionReturn" : { + "name" : "GetResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "PSDENotifyTargetDTO" + }, + "type" : "DTO" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/GetDraft.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/GetDraft.json new file mode 100644 index 0000000000000000000000000000000000000000..db6b859f06d640a764eaf2417c70873381f8bad2 --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/GetDraft.json @@ -0,0 +1,27 @@ +{ + "actionMode" : "GETDRAFT", + "actionType" : "BUILTIN", + "codeName" : "GetDraft", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/GetDraft.json", + "logicName" : "GetDraft", + "name" : "GetDraft", + "orderValue" : 41, + "getPSDEActionInput" : { + "name" : "GetDraftInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "PSDENotifyTargetDTO" + }, + "type" : "DTO" + }, + "getPSDEActionReturn" : { + "name" : "GetDraftResult", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "PSDENotifyTargetDTO" + }, + "type" : "DTO" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Remove.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Remove.json new file mode 100644 index 0000000000000000000000000000000000000000..3c0e89d90b11c7b52c437aec43b408cc9abd3bb5 --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Remove.json @@ -0,0 +1,25 @@ +{ + "actionMode" : "DELETE", + "actionType" : "BUILTIN", + "batchActionMode" : 1, + "codeName" : "Remove", + "dataAccessAction" : "DELETE", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Remove.json", + "logicName" : "Remove", + "name" : "Remove", + "orderValue" : 21, + "getPSDEActionInput" : { + "getKeyPSDEField" : { + "name" : "PSDENOTIFYTARGETID", + "codeName" : "PSDENotifyTargetId" + }, + "name" : "RemoveInput", + "type" : "KEYFIELDS" + }, + "getPSDEActionReturn" : { + "name" : "RemoveResult", + "type" : "VOID" + }, + "batchAction" : true, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Save.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Save.json new file mode 100644 index 0000000000000000000000000000000000000000..8205f1951b9e2bdc9082b0d2b1747f0c694ea346 --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Save.json @@ -0,0 +1,23 @@ +{ + "actionMode" : "SAVE", + "actionType" : "BUILTIN", + "codeName" : "Save", + "dataAccessAction" : "CREATE", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Save.json", + "logicName" : "Save", + "name" : "Save", + "getPSDEActionInput" : { + "name" : "SaveInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "PSDENotifyTargetDTO" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "SaveResult", + "type" : "VOID" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Update.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Update.json new file mode 100644 index 0000000000000000000000000000000000000000..737062470eac08b12eb2c76b667b3515d72c0226 --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Update.json @@ -0,0 +1,24 @@ +{ + "actionMode" : "UPDATE", + "actionType" : "BUILTIN", + "codeName" : "Update", + "dataAccessAction" : "UPDATE", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEACTIONS/Update.json", + "logicName" : "Update", + "name" : "Update", + "orderValue" : 11, + "getPSDEActionInput" : { + "name" : "UpdateInput", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "PSDENotifyTargetDTO" + }, + "type" : "DTO", + "output" : true + }, + "getPSDEActionReturn" : { + "name" : "UpdateResult", + "type" : "VOID" + }, + "builtinAction" : true +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..e85dd482ff9a4e66b7b74199e538dd8127082d1f --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,37 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`DATA`", + "name" : "DATA" + }, { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`FILTER`", + "name" : "FILTER" + }, { + "expression" : "t1.`PSDENOTIFYID`", + "name" : "PSDENOTIFYID" + }, { + "expression" : "t1.`PSDENOTIFYTARGETID`", + "name" : "PSDENOTIFYTARGETID" + }, { + "expression" : "t1.`PSDENOTIFYTARGETNAME`", + "name" : "PSDENOTIFYTARGETNAME" + }, { + "expression" : "t1.`TARGETTYPE`", + "name" : "TARGETTYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + } ], + "queryCode" : "SELECT\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`FILTER`,\nt1.`PSDENOTIFYID`,\nt1.`PSDENOTIFYTARGETID`,\nt1.`PSDENOTIFYTARGETNAME`,\nt1.`TARGETTYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `` t1 \n", + "id" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json new file mode 100644 index 0000000000000000000000000000000000000000..685a9e6408b4675d5686f632728fe5fe93643a33 --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json @@ -0,0 +1,37 @@ +{ + "dBType" : "MYSQL5", + "name" : "MySQL5", + "getPSDEDataQueryCodeExps" : [ { + "expression" : "t1.`CREATE_MAN`", + "name" : "CREATE_MAN" + }, { + "expression" : "t1.`CREATE_TIME`", + "name" : "CREATE_TIME" + }, { + "expression" : "t1.`DATA`", + "name" : "DATA" + }, { + "expression" : "t1.`FILTER`", + "name" : "FILTER" + }, { + "expression" : "t1.`PSDENOTIFYID`", + "name" : "PSDENOTIFYID" + }, { + "expression" : "t1.`PSDENOTIFYTARGETID`", + "name" : "PSDENOTIFYTARGETID" + }, { + "expression" : "t1.`PSDENOTIFYTARGETNAME`", + "name" : "PSDENOTIFYTARGETNAME" + }, { + "expression" : "t1.`TARGETTYPE`", + "name" : "TARGETTYPE" + }, { + "expression" : "t1.`UPDATE_MAN`", + "name" : "UPDATE_MAN" + }, { + "expression" : "t1.`UPDATE_TIME`", + "name" : "UPDATE_TIME" + } ], + "queryCode" : "SELECT\nt1.`CREATE_MAN`,\nt1.`CREATE_TIME`,\nt1.`DATA`,\nt1.`FILTER`,\nt1.`PSDENOTIFYID`,\nt1.`PSDENOTIFYTARGETID`,\nt1.`PSDENOTIFYTARGETNAME`,\nt1.`TARGETTYPE`,\nt1.`UPDATE_MAN`,\nt1.`UPDATE_TIME`\nFROM `` t1 \n", + "id" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATARELATIONS/Default.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATARELATIONS/Default.json new file mode 100644 index 0000000000000000000000000000000000000000..9557b10018a3e4028ac311564bea13dcc6b87197 --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATARELATIONS/Default.json @@ -0,0 +1,9 @@ +{ + "codeName" : "Default", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDATARELATIONS/Default.json", + "getFormCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.PSDENOTIFYTARGET" + }, + "formCaption" : "消息通知目标", + "name" : "消息通知目标默认关系界面组" +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDRGROUPS/DRGroup.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDRGROUPS/DRGroup.json new file mode 100644 index 0000000000000000000000000000000000000000..43da02a9892cf3bc9c31d2f47b26fca729e43cfc --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDRGROUPS/DRGroup.json @@ -0,0 +1,7 @@ +{ + "caption" : "详细信息", + "codeName" : "DRGroup", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDEDRGROUPS/DRGroup.json", + "name" : "详细信息", + "hidden" : false +} \ No newline at end of file diff --git a/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDERS/DER1N_PSDENOTIFYTARGET_PSDENOTIFY_PSDENOTIFYID.json b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDERS/DER1N_PSDENOTIFYTARGET_PSDENOTIFY_PSDENOTIFYID.json new file mode 100644 index 0000000000000000000000000000000000000000..6325db42f1996c5a88e773bb06c03a9e8cc30e4a --- /dev/null +++ b/model/PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDERS/DER1N_PSDENOTIFYTARGET_PSDENOTIFY_PSDENOTIFYID.json @@ -0,0 +1,38 @@ +{ + "codeName" : "PSDENotify", + "dERType" : "DER1N", + "dynaModelFilePath" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget/PSDERS/DER1N_PSDENOTIFYTARGET_PSDENOTIFY_PSDENOTIFYID.json", + "fKeyName" : "FE6F10C6A41C3BD937", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotify.json" + }, + "masterOrder" : -1, + "masterRS" : 9, + "minorCodeName" : "PSDENotifyTargets", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotifyTarget.json" + }, + "minorServiceCodeName" : "PSDENotifyTargets", + "name" : "DER1N_PSDENOTIFYTARGET_PSDENOTIFY_PSDENOTIFYID", + "orderValue" : 100, + "getPSOne2ManyDataDEField" : { + "name" : "PSDENOTIFYTARGETS", + "codeName" : "PSDENotifyTargets" + }, + "getPSPickupDEField" : { + "name" : "PSDENOTIFYID", + "codeName" : "PSDENotifyId" + }, + "getPSPickupTextDEField" : { + "name" : "PSDENOTIFYNAME", + "codeName" : "PSDENotifyName" + }, + "pickupDEFName" : "PSDENOTIFYID", + "removeActionType" : -1, + "removeOrder" : 0, + "serviceCodeName" : "PSDENotify", + "enableFKey" : true, + "nestedRS" : true +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_priority.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_priority.json index 1861a93f036b1c3712620cbc8b0ba6907f144953..f50342f70b01e5a9d14bdcc19191527bddd0f31e 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_priority.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_priority.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__idea_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__idea_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_idea_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/idea.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -56,5 +74,13 @@ "textCls" : "green-span", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_state.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_state.json index de9f21c2c66db852101e353c785373b3ca1759b3..12e9c117b5f4a49a22a435d99c99956b5b4e30e2 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_state.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_state.json @@ -10,6 +10,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求状态", "getPSAppDEDataSet" : { "modelref" : true, diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__solutions.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__solutions.json index c5e4ba0a663270bea63b72687187155565f79554..3dd81fa4595a4374cdc4a18ff2403b1b76b502ae 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__solutions.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__solutions.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__solutions", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__solutions", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__solutions.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单解决方案", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_ticket_solution" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/ticket.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -39,5 +57,13 @@ "text" : "不予采纳", "value" : "70" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_priority.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_priority.json index 447e1fcedbf3da97669f25c5a0456547db2ff453..a75eec922d245be7e17f1342833120a2d5c0d1d6 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_priority.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_priority.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__ticket_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__ticket_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_ticket_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/ticket.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -56,5 +74,13 @@ "textCls" : "green-span", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_state.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_state.json index c50c287974d16b193881a76d5587a12b6c3429e8..edb41db3d86dd9d22ab3237a9146465640aabb6f 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_state.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_state.json @@ -10,6 +10,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单状态", "getPSAppDEDataSet" : { "modelref" : true, diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json index bc4ef58de65c04fe0e021f8f050d5ee3fe235309..299ed9011a5d056a0e343d53816bd8f860ca7042 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json @@ -1,4 +1,5 @@ { + "cacheTimeout" : 1000, "getClsPSAppDEField" : { "name" : "STYLE", "codeName" : "style" @@ -13,6 +14,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "发布所属阶段", "getPSAppDEDataSet" : { "modelref" : true, @@ -29,5 +35,6 @@ "getValuePSAppDEField" : { "name" : "ID", "codeName" : "id" - } + }, + "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__demand_sources.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__demand_sources.json index 7aa866c4a38c03921a4ef9d0c0925f8153f0d738..6a7d1b632a838fff7688f8a5edf8b8c63bf27ef1 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__demand_sources.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__demand_sources.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__demand_sources", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__demand_sources", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__demand_sources.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求来源", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_idea_source" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -31,5 +49,13 @@ "text" : "其他", "value" : "50" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json index b8e64ce763888591e52a2166871f4712b1e51b24..439d1ccb851663e2758b6e886ffac5f4dfbafd7a 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__reproduction_probability", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__reproduction_probability", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "复现概率", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_probability" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -27,5 +45,13 @@ "text" : "仅出现一次", "value" : "40" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__risk.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__risk.json index c616906a337dc7fd8df546f4842f748ce3695a2f..c9e41dd7a5513fbdfe18ba6f3d5073a7c298b42d 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__risk.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__risk.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__risk", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__risk", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__risk.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "风险", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_risk" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -23,5 +41,13 @@ "text" : "低", "value" : "30" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__severity.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__severity.json index 5d566d9825d9dda614a8875841e7c088d9b77290..0c6a86e9b7bbc073e8f81fd2785c54393f7c41e3 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__severity.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__severity.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__severity", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__severity", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__severity.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "严重程度", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_severity" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -27,5 +45,13 @@ "text" : "建议", "value" : "40" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__task_category.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__task_category.json index 4b21b117d11588c262a0e77e04bd3795e8a22904..494e08b113cf8b014dfeb1b8d4596e178e89c3a1 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__task_category.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__task_category.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__task_category", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__task_category", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__task_category.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "任务类别", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_category" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -43,5 +61,13 @@ "text" : "其他", "value" : "80" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__work_item_priority.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__work_item_priority.json index a46210f52d69cb35dc13f4323c77035fc126112f..e3be3409850a0a971aef2b3c2e3da404704a8da3 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__work_item_priority.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__work_item_priority.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__work_item_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__work_item_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__work_item_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_40", @@ -47,5 +65,13 @@ "textCls" : "green-span", "value" : "10" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__case_state.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__case_state.json index a33b90dbeed90114d614fef2659eef98ec3c830c..75552de5f41d3764da34915ec4253e7f1d735ac0 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__case_state.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__case_state.json @@ -1,11 +1,33 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__case_state", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__case_state", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__case_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例状态", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_status" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" + }, "getPSCodeItems" : [ { "codeName" : "item_10", "getPSSysCss" : { @@ -31,5 +53,13 @@ "textCls" : "grey-span", "value" : "30" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_level.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_level.json index 6958e6a7643ea1e0018e93abe295686de5ea7384..4ac481dcd089a57e5fef66ffca871fda2d4a307f 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_level.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_level.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_level", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_level", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_level.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例重要程度", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_importance_level" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -31,5 +49,13 @@ "text" : "P4", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_test_type.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_test_type.json index a75463bb25dc37c4bbec2e266aec642475944982..6f6c752ffad08f3cb2beba934b7edcf93e2c70e4 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_test_type.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_test_type.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_test_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_test_type", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_test_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "测试类型", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_test_type" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "automation", @@ -19,5 +37,13 @@ "text" : "手动", "value" : "manual" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_type.json b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_type.json index ea1aa46e5116151280dc4e3fc2a4c0ed57f42bba..d332f01fd3c74815f0a3d270f7aa60370a04ac63 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_type.json +++ b/model/PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_type.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_type", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例类型", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_type" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -47,5 +65,13 @@ "text" : "其他", "value" : "90" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/customer.json b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/customer.json index 15e23243986c6d98cb0d12723c526355923cc3a4..8c3fceba04e3260f36143d74e5e54f78f10aef95 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/customer.json +++ b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/customer.json @@ -818,6 +818,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_comment_notify_assignee", "builtinMethod" : false + }, { + "codeName" : "fetch_cur_product_customer", + "dataSetName" : "cur_product_customer", + "dataSetTag" : "cur_product_customer", + "methodType" : "FETCH", + "name" : "fetch_cur_product_customer", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "customer_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "customer_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_product_customer" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "NONE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_cur_product_customer" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_product_customer", + "builtinMethod" : false }, { "codeName" : "fetch_default", "dataSetName" : "DEFAULT", @@ -3186,6 +3224,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_comment_notify_assignee", "builtinMethod" : false + }, { + "codeName" : "fetch_cur_product_customer", + "dataSetName" : "cur_product_customer", + "dataSetTag" : "cur_product_customer", + "methodType" : "FETCH", + "name" : "fetch_cur_product_customer", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "customer_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "customer_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_product_customer" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "NONE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_cur_product_customer" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_product_customer", + "builtinMethod" : false }, { "codeName" : "fetch_default", "dataSetName" : "DEFAULT", diff --git a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json index c096d7ca38ab8c8c48a69932240f0d06ca81fc30..76cbe048186483ed2b2e58ae1c6b83a0da35ade1 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json +++ b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json @@ -412,6 +412,82 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_idea_priority", + "dataSetName" : "idea_priority", + "dataSetTag" : "idea_priority", + "methodType" : "FETCH", + "name" : "fetch_idea_priority", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_priority" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_priority" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_priority", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea_source", + "dataSetName" : "idea_source", + "dataSetTag" : "idea_source", + "methodType" : "FETCH", + "name" : "fetch_idea_source", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_source" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_source" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_source", + "builtinMethod" : false }, { "codeName" : "fetch_idea_state", "dataSetName" : "idea_state", @@ -450,6 +526,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_idea_state", "builtinMethod" : false + }, { + "codeName" : "fetch_idea_type", + "dataSetName" : "idea_type", + "dataSetTag" : "idea_type", + "methodType" : "FETCH", + "name" : "fetch_idea_type", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_type" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_type" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_type", + "builtinMethod" : false }, { "codeName" : "fetch_release_stage", "dataSetName" : "release_stage", @@ -489,11 +603,11 @@ "requestPath" : "/fetch_release_stage", "builtinMethod" : false }, { - "codeName" : "fetch_ticket_state", - "dataSetName" : "ticket_state", - "dataSetTag" : "ticket_state", + "codeName" : "fetch_test_case", + "dataSetName" : "test_case", + "dataSetTag" : "test_case", "methodType" : "FETCH", - "name" : "fetch_ticket_state", + "name" : "fetch_test_case", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -512,7 +626,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "ticket_state" + "id" : "test_case" }, "getPSDEOPPriv" : { "modelref" : true, @@ -520,734 +634,2012 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_ticket_state" + "id" : "fetch_test_case" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_ticket_state", + "requestPath" : "/fetch_test_case", "builtinMethod" : false - } ], - "getAllPSAppDEFields" : [ { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[TYPE][类型]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "DROPDOWNLIST", - "name" : "[TYPE][类型]", - "stringLength" : 60, - "uIMode" : "DEFAULT", - "needCodeListConfig" : true + }, { + "codeName" : "fetch_test_case_importance_level", + "dataSetName" : "test_case_importance_level", + "dataSetTag" : "test_case_importance_level", + "methodType" : "FETCH", + "name" : "fetch_test_case_importance_level", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[TYPE][类型]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBDROPDOWNLIST", - "name" : "[TYPE][类型]移动端默认", - "stringLength" : 60, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true, - "needCodeListConfig" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "type", - "logicName" : "类型", - "name" : "TYPE", - "stdDataType" : 25, - "stringLength" : 60 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_importance_level" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_importance_level" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_importance_level", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[SEQUENCE][序号]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBTEXT", - "name" : "[SEQUENCE][序号]移动端默认", - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true + "codeName" : "fetch_test_case_status", + "dataSetName" : "test_case_status", + "dataSetTag" : "test_case_status", + "methodType" : "FETCH", + "name" : "fetch_test_case_status", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - }, { - "codeName" : "Default", - "name" : "[SEQUENCE][序号]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "TEXTBOX", - "name" : "[SEQUENCE][序号]", - "uIMode" : "DEFAULT" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "DEFAULT" - } ], - "codeName" : "sequence", - "logicName" : "序号", - "name" : "SEQUENCE", - "stdDataType" : 6 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_status" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_status" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_status", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[VAL][值]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBTEXT", - "name" : "[VAL][值]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true + "codeName" : "fetch_test_case_test_type", + "dataSetName" : "test_case_test_type", + "dataSetTag" : "test_case_test_type", + "methodType" : "FETCH", + "name" : "fetch_test_case_test_type", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - }, { - "codeName" : "Default", - "name" : "[VAL][值]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "TEXTBOX", - "name" : "[VAL][值]", - "stringLength" : 100, - "uIMode" : "DEFAULT" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "DEFAULT" - } ], - "codeName" : "val", - "logicName" : "值", - "name" : "VAL", - "stdDataType" : 25, - "stringLength" : 100 - }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[IS_SYSTEM][是否系统默认]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "DROPDOWNLIST_100", - "name" : "[IS_SYSTEM][是否系统默认]", - "uIMode" : "DEFAULT", - "needCodeListConfig" : true + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_test_type" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_test_type" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_test_type", + "builtinMethod" : false + }, { + "codeName" : "fetch_test_case_type", + "dataSetName" : "test_case_type", + "dataSetTag" : "test_case_type", + "methodType" : "FETCH", + "name" : "fetch_test_case_type", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[IS_SYSTEM][是否系统默认]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBSWITCH", - "name" : "[IS_SYSTEM][是否系统默认]移动端默认", - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true, - "needCodeListConfig" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "is_system", - "logicName" : "是否系统默认", - "name" : "IS_SYSTEM", - "stdDataType" : 9 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_type" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_type" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_type", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[COLOR][颜色]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "TEXTBOX", - "name" : "[COLOR][颜色]", - "stringLength" : 100, - "uIMode" : "DEFAULT" + "codeName" : "fetch_ticket", + "dataSetName" : "ticket", + "dataSetTag" : "ticket", + "methodType" : "FETCH", + "name" : "fetch_ticket", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[COLOR][颜色]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBTEXT", - "name" : "[COLOR][颜色]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "color", - "logicName" : "颜色", - "name" : "COLOR", - "stdDataType" : 25, - "stringLength" : 100 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_ticket" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[CATALOG][字典目录]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "DROPDOWNLIST", - "name" : "[CATALOG][字典目录]", - "stringLength" : 60, - "uIMode" : "DEFAULT", - "needCodeListConfig" : true + "codeName" : "fetch_ticket_priority", + "dataSetName" : "ticket_priority", + "dataSetTag" : "ticket_priority", + "methodType" : "FETCH", + "name" : "fetch_ticket_priority", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[CATALOG][字典目录]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBDROPDOWNLIST", - "name" : "[CATALOG][字典目录]移动端默认", - "stringLength" : 60, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true, - "needCodeListConfig" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "catalog", - "logicName" : "字典目录", - "name" : "CATALOG", - "stdDataType" : 25, - "stringLength" : 60 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_priority" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_ticket_priority" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_priority", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[ID][标识]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.ID" - }, - "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[ID][标识]", - "stringLength" : 100, - "uIMode" : "DEFAULT", - "allowEmpty" : false + "codeName" : "fetch_ticket_solution", + "dataSetName" : "ticket_solution", + "dataSetTag" : "ticket_solution", + "methodType" : "FETCH", + "name" : "fetch_ticket_solution", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[ID][标识]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.ID" - }, - "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[ID][标识]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "allowEmpty" : false, - "mobileMode" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "id", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.ID" + "type" : "PAGE" }, - "logicName" : "标识", - "name" : "ID", - "stdDataType" : 25, - "stringLength" : 100, - "keyField" : true + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_solution" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_ticket_solution" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_solution", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[NAME][名称]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.NAME" - }, - "codeName" : "MobileDefault", - "editorType" : "MOBTEXT", - "name" : "[NAME][名称]移动端默认", - "stringLength" : 200, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true + "codeName" : "fetch_ticket_state", + "dataSetName" : "ticket_state", + "dataSetTag" : "ticket_state", + "methodType" : "FETCH", + "name" : "fetch_ticket_state", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - }, { - "codeName" : "Default", - "name" : "[NAME][名称]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.NAME" - }, - "codeName" : "Default", - "editorType" : "TEXTBOX", - "name" : "[NAME][名称]", - "stringLength" : 200, - "uIMode" : "DEFAULT" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "DEFAULT" - } ], - "codeName" : "name", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.NAME" + "type" : "PAGE" }, - "logicName" : "名称", - "name" : "NAME", - "stdDataType" : 25, - "stringLength" : 200, - "enableQuickSearch" : true, - "majorField" : true + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_state" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_ticket_state" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_state", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[CREATE_MAN][建立人]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_MAN" - }, - "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[CREATE_MAN][建立人]", - "stringLength" : 100, - "uIMode" : "DEFAULT", - "allowEmpty" : false + "codeName" : "fetch_work_item", + "dataSetName" : "work_item", + "dataSetTag" : "work_item", + "methodType" : "FETCH", + "name" : "fetch_work_item", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[CREATE_MAN][建立人]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_MAN" - }, - "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[CREATE_MAN][建立人]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "allowEmpty" : false, - "mobileMode" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "create_man", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_MAN" + "type" : "PAGE" }, - "logicName" : "建立人", - "name" : "CREATE_MAN", - "stdDataType" : 25, - "stringLength" : 100 + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[CREATE_TIME][建立时间]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_TIME" - }, - "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[CREATE_TIME][建立时间]移动端默认", - "uIMode" : "MOBILEDEFAULT", - "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", - "allowEmpty" : false, - "mobileMode" : true + "codeName" : "fetch_work_item_category", + "dataSetName" : "work_item_category", + "dataSetTag" : "work_item_category", + "methodType" : "FETCH", + "name" : "fetch_work_item_category", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - }, { - "codeName" : "Default", - "name" : "[CREATE_TIME][建立时间]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_TIME" - }, - "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[CREATE_TIME][建立时间]", - "uIMode" : "DEFAULT", - "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", - "allowEmpty" : false + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "DEFAULT" - } ], - "codeName" : "create_time", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_TIME" + "type" : "PAGE" }, - "logicName" : "建立时间", - "name" : "CREATE_TIME", - "stdDataType" : 5, - "valueFormat" : "YYYY-MM-DD HH:mm:ss" + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_category" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_category" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_category", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[UPDATE_MAN][更新人]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_MAN" - }, - "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[UPDATE_MAN][更新人]", - "stringLength" : 100, - "uIMode" : "DEFAULT", - "allowEmpty" : false + "codeName" : "fetch_work_item_priority", + "dataSetName" : "work_item_priority", + "dataSetTag" : "work_item_priority", + "methodType" : "FETCH", + "name" : "fetch_work_item_priority", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[UPDATE_MAN][更新人]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_MAN" - }, - "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[UPDATE_MAN][更新人]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "allowEmpty" : false, - "mobileMode" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "update_man", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_MAN" + "type" : "PAGE" }, - "logicName" : "更新人", - "name" : "UPDATE_MAN", - "stdDataType" : 25, - "stringLength" : 100 - }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[UPDATE_TIME][更新时间]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_TIME" - }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_priority" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_priority" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_priority", + "builtinMethod" : false + }, { + "codeName" : "fetch_work_item_probability", + "dataSetName" : "work_item_probability", + "dataSetTag" : "work_item_probability", + "methodType" : "FETCH", + "name" : "fetch_work_item_probability", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_probability" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_probability" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_probability", + "builtinMethod" : false + }, { + "codeName" : "fetch_work_item_risk", + "dataSetName" : "work_item_risk", + "dataSetTag" : "work_item_risk", + "methodType" : "FETCH", + "name" : "fetch_work_item_risk", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_risk" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_risk" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_risk", + "builtinMethod" : false + }, { + "codeName" : "fetch_work_item_severity", + "dataSetName" : "work_item_severity", + "dataSetTag" : "work_item_severity", + "methodType" : "FETCH", + "name" : "fetch_work_item_severity", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_severity" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_severity" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_severity", + "builtinMethod" : false + } ], + "getAllPSAppDEFields" : [ { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TYPE][类型]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[TYPE][类型]", + "stringLength" : 60, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TYPE][类型]移动端默认", + "getPSDEFFormItem" : { "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[UPDATE_TIME][更新时间]移动端默认", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[TYPE][类型]移动端默认", + "stringLength" : 60, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "type", + "logicName" : "类型", + "name" : "TYPE", + "stdDataType" : 25, + "stringLength" : 60 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[SEQUENCE][序号]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[SEQUENCE][序号]移动端默认", "uIMode" : "MOBILEDEFAULT", - "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", - "allowEmpty" : false, "mobileMode" : true }, "type" : "MOBILEDEFAULT", "mobileMode" : true }, { "codeName" : "Default", - "name" : "[UPDATE_TIME][更新时间]", + "name" : "[SEQUENCE][序号]", "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_TIME" - }, "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[UPDATE_TIME][更新时间]", - "uIMode" : "DEFAULT", - "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", - "allowEmpty" : false + "editorType" : "TEXTBOX", + "name" : "[SEQUENCE][序号]", + "uIMode" : "DEFAULT" }, "type" : "DEFAULT" } ], - "codeName" : "update_time", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_TIME" - }, - "logicName" : "更新时间", - "name" : "UPDATE_TIME", - "stdDataType" : 5, - "valueFormat" : "YYYY-MM-DD HH:mm:ss" - } ], - "getAllPSAppDELogics" : [ { - "codeName" : "nothing", - "defaultParamName" : "Default", - "logicName" : "无操作", - "memo" : "无操作逻辑,用于替换表单的获取数据行为", - "name" : "无操作", - "getPSDELogicNodes" : [ { - "codeName" : "Begin", - "leftPos" : 200, - "logicNodeType" : "BEGIN", - "name" : "开始", - "topPos" : 200, - "parallelOutput" : true + "codeName" : "sequence", + "logicName" : "序号", + "name" : "SEQUENCE", + "stdDataType" : 6 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[VAL][值]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[VAL][值]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[VAL][值]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[VAL][值]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" } ], - "getPSDELogicParams" : [ { + "codeName" : "val", + "logicName" : "值", + "name" : "VAL", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { "codeName" : "Default", - "logicName" : "传入变量", - "name" : "传入变量", - "getParamPSAppDataEntity" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" + "name" : "[IS_SYSTEM][是否系统默认]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST_100", + "name" : "[IS_SYSTEM][是否系统默认]", + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[IS_SYSTEM][是否系统默认]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBSWITCH", + "name" : "[IS_SYSTEM][是否系统默认]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "is_system", + "logicName" : "是否系统默认", + "name" : "IS_SYSTEM", + "stdDataType" : 9 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[COLOR][颜色]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[COLOR][颜色]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[COLOR][颜色]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[COLOR][颜色]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "color", + "logicName" : "颜色", + "name" : "COLOR", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[STYLE][背景样式]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[STYLE][背景样式]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[STYLE][背景样式]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[STYLE][背景样式]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + } ], + "codeName" : "style", + "logicName" : "背景样式", + "name" : "STYLE", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CATALOG][字典目录]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[CATALOG][字典目录]", + "stringLength" : 60, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CATALOG][字典目录]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[CATALOG][字典目录]移动端默认", + "stringLength" : 60, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "catalog", + "logicName" : "字典目录", + "name" : "CATALOG", + "stdDataType" : 25, + "stringLength" : 60 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[ID][标识]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[ID][标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[ID][标识]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[ID][标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "id", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "logicName" : "标识", + "name" : "ID", + "stdDataType" : 25, + "stringLength" : 100, + "keyField" : true + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[NAME][名称]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[NAME][名称]移动端默认", + "stringLength" : 200, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[NAME][名称]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[NAME][名称]", + "stringLength" : 200, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "name", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "logicName" : "名称", + "name" : "NAME", + "stdDataType" : 25, + "stringLength" : 200, + "enableQuickSearch" : true, + "majorField" : true + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CREATE_MAN][建立人]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[CREATE_MAN][建立人]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CREATE_MAN][建立人]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[CREATE_MAN][建立人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "create_man", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "logicName" : "建立人", + "name" : "CREATE_MAN", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[CREATE_TIME][建立时间]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[CREATE_TIME][建立时间]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[CREATE_TIME][建立时间]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[CREATE_TIME][建立时间]", + "uIMode" : "DEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false + }, + "type" : "DEFAULT" + } ], + "codeName" : "create_time", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "logicName" : "建立时间", + "name" : "CREATE_TIME", + "stdDataType" : 5, + "valueFormat" : "YYYY-MM-DD HH:mm:ss" + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[UPDATE_MAN][更新人]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_MAN" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[UPDATE_MAN][更新人]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[UPDATE_MAN][更新人]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_MAN" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[UPDATE_MAN][更新人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "update_man", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_MAN" + }, + "logicName" : "更新人", + "name" : "UPDATE_MAN", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[UPDATE_TIME][更新时间]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_TIME" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[UPDATE_TIME][更新时间]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[UPDATE_TIME][更新时间]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_TIME" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[UPDATE_TIME][更新时间]", + "uIMode" : "DEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false + }, + "type" : "DEFAULT" + } ], + "codeName" : "update_time", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_TIME" + }, + "logicName" : "更新时间", + "name" : "UPDATE_TIME", + "stdDataType" : 5, + "valueFormat" : "YYYY-MM-DD HH:mm:ss" + } ], + "getAllPSAppDELogics" : [ { + "codeName" : "nothing", + "defaultParamName" : "Default", + "logicName" : "无操作", + "memo" : "无操作逻辑,用于替换表单的获取数据行为", + "name" : "无操作", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "topPos" : 200, + "parallelOutput" : true + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "default" : true, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : false, + "enableFront" : true + } ], + "getAllPSAppDEMethodDTOs" : [ { + "codeName" : "dictionary_data_dto", + "name" : "dictionary_data_dto", + "getPSAppDEMethodDTOFields" : [ { + "codeName" : "sequence", + "logicName" : "序号", + "name" : "sequence", + "getPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 6, + "type" : "SIMPLE" + }, { + "codeName" : "type", + "logicName" : "类型", + "name" : "type", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "val", + "logicName" : "值", + "name" : "val", + "getPSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "color", + "logicName" : "颜色", + "name" : "color", + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "is_system", + "logicName" : "是否系统默认", + "name" : "is_system", + "getPSAppDEField" : { + "name" : "IS_SYSTEM", + "codeName" : "is_system" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 9, + "type" : "SIMPLE" + }, { + "codeName" : "style", + "logicName" : "背景样式", + "name" : "style", + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "catalog", + "logicName" : "字典目录", + "name" : "catalog", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "create_man", + "logicName" : "建立人", + "name" : "create_man", + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "create_time", + "jsonFormat" : "yyyy-MM-dd HH:mm:ss", + "logicName" : "建立时间", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 5, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "id", + "logicName" : "标识", + "name" : "id", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "name", + "logicName" : "名称", + "name" : "name", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "update_man", + "logicName" : "更新人", + "name" : "update_man", + "getPSAppDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "update_time", + "jsonFormat" : "yyyy-MM-dd HH:mm:ss", + "logicName" : "更新时间", + "name" : "update_time", + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 5, + "type" : "SIMPLE", + "allowEmpty" : false + } ], + "sourceType" : "DE", + "type" : "DEFAULT" + }, { + "codeName" : "dictionary_data_filter_dto", + "name" : "dictionary_data_filter_dto", + "getPSAppDEMethodDTOFields" : [ { + "codeName" : "n_catalog_eq", + "logicName" : "字典目录", + "name" : "n_catalog_eq", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_catalog_like", + "logicName" : "字典目录", + "name" : "n_catalog_like", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_id_eq", + "logicName" : "标识", + "name" : "n_id_eq", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_name_like", + "logicName" : "名称", + "name" : "n_name_like", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_style_eq", + "logicName" : "背景样式", + "name" : "n_style_eq", + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_type_eq", + "logicName" : "类型", + "name" : "n_type_eq", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + } ], + "sourceType" : "DE", + "type" : "DEFILTER" + } ], + "getAllPSAppDEMethods" : [ { + "actionMode" : "CHECKKEY", + "actionTag" : "CheckKey", + "codeName" : "check_key", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/CheckKey.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "check_key" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/check_key", + "builtinMethod" : false + }, { + "actionMode" : "CREATE", + "actionTag" : "Create", + "codeName" : "create", + "methodType" : "DEACTION", + "name" : "Create", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Create.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Create" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "builtinMethod" : false, + "noServiceCodeName" : true + }, { + "actionMode" : "READ", + "actionTag" : "Get", + "codeName" : "get", + "methodType" : "DEACTION", + "name" : "Get", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Get.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Get" + }, + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "builtinMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionMode" : "GETDRAFT", + "actionTag" : "GetDraft", + "codeName" : "get_draft", + "methodType" : "DEACTION", + "name" : "GetDraft", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/GetDraft.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", + "builtinMethod" : false + }, { + "actionMode" : "MOVEORDER", + "codeName" : "move_order", + "methodType" : "DEACTION", + "name" : "move_order", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/move_order.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "move_order" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/move_order", + "builtinMethod" : false, + "needResourceKey" : true + }, { + "actionMode" : "CUSTOM", + "actionType" : "DELOGIC", + "codeName" : "nothing", + "methodType" : "DEACTION", + "name" : "nothing", + "getPSAppDELogic" : { + "modelref" : true, + "id" : "nothing" + }, + "getPSAppDEMethodInput" : { + "codeName" : "NothingInput", + "name" : "NothingInput", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "codeName" : "NothingResult", + "name" : "NothingResult", + "type" : "VOID" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/nothing.json" + }, + "builtinMethod" : false + }, { + "actionMode" : "DELETE", + "actionTag" : "Remove", + "batchActionMode" : 1, + "codeName" : "remove", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Remove.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "DELETE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", + "builtinMethod" : false, + "enableBatchAction" : true, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionMode" : "SAVE", + "actionTag" : "Save", + "codeName" : "save", + "methodType" : "DEACTION", + "name" : "Save", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Save.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "save" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/save", + "builtinMethod" : false + }, { + "actionMode" : "UPDATE", + "actionTag" : "Update", + "codeName" : "update", + "methodType" : "DEACTION", + "name" : "Update", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "getParamPSDataEntity" : { + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + "id" : "dictionary_data_dto" }, - "default" : true, - "entityParam" : true - } ], - "getStartPSDELogicNode" : { + "type" : "DTO" + }, + "getPSDEAction" : { "modelref" : true, - "id" : "Begin" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Update.json" }, - "enableBackend" : false, - "enableFront" : true - } ], - "getAllPSAppDEMethodDTOs" : [ { - "codeName" : "dictionary_data_dto", - "name" : "dictionary_data_dto", - "getPSAppDEMethodDTOFields" : [ { - "codeName" : "sequence", - "logicName" : "序号", - "name" : "sequence", - "getPSAppDEField" : { - "name" : "SEQUENCE", - "codeName" : "sequence" + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Update" + }, + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "builtinMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "codeName" : "fetch_default", + "dataSetName" : "DEFAULT", + "dataSetTag" : "Default", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 6, - "type" : "SIMPLE" - }, { - "codeName" : "type", - "logicName" : "类型", - "name" : "type", - "getPSAppDEField" : { - "name" : "TYPE", - "codeName" : "type" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "val", - "logicName" : "值", - "name" : "val", - "getPSAppDEField" : { - "name" : "VAL", - "codeName" : "val" + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_default", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea", + "dataSetName" : "idea", + "dataSetTag" : "idea", + "methodType" : "FETCH", + "name" : "fetch_idea", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "color", - "logicName" : "颜色", - "name" : "color", - "getPSAppDEField" : { - "name" : "COLOR", - "codeName" : "color" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "is_system", - "logicName" : "是否系统默认", - "name" : "is_system", - "getPSAppDEField" : { - "name" : "IS_SYSTEM", - "codeName" : "is_system" + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea_priority", + "dataSetName" : "idea_priority", + "dataSetTag" : "idea_priority", + "methodType" : "FETCH", + "name" : "fetch_idea_priority", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 9, - "type" : "SIMPLE" - }, { - "codeName" : "catalog", - "logicName" : "字典目录", - "name" : "catalog", - "getPSAppDEField" : { - "name" : "CATALOG", - "codeName" : "catalog" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "create_man", - "logicName" : "建立人", - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_priority" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_priority" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_priority", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea_source", + "dataSetName" : "idea_source", + "dataSetTag" : "idea_source", + "methodType" : "FETCH", + "name" : "fetch_idea_source", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE", - "allowEmpty" : false - }, { - "codeName" : "create_time", - "jsonFormat" : "yyyy-MM-dd HH:mm:ss", - "logicName" : "建立时间", - "name" : "create_time", - "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 5, - "type" : "SIMPLE", - "allowEmpty" : false - }, { - "codeName" : "id", - "logicName" : "标识", - "name" : "id", - "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_source" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_source" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_source", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea_state", + "dataSetName" : "idea_state", + "dataSetTag" : "idea_state", + "methodType" : "FETCH", + "name" : "fetch_idea_state", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE", - "allowEmpty" : false - }, { - "codeName" : "name", - "logicName" : "名称", - "name" : "name", - "getPSAppDEField" : { - "name" : "NAME", - "codeName" : "name" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "update_man", - "logicName" : "更新人", - "name" : "update_man", - "getPSAppDEField" : { - "name" : "UPDATE_MAN", - "codeName" : "update_man" + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_state" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_state" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_state", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea_type", + "dataSetName" : "idea_type", + "dataSetTag" : "idea_type", + "methodType" : "FETCH", + "name" : "fetch_idea_type", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE", - "allowEmpty" : false - }, { - "codeName" : "update_time", - "jsonFormat" : "yyyy-MM-dd HH:mm:ss", - "logicName" : "更新时间", - "name" : "update_time", - "getPSAppDEField" : { - "name" : "UPDATE_TIME", - "codeName" : "update_time" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 5, - "type" : "SIMPLE", - "allowEmpty" : false - } ], - "sourceType" : "DE", - "type" : "DEFAULT" + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_type" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_type" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_type", + "builtinMethod" : false }, { - "codeName" : "dictionary_data_filter_dto", - "name" : "dictionary_data_filter_dto", - "getPSAppDEMethodDTOFields" : [ { - "codeName" : "n_catalog_eq", - "logicName" : "字典目录", - "name" : "n_catalog_eq", - "getPSAppDEField" : { - "name" : "CATALOG", - "codeName" : "catalog" + "codeName" : "fetch_release_stage", + "dataSetName" : "release_stage", + "dataSetTag" : "release_stage", + "methodType" : "FETCH", + "name" : "fetch_release_stage", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFSEARCHMODE", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "n_id_eq", - "logicName" : "标识", - "name" : "n_id_eq", - "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFSEARCHMODE", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "n_name_like", - "logicName" : "名称", - "name" : "n_name_like", - "getPSAppDEField" : { - "name" : "NAME", - "codeName" : "name" + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "release_stage" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_release_stage" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_release_stage", + "builtinMethod" : false + }, { + "codeName" : "fetch_test_case", + "dataSetName" : "test_case", + "dataSetTag" : "test_case", + "methodType" : "FETCH", + "name" : "fetch_test_case", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFSEARCHMODE", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "n_type_eq", - "logicName" : "类型", - "name" : "n_type_eq", - "getPSAppDEField" : { - "name" : "TYPE", - "codeName" : "type" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFSEARCHMODE", - "stdDataType" : 25, - "type" : "SIMPLE" - } ], - "sourceType" : "DE", - "type" : "DEFILTER" - } ], - "getAllPSAppDEMethods" : [ { - "actionMode" : "CHECKKEY", - "actionTag" : "CheckKey", - "codeName" : "check_key", - "methodType" : "DEACTION", - "name" : "CheckKey", + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case", + "builtinMethod" : false + }, { + "codeName" : "fetch_test_case_importance_level", + "dataSetName" : "test_case_importance_level", + "dataSetTag" : "test_case_importance_level", + "methodType" : "FETCH", + "name" : "fetch_test_case_importance_level", "getPSAppDEMethodInput" : { "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_importance_level" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_importance_level" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_importance_level", + "builtinMethod" : false + }, { + "codeName" : "fetch_test_case_status", + "dataSetName" : "test_case_status", + "dataSetTag" : "test_case_status", + "methodType" : "FETCH", + "name" : "fetch_test_case_status", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", - "stdDataType" : 9, - "type" : "SIMPLE" + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/CheckKey.json" + "id" : "test_case_status" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "CREATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "check_key" + "id" : "fetch_test_case_status" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/check_key", + "requestPath" : "/fetch_test_case_status", "builtinMethod" : false }, { - "actionMode" : "CREATE", - "actionTag" : "Create", - "codeName" : "create", - "methodType" : "DEACTION", - "name" : "Create", + "codeName" : "fetch_test_case_test_type", + "dataSetName" : "test_case_test_type", + "dataSetTag" : "test_case_test_type", + "methodType" : "FETCH", + "name" : "fetch_test_case_test_type", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, - "type" : "DTO", - "output" : true + "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", @@ -1255,37 +2647,37 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Create.json" + "id" : "test_case_test_type" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "CREATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "Create" + "id" : "fetch_test_case_test_type" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "builtinMethod" : false, - "noServiceCodeName" : true + "requestPath" : "/fetch_test_case_test_type", + "builtinMethod" : false }, { - "actionMode" : "READ", - "actionTag" : "Get", - "codeName" : "get", - "methodType" : "DEACTION", - "name" : "Get", + "codeName" : "fetch_test_case_type", + "dataSetName" : "test_case_type", + "dataSetTag" : "test_case_type", + "methodType" : "FETCH", + "name" : "fetch_test_case_type", "getPSAppDEMethodInput" : { - "getKeyPSAppDEField" : { - "name" : "ID", - "codeName" : "id" - }, "name" : "输入对象", - "type" : "KEYFIELD" + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", @@ -1293,11 +2685,11 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Get.json" + "id" : "test_case_type" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1305,25 +2697,23 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "Get" + "id" : "fetch_test_case_type" }, - "requestField" : "ID", - "requestMethod" : "GET", - "requestParamType" : "FIELD", - "builtinMethod" : false, - "needResourceKey" : true, - "noServiceCodeName" : true + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_type", + "builtinMethod" : false }, { - "actionMode" : "GETDRAFT", - "actionTag" : "GetDraft", - "codeName" : "get_draft", - "methodType" : "DEACTION", - "name" : "GetDraft", + "codeName" : "fetch_ticket", + "dataSetName" : "ticket", + "dataSetTag" : "ticket", + "methodType" : "FETCH", + "name" : "fetch_ticket", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, "type" : "DTO" }, @@ -1333,34 +2723,35 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/GetDraft.json" + "id" : "ticket" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "CREATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "get_draft" + "id" : "fetch_ticket" }, - "requestMethod" : "GET", - "requestParamType" : "NONE", - "requestPath" : "/get_draft", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket", "builtinMethod" : false }, { - "actionMode" : "MOVEORDER", - "codeName" : "move_order", - "methodType" : "DEACTION", - "name" : "move_order", + "codeName" : "fetch_ticket_priority", + "dataSetName" : "ticket_priority", + "dataSetTag" : "ticket_priority", + "methodType" : "FETCH", + "name" : "fetch_ticket_priority", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, "type" : "DTO" }, @@ -1370,106 +2761,75 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTOS" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/move_order.json" + "id" : "ticket_priority" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "UPDATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "move_order" + "id" : "fetch_ticket_priority" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/move_order", - "builtinMethod" : false, - "needResourceKey" : true + "requestPath" : "/fetch_ticket_priority", + "builtinMethod" : false }, { - "actionMode" : "CUSTOM", - "actionType" : "DELOGIC", - "codeName" : "nothing", - "methodType" : "DEACTION", - "name" : "nothing", - "getPSAppDELogic" : { - "modelref" : true, - "id" : "nothing" - }, + "codeName" : "fetch_ticket_solution", + "dataSetName" : "ticket_solution", + "dataSetTag" : "ticket_solution", + "methodType" : "FETCH", + "name" : "fetch_ticket_solution", "getPSAppDEMethodInput" : { - "codeName" : "NothingInput", - "name" : "NothingInput", + "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, "type" : "DTO" }, - "getPSAppDEMethodReturn" : { - "codeName" : "NothingResult", - "name" : "NothingResult", - "type" : "VOID" - }, - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/nothing.json" - }, - "builtinMethod" : false - }, { - "actionMode" : "DELETE", - "actionTag" : "Remove", - "batchActionMode" : 1, - "codeName" : "remove", - "methodType" : "DEACTION", - "name" : "Remove", - "getPSAppDEMethodInput" : { - "getKeyPSAppDEField" : { - "name" : "ID", - "codeName" : "id" - }, - "name" : "输入对象", - "type" : "KEYFIELDS" - }, "getPSAppDEMethodReturn" : { "name" : "返回对象", - "type" : "VOID" + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Remove.json" + "id" : "ticket_solution" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "DELETE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "Remove" + "id" : "fetch_ticket_solution" }, - "requestField" : "ID", - "requestMethod" : "DELETE", - "requestParamType" : "FIELD", - "builtinMethod" : false, - "enableBatchAction" : true, - "needResourceKey" : true, - "noServiceCodeName" : true + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_solution", + "builtinMethod" : false }, { - "actionMode" : "SAVE", - "actionTag" : "Save", - "codeName" : "save", - "methodType" : "DEACTION", - "name" : "Save", + "codeName" : "fetch_ticket_state", + "dataSetName" : "ticket_state", + "dataSetTag" : "ticket_state", + "methodType" : "FETCH", + "name" : "fetch_ticket_state", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, - "type" : "DTO", - "output" : true + "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", @@ -1477,38 +2837,37 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Save.json" + "id" : "ticket_state" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "CREATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "save" + "id" : "fetch_ticket_state" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/save", + "requestPath" : "/fetch_ticket_state", "builtinMethod" : false }, { - "actionMode" : "UPDATE", - "actionTag" : "Update", - "codeName" : "update", - "methodType" : "DEACTION", - "name" : "Update", + "codeName" : "fetch_work_item", + "dataSetName" : "work_item", + "dataSetTag" : "work_item", + "methodType" : "FETCH", + "name" : "fetch_work_item", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, - "type" : "DTO", - "output" : true + "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", @@ -1516,31 +2875,30 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Update.json" + "id" : "work_item" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "UPDATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "Update" + "id" : "fetch_work_item" }, - "requestMethod" : "PUT", + "requestMethod" : "POST", "requestParamType" : "ENTITY", - "builtinMethod" : false, - "needResourceKey" : true, - "noServiceCodeName" : true + "requestPath" : "/fetch_work_item", + "builtinMethod" : false }, { - "codeName" : "fetch_default", - "dataSetName" : "DEFAULT", - "dataSetTag" : "Default", + "codeName" : "fetch_work_item_category", + "dataSetName" : "work_item_category", + "dataSetTag" : "work_item_category", "methodType" : "FETCH", - "name" : "fetch_default", + "name" : "fetch_work_item_category", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1559,7 +2917,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "Default" + "id" : "work_item_category" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1567,18 +2925,18 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_default" + "id" : "fetch_work_item_category" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_default", + "requestPath" : "/fetch_work_item_category", "builtinMethod" : false }, { - "codeName" : "fetch_idea", - "dataSetName" : "idea", - "dataSetTag" : "idea", + "codeName" : "fetch_work_item_priority", + "dataSetName" : "work_item_priority", + "dataSetTag" : "work_item_priority", "methodType" : "FETCH", - "name" : "fetch_idea", + "name" : "fetch_work_item_priority", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1597,7 +2955,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "idea" + "id" : "work_item_priority" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1605,18 +2963,18 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_idea" + "id" : "fetch_work_item_priority" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_idea", + "requestPath" : "/fetch_work_item_priority", "builtinMethod" : false }, { - "codeName" : "fetch_idea_state", - "dataSetName" : "idea_state", - "dataSetTag" : "idea_state", + "codeName" : "fetch_work_item_probability", + "dataSetName" : "work_item_probability", + "dataSetTag" : "work_item_probability", "methodType" : "FETCH", - "name" : "fetch_idea_state", + "name" : "fetch_work_item_probability", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1635,7 +2993,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "idea_state" + "id" : "work_item_probability" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1643,18 +3001,18 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_idea_state" + "id" : "fetch_work_item_probability" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_idea_state", + "requestPath" : "/fetch_work_item_probability", "builtinMethod" : false }, { - "codeName" : "fetch_release_stage", - "dataSetName" : "release_stage", - "dataSetTag" : "release_stage", + "codeName" : "fetch_work_item_risk", + "dataSetName" : "work_item_risk", + "dataSetTag" : "work_item_risk", "methodType" : "FETCH", - "name" : "fetch_release_stage", + "name" : "fetch_work_item_risk", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1673,7 +3031,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "release_stage" + "id" : "work_item_risk" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1681,18 +3039,18 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_release_stage" + "id" : "fetch_work_item_risk" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_release_stage", + "requestPath" : "/fetch_work_item_risk", "builtinMethod" : false }, { - "codeName" : "fetch_ticket_state", - "dataSetName" : "ticket_state", - "dataSetTag" : "ticket_state", + "codeName" : "fetch_work_item_severity", + "dataSetName" : "work_item_severity", + "dataSetTag" : "work_item_severity", "methodType" : "FETCH", - "name" : "fetch_ticket_state", + "name" : "fetch_work_item_severity", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1711,7 +3069,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "ticket_state" + "id" : "work_item_severity" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1719,11 +3077,11 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_ticket_state" + "id" : "fetch_work_item_severity" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_ticket_state", + "requestPath" : "/fetch_work_item_severity", "builtinMethod" : false }, { "codeName" : "FilterCreate", diff --git a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/idea.json b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/idea.json index 6edabca8a00a0f3ec85142ba2f42680e029cddb5..f1297fb6cefe36791a7cff8ed1fbda8763409500 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/idea.json +++ b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/idea.json @@ -1405,6 +1405,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_baseline_choose_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_baseline_idea", + "dataSetName" : "baseline_idea", + "dataSetTag" : "baseline_idea", + "methodType" : "FETCH", + "name" : "fetch_baseline_idea", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_baseline_idea" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_baseline_idea", + "builtinMethod" : false }, { "codeName" : "fetch_baseline_plan_idea", "dataSetName" : "baseline_plan_idea", @@ -2317,6 +2355,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_relation_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_review_data", + "dataSetName" : "review_data", + "dataSetTag" : "review_data", + "methodType" : "FETCH", + "name" : "fetch_review_data", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "review_data" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_review_data" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_review_data", + "builtinMethod" : false }, { "codeName" : "fetch_user", "dataSetName" : "user", @@ -4527,6 +4603,39 @@ "name" : "RELATION_TOTAL_TEST_CASE", "stdDataType" : 6, "userTag4" : "INTENAL" + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[REVIEW_RESULT_STATE][评审结果]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[REVIEW_RESULT_STATE][评审结果]移动端默认", + "stringLength" : 60, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[REVIEW_RESULT_STATE][评审结果]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[REVIEW_RESULT_STATE][评审结果]", + "stringLength" : 60, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + } ], + "codeName" : "review_result_state", + "logicName" : "评审结果", + "name" : "REVIEW_RESULT_STATE", + "stdDataType" : 25, + "stringLength" : 60 }, { "getAllPSAppDEFUIModes" : [ { "codeName" : "MobileDefault", @@ -6928,6 +7037,17 @@ "sourceType" : "DEFIELD", "stdDataType" : 6, "type" : "SIMPLE" + }, { + "codeName" : "review_result_state", + "logicName" : "评审结果", + "name" : "review_result_state", + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "codeName" : "remaining_workload", "logicName" : "剩余工时", @@ -7706,6 +7826,17 @@ "sourceType" : "DEFSEARCHMODE", "stdDataType" : 9, "type" : "SIMPLE" + }, { + "codeName" : "n_review_result_state_eq", + "logicName" : "评审结果", + "name" : "n_review_result_state_eq", + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "codeName" : "n_section_id_eq", "logicName" : "子产品标识", @@ -9052,6 +9183,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_baseline_choose_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_baseline_idea", + "dataSetName" : "baseline_idea", + "dataSetTag" : "baseline_idea", + "methodType" : "FETCH", + "name" : "fetch_baseline_idea", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_baseline_idea" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_baseline_idea", + "builtinMethod" : false }, { "codeName" : "fetch_baseline_plan_idea", "dataSetName" : "baseline_plan_idea", @@ -9964,6 +10133,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_relation_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_review_data", + "dataSetName" : "review_data", + "dataSetTag" : "review_data", + "methodType" : "FETCH", + "name" : "fetch_review_data", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "review_data" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_review_data" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_review_data", + "builtinMethod" : false }, { "codeName" : "fetch_user", "dataSetName" : "user", @@ -10192,6 +10399,36 @@ }, "tempDataMode" : 2, "builtinMethod" : false + }, { + "codeName" : "FetchTempBaseline_idea", + "dataSetTag" : "baseline_idea", + "dataSetType" : "DATAQUERY", + "methodType" : "FETCHTEMP", + "name" : "baseline_idea", + "getPSAppDEMethodInput" : { + "codeName" : "Baseline_ideaInput", + "name" : "Baseline_ideaInput", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "codeName" : "Baseline_ideaResult", + "name" : "Baseline_ideaResult", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "tempDataMode" : 2, + "builtinMethod" : false }, { "codeName" : "FetchTempBi_detail", "dataSetTag" : "bi_detail", diff --git a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json index cf84d73a437a4035ab1b975731f947920d841b78..af7df8f127ef052dc9328bcfd33fdf21eebba19b 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json +++ b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json @@ -1067,6 +1067,10 @@ "codeName" : "attentions_imp" } } ], + "getPSSysSFPlugin" : { + "modelref" : true, + "path" : "PSSYSSFPLUGINS/DynaFieldDEDataImportRuntimeEx.json" + }, "updateDataAccessAction" : "UPDATE", "getUpdatePSAppDEAction" : { "modelref" : true, diff --git a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/ticket.json b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/ticket.json index 0c7ef6bef00f976bb64fb02107f2843b19d7e92a..6a3b6c4ce6424c330b3630ccca3476523cdbf172 100644 --- a/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/ticket.json +++ b/model/PSSYSAPPS/plmmob/PSAPPDATAENTITIES/ticket.json @@ -1201,6 +1201,10 @@ "codeName" : "attentions_imp" } } ], + "getPSSysSFPlugin" : { + "modelref" : true, + "path" : "PSSYSSFPLUGINS/DynaFieldDEDataImportRuntimeEx.json" + }, "updateDataAccessAction" : "UPDATE", "getUpdatePSAppDEAction" : { "modelref" : true, diff --git a/model/PSSYSAPPS/plmmob/PSSYSAPP.hubsubapp.json b/model/PSSYSAPPS/plmmob/PSSYSAPP.hubsubapp.json index 4af0c4e7e6ce88453a2374ed620192bbad4b5670..94fd036dee082dfa7dae1211c150990dd8ce6f17 100644 --- a/model/PSSYSAPPS/plmmob/PSSYSAPP.hubsubapp.json +++ b/model/PSSYSAPPS/plmmob/PSSYSAPP.hubsubapp.json @@ -2014,7 +2014,7 @@ "pluginCode" : "PERSON_SELECT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizPersonelSelect", - "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.204", + "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.206", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -2312,7 +2312,7 @@ "pluginCode" : "COMMENT_ITEM", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizCommentItemRawItem", - "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.139", + "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.209", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { diff --git a/model/PSSYSAPPS/plmmob/PSSYSAPP.hubsubapp.json.css b/model/PSSYSAPPS/plmmob/PSSYSAPP.hubsubapp.json.css index 1a8d68b45badf9d66546f546f3bf3dd8b10935de..59636e4bfd628f08fb2a21a49c79e0f037713c0d 100644 --- a/model/PSSYSAPPS/plmmob/PSSYSAPP.hubsubapp.json.css +++ b/model/PSSYSAPPS/plmmob/PSSYSAPP.hubsubapp.json.css @@ -1,5788 +1,5795 @@ /*** START:系统样式表 ***/ - .drbar-ex-underline { -border-bottom: 1px solid var(--ibiz-color-border); -} - -/* drbar头部样式 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { -padding: 8px 0px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { -margin-left: 4px; -} -.drbar-ex-underline .ibiz-panel-container--container { -padding-right: 4px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ -border: none; -} - -/* 图标居中 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, -.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { -margin: 0; -} - .editview2-menu .ibiz-control-drbar__menu { - padding: 8px 16px; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { - width: 100%; - height: 48px; - padding-left: 8px !important; - pointer-events: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { - color: #888d91; -} -.editview2-menu - .ibiz-control-drbar__menu - .el-sub-menu__title - .el-sub-menu__icon-arrow { - display: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { - background: 0 0; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item { - height: 32px; - padding: 0; - padding-left: 24px; - border-radius: 4px; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item:hover { - background: var(--ibiz-color-bg-0); -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item.is-active { - color: #557da5; - background: #d9ecff; -} - - .html-readonly-bg-white .ibiz-html .w-e-scroll { - background-color: var(--ibiz-color-bg-0); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { - background-color: var(--ibiz-color-bg-1); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { - background-color: var(--ibiz-color-bg-1); -} - - .pc_login_style .ibiz-panel-container-image{ - min-height: 100%; - min-width: 100%; - background-size: cover; - background-attachment: fixed; -} -.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ - width: 100%; - height: 100%; -} -.pc_login_style .ibiz-panel-container--container9{ - margin: 3vw 0px 0px 3vw; -} -.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container1 { - position: absolute; - right: 7vw; - height: 60vh; - min-width: 400px; - width: 27vw; - border-radius: 1vw; - box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); - margin-bottom: 80px; - background: white; - margin-top: 8vh; -} -.pc_login_style .ibiz-panel-field--auth_userid { - height: 5vh; -} -.pc_login_style .ibiz-panel-field--auth_password{ - height: 5vh; -} - - .pc_login_style .ibiz-panel-container--container5{ - height: 100% !important; - padding: 5vh 3vh 0vh 3vh !important; -} -.pc_login_style .ibiz-panel-container--container_4{ - height: 15vh; - margin: 4vh 0px 0px 0px; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ - font-size: 3vh; - color: #41c1f7; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ - margin-top: 3vh; - background-color: #42b1ff; - height: 4vh; - font-size: 1.8vh; -} -.pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 1vw; -} -.pc_login_style .el-input__inner{ - font-size: 1.25vh; -} -.pc_login_style .el-checkbox__label{ - font-size: 1vh; -} - .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ - overflow: hidden !important; -} - - .pc_login_style .ibiz-panel-container--container_switch{ - position: absolute; - height: 50% !important; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ - width: 20vh; - height: 20vh; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ - display: none; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ - font-size: 2vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ - color: #595959; - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, -.pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 100%; -} - -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { - background-color: unset !important; -} - -.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 10vh; - height: 10vh; - max-width: 256px !important; - max-height: 256px !important; - min-width: 84px !important; - min-height: 84px !important; -} - -.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container1 { - min-height: 500px; -} - -@media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, - .pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 84px; - } - .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 84px; - height: 84px; - } - - .pc_login_style .ibiz-panel-container--container_4 { - height: 125px; - margin-top: 32px; - } - - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { - font-size: 25px; - font-weight: 600; - } - -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { - font-size: 25px; - font-weight: 600; - color: #41c1f7; - } - - .pc_login_style .ibiz-panel-container--container5 { - height: 100% !important; - padding: 41.5px 24.9px 0px 24.9px !important; - } - - .pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 14.4px; - } - - .pc_login_style .ibiz-panel-field--auth_userid, - .pc_login_style .ibiz-panel-field--auth_password { - height: 41.5px; - } - - .pc_login_style .el-input__inner { - font-size: 10.375px; - } - - .pc_login_style .el-checkbox__label { - font-size: 8.3px; - } - - .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { - margin-top: 24.9px; - background-color: #42b1ff; - height: 33.2px; - font-size: 14.9px; - } -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { - width: 164px; - height: 164px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { - font-size: 16.4px; - font-weight: 600; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { - color: #595959; - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { - font-size: 25px; - font-weight: 600; - } -} - .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ - font-size: 16px; - margin-top: 3px; -} - /* 表单分组标题 */ -.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { - font-size: 16px; - color: var(--ibiz-color-disabled-text); -} -/* 表单分页样式(padding、导航栏标题) */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { - padding: 0 11px 0 13px; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { - font-size: 14px; -} -/* 两侧滚动条 */ -.main-info-common-view .ibiz-control-form { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { - height: 100%; - overflow: auto scroll; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { - height: auto; -} - - /* 主信息编辑视图通用计数器样式 */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - top: 50%; -} - /* 表单标题 使用多行文本时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { - font-size: var(--ibiz-font-size-header-3); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { - line-height: var(--ibiz-editor-default-line-height); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { - height: 100%; - padding: 0; -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { - padding-top: 5px; - padding-bottom: 5px; -} -/* 只读时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { - font-size: var(--ibiz-font-size-header-3); - padding: 5px 11px; - height: 100%; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { - padding: 0 11px; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { - padding: 0 11px; -} - - .main-info-common-view .ibiz-panel-view-content--view_content { - padding-top: 0; -} - -.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} - -.main-info-common-view - .ibiz-grid-container--container_view_bottom - .ibiz-panel-container--container1 { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} -.main-info-common-view .ibiz-control-form { - padding-bottom: 0; - margin-bottom: var(--ibiz-spacing-tright); -} -/* 评审列表视图背景颜色 */ -.main-info-common-view .ibiz-view.ibiz-view-delistview { - background-color: transparent; -} - - -.main-info-common-view .ibiz-grid-container--container_view_bottom { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { - position: relative; - z-index: 998; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { - position: absolute; - padding: 6px 8px 8px 8px; - top: -269px; - background-color: var(--ibiz-color-bg-1); -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { - top: 0; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { - z-index: 999; -} - .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ - padding-left: 5px; - padding-right: 5px; -} -/* 客户沟通单独处理 */ -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { - top: -292px !important; -} - .main-info-common-view .ibiz-dropdown:has(.green-span), -.main-info-common-view .ibiz-dropdown:has(.blue-span), -.main-info-common-view .ibiz-dropdown:has(.orange-span), -.main-info-common-view .ibiz-dropdown:has(.red-span) { -min-height: var(--ibiz-form-item-container-line-height); -display: flex; -align-items: center; -} - .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { - background: transparent; -} - /* 富文本工具栏定位 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ - transform: translateY(-100%); - padding-top: 35px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -/* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} - - /* 表单标题 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { - font-size: var(--ibiz-font-size-header-3); - color: var(--ibiz-color-text-0); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input { - height: var(--ibiz-height-control-default); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { - min-height: calc(var(--ibiz-height-control-default) - 2px); - height: calc(var(--ibiz-height-control-default) - 2px); -} - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ - overflow: visible; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 隐藏滚动条 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.main-info-common-view .ibiz-form-group--executors_container{ - position: relative; -} - -.main-info-common-view .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.main-info-common-view .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - -.main-info-common-view .ibiz-checkbox.is-show-default, -.main-info-common-view .el-checkbox.is-disabled { - padding: 1px 0px 0px 9px !important; -} - -.main-info-common-view .ibiz-attention--readonly.is-show-default { - margin: 1.6px; -} -.main-info-common-view .ibiz-control-edit-form { - padding: 0; -} - - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 左对齐 */ -.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { - float: left; -} - /* 上下对齐 */ -.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { - padding: 0 11px; -} - /* 折叠分组样式1 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { - position: relative; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { - width: auto; - height: auto; - position: absolute; - top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { - width: auto; - height: auto; - position: absolute; - top: 0; - right: 34px; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { - position: initial; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { - display: block; -} - /* 折叠分组样式2 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { - display: none; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { - padding: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { - padding-top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { - border-left: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { - border: none; -} - - /* 折叠分组样式3 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { - margin: 0 8px; - padding-right: 8px; - border: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} -/* 评论容器取消发送按钮位置 */ -.main-info-common-view .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 0; -} -.main-info-common-view .ibiz-panel-button--comment__cancel { - right: 76px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { -background-color: initial; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { -padding: 0 10px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { -background-color: var(--ibiz-color-fill-0); -border-radius: 18px; -padding: 0 12px; -line-height: 24px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { -background-color: var(--ibiz-color-fill-2); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { -color: var(--ibiz-form-tab-panel-text-color); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ -background-color: var(--ibiz-color-primary-active); -color: var(--ibiz-color-primary-active-text); -} - .main-info-common-view .ibiz-grid-container--container_view_bottom > div { -height: 100%; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { -min-height: 48px; -} -.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { -position: static; -} -.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { -width: calc(100% - 4px); -min-height: 48px; -padding-right: 32px; -position: absolute; -top: 0; -} -/* 时间范围宽度 */ -.main-info-common-view .ibiz-date-range-picker { -max-width: 250px; -} - - .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { - background-color: rgb(74 129 199 / 60%) !important; -} - .second_dev_tab_style .ibiz-panel-view-content { - overflow: hidden !important; - padding: 0 !important; -} - .codelist-only-icon { - display: flex; - align-items: center; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item { - font-size: 0; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { - font-size: var(--ibiz-form-item-font-size); -} - .dashboard_container > div { - border: 0 !important; - overflow: hidden !important; -} - .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: var(--ibiz-width-icon-large); - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: var(--ibiz-border-radius-extra-small); - transform: translateY(-50%); -} - -.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { - margin-left: 16px; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ - padding-top: 0px !important; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ - padding-top: 0px !important; -} - .board_title_style{ - margin: 10px 10px 25px 10px; - width: 300px; - height: 35px; -} - -.board_title_style .el-input__wrapper { - font-size: 20px; - font-weight: 600; -} - .dashboard_repair_style .ibiz-panel-field--total span { - display: flex; - align-items: center; -} - .recentcustom_dashboard_view_style .ibiz-portlet-layout { - --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { - border: 1px solid var(--ibiz-color-border); - border-bottom: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { - padding-bottom: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); - /* border-top: none; */ -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { - padding: 0; - overflow: hidden; - border: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { - position: relative; - padding-right: 0; - padding-left: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - right: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { - position: relative; -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - position: absolute; - top: 0; - width: 0; - height: 102px; - content: ""; - border-left: 1px solid var(--ibiz-color-border); -} - .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ - font-size: 16px; -} - -/* 分组树更多图标 */ -.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { -font-size: 16px; -} - /* 文本框 */ -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - border: 0px solid #e8e8e9; - border-radius: 3px; - padding: 1px 15px; - height: 50px; - padding-top: 12px; -} - -/* 按钮 */ -.dependency_style .el-select .el-input { - display: flex; - height: 50px; -} - -/* 溢出控制 */ -.dependency_style .ibiz-panel-field .ibiz-panel-field-content { - line-height: inherit; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; -} - -/* 控制不显示滚动条 */ -.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { - overflow: hidden; -} - -/* 隐藏显示横线 */ -.dependency_style .el-collapse-item__header{ - border-bottom: none; -} - -/* 控制边距 */ -.dependency_style .el-collapse-item__content { - padding-bottom: 2px; -} - .dependency_style{ - overflow: hidden; -} - -.dependency_style .el-collapse{ - border-bottom: none; -} - -.dependency_style .el-collapse-item__wrap { - border-bottom: none; -} - -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; -} - -/* 悬浮色 */ -.dependency_style .ibiz-panel-container--container2:hover, -.dependency_style .ibiz-panel-container--container3:hover { - border-color: #6994be; - border: 1px solid #6994be -} - .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} - .ibiz-control-grid{ - --ibiz-control-grid-scrollbar-width: 8px; -} - .fullscreen .ibiz-form-group--grouppanel1 { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .ibiz-form-item-container__content { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-item-container__editor { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel2 { - display: none; -} - - .fullscreen .ibiz-rawitem.ibiz-form-raw-item { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel_attachments_grid { - display: flex; - flex-flow: column nowrap; - place-content: center center; - align-items: center; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-header { - width: 80%; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__content { - display: block; - flex-flow: unset; - place-content: unset; - align-items: unset; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__editor { - max-width: 100%; -} - .shared_simple_view_style .ibiz-panel-view-content--view_content{ - padding: 0; -} - -.shared_simple_view_style .ibiz-panel-view-content{ - width: 75%; -} -.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ - background-color:white; -} -.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ - background-color: #f9f9f9; -} - .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { - padding: 0; -} - .shared_link_top{ - height: 52px; - border-bottom: 1px solid #eee; - background-color: #FFF; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ - height: 52px; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { - display: block; - font-size: 18px; - font-weight: 500; - color: #333; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; -} -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { - color: #ddd; -} - .shared_setting_style .ibiz-form-item--enable_password{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--enable_expiration{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--subset_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--is_shared_subset{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--pwd_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--expiration_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--access_password{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--expiration_date{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--shared_page_url{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-button--copy_page_url{ - padding-top: 0; -} - - - .mob_attention_title_style.ibiz-panel-field { -display: flex; -align-items: center; -height: 100%; -} -.mob_attention_title_style.ibiz-panel-field .ibiz-span { -height: var(--ibiz-font-size-header-5); -padding: 0 0.375rem; -margin-left: var(--ibiz-spacing-tight); -font-size: 0.7rem; -color: var(--ibiz-color-text-2); -background-color: var(--ibiz-color-border); -border-radius: var(--ibiz-font-size-header-5); -} - .relation_recent_style{ - line-height: normal; -} - -/* 控制项标题文字过多导致的样式异常 */ -.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; - max-width: 1460px; -} - .tab_tree_panel_style .ibiz-tab-group-select-tree{ - padding-left: 0px !important; -} - .tab-exp-select{ - border-right: 1px solid #e9e9e9; -} - .ibiz-panel-container--view_tabexppanel .el-tabs__item { - height: 64px; -} -.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { - font-size: 16px; -} -.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ - font-size: 16px; -} -/* 分页导航视图padding */ -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { - padding: 0; -} -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { - padding: var(--ibiz-panel-view-content-padding); -} - - .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; - margin-left: 0.6rem; -} - -.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ - flex: unset; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { - padding-left: 0.5rem; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; -} - .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { - padding-top: 0; -} - - .delete-button .el-button{ - color: #fff; - background-color: #ff7575; - border-color: #ff7575; -} - .relation_tree_node_style .ibiz-panel-field--show_identifier span{ - color: #a1a1a2; - margin-left: 5px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ - overflow: hidden; -} -.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} -.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ - overflow: hidden; -} - .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ -height: 50px !important; -} - .right_button_style .van-button{ - padding: 0px 10px 0px 0px; -} - .reply_list_style .ibiz-control-list-item.is-active, -.reply_list_style .ibiz-control-list-item:hover { - background-color: transparent !important; -} - .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { - display: none; -} -.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { - display: none; -} - .big-icon { - padding: 0; -} -.big-icon .el-button { - font-size: 24px; - padding: 8px; -} -.big-icon .el-button .ibiz-icon { - max-width: 24px !important; - max-height: 24px !important; -} -.big-icon .el-button .ibiz-panel-button-content--caption { - display: none; -} - .average-toolbar { - position: relative; - justify-content: space-evenly; - height: 48px; -} - .vertical-divider .ibiz-rawitem { - border-left: 1px solid var(--ibiz-color-border); - height: 1em; -} -.vertical-divider .el-divider { - display: none; -} - .multiple_people_style .ibiz-form-group--grouppanel6{ - /* height: 20px; */ - margin: -18px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ - width: 70px; - padding: 1px 0px 0px 5px !important; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { - padding-right: 0px !important; -} - -.multiple_people_style .ibiz-form-group--grouppanel9{ - height: 20px; - margin: 8px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ - width: 70px; - padding: 0px 0px 0px 5px !important; -} - - .con_bottom_shadow_style{ - border-bottom: 1px solid var(--ibiz-color-border); -} -/* 如果有树,把树的下边框去掉 */ -.con_bottom_shadow_style .ibiz-tab-group-select-tree { - border-bottom: 0px !important; -} - - .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { - padding-left: 0; -} -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding-left: 0; -} - - .recentdata-custom>div>div>div:nth-child(2) { -flex: 1; -} - .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { - padding-left: 16px; - height: 16px; -} -/* 类型位置 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { - - padding-left: 5px; - padding-bottom: 15px; - -} -/* 类型文字 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { - font-size: 15px; - -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { - margin-left: -17px; -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { - padding: 0px; -} - .work_item_type_global_style .ibiz-panel-button{ - padding-top: 0px; -} - -.work_item_type_global_style .ibiz-icon { - margin-top: 5px; -} - - /* 按钮样式 */ -.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .ibiz-control-toolbar__item--primary .el-button.el-button--primary { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { - color: var(--ibiz-color-primary-hover); - background-color: var(--ibiz-color-primary-light-hover); -} - - .ibiz-control-toolbar--user .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.ibiz-control-toolbar--user .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { - border-bottom: none; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { - color: var(--ibiz-color-text-3); - background-color: transparent; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ - outline: none; -} -.ibiz-control-toolbar-submenu-popper--user { - background: transparent; -} -.ibiz-control-toolbar-submenu-popper--user .el-button { - color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { - background-color: var(--ibiz-color-bg-0); -} - /*工具栏分组项按钮2样式*/ -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { -color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style2 .el-button { ---el-button-bg-color: transparent; ---el-button-hover-bg-color: transparent; ---el-button-active-bg-color: transparent; ---el-button-text-color: var(--ibiz-color-text-3); ---el-button-hover-text-color: var(--ibiz-color-text-3); ---el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { -padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { -padding: 0 10px; -} - -/* 适配分割线间距一致 */ -/* 适配分隔符在前面 */ -.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { -margin-left: -8px; -} -/* 适配分隔符在后面 */ -.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { -margin-left: -4px; -} -/* 分组按钮样式 */ -.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { -border: none; -} - -/* 窗口缩小样式 */ -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ -color: var(--ibiz-color-primary); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ - font-weight: 600; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { - fill: var(--ibiz-color-primary) !important; -} - -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { -stroke: var(--ibiz-color-primary) !important; -stroke-width: 30 !important; -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { - color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style3 .el-button { - --el-button-bg-color: transparent; - --el-button-hover-bg-color: transparent; - --el-button-active-bg-color: transparent; - --el-button-text-color: var(--ibiz-color-text-3); - --el-button-hover-text-color: var(--ibiz-color-text-3); - --el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { - padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { - padding: 0 10px; -} - - /*工具栏分组项按钮3样式*/ -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - - .toolbar-style-container .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.toolbar-style-container .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.toolbar-style-container { - border-bottom: 1px solid var(--ibiz-color-border); -} - /* 面板分页样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -height: 1px; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -min-height: 64px; -max-height: 64px; -width: 58px; -height: 100%; -border: none; -display: flex; -justify-content: center; -align-items: center; -} -/* 分页弹出按钮样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { -padding: 1px 0; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { -text-align: center; -} -.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ -gap: 56px; -} -/* 搜索表单取消padding */ -.workload-tab-head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 16px; -width: auto; -height: 63px; -} - /* 适配分页搜索下级视图自适应宽度 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { -width: 100%; -} -/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { -width: 16.66%; -} - /* 关系分页部件定位样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -position: relative; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -position: absolute; -top: 1px; -left: calc(16.65% + 15px); -z-index: 100; -} -/* 视图头部定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { -position: relative; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -/* 视图头部快速搜索定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { -width: auto; -position: absolute; -top: 0; -left: calc(16.65% + 81px); -} - -/* 快捷搜索部件样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ -display: flex; -align-items: center; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { -height: auto; -} -/* 边距调整 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { -margin-left: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { -margin-left: var(--ibiz-spacing-base-tight); -} - .mob_workload_calendar_style .ibiz-panel-container--container1 span { - font-size: 16px; - color: #8B8B8B; -} - -.mob_workload_calendar_style .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 16px; - color: #8B8B8B; - margin-left: 4px; -} - -.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - font-size: 16px; -} - -.mob_workload_calendar_style .ibiz-panel-field--name span { - font-size: 18px; - margin-left: 6px; -} - -.mob_workload_calendar_style .ibiz-spacing-right--outermedium { - margin-right: 8px !important; -} - -.mob_workload_calendar_style input::placeholder { - text-align: left; -} - .mob_workload_calendar_style .ibiz-form-item--date_range { - padding-top: 14px; -} - -.mob_workload_calendar_style{ - position: relative; -} -.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { - padding: 8px; - background-color: #F3F3F3; - border-radius: 8px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - -/* 列表中的分割线样式 */ -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { - position: relative; - top: 0.875rem; - left: 1rem; - display: block; - width: calc(100% - 2rem); - height: 0.0625rem; - content: ""; - background-color: var(--ibiz-color-border); -} - .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { - font-size: 18px; - color: #3B3B3B; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { - content: "小时"; - font-size: 16px; - color: #B8B8B8; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { - display: none !important; -} - /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ -.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { -width: 100%; -} -/* 视图头部样式 */ -.workload_log_head .ibiz-panel-view-header--view_header { -position: relative; -margin-top: 1px; -} -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -.workload_log_head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 8px; -width: auto; -height: 63px; -} - .mob_workload_log .ibiz-panel-field--duration span { - font-size: 32px; - text-align: center; -} - -.mob_workload_log .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 20px; - margin-left: 2px; -} - -.mob_workload_log .ibiz-panel-field--register_date span { - color: #8B8B8B; -} - -.mob_workload_log .ibiz-panel-container--container2 > div { - padding: 8px 12px; - margin-top: 8px; - background-color: #F1FBF5; - border-radius: 8px; - margin-right: 16px; -} - -.mob_workload_log .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_log .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - .mob_workload_log .ibiz-code-list .ibiz-icon { - padding-right: 0px !important; -} - -.mob_workload_log input::placeholder { - text-align: left; -} - -.mob_workload_log .ibiz-form-item--date_range { - padding-top: 14px; -} - - -.mob_workload_log { - position: relative; -} -.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_log .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_log .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .app_market_style .ibiz-panel-field--title span { - font-weight: bold; - font-size: larger; -} - -.app_market_style .ibiz-panel-field--version { - background-color: lightgrey; - padding: 5px 15px 5px 15px; - border-radius: 10px; -} - -.app_market_style .ibiz-panel-field--version span { - color: white; - font-weight: bold; -} - -.app_market_style .ibiz-panel-field--memo span { - font-size: medium; - color: grey; -} - -.app_market_style .ibiz-control-dataview-group-content__item-content>* { - margin-right: 32px; -} - -.app_market_style .el-card__body { - padding: 0px; -} - -.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { - padding: 8px 8px 8px 0px; -} - -/* .app_market_style .ibiz-control-dataview-item { - height: 100%; -} */ - -.app_market_style .ibiz-control-dataview-item.is-active { - background-color: unset !important; -} - .app_market_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; -} - -.app_market_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - -.app_market_style .ibiz-sort-bar { - display: none !important; -} - -.app_market_style .ibiz-panel-rawitem--using > div { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_market_style .ibiz-panel-rawitem--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; -} - .app_market_style .ibiz-panel-button-content--icon { - color: var(--el-button-bg-color); -} - .app-title-style .ibiz-panel-app-title__logo--expand, -.app-title-style svg { - margin-top: -25px; -} - - .app_info_style .ibiz-form-item--pscoreprdfuncname span { - font-weight: bold; - font-size: x-large; -} - -.app_info_style .ibiz-form-item--memo div div div div div { - color: darkgrey; - font-size: 15px; -} - -.app_info_style button[title="GitLab"] span svg path { - fill: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] span { - color: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="GitLab"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="GitLab"]:hover span { - color: #557DA5 !important; -} - -.app_info_style .ibiz-form-button , .ibiz-form-button-list { - padding: 8px 8px 8px 4px; -} - .app_info_style button[title="打开按钮"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="打开按钮"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { - color: #557DA5; -} - -.app_info_style button[title="设置"] span { - color: white; -} - .app_info_style .ibiz-form-item--currentversion { - padding-top: 0px; -} - -.app_info_style .ibiz-form-item--currentversion span { - font-size: 12px; - font-weight: bold; - color: grey; - background-color: lightgrey; - padding: 0px 6px 0px 6px; - border-radius: 6px; - height: 16px; - align-items: center; - display: flex; -} - -.app_info_style .ibiz-form-group--grouppanel3 { - margin-left: 10px; -} - -.app_info_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; -} - -.app_info_style .ibiz-form-tab-page--overview > div:first-child { - padding-right: 0px !important; -} - .app_info_style .ibiz-form-group--grouppanel4 button { - font-size: small; - padding: 8px; - height: 25px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { - width: 40px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { - width: 18px; -} - -.app_info_style .el-button-group { - align-items: flex-end; -} - -.app_info_style .ibiz-form-button-content--icon { - display: flex; - align-items: center; -} - -.app_info_style .ibiz-panel-view-content--deeditview { - overflow: hidden; -} - -.app_info_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - - .app_info_style .ibiz-form-tab-page--overview > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--log > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--overview .el-select__tags { - cursor: default !important; -} - -.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { - display: none !important; -} - -.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { - font-size: 14px !important; -} - .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { - height: 39px !important; -} - -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { - font-size: 14px !important; -} -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { - padding: 0px !important; -} - -/* 正在使用 */ -.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_info_style .ibiz-form-item--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; - cursor: default; -} - -.app_info_style .el-tabs__nav { - padding-left: 12px; -} - .activate_button .el-button{ - background: none; - color: #4ba7f1; - margin-left: 5px; - height: 0px; - -} -.activate_button{ - margin: 0px 10px 0px -10px; -} - -.activate_button .ibiz-rawitem__text{ - color: #999; -} -.activate_button .ibiz-span.ibiz-panel-field-content{ - color: #999; -} - -.activate_button .ibiz-panel-button.ibiz-panel-button--default{ - height: 19px; - padding: 0px; -} - .todo-tips{ - height: 80px; -} -.todo-tips .ibiz-rawitem__text{ - font-size: 26px; - font-weight: 600; - line-height: 75px; -} - .todo-background{ - -} - /* 隐藏滚动条 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.work_item_qucik_create_style .ibiz-form-group--executors_container{ - position: relative; -} -.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - - .work_item_qucik_create_style .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - /* 视图大的布局样式 */ -.quick-create-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -} -/* 按钮样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { -min-height: 40px; -/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -/* 分割线 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - .mob_member_title_style .ibiz-panel-field--title { - background-color: lightgrey; - padding: 4px 6px 4px 6px; - border-radius: 10px; - align-items: center; - display: flex; -} - -.mob_member_title_style .ibiz-panel-field--title span { - font-size: 8px; -} - .my_summary_style span.ibiz-panel-field-content{ - color: rgb(56, 131, 250); - font-size: 28px; -} - -.my_summary_style span.ibiz-rawitem__text { - font-size: 16px; -} - -.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ - color: #B2E699; -} - -.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ - color: #EF8383; -} - -.my_summary_style .el-divider { - height: 58px !important; - width: 1px !important; - margin: 0 !important; - border-top: unset !important; - border-left: 1px var(--el-border-color) var(--el-border-style); -} - -.my_summary_style .ibiz-panel-container--task_num_c, -.my_summary_style .ibiz-panel-container--bug_num_c, -.my_summary_style .ibiz-panel-container--other_item_num_c, -.my_summary_style .ibiz-panel-container--idea_num_c, -.my_summary_style .ibiz-panel-container--ticket_num_c, -.my_summary_style .ibiz-panel-container--case_num_c { - cursor: pointer; -} - .my_summary_style .ibiz-control-viewlayoutpanel-content { - display: flex; - justify-content: center; -} - .run_case_label_style div[title="通过"] label.is-active span { - background: #73d897 !important; -} - -.run_case_label_style div[title="受阻"] label.is-active span { - background: #ffcd5d !important; -} - -.run_case_label_style div[title="失败"] label.is-active span { - background: #ff7575 !important; -} - -.run_case_label_style div[title="跳过"] label.is-active span { - background: #5dcfff !important; -} - -.run_case_label_style .el-radio-button__inner { - display: flex !important; - border-color: var(--el-border-color) !important; - color: black !important; - background: transparent !important; -} - -.run_case_label_style .el-radio-button__inner:hover { - background-color: #f5f5f5 !important; -} - -.run_case_label_style label.is-active .el-radio-button__inner { - color: white !important; -} - -.run_case_label_style label.is-active svg path { - fill: white; -} - .run_history_remark_style{ - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} - .coreprdfunc_setting_edit_style .el-tabs__nav span { - font-size: 14px !important; -} - -.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { - padding: 0 10px !important; -} - .export-canvas-style .ibiz-bi-report-panel-content { - padding: 0; -} -.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { - padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); -} - - /* 移入移出效果 */ -.ibiz-form-button--style2 .el-button, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2 .el-button { -min-height: var(--ibiz-height-control-default); -min-width: var(--ibiz-height-control-default); -background: transparent; -border: none; -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-6); -padding: 8px; -} -.ibiz-form-button--style2 .el-button:hover, -.ibiz-control-toolbar__item--style2 .el-button:hover, -.ibiz-panel-button--style2 .el-button:hover { -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} - -.ibiz-form-button--style2 .el-button.el-button { -width: var(--ibiz-height-control-default) ; -} - -/* 按钮间隔 */ -.ibiz-form-button--style2.ibiz-form-button--style2, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2.ibiz-panel-button--style2 { -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); -} - .button_container_style button { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.button_container_style button:hover, button:focus { - background-color: transparent; - border: none; -} - -.button_container_style button:hover span svg path { - fill: #557DA5 !important; -} - -.button_container_style .ibiz-panel-button { - padding: 8px 0px 8px 0px; -} - .swap_icon_text button { - direction: rtl; -} - -.swap_icon_text button:hover { - background-color: transparent !important; - color: rgb(85, 125, 165) !important; -} - -.swap_icon_text button:hover span svg path { - fill: #557DA5 !important; -} - -.swap_icon_text .ibiz-toolbar-item-text { - line-height: normal; -} - .track_panel_style .ibiz-panel-field--num span { - margin-right: 4px; - font-size: 16px; - color: #1D1F23; -} - -.track_panel_style .ibiz-panel-rawitem--caption span { - color: var(--ibiz-color-text-3); - font-size: 16px; -} - -.track_panel_style .ibiz-panel-field--title_two span { - font-weight: 600; -} - -.idea_tree_node_style { - width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); -} - .prompt_message_style { - margin: 0px 16px 0px -16px; -} - .data-upload-view { - padding: 8px 32px; -} -.data-upload-view .ibiz-row { - overflow: visible; -} -.data-upload-view .ibiz-rawitem__paragraph p { - margin: 0; - line-height: 22px; -} -.data-upload-view .ibiz-panel-rawitem--download_description, -.data-upload-view .ibiz-panel-rawitem--upload_description { - position: relative; -} -.data-upload-view .ibiz-panel-rawitem--download_description::before, -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - position: absolute; - top: 2px; - left: -23px; - width: 15px; - height: 15px; - font-size: 0.75rem; - line-height: 15px; - color: var(--ibiz-color-primary-text); - text-align: center; - content: '1'; - background: var(--ibiz-color-primary); - border-radius: 50%; -} -.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, -.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { - color: var(--ibiz-color-text-3); -} - - .data-upload-view .ibiz-panel-rawitem--upload_description { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - content: '2'; -} -.data-upload-view .ibiz-panel-button { - padding: var(--ibiz-spacing-base) 0; -} -.data-upload-view .ibiz-panel-rawitem--template_rule { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table { - border-color: var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr { - height: 52px !important; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { - padding: 12px 16px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { - background-color: var(--ibiz-color-fill-0); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { - text-align: center; -} -.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { - color: var(--ibiz-color-danger); -} - .data-upload-view .ibiz-panel-rawitem--upload_raw { - height: 60px; - padding: 0 20px; - background-color: var(--ibiz-color-fill-0); - border: 1px solid var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { - display: flex; - align-items: center; - color: var(--ibiz-color-text-3); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { - color: var(--ibiz-color-link); - cursor: pointer; -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { - text-decoration: underline; -} - - .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { - min-width: 100px; -} -.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ - min-width: 100px; -} - -/* 控制项标题文字过多导致的样式异常 */ -.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} -.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} - .enter_button_style .van-button{ - font-size: 16px; - color: #6698ff; -} - .mob-orange-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; -} - .mob-red-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; -} - .mob-green-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; -} - .mob-orange-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; - border: 1px solid orange; -} - .mob-red-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; - border: 1px solid red; -} - .mob-green-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; - border: 1px solid #3ae23a; -} - .no_border_button{ - border: 0; - font-size: 18px; -} -.no_border_button .van-button{ - border: 0; -} - .mob_magnify_no_border_button .van-button--small { - border: 0; - font-size: 20px; -} - -.mob_magnify_no_border_button .van-button { - border: 0; -} - /* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.star_css button:hover { -background-color: transparent; -} -/* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.star_css button{ -background-color: transparent; -} - -/* 星标字体颜色 */ -.star_css .ibiz-control-toolbar__item-items i{ -color: #9999; -font-size: 18px; -} - -/* 切换图标字体颜色 */ -.star_css .el-sub-menu__title i { -color: #9999; -} - -/* 设置图标的大小*/ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ - font-size: 16px; -} - .update_log_time .ibiz-span{ - margin: 7px 0px 0px 0px; - } - .update_log_name .ibiz-span{ - font-size: 22px; - font-weight: 600; - margin: 15px 0px 15px 0px; -} - @media screen and (min-width: 820px) and (max-width: 980px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(1) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 980px) and (max-width: 1150px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(2) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1150px) and (max-width: 1320px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(3) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1320px) and (max-width: 1480px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(4) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - @media screen and (min-width: 1480px) and (max-width: 1600px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(5) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1600px) and (max-width: 1800px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(6) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1800px) and (max-width: 1970px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(7) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1970px) and (max-width: 2130px) { -.recentdata-screen-auto-item { -.ibiz-control-dataview-scroll-item:nth-child(8) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -} - @media screen and (min-width: 2130px) and (max-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(9) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(10) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - -.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { -flex-wrap: nowrap; -overflow: visible; -} -.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { - flex-wrap: nowrap; - overflow: visible; -} - .recent_owner_subtype_style{ - width: 20px; - overflow: hidden; -} - .recent_grey_font_style .ibiz-panel-field-content{ - color: #a6a6a6; -} - .td_right{ - width: 90%; -} - .td_a_link .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recent_identified_style .ibiz-grid-field-column__text{ - color: #8b8b8b; -} - .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ - display: none; -} - /* 用例名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} -/* 隐藏分割线和显示更多 */ -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .td_a_link_right{ - padding:0px 28px 0px 0px - } - .td_a_link_right .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recenttab-head -.ibiz-panel-view-header--view_header -.ibiz-panel-container -> .ibiz-row { -position: initial; -overflow: initial; -} - .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ - top: -32px; - right: -50px; -} - .stencil_center_title{ - -} - /* 视图标题及分割线样式 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { -height: 64px; -line-height: 64px; -text-align: center; -border-bottom: 1px solid var(--ibiz-color-border); -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { -font-size: 20px; -font-weight: 600; -} -/* 搜索栏自适应 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { -min-width: 100%; -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { -width: 100%; -} -/* 控制视图标题最小高度 */ -.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { - min-height: 32px; -} - .orange-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ffdcaf; - vertical-align: inherit; -} -.ibiz-span .orange-span { - margin: 4px 0; -} - .mob-orange-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: orange; -} - .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ - position: relative; - bottom: -34px; - left: -1px; -} - .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ - color: #999; -} - .active-members-view{ - padding: 24px 0px 0 0; - .ibiz-panel-field>.ibiz-span{ - font-size: 48px; - color: #333; - } - .ibiz-grid-container--container_grid{ - width: 75%; - margin: 0 auto; - } -} - .transition-time .ibiz-span{ - font-size: var(--ibiz-font-size-small); - color: var(--ibiz-color-disabled-text); -} - .test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view .ibiz-panel-container--container3 { - padding: 20px 40px; - border-left: 3px solid #ff7575; - background-color: #fff8f8; -} - - - .test-plan-report-survey-view .ibiz-panel-container--container1 { - padding: 20px 40px; - border-left: 3px solid #5dcfff; - background-color: #f7fdff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-field--coverage_percentage - .ibiz-span { - color: #5dcfff; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent - .ibiz-rawitem__text { - color: #5dcfff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container3 - .ibiz-panel-field--bug_count - .ibiz-span { - color: #ff7575; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - - .test-plan-report-survey-view .ibiz-panel-container--container2 { - padding: 20px 40px; - border-left: 3px solid #73d897; - background-color: #f8fdfa; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-field--pass_percentage - .ibiz-span { - color: #73d897; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent - .ibiz-rawitem__text { - color: #73d897; -} - - - - .test-plan-report-view.ibiz-view { - background-color: var(--ibiz-color-bg-0); -} -.test-plan-report-view .ibiz-view-deportalview { - background-color: transparent; -} -.test-plan-report-view .ibiz-control-dashboard { - gap: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col { - display: flex; - justify-content: center; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { - width: 1200px; - height: auto; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; - margin-top: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { - width: 1200px; - height: 500px; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; -} -.test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption { - padding-left: 12px; -} - - .test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption:before { - display: none; -} -.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { - padding: 0 28px; -} - .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { - background-color: var(--ibiz-color-bg-3) !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { - color: var(--ibiz-color-text-3) !important; - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { - background-color: var(--ibiz-color-bg-0) !important; -} - - .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { - overflow: visible; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { - top: -60px; - right: -32px; - position: absolute; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - - /* .test_mob_list_style .ibiz-control-mobmdctrl-item { - position: relative; -} - -.test_mob_list_style .ibiz-control-panel-content::after { - content: ''; - display: block; - width: 90%; - height: 1px; - background-color: #ececec; - position: absolute; - bottom: 0; - left: 50%; - transform: translateX(-50%); -} */ - -.test_mob_list_style .ibiz-spacing-right--outerlarge span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_mob_list_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} - -.test_mob_list_style button { - border: none; -} - -.test_mob_list_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - .test_detail_list_style { - position: relative; -} -.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.test_detail_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} -.test_detail_list_style button { - border: none; -} - -.test_detail_list_style .ibiz-panel-rawitem--static_image { - width: 24px; - margin-top: 5px; -} - -/**span无数据时,占位隐藏**/ -.test_detail_list_style div span:empty { - display: none; -} - .test_detail_list_style .ibiz-panel-field--title span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--time_container span { - border-radius: 12px; - background-color: #f3f3f3; - display: flex; /* 使用弹性盒布局 */ - justify-content: center; /* 水平居中 */ - align-items: center; /* 垂直居中 */ - width: 150px; - height: 25px; -} - -.test_detail_list_style .ibiz-panel-field--update_time span { - width: 150px; -} - -.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { - fill: #CB258C; -} - -.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { - fill: #66C23A; -} - - .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ - font-weight: 600; - font-size: 16px; -} - .message_layout_panel_img_style{ - -} - .add-members-font{ - font-size:10px - } - .grey-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #e1e1e1; - vertical-align: inherit; -} -.ibiz-span .grey-span { - margin: 4px 0; -} - .mob-grey-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: grey; -} - .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { - padding: 0; - background-color: transparent; -} -.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { - padding-right: var(--ibiz-spacing-base); - padding-left: var(--ibiz-spacing-base); - color: var(--ibiz-dropdown-select-option-item-color); - background-color: var(--ibiz-dropdown-select-option-item-bkcolor); -} -.ibiz-control-gantt.is-exporting .xg-view-toolbar { - display: none; -} - .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.case_template_edit_style .ibiz-html .w-e-text-container { - background: transparent; -} - /* 视图大的布局样式 */ -.user-info-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -padding-bottom: var(--ibiz-spacing-base); -} -/* 按钮样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { -min-height: 40px; -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { -color: var(--ibiz-color-primary); -} -/* 分割线 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { -width: calc(100% - 64px); -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - -/* 头部样式 */ -/* 图片背景 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { -background: #ccf; -} -/* 头像定位 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { -position: relative; -} -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { -width: auto; -height: auto; -position: absolute; -top: -4px; -left: 50%; -transform: translate(-50%, -50%); -} -/* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { -width: 68px; -height: 68px; -border: 4px solid #fff; -border-radius: var(--ibiz-border-radius-circle); -} - /* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { -flex: 1; -width: 60px; -height: 60px; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { -display: none; -} -/* 视图头部登录者信息样式 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar { -padding-top: 50px; -padding-bottom: 28px; -text-align: center; -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { -font-weight: 400; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { -margin-top: 10px; -font-size: var(--ibiz-font-size-small); -color: var(--ibiz-color-text-3); -} - .ibiz-internal-message-html__content { - padding-right: 24px; -} - .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ - background: #f3f3f3; -} -.user_setting_view_style .ibiz-single-data-container{ - /* padding: 40px 10px 20px 10px; */ - padding: 5vh 5vw 5vw 5vw; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ - width: 50px; - height: 50px; - min-width: 50px; - min-height: 50px; - border: 1px solid #ffffff; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ - margin: 15px 0px 5px 0px; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ - font-size: 20px; - font-weight: 600; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ - color: #9b9b9b; -} -.user_setting_view_style .ibiz-panel-container-group{ - background: #ffffff; - margin: 10px 10px 10px 10px; - border-radius: 10px; -} -.user_setting_view_style .van-button{ -width: 93%; - height: 35px; - margin: 10px 0% 0% 3%; -} - .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ - font-size: 16px; - font-weight: 400; - color: #a7a7a7; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ - width: 50px; - height: 50px; -} - /* 垂直居中对齐 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item { -display: inline-flex; -align-items: center; -} -/* 图标大小自适应 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, -.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { -width: auto; -height: auto; -margin-right: 0; -padding-right: var(--ibiz-spacing-tight); -} - .kanban-identifier .ibiz-span{ - margin: 5px 0px 0px 0px; - padding: 2px 6px 2px 6px; - background: #e8e8e8; - border-radius: 5px; - color: #6c6c6c; -} - .kanban-finished .ibiz-span { - color: #aaa; - text-decoration: line-through; -} - .kanban-delay { - color: #ff7575; - background-color: #fff1f1 !important; -} -.kanban-delay .ibiz-rawitem__image { - color: #ff7575; -} - .kanban-time { - height: 24px; - padding: 0 10px; - margin: 0 5px 5px 0; - overflow: hidden; - line-height: 12px; - background: #e9e9e9; - border-radius: 10px; -} - - .kanban-more-button{ - position: relative; - width: 40px; - margin: -8px 0px 0px -2px; - height: 40px; - visibility: hidden; -} -.el-card__body:hover .kanban-more-button { - visibility: visible; -} - .kanban-title .ibiz-span{ - padding: 10px 2px 10px 2px; - font-size: 16px; - font-weight: 600; -} - .kanban-state { - width: 80px; - height: 24px; - margin: 0 5px 5px 0; -} -.kanban-state .ibiz-code-list__item { - --ibiz-code-list-item-color: #aaaaaa; - justify-content: center; - width: 80px; - line-height: 24px; - color: #fff; - background-color: var(--ibiz-code-list-item-color); - border-radius: 10px; -} - - .kanban-kind-icon { - height: auto; - margin: 5px 0 0; - line-height: 24px; -} -.kanban-kind-icon .ibiz-code-list__item { - font-size: 0; -} - - .kanban-assignee{ - margin: 0px 0px 0px 30px; -} - -.kanban-assignee .ibiz-personnel-info-content__tip{ -content-visibility: hidden; -} - .wiki-page-title .ibiz-span{ - font-weight: 600; - font-size: var(--ibiz-font-size-header-2); - color: var(--ibiz-color-text-0); -} -.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { -font-size: 24px; -} - .wiki_page_title_style{ - padding-left: 10px !important; -} - -.wiki_page_title_style .ibiz-span { - font-size: 18px; - color: var(--ibiz-color-text-0); - margin-left: 5px; - margin-right: 5px; -} - -.wiki_page_title_style .ibiz-rawitem .ibiz-icon { - font-size: 18px !important; - margin-left: 5px; -} - .confirm-remove-view .ibiz-form-item--formitem{ - background-color: rgba(255, 117, 117, 0.15); - padding: 0px; - height: auto; - margin-top: 12px; - border-radius: 5px; - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - display: inline-flex; - align-items: center; - margin: 0 10px; - padding: 5px 10px; - font-size: .875rem; - line-height: 1; - max-width: 33em; - word-break: break-all; - color: #ff7575; - } -} -.confirm-remove-view .ibiz-form-item--remind{ - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - color:#aaa; - } - -} - /* 选中分页 */ -.mob-main-style .van-tab--active{ - color: #6698ff; -} -.mob-main-style .van-tabs__line{ - background: #6698ff; -} - -/* 分组容器 标题 */ -.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ - font-size: 0.75rem; - color: #696969; -} -/* 表单项 标题 */ -.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ - color: #696969; -} -/* 表单项 下划线伪元素 */ -.mob-main-style .ibiz-form-item-container::after{ - display: none; -} -/* 标题 title */ -.mob-main-style .ibiz-form-item--title .van-field__control{ - font-weight: bolder; - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} -/* 代码表 表单项 */ -/* .mob-main-style .ibiz-span__code-list{ - justify-content: flex-end; -} */ - .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { - width: 100%; - height: 100%; - margin: 0; - background-color: var(--ibiz-color-bg-1); -} -.mob-main-style .van-tabs__wrap{ - border-top: 1px solid #f1f1f1; -} - - - .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} - /* 标题 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 图标,防止字数过多时发生形变 */ -.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 容器元素换行 */ -.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - - /* 背景颜色 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { - background-color: white; -} - -.mob_delivery_display_style .ibiz-form-group__content { - background-color: white; -} - -/* 标题文字样式 */ -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { - text-align: left; - font-size: 18px; - font-weight: 500; - margin-top: 7px; -} - -/* 图片 */ -.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { - padding-left: 30px; -} - -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { - text-align: left; - margin-bottom: 2px; -} - /* 按钮样式 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { - display: block; - text-align: center -} - -.mob_delivery_display_style button.van-button.van-button--default.van-button--small { - border: 0; - background: #f3f3f3; - border-radius: 10px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { - background-color: white; -} -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { - padding-top: 0; -} - .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { - padding-left: 24px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { - color: red; -} - - .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - -/* 图标边距 */ -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { - height: 24px; - /* margin-top: -3px; */ - margin-right: 15px; -} -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ - overflow: hidden !important;; -} - /* 日历部件没有数据时,进行显示 */ -.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { - content: "当前日期没有工作~"; - color: #D7D7D7; - margin-left: 6px; -} -.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { - display: none; -} -/* 设置背景颜色 */ -.mob_dashboard_style { - background-color: #F6F6F6 !important; - border-radius: 0px !important; -} -.mob_dashboard_style > div { - margin: 15px !important; -} -.mob_dashboard_style .ibiz-control-dashboard-row { - gap: 15px !important; -} - /* 仪表盘列表只显示五个 */ -.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), -.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { - display: none; -} - -/* 搜索框进行隐藏 */ -.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { - display: none; -} - -/* 显示更多样式 */ -.mob_dashboard_style button { - height: 60px !important; - border: transparent !important; -} - -.mob_dashboard_style button span.ibiz-panel-button-content--caption { - font-size: 18px !important; - color: #699AFF !important; -} - -/* 修改分割线样式 */ -.mob_dashboard_style .van-divider--hairline { - width: calc(100% - 2rem); - height: 0.0625rem; - margin-left: 1rem; - margin-bottom: 0px; - background-color: var(--ibiz-color-border); -} - /* 用例名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - /* 日历列表样式 */ -.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { - font-size: 16px; - margin-left: 6px; -} -/* 我的工作项 */ -.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { - font-size: 16px; -} - -/* 其他分组每一项中title的样式 */ -.mob_dashboard_style .ibiz-panel-field--title span { - font-size: 16px; -} - .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: block !important; -} - -.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { - display: flex !important; -} - -.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { - background-color: #ffffff; -} - -.mob_dashboard_style .ibiz-view-content { - background-color: #ffffff; -} - .van-popover__content.van-popover__content--vertical { - border: var(--van-button-border-width) solid var(--van-button-default-border-color); - background: white; -} -button.van-button.van-button--default.van-button--normal.van-button--round { - border: 0; - margin: 2px; - padding: 0; -} -.ibiz-popper-toolbar .van-popover{ - --van-popover-action-width: 95px; -} -.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { - margin: 0; -} -.van-popover__content.van-popover__content--vertical span.van-button__text{ - display: flex; - align-items: center; -} -.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ - margin: 0px 6px -4px 7px; -} -.van-popup.van-popover.van-popover--light{ - left: -105px; -} - .ibiz-view-demobmdview.enablesort, -.ibiz-view-demoblistview.enablesort { -position: relative; -} -.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, -.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ -padding-right: 38px; -background-color: var(--ibiz-color-bg-1); -} -.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} -.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ -display: flex; -align-items: center; -justify-content: center; -width: 1.25rem; -height: 1.125rem; -font-size: 1.25rem; -} - /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ -position: relative; -} */ - - - /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, -.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, -.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { -fill: var(--van-gray-6); -} -/* 适配有视图头的情况 */ -.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); -} -/* 适配首页仪表盘 */ -.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} - .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ - width: 105px; -} -.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { - width: 112px; - padding-left: 3px; -} -.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ - width: 108px; -} - .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ - font-size: 18px; -} -.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ - width: 24px; -} - .ibiz-quill .van-popup .ql-editor.ql-blank { - padding: 12px 15px; -} -.ibiz-quill .van-popup .ql-editor.ql-blank::before { - left: 15px; -} - .mob_workspace_style .ibiz-view-content--view_content{ - display: block !important; -} - -.mob_workspace_style .ibiz-panel-container--view_content > div { - display: block !important; -} - /* 卡片 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ - flex-wrap: unset; - overflow: scroll; - padding-left: 0.5rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ - display: none; -} -/* 背景定位 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { - position: relative; - border: 1px solid #eeeeee; - border-radius: 5px; - box-shadow: none; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ - content: ''; - display: inline-block; - width: 100%; - height: 36px; - position: absolute; - top: 0; - left: 0; - z-index: 6; - background-color: var(--ibiz-color-disabled-fill); -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ - position: relative; - z-index: 10; -} - - .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ - font-weight: bolder; - font-size: 0.95rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ - color: #6a6a6a; -} - -.ibiz-control-appmenu .van-tabbar-item__icon{ - width: 16px; -} -/* 最近访问 显示更多 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; - padding-left: 0; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ - font-size: 0.95rem; - color: #6698ff; -} - - .mob-home-style .ibiz-panel-container-group-header{ - border-bottom: 0px !important; - height: 25px; -} -.mob-home-style .ibiz-panel-container-group__caption{ - font-size: 16px !important; - font-weight: 400 !important; -} -.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} -.mob-home-style .ibiz-panel-field--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} - /* 标题 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - - -/* 容器元素换行 */ -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} - -/* 为空不显示 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { - display: none; -} - /* 字体颜色、位置 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} - -/* 依赖名称 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ - color: #aaaaaa; -} - /* 最近访问 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .ibiz-form-group--grouppanel_attachment_create{ - position: relative; -} - .mob_descript_comment .ibiz-quill-preview__edit { - top: -2.125rem; - right: 0; -} - - .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .mob-library-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-library-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-library-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 110px; - top: 2px; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { - top: -230px !important; -} - .mob_login_style .ibiz-panel-container-image{ - background-size: cover; -} -.mob_login_style .ibiz-rawitem__image path{ - fill: #219cf0; -} -.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-button--auth_loginbutton{ - border-radius: 10px; - border: 1px solid #c2c2c2; -} -.mob_login_style .van-field__control::placeholder{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container4{ - margin-top: 15vh; -} -.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ - font-size: 28px; - font-weight: 600; - color: #2fbaf5; -} - .ibiz-form-group { - padding: 0; -} -.ibiz-form-group--style2 { - padding: 4px; - border-radius: 0; -} -.ibiz-form-group--style2 > .ibiz-form-group-header { - border-radius: 4px 4px 0 0; -} -.ibiz-form-group--style2 > .ibiz-form-group__content { - padding: 4px 0; - background-color: var(--ibiz-form-group-header-bg-color); - border-radius: 4px; -} -.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { - padding-top: 0; -} - - .mob_comment_list_style .ibiz-panel-button{ - border: 0; -} -.mob_comment_list_style .ibiz-panel-button-content--icon{ - font-size: 18px; -} -.mob_comment_list_style .ibiz-panel-container--container2{ - margin-top: 10px; -} -.mob_comment_list_style .ibiz-mob-personal-info-content__tip { - margin-top: -15px; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { - margin-top: 0px !important; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ - margin: -12px 0px 0px 40px; - color: #9d9d9d; -} -.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { - margin-left: 40px; - width:auto; -} -.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ - height: 0px !important; -} - .mob-comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-3); - color: var(--ibiz-color-text-2); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.mob-comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .comment_style_main{ - background: white; - position: relative; - z-index: 1; - box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); -} -.comment_style_main .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.comment_style_main .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-button{ - border: 0; -} -.comment_style_main #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} -.comment_style_main .ibiz-panel-field--comment_count span{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-field--attention_count span{ - color: #aaaaaa; -} - .comment_style_list{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.comment_style_list .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; -} -.comment_style_list .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_list .ibiz-panel-button{ - height: 32px; - width: 50px; - background: #6698ff; - color: white; - border-radius: 5px; -} -.comment_style_list #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - .mob_md_view_style{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.mob_md_view_style .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.mob_md_view_style .ibiz-rawitem__text{ - color: #aaaaaa; -} -.mob_md_view_style .ibiz-panel-button{ - border: 0; -} -.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - /* 标题 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 负责人 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { - /* display: none; */ -} - -/* 图标,防止字数过多时发生形变 */ -.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -/* 防止出现滚动条 */ -.mob_common_list_style .ibiz-panel-container>.ibiz-row { - overflow-y: hidden !important; -} - /* 容器元素换行 */ -.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { - display: none; -} -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ - justify-content: center; - width: 38px; -} - .ibiz-portal-view.ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-0); -} -.ibiz-portal-view .ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-1); -} - .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ - font-size: 14px !important; -} - .mob-idea-md-view-style { - position: relative; -} -.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_page_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_style .ibiz-form-item--publish_name { - padding-left: 10px; -} - .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ - margin: 0; - border-radius: 0; - width: auto; - overflow: visible; -} -.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, -.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ - border: none; - background: transparent; -} -.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ - right: 0.35rem; - top: -45px; -} -.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ - margin-right: 10px; -} -.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ - overflow: visible; -} - .mob-advanced-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-advanced-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-advanced-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 95px; - top: 3px; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .space_main_list_syle .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - -.space_main_list_syle .ibiz-icon svg.icon path { - fill: #20A0FF; -} - .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.space_mob_page_style .ibiz-control-viewlayoutpanel-content { - background-color: rgba(255, 255, 255, 1); -} - -.space_mob_page_style .ibiz-panel-field--name span{ - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; + .drbar-ex-underline { +border-bottom: 1px solid var(--ibiz-color-border); +} + +/* drbar头部样式 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { +padding: 8px 0px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { +margin-left: 4px; +} +.drbar-ex-underline .ibiz-panel-container--container { +padding-right: 4px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ +border: none; +} + +/* 图标居中 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, +.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { +margin: 0; +} + .editview2-menu .ibiz-control-drbar__menu { + padding: 8px 16px; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { + width: 100%; + height: 48px; + padding-left: 8px !important; + pointer-events: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { + color: #888d91; +} +.editview2-menu + .ibiz-control-drbar__menu + .el-sub-menu__title + .el-sub-menu__icon-arrow { + display: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { + background: 0 0; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item { + height: 32px; + padding: 0; + padding-left: 24px; + border-radius: 4px; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item:hover { + background: var(--ibiz-color-bg-0); +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item.is-active { + color: #557da5; + background: #d9ecff; +} + + .html-readonly-bg-white .ibiz-html .w-e-scroll { + background-color: var(--ibiz-color-bg-0); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { + background-color: var(--ibiz-color-bg-1); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { + background-color: var(--ibiz-color-bg-1); +} + + .pc_login_style .ibiz-panel-container-image{ + min-height: 100%; + min-width: 100%; + background-size: cover; + background-attachment: fixed; +} +.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ + width: 100%; + height: 100%; +} +.pc_login_style .ibiz-panel-container--container9{ + margin: 3vw 0px 0px 3vw; +} +.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container1 { + position: absolute; + right: 7vw; + height: 60vh; + min-width: 400px; + width: 27vw; + border-radius: 1vw; + box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 80px; + background: white; + margin-top: 8vh; +} +.pc_login_style .ibiz-panel-field--auth_userid { + height: 5vh; +} +.pc_login_style .ibiz-panel-field--auth_password{ + height: 5vh; +} + + .pc_login_style .ibiz-panel-container--container5{ + height: 100% !important; + padding: 5vh 3vh 0vh 3vh !important; +} +.pc_login_style .ibiz-panel-container--container_4{ + height: 15vh; + margin: 4vh 0px 0px 0px; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ + font-size: 3vh; + color: #41c1f7; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ + margin-top: 3vh; + background-color: #42b1ff; + height: 4vh; + font-size: 1.8vh; +} +.pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 1vw; +} +.pc_login_style .el-input__inner{ + font-size: 1.25vh; +} +.pc_login_style .el-checkbox__label{ + font-size: 1vh; +} + .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ + overflow: hidden !important; +} + + .pc_login_style .ibiz-panel-container--container_switch{ + position: absolute; + height: 50% !important; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ + width: 20vh; + height: 20vh; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ + display: none; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ + font-size: 2vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ + color: #595959; + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, +.pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 100%; +} + +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { + background-color: unset !important; +} + +.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 10vh; + height: 10vh; + max-width: 256px !important; + max-height: 256px !important; + min-width: 84px !important; + min-height: 84px !important; +} + +.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container1 { + min-height: 500px; +} + +@media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, + .pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 84px; + } + .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 84px; + height: 84px; + } + + .pc_login_style .ibiz-panel-container--container_4 { + height: 125px; + margin-top: 32px; + } + + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { + font-size: 25px; + font-weight: 600; + } + +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { + font-size: 25px; + font-weight: 600; + color: #41c1f7; + } + + .pc_login_style .ibiz-panel-container--container5 { + height: 100% !important; + padding: 41.5px 24.9px 0px 24.9px !important; + } + + .pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 14.4px; + } + + .pc_login_style .ibiz-panel-field--auth_userid, + .pc_login_style .ibiz-panel-field--auth_password { + height: 41.5px; + } + + .pc_login_style .el-input__inner { + font-size: 10.375px; + } + + .pc_login_style .el-checkbox__label { + font-size: 8.3px; + } + + .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { + margin-top: 24.9px; + background-color: #42b1ff; + height: 33.2px; + font-size: 14.9px; + } +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { + width: 164px; + height: 164px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { + font-size: 16.4px; + font-weight: 600; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { + color: #595959; + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { + font-size: 25px; + font-weight: 600; + } +} + .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ + font-size: 16px; + margin-top: 3px; +} + /* 表单分组标题 */ +.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { + font-size: 16px; + color: var(--ibiz-color-disabled-text); +} +/* 表单分页样式(padding、导航栏标题) */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { + padding: 0 11px 0 13px; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { + font-size: 14px; +} +/* 两侧滚动条 */ +.main-info-common-view .ibiz-control-form { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { + height: 100%; + overflow: auto scroll; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { + height: auto; +} + + /* 主信息编辑视图通用计数器样式 */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + top: 50%; +} + /* 表单标题 使用多行文本时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { + font-size: var(--ibiz-font-size-header-3); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { + line-height: var(--ibiz-editor-default-line-height); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { + height: 100%; + padding: 0; +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { + padding-top: 5px; + padding-bottom: 5px; +} +/* 只读时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { + font-size: var(--ibiz-font-size-header-3); + padding: 5px 11px; + height: 100%; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { + padding: 0 11px; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { + padding: 0 11px; +} + + .main-info-common-view .ibiz-panel-view-content--view_content { + padding-top: 0; +} + +.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} + +.main-info-common-view + .ibiz-grid-container--container_view_bottom + .ibiz-panel-container--container1 { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} +.main-info-common-view .ibiz-control-form { + padding-bottom: 0; + margin-bottom: var(--ibiz-spacing-tright); +} +/* 评审列表视图背景颜色 */ +.main-info-common-view .ibiz-view.ibiz-view-delistview { + background-color: transparent; +} + + +.main-info-common-view .ibiz-grid-container--container_view_bottom { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { + position: relative; + z-index: 998; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { + position: absolute; + padding: 6px 8px 8px 8px; + top: -269px; + background-color: var(--ibiz-color-bg-1); +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { + top: 0; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { + z-index: 999; +} + .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ + padding-left: 5px; + padding-right: 5px; +} +/* 客户沟通单独处理 */ +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { + top: -292px !important; +} + .main-info-common-view .ibiz-dropdown:has(.green-span), +.main-info-common-view .ibiz-dropdown:has(.blue-span), +.main-info-common-view .ibiz-dropdown:has(.orange-span), +.main-info-common-view .ibiz-dropdown:has(.red-span) { +min-height: var(--ibiz-form-item-container-line-height); +display: flex; +align-items: center; +} + .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { + background: transparent; +} + /* 富文本工具栏定位 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ + transform: translateY(-100%); + padding-top: 35px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +/* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} + + /* 表单标题 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { + font-size: var(--ibiz-font-size-header-3); + color: var(--ibiz-color-text-0); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input { + height: var(--ibiz-height-control-default); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { + min-height: calc(var(--ibiz-height-control-default) - 2px); + height: calc(var(--ibiz-height-control-default) - 2px); +} + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ + overflow: visible; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 隐藏滚动条 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.main-info-common-view .ibiz-form-group--executors_container{ + position: relative; +} + +.main-info-common-view .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.main-info-common-view .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + +.main-info-common-view .ibiz-checkbox.is-show-default, +.main-info-common-view .el-checkbox.is-disabled { + padding: 1px 0px 0px 9px !important; +} + +.main-info-common-view .ibiz-attention--readonly.is-show-default { + margin: 1.6px; +} +.main-info-common-view .ibiz-control-edit-form { + padding: 0; +} + + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 左对齐 */ +.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { + float: left; +} + /* 上下对齐 */ +.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { + padding: 0 11px; +} + /* 折叠分组样式1 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { + position: relative; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { + width: auto; + height: auto; + position: absolute; + top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { + width: auto; + height: auto; + position: absolute; + top: 0; + right: 34px; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { + position: initial; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { + display: block; +} + /* 折叠分组样式2 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { + display: none; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { + padding: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { + padding-top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { + border-left: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { + border: none; +} + + /* 折叠分组样式3 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { + margin: 0 8px; + padding-right: 8px; + border: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} +/* 评论容器取消发送按钮位置 */ +.main-info-common-view .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 0; +} +.main-info-common-view .ibiz-panel-button--comment__cancel { + right: 76px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { +background-color: initial; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { +padding: 0 10px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { +background-color: var(--ibiz-color-fill-0); +border-radius: 18px; +padding: 0 12px; +line-height: 24px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { +background-color: var(--ibiz-color-fill-2); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { +color: var(--ibiz-form-tab-panel-text-color); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ +background-color: var(--ibiz-color-primary-active); +color: var(--ibiz-color-primary-active-text); +} + .main-info-common-view .ibiz-grid-container--container_view_bottom > div { +height: 100%; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { +min-height: 48px; +} +.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { +position: static; +} +.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { +width: calc(100% - 4px); +min-height: 48px; +padding-right: 32px; +position: absolute; +top: 0; +} +/* 时间范围宽度 */ +.main-info-common-view .ibiz-date-range-picker { +max-width: 250px; +} + + .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { + background-color: rgb(74 129 199 / 60%) !important; +} + .second_dev_tab_style .ibiz-panel-view-content { + overflow: hidden !important; + padding: 0 !important; +} + .codelist-only-icon { + display: flex; + align-items: center; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item { + font-size: 0; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { + font-size: var(--ibiz-form-item-font-size); +} + .dashboard_container > div { + border: 0 !important; + overflow: hidden !important; +} + .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: var(--ibiz-width-icon-large); + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: var(--ibiz-border-radius-extra-small); + transform: translateY(-50%); +} + +.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { + margin-left: 16px; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ + padding-top: 0px !important; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ + padding-top: 0px !important; +} + .board_title_style{ + margin: 10px 10px 25px 10px; + width: 300px; + height: 35px; +} + +.board_title_style .el-input__wrapper { + font-size: 20px; + font-weight: 600; +} + .dashboard_repair_style .ibiz-panel-field--total span { + display: flex; + align-items: center; +} + .recentcustom_dashboard_view_style .ibiz-portlet-layout { + --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { + border: 1px solid var(--ibiz-color-border); + border-bottom: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { + padding-bottom: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); + /* border-top: none; */ +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { + padding: 0; + overflow: hidden; + border: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { + position: relative; + padding-right: 0; + padding-left: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + right: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { + position: relative; +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + position: absolute; + top: 0; + width: 0; + height: 102px; + content: ""; + border-left: 1px solid var(--ibiz-color-border); +} + .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ + font-size: 16px; +} + +/* 分组树更多图标 */ +.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { +font-size: 16px; +} + /* 文本框 */ +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + border: 0px solid #e8e8e9; + border-radius: 3px; + padding: 1px 15px; + height: 50px; + padding-top: 12px; +} + +/* 按钮 */ +.dependency_style .el-select .el-input { + display: flex; + height: 50px; +} + +/* 溢出控制 */ +.dependency_style .ibiz-panel-field .ibiz-panel-field-content { + line-height: inherit; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; +} + +/* 控制不显示滚动条 */ +.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { + overflow: hidden; +} + +/* 隐藏显示横线 */ +.dependency_style .el-collapse-item__header{ + border-bottom: none; +} + +/* 控制边距 */ +.dependency_style .el-collapse-item__content { + padding-bottom: 2px; +} + .dependency_style{ + overflow: hidden; +} + +.dependency_style .el-collapse{ + border-bottom: none; +} + +.dependency_style .el-collapse-item__wrap { + border-bottom: none; +} + +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; +} + +/* 悬浮色 */ +.dependency_style .ibiz-panel-container--container2:hover, +.dependency_style .ibiz-panel-container--container3:hover { + border-color: #6994be; + border: 1px solid #6994be +} + .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} + .ibiz-control-grid{ + --ibiz-control-grid-scrollbar-width: 8px; +} + .fullscreen .ibiz-form-group--grouppanel1 { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .ibiz-form-item-container__content { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-item-container__editor { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel2 { + display: none; +} + + .fullscreen .ibiz-rawitem.ibiz-form-raw-item { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel_attachments_grid { + display: flex; + flex-flow: column nowrap; + place-content: center center; + align-items: center; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-header { + width: 80%; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__content { + display: block; + flex-flow: unset; + place-content: unset; + align-items: unset; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__editor { + max-width: 100%; +} + .shared_simple_view_style .ibiz-panel-view-content--view_content{ + padding: 0; +} + +.shared_simple_view_style .ibiz-panel-view-content{ + width: 75%; +} +.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ + background-color:white; +} +.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ + background-color: #f9f9f9; +} + .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { + padding: 0; +} + .shared_link_top{ + height: 52px; + border-bottom: 1px solid #eee; + background-color: #FFF; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ + height: 52px; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { + display: block; + font-size: 18px; + font-weight: 500; + color: #333; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { + color: #ddd; +} + .shared_setting_style .ibiz-form-item--enable_password{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--enable_expiration{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--subset_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--is_shared_subset{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--pwd_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--expiration_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--access_password{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--expiration_date{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--shared_page_url{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-button--copy_page_url{ + padding-top: 0; +} + + + .mob_attention_title_style.ibiz-panel-field { +display: flex; +align-items: center; +height: 100%; +} +.mob_attention_title_style.ibiz-panel-field .ibiz-span { +height: var(--ibiz-font-size-header-5); +padding: 0 0.375rem; +margin-left: var(--ibiz-spacing-tight); +font-size: 0.7rem; +color: var(--ibiz-color-text-2); +background-color: var(--ibiz-color-border); +border-radius: var(--ibiz-font-size-header-5); +} + .relation_recent_style{ + line-height: normal; +} + +/* 控制项标题文字过多导致的样式异常 */ +.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; + max-width: 1460px; +} + .tab_tree_panel_style .ibiz-tab-group-select-tree{ + padding-left: 0px !important; +} + .tab-exp-select{ + border-right: 1px solid #e9e9e9; +} + .ibiz-panel-container--view_tabexppanel .el-tabs__item { + height: 64px; +} +.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { + font-size: 16px; +} +.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ + font-size: 16px; +} +/* 分页导航视图padding */ +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { + padding: 0; +} +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { + padding: var(--ibiz-panel-view-content-padding); +} + + .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; + margin-left: 0.6rem; +} + +.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ + flex: unset; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { + padding-left: 0.5rem; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; +} + .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { + padding-top: 0; +} + + .delete-button .el-button{ + color: #fff; + background-color: #ff7575; + border-color: #ff7575; +} + .relation_tree_node_style .ibiz-panel-field--show_identifier span{ + color: #a1a1a2; + margin-left: 5px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ + overflow: hidden; +} +.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} +.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ + overflow: hidden; +} + .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ +height: 50px !important; +} + .right_button_style .van-button{ + padding: 0px 10px 0px 0px; +} + .reply_list_style .ibiz-control-list-item.is-active, +.reply_list_style .ibiz-control-list-item:hover { + background-color: transparent !important; +} + .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { + display: none; +} +.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { + display: none; +} + .big-icon { + padding: 0; +} +.big-icon .el-button { + font-size: 24px; + padding: 8px; +} +.big-icon .el-button .ibiz-icon { + max-width: 24px !important; + max-height: 24px !important; +} +.big-icon .el-button .ibiz-panel-button-content--caption { + display: none; +} + .average-toolbar { + position: relative; + justify-content: space-evenly; + height: 48px; +} + .vertical-divider .ibiz-rawitem { + border-left: 1px solid var(--ibiz-color-border); + height: 1em; +} +.vertical-divider .el-divider { + display: none; +} + .multiple_people_style .ibiz-form-group--grouppanel6{ + /* height: 20px; */ + margin: -18px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ + width: 70px; + padding: 1px 0px 0px 5px !important; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { + padding-right: 0px !important; +} + +.multiple_people_style .ibiz-form-group--grouppanel9{ + height: 20px; + margin: 8px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ + width: 70px; + padding: 0px 0px 0px 5px !important; +} + + .con_bottom_shadow_style{ + border-bottom: 1px solid var(--ibiz-color-border); +} +/* 如果有树,把树的下边框去掉 */ +.con_bottom_shadow_style .ibiz-tab-group-select-tree { + border-bottom: 0px !important; +} + + .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { + padding-left: 0; +} +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding-left: 0; +} + + .recentdata-custom>div>div>div:nth-child(2) { +flex: 1; +} + .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { + padding-left: 16px; + height: 16px; +} +/* 类型位置 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { + + padding-left: 5px; + padding-bottom: 15px; + +} +/* 类型文字 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { + font-size: 15px; + +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { + margin-left: -17px; +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { + padding: 0px; +} + .work_item_type_global_style .ibiz-panel-button{ + padding-top: 0px; +} + +.work_item_type_global_style .ibiz-icon { + margin-top: 5px; +} + + /* 按钮样式 */ +.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .ibiz-control-toolbar__item--primary .el-button.el-button--primary { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { + color: var(--ibiz-color-primary-hover); + background-color: var(--ibiz-color-primary-light-hover); +} + + .ibiz-control-toolbar--user .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.ibiz-control-toolbar--user .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { + border-bottom: none; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { + color: var(--ibiz-color-text-3); + background-color: transparent; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ + outline: none; +} +.ibiz-control-toolbar-submenu-popper--user { + background: transparent; +} +.ibiz-control-toolbar-submenu-popper--user .el-button { + color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { + background-color: var(--ibiz-color-bg-0); +} + /*工具栏分组项按钮2样式*/ +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { +color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style2 .el-button { +--el-button-bg-color: transparent; +--el-button-hover-bg-color: transparent; +--el-button-active-bg-color: transparent; +--el-button-text-color: var(--ibiz-color-text-3); +--el-button-hover-text-color: var(--ibiz-color-text-3); +--el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { +padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { +padding: 0 10px; +} + +/* 适配分割线间距一致 */ +/* 适配分隔符在前面 */ +.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { +margin-left: -8px; +} +/* 适配分隔符在后面 */ +.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { +margin-left: -4px; +} +/* 分组按钮样式 */ +.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { +border: none; +} + +/* 窗口缩小样式 */ +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ +color: var(--ibiz-color-primary); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ + font-weight: 600; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { + fill: var(--ibiz-color-primary) !important; +} + +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { +stroke: var(--ibiz-color-primary) !important; +stroke-width: 30 !important; +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { + color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style3 .el-button { + --el-button-bg-color: transparent; + --el-button-hover-bg-color: transparent; + --el-button-active-bg-color: transparent; + --el-button-text-color: var(--ibiz-color-text-3); + --el-button-hover-text-color: var(--ibiz-color-text-3); + --el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { + padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { + padding: 0 10px; +} + + /*工具栏分组项按钮3样式*/ +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + + .toolbar-style-container .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.toolbar-style-container .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.toolbar-style-container { + border-bottom: 1px solid var(--ibiz-color-border); +} + /* 面板分页样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +height: 1px; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +min-height: 64px; +max-height: 64px; +width: 58px; +height: 100%; +border: none; +display: flex; +justify-content: center; +align-items: center; +} +/* 分页弹出按钮样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { +padding: 1px 0; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { +text-align: center; +} +.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ +gap: 56px; +} +/* 搜索表单取消padding */ +.workload-tab-head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 16px; +width: auto; +height: 63px; +} + /* 适配分页搜索下级视图自适应宽度 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { +width: 100%; +} +/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { +width: 16.66%; +} + /* 关系分页部件定位样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +position: relative; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +position: absolute; +top: 1px; +left: calc(16.65% + 15px); +z-index: 100; +} +/* 视图头部定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { +position: relative; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +/* 视图头部快速搜索定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { +width: auto; +position: absolute; +top: 0; +left: calc(16.65% + 81px); +} + +/* 快捷搜索部件样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ +display: flex; +align-items: center; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { +height: auto; +} +/* 边距调整 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { +margin-left: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { +margin-left: var(--ibiz-spacing-base-tight); +} + .mob_workload_calendar_style .ibiz-panel-container--container1 span { + font-size: 16px; + color: #8B8B8B; +} + +.mob_workload_calendar_style .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 16px; + color: #8B8B8B; + margin-left: 4px; +} + +.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + font-size: 16px; +} + +.mob_workload_calendar_style .ibiz-panel-field--name span { + font-size: 18px; + margin-left: 6px; +} + +.mob_workload_calendar_style .ibiz-spacing-right--outermedium { + margin-right: 8px !important; +} + +.mob_workload_calendar_style input::placeholder { + text-align: left; +} + .mob_workload_calendar_style .ibiz-form-item--date_range { + padding-top: 14px; +} + +.mob_workload_calendar_style{ + position: relative; +} +.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { + padding: 8px; + background-color: #F3F3F3; + border-radius: 8px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + +/* 列表中的分割线样式 */ +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { + position: relative; + top: 0.875rem; + left: 1rem; + display: block; + width: calc(100% - 2rem); + height: 0.0625rem; + content: ""; + background-color: var(--ibiz-color-border); +} + .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { + font-size: 18px; + color: #3B3B3B; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { + content: "小时"; + font-size: 16px; + color: #B8B8B8; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { + display: none !important; +} + /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ +.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { +width: 100%; +} +/* 视图头部样式 */ +.workload_log_head .ibiz-panel-view-header--view_header { +position: relative; +margin-top: 1px; +} +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +.workload_log_head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 8px; +width: auto; +height: 63px; +} + .mob_workload_log .ibiz-panel-field--duration span { + font-size: 32px; + text-align: center; +} + +.mob_workload_log .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 20px; + margin-left: 2px; +} + +.mob_workload_log .ibiz-panel-field--register_date span { + color: #8B8B8B; +} + +.mob_workload_log .ibiz-panel-container--container2 > div { + padding: 8px 12px; + margin-top: 8px; + background-color: #F1FBF5; + border-radius: 8px; + margin-right: 16px; +} + +.mob_workload_log .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_log .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + .mob_workload_log .ibiz-code-list .ibiz-icon { + padding-right: 0px !important; +} + +.mob_workload_log input::placeholder { + text-align: left; +} + +.mob_workload_log .ibiz-form-item--date_range { + padding-top: 14px; +} + + +.mob_workload_log { + position: relative; +} +.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_log .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_log .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .app_market_style .ibiz-panel-field--title span { + font-weight: bold; + font-size: larger; +} + +.app_market_style .ibiz-panel-field--version { + background-color: lightgrey; + padding: 5px 15px 5px 15px; + border-radius: 10px; +} + +.app_market_style .ibiz-panel-field--version span { + color: white; + font-weight: bold; +} + +.app_market_style .ibiz-panel-field--memo span { + font-size: medium; + color: grey; +} + +.app_market_style .ibiz-control-dataview-group-content__item-content>* { + margin-right: 32px; +} + +.app_market_style .el-card__body { + padding: 0px; +} + +.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { + padding: 8px 8px 8px 0px; +} + +/* .app_market_style .ibiz-control-dataview-item { + height: 100%; +} */ + +.app_market_style .ibiz-control-dataview-item.is-active { + background-color: unset !important; +} + .app_market_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; +} + +.app_market_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + +.app_market_style .ibiz-sort-bar { + display: none !important; +} + +.app_market_style .ibiz-panel-rawitem--using > div { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_market_style .ibiz-panel-rawitem--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; +} + .app_market_style .ibiz-panel-button-content--icon { + color: var(--el-button-bg-color); +} + .app-title-style .ibiz-panel-app-title__logo--expand, +.app-title-style svg { + margin-top: -25px; +} + + .app_info_style .ibiz-form-item--pscoreprdfuncname span { + font-weight: bold; + font-size: x-large; +} + +.app_info_style .ibiz-form-item--memo div div div div div { + color: darkgrey; + font-size: 15px; +} + +.app_info_style button[title="GitLab"] span svg path { + fill: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] span { + color: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="GitLab"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="GitLab"]:hover span { + color: #557DA5 !important; +} + +.app_info_style .ibiz-form-button , .ibiz-form-button-list { + padding: 8px 8px 8px 4px; +} + .app_info_style button[title="打开按钮"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="打开按钮"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { + color: #557DA5; +} + +.app_info_style button[title="设置"] span { + color: white; +} + .app_info_style .ibiz-form-item--currentversion { + padding-top: 0px; +} + +.app_info_style .ibiz-form-item--currentversion span { + font-size: 12px; + font-weight: bold; + color: grey; + background-color: lightgrey; + padding: 0px 6px 0px 6px; + border-radius: 6px; + height: 16px; + align-items: center; + display: flex; +} + +.app_info_style .ibiz-form-group--grouppanel3 { + margin-left: 10px; +} + +.app_info_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; +} + +.app_info_style .ibiz-form-tab-page--overview > div:first-child { + padding-right: 0px !important; +} + .app_info_style .ibiz-form-group--grouppanel4 button { + font-size: small; + padding: 8px; + height: 25px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { + width: 40px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { + width: 18px; +} + +.app_info_style .el-button-group { + align-items: flex-end; +} + +.app_info_style .ibiz-form-button-content--icon { + display: flex; + align-items: center; +} + +.app_info_style .ibiz-panel-view-content--deeditview { + overflow: hidden; +} + +.app_info_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + + .app_info_style .ibiz-form-tab-page--overview > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--log > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--overview .el-select__tags { + cursor: default !important; +} + +.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { + display: none !important; +} + +.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { + font-size: 14px !important; +} + .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { + height: 39px !important; +} + +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { + font-size: 14px !important; +} +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { + padding: 0px !important; +} + +/* 正在使用 */ +.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_info_style .ibiz-form-item--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; + cursor: default; +} + +.app_info_style .el-tabs__nav { + padding-left: 12px; +} + .activate_button .el-button{ + background: none; + color: #4ba7f1; + margin-left: 5px; + height: 0px; + +} +.activate_button{ + margin: 0px 10px 0px -10px; +} + +.activate_button .ibiz-rawitem__text{ + color: #999; +} +.activate_button .ibiz-span.ibiz-panel-field-content{ + color: #999; +} + +.activate_button .ibiz-panel-button.ibiz-panel-button--default{ + height: 19px; + padding: 0px; +} + .todo-tips{ + height: 80px; +} +.todo-tips .ibiz-rawitem__text{ + font-size: 26px; + font-weight: 600; + line-height: 75px; +} + .todo-background{ + +} + /* 隐藏滚动条 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.work_item_qucik_create_style .ibiz-form-group--executors_container{ + position: relative; +} +.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + + .work_item_qucik_create_style .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + /* 视图大的布局样式 */ +.quick-create-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +} +/* 按钮样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { +min-height: 40px; +/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +/* 分割线 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + .mob_member_title_style .ibiz-panel-field--title { + background-color: lightgrey; + padding: 4px 6px 4px 6px; + border-radius: 10px; + align-items: center; + display: flex; +} + +.mob_member_title_style .ibiz-panel-field--title span { + font-size: 8px; +} + .my_summary_style span.ibiz-panel-field-content{ + color: rgb(56, 131, 250); + font-size: 28px; +} + +.my_summary_style span.ibiz-rawitem__text { + font-size: 16px; +} + +.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ + color: #B2E699; +} + +.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ + color: #EF8383; +} + +.my_summary_style .el-divider { + height: 58px !important; + width: 1px !important; + margin: 0 !important; + border-top: unset !important; + border-left: 1px var(--el-border-color) var(--el-border-style); +} + +.my_summary_style .ibiz-panel-container--task_num_c, +.my_summary_style .ibiz-panel-container--bug_num_c, +.my_summary_style .ibiz-panel-container--other_item_num_c, +.my_summary_style .ibiz-panel-container--idea_num_c, +.my_summary_style .ibiz-panel-container--ticket_num_c, +.my_summary_style .ibiz-panel-container--case_num_c { + cursor: pointer; +} + .my_summary_style .ibiz-control-viewlayoutpanel-content { + display: flex; + justify-content: center; +} + .run_case_label_style div[title="通过"] label.is-active span { + background: #73d897 !important; +} + +.run_case_label_style div[title="受阻"] label.is-active span { + background: #ffcd5d !important; +} + +.run_case_label_style div[title="失败"] label.is-active span { + background: #ff7575 !important; +} + +.run_case_label_style div[title="跳过"] label.is-active span { + background: #5dcfff !important; +} + +.run_case_label_style .el-radio-button__inner { + display: flex !important; + border-color: var(--el-border-color) !important; + color: black !important; + background: transparent !important; + align-items: center; +} + +.run_case_label_style .el-radio-button__inner:hover { + background-color: #f5f5f5 !important; +} + +.run_case_label_style label.is-active .el-radio-button__inner { + color: white !important; +} + +.run_case_label_style label.is-active svg path { + fill: white; +} + +.run_case_label_style .ibiz-icon { + height: 15px !important; +} + .run_history_remark_style{ + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} + .coreprdfunc_setting_edit_style .el-tabs__nav span { + font-size: 14px !important; +} + +.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { + padding: 0 10px !important; +} + .export-canvas-style .ibiz-bi-report-panel-content { + padding: 0; +} +.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { + padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); +} + + /* 移入移出效果 */ +.ibiz-form-button--style2 .el-button, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2 .el-button { +min-height: var(--ibiz-height-control-default); +min-width: var(--ibiz-height-control-default); +background: transparent; +border: none; +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-6); +padding: 8px; +} +.ibiz-form-button--style2 .el-button:hover, +.ibiz-control-toolbar__item--style2 .el-button:hover, +.ibiz-panel-button--style2 .el-button:hover { +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} + +.ibiz-form-button--style2 .el-button.el-button { +width: var(--ibiz-height-control-default) ; +} + +/* 按钮间隔 */ +.ibiz-form-button--style2.ibiz-form-button--style2, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2.ibiz-panel-button--style2 { +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); +} + .button_container_style button { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.button_container_style button:hover, button:focus { + background-color: transparent; + border: none; +} + +.button_container_style button:hover span svg path { + fill: #557DA5 !important; +} + +.button_container_style .ibiz-panel-button { + padding: 8px 0px 8px 0px; +} + .swap_icon_text button { + direction: rtl; +} + +.swap_icon_text button:hover { + background-color: transparent !important; + color: rgb(85, 125, 165) !important; +} + +.swap_icon_text button:hover span svg path { + fill: #557DA5 !important; +} + +.swap_icon_text .ibiz-toolbar-item-text { + line-height: normal; +} + .track_panel_style .ibiz-panel-field--num span { + margin-right: 4px; + font-size: 16px; + color: #1D1F23; +} + +.track_panel_style .ibiz-panel-rawitem--caption span { + color: var(--ibiz-color-text-3); + font-size: 16px; +} + +.track_panel_style .ibiz-panel-field--title_two span { + font-weight: 600; +} + +.idea_tree_node_style { + width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); +} + .prompt_message_style { + margin: 0px 16px 0px -16px; +} + .data-upload-view { + padding: 8px 32px; +} +.data-upload-view .ibiz-row { + overflow: visible; +} +.data-upload-view .ibiz-rawitem__paragraph p { + margin: 0; + line-height: 22px; +} +.data-upload-view .ibiz-panel-rawitem--download_description, +.data-upload-view .ibiz-panel-rawitem--upload_description { + position: relative; +} +.data-upload-view .ibiz-panel-rawitem--download_description::before, +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + position: absolute; + top: 2px; + left: -23px; + width: 15px; + height: 15px; + font-size: 0.75rem; + line-height: 15px; + color: var(--ibiz-color-primary-text); + text-align: center; + content: '1'; + background: var(--ibiz-color-primary); + border-radius: 50%; +} +.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, +.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { + color: var(--ibiz-color-text-3); +} + + .data-upload-view .ibiz-panel-rawitem--upload_description { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + content: '2'; +} +.data-upload-view .ibiz-panel-button { + padding: var(--ibiz-spacing-base) 0; +} +.data-upload-view .ibiz-panel-rawitem--template_rule { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table { + border-color: var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr { + height: 52px !important; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { + padding: 12px 16px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { + background-color: var(--ibiz-color-fill-0); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { + text-align: center; +} +.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { + color: var(--ibiz-color-danger); +} + .data-upload-view .ibiz-panel-rawitem--upload_raw { + height: 60px; + padding: 0 20px; + background-color: var(--ibiz-color-fill-0); + border: 1px solid var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { + display: flex; + align-items: center; + color: var(--ibiz-color-text-3); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { + color: var(--ibiz-color-link); + cursor: pointer; +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { + text-decoration: underline; +} + + .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { + min-width: 100px; +} +.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ + min-width: 100px; +} + +/* 控制项标题文字过多导致的样式异常 */ +.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} +.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} + .enter_button_style .van-button{ + font-size: 16px; + color: #6698ff; +} + .mob-orange-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; +} + .mob-red-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; +} + .mob-green-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; +} + .mob-orange-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; + border: 1px solid orange; +} + .mob-red-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; + border: 1px solid red; +} + .mob-green-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; + border: 1px solid #3ae23a; +} + .no_border_button{ + border: 0; + font-size: 18px; +} +.no_border_button .van-button{ + border: 0; +} + .mob_magnify_no_border_button .van-button--small { + border: 0; + font-size: 20px; +} + +.mob_magnify_no_border_button .van-button { + border: 0; +} + /* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.star_css button:hover { +background-color: transparent; +} +/* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.star_css button{ +background-color: transparent; +} + +/* 星标字体颜色 */ +.star_css .ibiz-control-toolbar__item-items i{ +color: #9999; +font-size: 18px; +} + +/* 切换图标字体颜色 */ +.star_css .el-sub-menu__title i { +color: #9999; +} + +/* 设置图标的大小*/ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ + font-size: 16px; +} + .update_log_time .ibiz-span{ + margin: 7px 0px 0px 0px; + } + .update_log_name .ibiz-span{ + font-size: 22px; + font-weight: 600; + margin: 15px 0px 15px 0px; +} + @media screen and (min-width: 820px) and (max-width: 980px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(1) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 980px) and (max-width: 1150px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(2) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1150px) and (max-width: 1320px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(3) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1320px) and (max-width: 1480px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(4) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + @media screen and (min-width: 1480px) and (max-width: 1600px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(5) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1600px) and (max-width: 1800px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(6) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1800px) and (max-width: 1970px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(7) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1970px) and (max-width: 2130px) { +.recentdata-screen-auto-item { +.ibiz-control-dataview-scroll-item:nth-child(8) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +} + @media screen and (min-width: 2130px) and (max-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(9) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(10) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + +.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { +flex-wrap: nowrap; +overflow: visible; +} +.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { + flex-wrap: nowrap; + overflow: visible; +} + .recent_owner_subtype_style{ + width: 20px; + overflow: hidden; +} + .recent_grey_font_style .ibiz-panel-field-content{ + color: #a6a6a6; +} + .td_right{ + width: 90%; +} + .td_a_link .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recent_identified_style .ibiz-grid-field-column__text{ + color: #8b8b8b; +} + .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ + display: none; +} + /* 用例名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} +/* 隐藏分割线和显示更多 */ +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; +} + .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; } - -.space_mob_page_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - /* margin-top: 5px; */ + .td_a_link_right{ + padding:0px 28px 0px 0px + } + .td_a_link_right .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recenttab-head +.ibiz-panel-view-header--view_header +.ibiz-panel-container +> .ibiz-row { +position: initial; +overflow: initial; +} + .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ + top: -32px; + right: -50px; +} + .stencil_center_title{ + +} + /* 视图标题及分割线样式 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { +height: 64px; +line-height: 64px; +text-align: center; +border-bottom: 1px solid var(--ibiz-color-border); +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { +font-size: 20px; +font-weight: 600; +} +/* 搜索栏自适应 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { +min-width: 100%; +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { +width: 100%; +} +/* 控制视图标题最小高度 */ +.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { + min-height: 32px; +} + .orange-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ffdcaf; + vertical-align: inherit; +} +.ibiz-span .orange-span { + margin: 4px 0; +} + .mob-orange-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: orange; +} + .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ + position: relative; + bottom: -34px; + left: -1px; +} + .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ + color: #999; +} + .active-members-view{ + padding: 24px 0px 0 0; + .ibiz-panel-field>.ibiz-span{ + font-size: 48px; + color: #333; + } + .ibiz-grid-container--container_grid{ + width: 75%; + margin: 0 auto; + } +} + .transition-time .ibiz-span{ + font-size: var(--ibiz-font-size-small); + color: var(--ibiz-color-disabled-text); +} + .test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view .ibiz-panel-container--container3 { + padding: 20px 40px; + border-left: 3px solid #ff7575; + background-color: #fff8f8; +} + + + .test-plan-report-survey-view .ibiz-panel-container--container1 { + padding: 20px 40px; + border-left: 3px solid #5dcfff; + background-color: #f7fdff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-field--coverage_percentage + .ibiz-span { + color: #5dcfff; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent + .ibiz-rawitem__text { + color: #5dcfff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container3 + .ibiz-panel-field--bug_count + .ibiz-span { + color: #ff7575; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + + .test-plan-report-survey-view .ibiz-panel-container--container2 { + padding: 20px 40px; + border-left: 3px solid #73d897; + background-color: #f8fdfa; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-field--pass_percentage + .ibiz-span { + color: #73d897; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent + .ibiz-rawitem__text { + color: #73d897; +} + + + + .test-plan-report-view.ibiz-view { + background-color: var(--ibiz-color-bg-0); +} +.test-plan-report-view .ibiz-view-deportalview { + background-color: transparent; +} +.test-plan-report-view .ibiz-control-dashboard { + gap: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col { + display: flex; + justify-content: center; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { + width: 1200px; + height: auto; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; + margin-top: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { + width: 1200px; + height: 500px; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; +} +.test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption { + padding-left: 12px; +} + + .test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption:before { + display: none; +} +.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { + padding: 0 28px; +} + .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { + background-color: var(--ibiz-color-bg-3) !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { + color: var(--ibiz-color-text-3) !important; + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { + background-color: var(--ibiz-color-bg-0) !important; +} + + .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { + overflow: visible; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { + top: -60px; + right: -32px; + position: absolute; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + + /* .test_mob_list_style .ibiz-control-mobmdctrl-item { + position: relative; +} + +.test_mob_list_style .ibiz-control-panel-content::after { + content: ''; + display: block; + width: 90%; + height: 1px; + background-color: #ececec; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} */ + +.test_mob_list_style .ibiz-spacing-right--outerlarge span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_mob_list_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} + +.test_mob_list_style button { + border: none; +} + +.test_mob_list_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + .test_detail_list_style { + position: relative; +} +.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.test_detail_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} +.test_detail_list_style button { + border: none; +} + +.test_detail_list_style .ibiz-panel-rawitem--static_image { + width: 24px; + margin-top: 5px; +} + +/**span无数据时,占位隐藏**/ +.test_detail_list_style div span:empty { + display: none; +} + .test_detail_list_style .ibiz-panel-field--title span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--time_container span { + border-radius: 12px; + background-color: #f3f3f3; + display: flex; /* 使用弹性盒布局 */ + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + width: 150px; + height: 25px; +} + +.test_detail_list_style .ibiz-panel-field--update_time span { + width: 150px; +} + +.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { + fill: #CB258C; +} + +.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { + fill: #66C23A; +} + + .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ + font-weight: 600; + font-size: 16px; +} + .message_layout_panel_img_style{ + } - -.space_mob_page_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} -.space_mob_page_style .ibiz-panel-rawitem--static_image1{ - padding: 0px 15px 0px 0px; -} - /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { - position: fixed; - bottom: 135px; - right: 30px; - z-index: 1000; - width: 44px; - height: 44px; - border-radius: 50%; - background-color: white; - box-shadow: 1px 4px 6px 3px #dad7d7; + .add-members-font{ + font-size:10px + } + .grey-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #e1e1e1; + vertical-align: inherit; +} +.ibiz-span .grey-span { + margin: 4px 0; +} + .mob-grey-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: grey; +} + .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { + padding: 0; + background-color: transparent; +} +.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { + padding-right: var(--ibiz-spacing-base); + padding-left: var(--ibiz-spacing-base); + color: var(--ibiz-dropdown-select-option-item-color); + background-color: var(--ibiz-dropdown-select-option-item-bkcolor); +} +.ibiz-control-gantt.is-exporting .xg-view-toolbar { + display: none; +} + .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.case_template_edit_style .ibiz-html .w-e-text-container { + background: transparent; +} + /* 视图大的布局样式 */ +.user-info-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +padding-bottom: var(--ibiz-spacing-base); +} +/* 按钮样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { +min-height: 40px; +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { +color: var(--ibiz-color-primary); +} +/* 分割线 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { +width: calc(100% - 64px); +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + +/* 头部样式 */ +/* 图片背景 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { +background: #ccf; +} +/* 头像定位 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { +position: relative; +} +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { +width: auto; +height: auto; +position: absolute; +top: -4px; +left: 50%; +transform: translate(-50%, -50%); +} +/* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { +width: 68px; +height: 68px; +border: 4px solid #fff; +border-radius: var(--ibiz-border-radius-circle); +} + /* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { +flex: 1; +width: 60px; +height: 60px; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { +display: none; +} +/* 视图头部登录者信息样式 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar { +padding-top: 50px; +padding-bottom: 28px; +text-align: center; +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { +font-weight: 400; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { +margin-top: 10px; +font-size: var(--ibiz-font-size-small); +color: var(--ibiz-color-text-3); +} + .ibiz-internal-message-html__content { + padding-right: 24px; +} + .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ + background: #f3f3f3; +} +.user_setting_view_style .ibiz-single-data-container{ + /* padding: 40px 10px 20px 10px; */ + padding: 5vh 5vw 5vw 5vw; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ + width: 50px; + height: 50px; + min-width: 50px; + min-height: 50px; + border: 1px solid #ffffff; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ + margin: 15px 0px 5px 0px; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ + font-size: 20px; + font-weight: 600; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ + color: #9b9b9b; +} +.user_setting_view_style .ibiz-panel-container-group{ + background: #ffffff; + margin: 10px 10px 10px 10px; + border-radius: 10px; +} +.user_setting_view_style .van-button{ +width: 93%; + height: 35px; + margin: 10px 0% 0% 3%; +} + .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ + font-size: 16px; + font-weight: 400; + color: #a7a7a7; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ + width: 50px; + height: 50px; +} + /* 垂直居中对齐 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item { +display: inline-flex; +align-items: center; +} +/* 图标大小自适应 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, +.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { +width: auto; +height: auto; +margin-right: 0; +padding-right: var(--ibiz-spacing-tight); +} + .kanban-identifier .ibiz-span{ + margin: 5px 0px 0px 0px; + padding: 2px 6px 2px 6px; + background: #e8e8e8; + border-radius: 5px; + color: #6c6c6c; +} + .kanban-finished .ibiz-span { + color: #aaa; + text-decoration: line-through; +} + .kanban-delay { + color: #ff7575; + background-color: #fff1f1 !important; +} +.kanban-delay .ibiz-rawitem__image { + color: #ff7575; +} + .kanban-time { + height: 24px; + padding: 0 10px; + margin: 0 5px 5px 0; + overflow: hidden; + line-height: 12px; + background: #e9e9e9; + border-radius: 10px; +} + + .kanban-more-button{ + position: relative; + width: 40px; + margin: -8px 0px 0px -2px; + height: 40px; + visibility: hidden; +} +.el-card__body:hover .kanban-more-button { + visibility: visible; +} + .kanban-title .ibiz-span{ + padding: 10px 2px 10px 2px; + font-size: 16px; + font-weight: 600; +} + .kanban-state { + width: 80px; + height: 24px; + margin: 0 5px 5px 0; +} +.kanban-state .ibiz-code-list__item { + --ibiz-code-list-item-color: #aaaaaa; + justify-content: center; + width: 80px; + line-height: 24px; + color: #fff; + background-color: var(--ibiz-code-list-item-color); + border-radius: 10px; +} + + .kanban-kind-icon { + height: auto; + margin: 5px 0 0; + line-height: 24px; +} +.kanban-kind-icon .ibiz-code-list__item { + font-size: 0; +} + + .kanban-assignee{ + margin: 0px 0px 0px 30px; +} + +.kanban-assignee .ibiz-personnel-info-content__tip{ +content-visibility: hidden; +} + .wiki-page-title .ibiz-span{ + font-weight: 600; + font-size: var(--ibiz-font-size-header-2); + color: var(--ibiz-color-text-0); +} +.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { +font-size: 24px; +} + .wiki_page_title_style{ + padding-left: 10px !important; +} + +.wiki_page_title_style .ibiz-span { + font-size: 18px; + color: var(--ibiz-color-text-0); + margin-left: 5px; + margin-right: 5px; +} + +.wiki_page_title_style .ibiz-rawitem .ibiz-icon { + font-size: 18px !important; + margin-left: 5px; +} + .confirm-remove-view .ibiz-form-item--formitem{ + background-color: rgba(255, 117, 117, 0.15); + padding: 0px; + height: auto; + margin-top: 12px; + border-radius: 5px; + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + display: inline-flex; + align-items: center; + margin: 0 10px; + padding: 5px 10px; + font-size: .875rem; + line-height: 1; + max-width: 33em; + word-break: break-all; + color: #ff7575; + } +} +.confirm-remove-view .ibiz-form-item--remind{ + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + color:#aaa; + } + +} + /* 选中分页 */ +.mob-main-style .van-tab--active{ + color: #6698ff; +} +.mob-main-style .van-tabs__line{ + background: #6698ff; +} + +/* 分组容器 标题 */ +.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ + font-size: 0.75rem; + color: #696969; +} +/* 表单项 标题 */ +.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ + color: #696969; +} +/* 表单项 下划线伪元素 */ +.mob-main-style .ibiz-form-item-container::after{ + display: none; +} +/* 标题 title */ +.mob-main-style .ibiz-form-item--title .van-field__control{ + font-weight: bolder; + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} +/* 代码表 表单项 */ +/* .mob-main-style .ibiz-span__code-list{ + justify-content: flex-end; } */ - -.mob_page_edit_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_edit_style .ibiz-form-item--publish_name { - padding-left: 10px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { - margin-bottom: 6px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ - padding-top: 5px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel3{ - position: relative; -} - /* 评论容器取消发送按钮位置 */ -.space-page-view .ibiz-panel-container--container_comment{ - position: relative; -} -.space-page-view .ibiz-panel-button--comment__cancel, -.space-page-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 14px; -} -.space-page-view .ibiz-panel-button--comment__cancel { - right: 90px; -} -.space-page-view .ibiz-control-form { - height: 100%; - overflow: auto; -} -.space-page-view .ibiz-control-form img { - max-width: 100%; -} -/* 修复附件表格滚动条异常 */ -.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { - max-height: 100%; -} -/* 修复评论编辑页关注人滚动条异常 */ -.space-page-view .ibiz-attention-select-value-multiple{ - overflow: hidden; -} -.space-page-view .ibiz-panel-container--right_container{ - border-left: 1px solid #e7e7e7; -} - - - .space-page-view .ibiz-toolbar-item-counter { - background-color: #e0e0e0 !important; - color: grey !important; - margin-left: 10px !important; -} - .purple-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #d2d8ed; - vertical-align: inherit; -} -.ibiz-span .purple-span { - margin: 4px 0; -} - .red-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #fcd0cb; - vertical-align: inherit; -} -.ibiz-span .red-span { - margin: 4px 0; -} - - - .mob-red-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: red; -} - .green-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ccf2cc; - vertical-align: inherit; -} -.ibiz-span .green-span { - margin: 4px 0; -} - .mob-green-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: #3ae23a; -} - .ibiz-form-item{ - --ibiz-form-item-placeholder-color:#cacaca; -} -.el-input{ - --el-input-placeholder-color:#cacaca; -} - .more_log_style .ibiz-control-toolbar__item { - position: absolute !important; - margin: -65px 0px 0px -65px !important; -} - -.more_log_style .el-button { - --el-button-bg-color: none !important; - --el-button-text-color: rgb(70 107 144) !important; - --el-button-hover-text-color: none !important; - --el-button-hover-bg-color: none !important; - --el-button-hover-border-color: none !important; - --el-button-active-text-color: node !important; - --el-button-active-bg-color: none !important; -} - .blue-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #c8e8fa; - vertical-align: inherit; -} -.ibiz-span .blue-span { - margin: 4px 0; -} - .mob-blue-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: blue; -} - /* 表单分组标题 */ -.ibiz-form-group__caption{ - font-size: var(--ibiz-form-item-container-font-size); - font-weight: var(--ibiz-form-group-caption-font-regular); - color: var(--ibiz-form-item-container-label-color); -} - .form-group-to-grid-header { - height: 54px; - background-color: rgba(var(--ibiz-grey-1), 1); -} -.form-group-to-grid-header .ibiz-row--grid { - display: flex; - align-items: center; -} -.form-group-to-grid-header .ibiz-form-raw-item { - padding: 8px 4px; -} - /* 表格头全局样式 */ -body .ibiz-control-grid { ---ibiz-control-grid-header-height: 54px; /* 重新赋值 */ -} -/* 适配增加的高度,使表格头垂直居中 */ -body .ibiz-control-grid__table .el-table__header-wrapper .cell { -padding-top: 16px; -padding-bottom: 16px; -} - .normal-rich-text *{ - font-style: normal !important; - text-decoration: none !important; - color: rgb(85, 91, 97) !important; - background-color: transparent !important; - font-size: 14px !important; - font-weight: 400 !important; - text-align: left !important; - text-overflow: ellipsis; - text-wrap: nowrap; - word-break: break-all; -} -.normal-rich-text a { - pointer-events: none; -} - .ibiz-panel-view-content { - --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); -} - /* 视图右侧padding */ -.ibiz-panel-view-header .ibiz-panel-container--view_header_right { - padding: 0 var(--ibiz-spacing-tight); -} -/* 树padding */ -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding: 0 var(--ibiz-spacing-tight); -} -.ibiz-control-treeexpbar .ibiz-panel-exp-header { - padding: 0 var(--ibiz-spacing-tight); -} - .view-content-no-padding .ibiz-panel-view-content { - padding: 0; -} -.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { - padding: var(--ibiz-panel-view-content-padding); -} - - .ibiz-view-message { - padding: var(--ibiz-spacing-tight); -} -.ibiz-view-message .el-alert--info.is-light { - background-color: var(--el-alert-bg-color); -} - /* 全局 计数器 样式 */ -.ibiz-badge.ibiz-badge { -min-width: 16px; -text-align: center; -font-size: var(--ibiz-font-size-small); -padding: 0 var(--ibiz-spacing-extra-tight); -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} -/* 表单分页计数器 */ -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { - padding-right: var(--ibiz-spacing-base-loose); - position: relative; -} -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-text-3); - background-color: var(--ibiz-color-fill-0); - padding: 0 var(--ibiz-spacing-extra-tight); - top: calc(50% - 2px); - font-size: var(--ibiz-font-size-small); - right: var(--ibiz-font-size-header-6); -} -.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - - /* .discuss_bottom_shadow_style{ - position: relative; - box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); - padding: 2px 0px 0px 0px; + .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { + width: 100%; + height: 100%; + margin: 0; + background-color: var(--ibiz-color-bg-1); +} +.mob-main-style .van-tabs__wrap{ + border-top: 1px solid #f1f1f1; +} + + + .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} + /* 标题 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 图标,防止字数过多时发生形变 */ +.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 容器元素换行 */ +.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + + /* 背景颜色 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { + background-color: white; +} + +.mob_delivery_display_style .ibiz-form-group__content { + background-color: white; +} + +/* 标题文字样式 */ +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { + text-align: left; + font-size: 18px; + font-weight: 500; + margin-top: 7px; +} + +/* 图片 */ +.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { + padding-left: 30px; +} + +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { + text-align: left; + margin-bottom: 2px; +} + /* 按钮样式 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { + display: block; + text-align: center +} + +.mob_delivery_display_style button.van-button.van-button--default.van-button--small { + border: 0; + background: #f3f3f3; + border-radius: 10px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { + background-color: white; +} +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { + padding-top: 0; +} + .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { + padding-left: 24px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { + color: red; +} + + .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + +/* 图标边距 */ +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { + height: 24px; + /* margin-top: -3px; */ + margin-right: 15px; +} +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ + overflow: hidden !important;; +} + /* 日历部件没有数据时,进行显示 */ +.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { + content: "当前日期没有工作~"; + color: #D7D7D7; + margin-left: 6px; +} +.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { + display: none; +} +/* 设置背景颜色 */ +.mob_dashboard_style { + background-color: #F6F6F6 !important; + border-radius: 0px !important; +} +.mob_dashboard_style > div { + margin: 15px !important; +} +.mob_dashboard_style .ibiz-control-dashboard-row { + gap: 15px !important; +} + /* 仪表盘列表只显示五个 */ +.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), +.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { + display: none; +} + +/* 搜索框进行隐藏 */ +.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { + display: none; +} + +/* 显示更多样式 */ +.mob_dashboard_style button { + height: 60px !important; + border: transparent !important; +} + +.mob_dashboard_style button span.ibiz-panel-button-content--caption { + font-size: 18px !important; + color: #699AFF !important; +} + +/* 修改分割线样式 */ +.mob_dashboard_style .van-divider--hairline { + width: calc(100% - 2rem); + height: 0.0625rem; + margin-left: 1rem; + margin-bottom: 0px; + background-color: var(--ibiz-color-border); +} + /* 用例名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + /* 日历列表样式 */ +.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { + font-size: 16px; + margin-left: 6px; +} +/* 我的工作项 */ +.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { + font-size: 16px; +} + +/* 其他分组每一项中title的样式 */ +.mob_dashboard_style .ibiz-panel-field--title span { + font-size: 16px; +} + .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: block !important; +} + +.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { + display: flex !important; +} + +.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { + background-color: #ffffff; +} + +.mob_dashboard_style .ibiz-view-content { + background-color: #ffffff; +} + .van-popover__content.van-popover__content--vertical { + border: var(--van-button-border-width) solid var(--van-button-default-border-color); + background: white; +} +button.van-button.van-button--default.van-button--normal.van-button--round { + border: 0; + margin: 2px; + padding: 0; +} +.ibiz-popper-toolbar .van-popover{ + --van-popover-action-width: 95px; +} +.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { + margin: 0; +} +.van-popover__content.van-popover__content--vertical span.van-button__text{ + display: flex; + align-items: center; +} +.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ + margin: 0px 6px -4px 7px; +} +.van-popup.van-popover.van-popover--light{ + left: -105px; +} + .ibiz-view-demobmdview.enablesort, +.ibiz-view-demoblistview.enablesort { +position: relative; +} +.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, +.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ +padding-right: 38px; +background-color: var(--ibiz-color-bg-1); +} +.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} +.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ +display: flex; +align-items: center; +justify-content: center; +width: 1.25rem; +height: 1.125rem; +font-size: 1.25rem; +} + /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ +position: relative; +} */ + + + /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, +.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .discuss_reply_padding .ibiz-form-group-content{ - padding-left: 5px; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ - padding-left: 0; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ - padding-left: 0; -} - .mob_list_view_style { - position: relative; -} -.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); -} -.mob_list_view_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - -.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { - position: absolute; - right: 40px; -} - .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container svg { - width: 24px; -} - -.mob_discuss_reply_list_style .ibiz-panel-field--total { - margin-right: 2px; - margin-top: 1px; -} - -.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { - margin-top: 9px; - display: inline-grid; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { - margin-top: 9px; - display: inline-grid; -} - .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { - margin-left: 15px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, -.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { - padding-left: 8px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group__content { - background-color: white; -} - .discuss-border-style .ibiz-grid-field-column__script{ - width: 70px; - text-align: center; - border: 1px solid #eee; - border-radius: 20px; - padding: 0px 10px; -} - .mob_discuss_post_status_style .van-field__body { - background-color: var(--ibiz-color-primary-light-hover); - border-radius: 20px; - height: 36px; - width: 85px; -} - -.mob_discuss_post_status_style .van-field__body span { - color: var(--ibiz-color-primary); -} - -.mob_discuss_post_status_style .ibiz-form-item-container { - padding: 0px; -} - -.mob_discuss_post_status_style .van-field__right-icon { - display: none; -} - -.mob_discuss_post_status_style .van-field__control--custom { - justify-content: center !important; -} - .discusses_mob_list_style .ibiz-panel-container--container span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 span, -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, -.discusses_mob_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { - height: 24px; - width: 24px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { - font-size: 8px; - min-width: 20px; - min-height: 20px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { - width: 20px; - height: 20px; -} - .discusses_mob_list_style .ibiz-panel-container--container2 { - width: 55px; - height: 23px; - border: 1px solid #d8d8d8; - border-radius: 10px; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 span, -.discusses_mob_list_style .ibiz-panel-container--container2 { - display: flex; - align-items: center; - justify-content: center; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { - margin-top: 1px; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { - margin-right: 3px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { - margin-top: 2px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { - margin-top: -3px; -} - -.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - /* .discusses_mob_list_style { - position: relative; -} -.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); + /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, +.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .post_edit_title_style .ibiz-panel-container--topic_container { - padding-left: 16px; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { - display: none !important; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { - padding: 0 !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name { - padding: 0 8px 0 16px !important; -} - -.post_edit_title_style .ibiz-identifier-title { - padding-left: 8px !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name span { - color: var(--el-text-color-regular); - font-size: var(--ibiz-font-size-header-5); - font-weight: var(--ibiz-font-weight-regular); -} - -.post_edit_title_style .ibiz-panel-field--topic_name::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: 20px; - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: 2px; - transform: translateY(-50%); -} - .discuss-comment-btn{ - width: 100px; -} -.discuss-comment-btn .el-button{ - min-height: var(--ibiz-height-control-default); - min-width: var(--ibiz-height-control-default); - background: transparent; - border: none; - color: var(--ibiz-color-text-3); - font-size: var(--ibiz-font-size-header-6); - padding: 8px; -} -.discuss-comment-btn .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { - border: none; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { - width: 20px; -} - -.mob_discuss_detal_list_style .ibiz-panel-field--total { - margin-left: 2px; - margin-right: 2px; - margin-top: 1px; -} - /* 详情页中的 容器边距 */ -.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ - margin: 10px; - border-radius: 10px; - /* background-color: white; */ -} -/* 选中分页 */ -.mob-details-style .van-tab--active{ - color: #6698ff; -} -.mob-details-style .van-tabs__line{ - background: #6698ff; -} - -.mob-details-style .ibiz-form-item--create_time span { - margin-top: 3px; -} - -.mob-details-style .van-tabs__wrap { - background-color: white; -} - -.mob-details-style .van-tabs__nav { - display: inline-flex !important; - margin-left: 30px; -} - -.mob-details-style .van-tab { - margin-right: 40px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 span { - display: inline-grid; - margin-top: 9px; -} - .mob-details-style .ibiz-form-group--grouppanel1 svg { - width: 28px; - height: 28px; - margin-left: 15px; -} - -.mob-details-style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; - display: inline-grid; - margin-top: 7px; -} - -.mob-details-style .ibiz-form-group--grouppanel2 span, -.mob-details-style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob-details-style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob-details-style .ibiz-form-item--name { - padding-left: 8px; -} - -.mob-details-style .ibiz-form-item--status { - padding-top: 10px; -} - .review_btn_style button[title="通过"] { - background-color: green; -} - -.review_btn_style button[title="拒绝"] { - background-color: red; -} - .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ - font-size: 12px; - color: #979899; -} - -.review-results-style .ibiz-form-item--title .ibiz-span{ - font-size: 16px; - font-weight: 600; -} - -.review-results-style .ibiz-mdctrl-container-item{ - border-top: 1px solid #dbdbdb; -} - -.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: white; - border-left: none; -} - .comment-list-height-auto .ibiz-no-data { - padding: 0; - --el-empty-image-width: 64px; - --el-empty-description-margin-top: 6px; -} -.comment-list-height-auto img { - max-width: 100%; -} -/* 流转空数据 */ -.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { - margin-top: -8px; -} - .comment-replay { - padding: 0 12px; - background-color: var(--ibiz-color-bg-0); -} -.comment-replay .ibiz-rawitem, -.comment-replay .ibiz-code-list__item, -.comment-replay .ibiz-panel-item-render--pcontent { - color: #999; -} -.comment-replay .ibiz-panel-item-render--pcontent { - display: flex; -} -.comment-replay .ibiz-panel-item-render--pcontent p { - margin: 8px 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.comment-replay .ibiz-raw__script .comment-tag { - pointer-events: none; -} - .comment_icon .ibiz-rawitem{ - font-size:24px; - opacity:0.5; - padding:8px 0; -} - .comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-0); - color: var(--ibiz-editor-default-text-color); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .mob_topic_discuss_list_style .ibiz-control-toolbar__item { - display: block !important; -} - -.mob_topic_discuss_list_style { - position: relative; -} -.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); - background-color: white !important; -} -.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { - top: 18px; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .resource-capacity-view .ibiz-panel-view-content--view_content { - padding: 0 var(--ibiz-spacing-tight); -} - -.resource-capacity-view .ibiz-form-page, -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { - height: 100% -} - -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { - height: calc(100% - 54px); -} - -.resource-capacity-view .ibiz-form-group--header { - line-height: 52px; - overflow-y: scroll; - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-capacity-view .ibiz-form-group--body { - overflow-y: scroll; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { - padding: 0; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { - height: 52px; - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { - height: 100%; - display: flex; - align-items: center; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { - overflow: hidden; -} -.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { - margin-left: var(--ibiz-spacing-extra-tight); -} - .road-map-view .time-line { - display: flex -} -.road-map-view .time-line-right { - display: flex; - flex-shrink: 0; - align-items: flex-start; - justify-content: center; - padding: 70px 8px 8px 8px; -} -.road-map-view .time-line-right--title { - width: 100px; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - margin-bottom: 40px; - padding: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); -} -.road-map-view .time-line-right--caption { - color: var(--ibiz-color-primary); - font-weight: var(--ibiz-font-weight-bold); -} -.road-map-view .time-line-right--description { - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} -.road-map-view .time-line-left { - flex-grow: 1; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - padding: var(--ibiz-spacing-base); -} - .road-map-view .time-line-left--line { - width: 100%; - height: 4px; - display: flex; - margin: 80px 20px; - align-items: center; - justify-content: space-between; - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item { - width: 12.5%; - flex-grow: 1; - position: relative; -} -.road-map-view .time-line-left--item:last-child { - background-color: var(--ibiz-color-white); -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { - bottom: 15px; -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__content { - bottom: 54px; -} -.road-map-view .time-line-left--item__dot { - width: 12px; - height: 12px; - border-radius: 50%; - background-color: var(--ibiz-color-white); - border: 3px solid var(--ibiz-color-success-hover); -} - .road-map-view .time-line-left--item__vertical { - width: 2px; - height: 36px; - position: absolute; - transform: translateX(5px); - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item__content { - display: flex; - bottom: -70px; - cursor: pointer; - width: max-content; - position: absolute; - align-items: center; - flex-direction: column; - justify-content: center; -} -.road-map-view .time-line-left--item__caption { - width: 100%; - color: var(--ibiz-color-text-0); - font-size: var(--ibiz-font-size-regular); -} -.road-map-view .time-line-left--item__time { - width: 100%; - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} - -.road-map-view .time-line-left--item__content a { - text-decoration: unset !important; -} - .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { - padding-left: 18px; -} - - .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ - width: 76px; - text-align: center; -} - .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { - display: none; -} - .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { - padding: 10px 10px 0 10px; -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { - background-color: var(--ibiz-color-bg-1); - border-radius: 5px; -}.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item.is-active { - background-color: var(--ibiz-control-list-active-bg-color); -} - .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { - border-radius: 0; -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, -.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { - background-color: var(--ibiz-color-fill-0); - padding-bottom: 8px; -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { - padding: 10px 0; -} - - - /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ - margin: -15% 0% 0% -35%; + .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { +fill: var(--van-gray-6); +} +/* 适配有视图头的情况 */ +.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); +} +/* 适配首页仪表盘 */ +.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} + .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ + width: 105px; +} +.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { + width: 112px; + padding-left: 3px; +} +.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ + width: 108px; +} + .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ + font-size: 18px; +} +.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ + width: 24px; +} + .ibiz-quill .van-popup .ql-editor.ql-blank { + padding: 12px 15px; +} +.ibiz-quill .van-popup .ql-editor.ql-blank::before { + left: 15px; +} + .mob_workspace_style .ibiz-view-content--view_content{ + display: block !important; +} + +.mob_workspace_style .ibiz-panel-container--view_content > div { + display: block !important; +} + /* 卡片 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ + flex-wrap: unset; + overflow: scroll; + padding-left: 0.5rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ + display: none; +} +/* 背景定位 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { + position: relative; + border: 1px solid #eeeeee; + border-radius: 5px; + box-shadow: none; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ + content: ''; + display: inline-block; + width: 100%; + height: 36px; + position: absolute; + top: 0; + left: 0; + z-index: 6; + background-color: var(--ibiz-color-disabled-fill); +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ + position: relative; + z-index: 10; +} + + .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ + font-weight: bolder; + font-size: 0.95rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ + color: #6a6a6a; +} + +.ibiz-control-appmenu .van-tabbar-item__icon{ + width: 16px; +} +/* 最近访问 显示更多 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; + padding-left: 0; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ + font-size: 0.95rem; + color: #6698ff; +} + + .mob-home-style .ibiz-panel-container-group-header{ + border-bottom: 0px !important; + height: 25px; +} +.mob-home-style .ibiz-panel-container-group__caption{ + font-size: 16px !important; + font-weight: 400 !important; +} +.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} +.mob-home-style .ibiz-panel-field--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} + /* 标题 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + + +/* 容器元素换行 */ +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} + +/* 为空不显示 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { + display: none; +} + /* 字体颜色、位置 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} + +/* 依赖名称 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ + color: #aaaaaa; +} + /* 最近访问 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .ibiz-form-group--grouppanel_attachment_create{ + position: relative; +} + .mob_descript_comment .ibiz-quill-preview__edit { + top: -2.125rem; + right: 0; +} + + .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .mob-library-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-library-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-library-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 110px; + top: 2px; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { + top: -230px !important; +} + .mob_login_style .ibiz-panel-container-image{ + background-size: cover; +} +.mob_login_style .ibiz-rawitem__image path{ + fill: #219cf0; +} +.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-button--auth_loginbutton{ + border-radius: 10px; + border: 1px solid #c2c2c2; +} +.mob_login_style .van-field__control::placeholder{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container4{ + margin-top: 15vh; +} +.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ + font-size: 28px; + font-weight: 600; + color: #2fbaf5; +} + .ibiz-form-group { + padding: 0; +} +.ibiz-form-group--style2 { + padding: 4px; + border-radius: 0; +} +.ibiz-form-group--style2 > .ibiz-form-group-header { + border-radius: 4px 4px 0 0; +} +.ibiz-form-group--style2 > .ibiz-form-group__content { + padding: 4px 0; + background-color: var(--ibiz-form-group-header-bg-color); + border-radius: 4px; +} +.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { + padding-top: 0; +} + + .mob_comment_list_style .ibiz-panel-button{ + border: 0; +} +.mob_comment_list_style .ibiz-panel-button-content--icon{ + font-size: 18px; +} +.mob_comment_list_style .ibiz-panel-container--container2{ + margin-top: 10px; +} +.mob_comment_list_style .ibiz-mob-personal-info-content__tip { + margin-top: -15px; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { + margin-top: 0px !important; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ + margin: -12px 0px 0px 40px; + color: #9d9d9d; +} +.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { + margin-left: 40px; + width:auto; +} +.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ + height: 0px !important; +} + .mob-comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-3); + color: var(--ibiz-color-text-2); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.mob-comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .comment_style_main{ + background: white; + position: relative; + z-index: 1; + box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); +} +.comment_style_main .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.comment_style_main .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-button{ + border: 0; +} +.comment_style_main #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} +.comment_style_main .ibiz-panel-field--comment_count span{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-field--attention_count span{ + color: #aaaaaa; +} + .comment_style_list{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.comment_style_list .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; +} +.comment_style_list .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_list .ibiz-panel-button{ + height: 32px; + width: 50px; + background: #6698ff; + color: white; + border-radius: 5px; +} +.comment_style_list #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + .mob_md_view_style{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.mob_md_view_style .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.mob_md_view_style .ibiz-rawitem__text{ + color: #aaaaaa; +} +.mob_md_view_style .ibiz-panel-button{ + border: 0; +} +.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + /* 标题 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 负责人 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { + /* display: none; */ +} + +/* 图标,防止字数过多时发生形变 */ +.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +/* 防止出现滚动条 */ +.mob_common_list_style .ibiz-panel-container>.ibiz-row { + overflow-y: hidden !important; +} + /* 容器元素换行 */ +.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { + display: none; +} +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ + justify-content: center; + width: 38px; +} + .ibiz-portal-view.ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-0); +} +.ibiz-portal-view .ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-1); +} + .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ + font-size: 14px !important; +} + .mob-idea-md-view-style { + position: relative; +} +.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_page_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_style .ibiz-form-item--publish_name { + padding-left: 10px; +} + .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ + margin: 0; + border-radius: 0; + width: auto; + overflow: visible; +} +.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, +.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ + border: none; + background: transparent; +} +.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ + right: 0.35rem; + top: -45px; +} +.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ + margin-right: 10px; +} +.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ + overflow: visible; +} + .mob-advanced-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-advanced-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-advanced-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 95px; + top: 3px; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .space_main_list_syle .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + +.space_main_list_syle .ibiz-icon svg.icon path { + fill: #20A0FF; +} + .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.space_mob_page_style .ibiz-control-viewlayoutpanel-content { + background-color: rgba(255, 255, 255, 1); +} + +.space_mob_page_style .ibiz-panel-field--name span{ + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.space_mob_page_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + /* margin-top: 5px; */ +} + +.space_mob_page_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} +.space_mob_page_style .ibiz-panel-rawitem--static_image1{ + padding: 0px 15px 0px 0px; +} + /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { + position: fixed; + bottom: 135px; + right: 30px; + z-index: 1000; + width: 44px; + height: 44px; + border-radius: 50%; + background-color: white; + box-shadow: 1px 4px 6px 3px #dad7d7; +} */ + +.mob_page_edit_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_edit_style .ibiz-form-item--publish_name { + padding-left: 10px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { + margin-bottom: 6px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ + padding-top: 5px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel3{ + position: relative; +} + /* 评论容器取消发送按钮位置 */ +.space-page-view .ibiz-panel-container--container_comment{ + position: relative; +} +.space-page-view .ibiz-panel-button--comment__cancel, +.space-page-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 14px; +} +.space-page-view .ibiz-panel-button--comment__cancel { + right: 90px; +} +.space-page-view .ibiz-control-form { + height: 100%; + overflow: auto; +} +.space-page-view .ibiz-control-form img { + max-width: 100%; +} +/* 修复附件表格滚动条异常 */ +.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { + max-height: 100%; +} +/* 修复评论编辑页关注人滚动条异常 */ +.space-page-view .ibiz-attention-select-value-multiple{ + overflow: hidden; +} +.space-page-view .ibiz-panel-container--right_container{ + border-left: 1px solid #e7e7e7; +} + + + .space-page-view .ibiz-toolbar-item-counter { + background-color: #e0e0e0 !important; + color: grey !important; + margin-left: 10px !important; +} + .purple-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #d2d8ed; + vertical-align: inherit; +} +.ibiz-span .purple-span { + margin: 4px 0; +} + .red-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #fcd0cb; + vertical-align: inherit; +} +.ibiz-span .red-span { + margin: 4px 0; +} + + + .mob-red-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: red; +} + .green-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ccf2cc; + vertical-align: inherit; +} +.ibiz-span .green-span { + margin: 4px 0; +} + .mob-green-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: #3ae23a; +} + .ibiz-form-item{ + --ibiz-form-item-placeholder-color:#cacaca; +} +.el-input{ + --el-input-placeholder-color:#cacaca; +} + .more_log_style .ibiz-control-toolbar__item { + position: absolute !important; + margin: -65px 0px 0px -65px !important; +} + +.more_log_style .el-button { + --el-button-bg-color: none !important; + --el-button-text-color: rgb(70 107 144) !important; + --el-button-hover-text-color: none !important; + --el-button-hover-bg-color: none !important; + --el-button-hover-border-color: none !important; + --el-button-active-text-color: node !important; + --el-button-active-bg-color: none !important; +} + .blue-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #c8e8fa; + vertical-align: inherit; +} +.ibiz-span .blue-span { + margin: 4px 0; +} + .mob-blue-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: blue; +} + /* 表单分组标题 */ +.ibiz-form-group__caption{ + font-size: var(--ibiz-form-item-container-font-size); + font-weight: var(--ibiz-form-group-caption-font-regular); + color: var(--ibiz-form-item-container-label-color); +} + .form-group-to-grid-header { + height: 54px; + background-color: rgba(var(--ibiz-grey-1), 1); +} +.form-group-to-grid-header .ibiz-row--grid { + display: flex; + align-items: center; +} +.form-group-to-grid-header .ibiz-form-raw-item { + padding: 8px 4px; +} + /* 表格头全局样式 */ +body .ibiz-control-grid { +--ibiz-control-grid-header-height: 54px; /* 重新赋值 */ +} +/* 适配增加的高度,使表格头垂直居中 */ +body .ibiz-control-grid__table .el-table__header-wrapper .cell { +padding-top: 16px; +padding-bottom: 16px; +} + .normal-rich-text *{ + font-style: normal !important; + text-decoration: none !important; + color: rgb(85, 91, 97) !important; + background-color: transparent !important; + font-size: 14px !important; + font-weight: 400 !important; + text-align: left !important; + text-overflow: ellipsis; + text-wrap: nowrap; + word-break: break-all; +} +.normal-rich-text a { + pointer-events: none; +} + .ibiz-panel-view-content { + --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); +} + /* 视图右侧padding */ +.ibiz-panel-view-header .ibiz-panel-container--view_header_right { + padding: 0 var(--ibiz-spacing-tight); +} +/* 树padding */ +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding: 0 var(--ibiz-spacing-tight); +} +.ibiz-control-treeexpbar .ibiz-panel-exp-header { + padding: 0 var(--ibiz-spacing-tight); +} + .view-content-no-padding .ibiz-panel-view-content { + padding: 0; +} +.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { + padding: var(--ibiz-panel-view-content-padding); +} + + .ibiz-view-message { + padding: var(--ibiz-spacing-tight); +} +.ibiz-view-message .el-alert--info.is-light { + background-color: var(--el-alert-bg-color); +} + /* 全局 计数器 样式 */ +.ibiz-badge.ibiz-badge { +min-width: 16px; +text-align: center; +font-size: var(--ibiz-font-size-small); +padding: 0 var(--ibiz-spacing-extra-tight); +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} +/* 表单分页计数器 */ +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { + padding-right: var(--ibiz-spacing-base-loose); + position: relative; +} +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-text-3); + background-color: var(--ibiz-color-fill-0); + padding: 0 var(--ibiz-spacing-extra-tight); + top: calc(50% - 2px); + font-size: var(--ibiz-font-size-small); + right: var(--ibiz-font-size-header-6); +} +.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + + /* .discuss_bottom_shadow_style{ + position: relative; + box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); + padding: 2px 0px 0px 0px; } */ - -/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ - position: relative; - box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); + .discuss_reply_padding .ibiz-form-group-content{ + padding-left: 5px; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ + padding-left: 0; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ + padding-left: 0; +} + .mob_list_view_style { + position: relative; +} +.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); +} +.mob_list_view_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + +.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { + position: absolute; + right: 40px; +} + .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container svg { + width: 24px; +} + +.mob_discuss_reply_list_style .ibiz-panel-field--total { + margin-right: 2px; + margin-top: 1px; +} + +.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { + margin-top: 9px; + display: inline-grid; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { + margin-top: 9px; + display: inline-grid; +} + .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { + margin-left: 15px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, +.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { + padding-left: 8px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group__content { + background-color: white; +} + .discuss-border-style .ibiz-grid-field-column__script{ + width: 70px; + text-align: center; + border: 1px solid #eee; + border-radius: 20px; + padding: 0px 10px; +} + .mob_discuss_post_status_style .van-field__body { + background-color: var(--ibiz-color-primary-light-hover); + border-radius: 20px; + height: 36px; + width: 85px; +} + +.mob_discuss_post_status_style .van-field__body span { + color: var(--ibiz-color-primary); +} + +.mob_discuss_post_status_style .ibiz-form-item-container { + padding: 0px; +} + +.mob_discuss_post_status_style .van-field__right-icon { + display: none; +} + +.mob_discuss_post_status_style .van-field__control--custom { + justify-content: center !important; +} + .discusses_mob_list_style .ibiz-panel-container--container span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 span, +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, +.discusses_mob_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { + height: 24px; + width: 24px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { + font-size: 8px; + min-width: 20px; + min-height: 20px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { + width: 20px; + height: 20px; +} + .discusses_mob_list_style .ibiz-panel-container--container2 { + width: 55px; + height: 23px; + border: 1px solid #d8d8d8; + border-radius: 10px; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 span, +.discusses_mob_list_style .ibiz-panel-container--container2 { + display: flex; + align-items: center; + justify-content: center; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { + margin-top: 1px; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { + margin-right: 3px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { + margin-top: 2px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { + margin-top: -3px; +} + +.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + /* .discusses_mob_list_style { + position: relative; +} +.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); } */ -.msg_bottom_shadow_style .msg_heard_style{ - border-bottom: 1px solid #ebebeb; -} - - .notify_field_checkbox_style .el-checkbox{ - width: 120px; -} - - - .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { - margin: 0px 0px 4px; -} - -/* .management_setting_style .ibiz-breadcrumb { - display: none !important; + .post_edit_title_style .ibiz-panel-container--topic_container { + padding-left: 16px; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { + display: none !important; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { + padding: 0 !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name { + padding: 0 8px 0 16px !important; +} + +.post_edit_title_style .ibiz-identifier-title { + padding-left: 8px !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name span { + color: var(--el-text-color-regular); + font-size: var(--ibiz-font-size-header-5); + font-weight: var(--ibiz-font-weight-regular); +} + +.post_edit_title_style .ibiz-panel-field--topic_name::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: 20px; + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: 2px; + transform: translateY(-50%); +} + .discuss-comment-btn{ + width: 100px; +} +.discuss-comment-btn .el-button{ + min-height: var(--ibiz-height-control-default); + min-width: var(--ibiz-height-control-default); + background: transparent; + border: none; + color: var(--ibiz-color-text-3); + font-size: var(--ibiz-font-size-header-6); + padding: 8px; +} +.discuss-comment-btn .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { + border: none; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { + width: 20px; +} + +.mob_discuss_detal_list_style .ibiz-panel-field--total { + margin-left: 2px; + margin-right: 2px; + margin-top: 1px; +} + /* 详情页中的 容器边距 */ +.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ + margin: 10px; + border-radius: 10px; + /* background-color: white; */ +} +/* 选中分页 */ +.mob-details-style .van-tab--active{ + color: #6698ff; +} +.mob-details-style .van-tabs__line{ + background: #6698ff; +} + +.mob-details-style .ibiz-form-item--create_time span { + margin-top: 3px; +} + +.mob-details-style .van-tabs__wrap { + background-color: white; +} + +.mob-details-style .van-tabs__nav { + display: inline-flex !important; + margin-left: 30px; +} + +.mob-details-style .van-tab { + margin-right: 40px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 span { + display: inline-grid; + margin-top: 9px; +} + .mob-details-style .ibiz-form-group--grouppanel1 svg { + width: 28px; + height: 28px; + margin-left: 15px; +} + +.mob-details-style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; + display: inline-grid; + margin-top: 7px; +} + +.mob-details-style .ibiz-form-group--grouppanel2 span, +.mob-details-style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob-details-style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob-details-style .ibiz-form-item--name { + padding-left: 8px; +} + +.mob-details-style .ibiz-form-item--status { + padding-top: 10px; +} + .review_btn_style button[title="通过"] { + background-color: green; +} + +.review_btn_style button[title="拒绝"] { + background-color: red; +} + .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ + font-size: 12px; + color: #979899; +} + +.review-results-style .ibiz-form-item--title .ibiz-span{ + font-size: 16px; + font-weight: 600; +} + +.review-results-style .ibiz-mdctrl-container-item{ + border-top: 1px solid #dbdbdb; +} + +.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: white; + border-left: none; +} + .comment-list-height-auto .ibiz-no-data { + padding: 0; + --el-empty-image-width: 64px; + --el-empty-description-margin-top: 6px; +} +.comment-list-height-auto img { + max-width: 100%; +} +/* 流转空数据 */ +.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { + margin-top: -8px; +} + .comment-replay { + padding: 0 12px; + background-color: var(--ibiz-color-bg-0); +} +.comment-replay .ibiz-rawitem, +.comment-replay .ibiz-code-list__item, +.comment-replay .ibiz-panel-item-render--pcontent { + color: #999; +} +.comment-replay .ibiz-panel-item-render--pcontent { + display: flex; +} +.comment-replay .ibiz-panel-item-render--pcontent p { + margin: 8px 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.comment-replay .ibiz-raw__script .comment-tag { + pointer-events: none; +} + .comment_icon .ibiz-rawitem{ + font-size:24px; + opacity:0.5; + padding:8px 0; +} + .comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-0); + color: var(--ibiz-editor-default-text-color); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .mob_topic_discuss_list_style .ibiz-control-toolbar__item { + display: block !important; +} + +.mob_topic_discuss_list_style { + position: relative; +} +.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); + background-color: white !important; +} +.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { + top: 18px; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .resource-capacity-view .ibiz-panel-view-content--view_content { + padding: 0 var(--ibiz-spacing-tight); +} + +.resource-capacity-view .ibiz-form-page, +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { + height: 100% +} + +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { + height: calc(100% - 54px); +} + +.resource-capacity-view .ibiz-form-group--header { + line-height: 52px; + overflow-y: scroll; + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-capacity-view .ibiz-form-group--body { + overflow-y: scroll; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { + padding: 0; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { + height: 52px; + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { + height: 100%; + display: flex; + align-items: center; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { + overflow: hidden; +} +.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { + margin-left: var(--ibiz-spacing-extra-tight); +} + .road-map-view .time-line { + display: flex +} +.road-map-view .time-line-right { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: center; + padding: 70px 8px 8px 8px; +} +.road-map-view .time-line-right--title { + width: 100px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + margin-bottom: 40px; + padding: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); +} +.road-map-view .time-line-right--caption { + color: var(--ibiz-color-primary); + font-weight: var(--ibiz-font-weight-bold); +} +.road-map-view .time-line-right--description { + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} +.road-map-view .time-line-left { + flex-grow: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: var(--ibiz-spacing-base); +} + .road-map-view .time-line-left--line { + width: 100%; + height: 4px; + display: flex; + margin: 80px 20px; + align-items: center; + justify-content: space-between; + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item { + width: 12.5%; + flex-grow: 1; + position: relative; +} +.road-map-view .time-line-left--item:last-child { + background-color: var(--ibiz-color-white); +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { + bottom: 15px; +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__content { + bottom: 54px; +} +.road-map-view .time-line-left--item__dot { + width: 12px; + height: 12px; + border-radius: 50%; + background-color: var(--ibiz-color-white); + border: 3px solid var(--ibiz-color-success-hover); +} + .road-map-view .time-line-left--item__vertical { + width: 2px; + height: 36px; + position: absolute; + transform: translateX(5px); + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item__content { + display: flex; + bottom: -70px; + cursor: pointer; + width: max-content; + position: absolute; + align-items: center; + flex-direction: column; + justify-content: center; +} +.road-map-view .time-line-left--item__caption { + width: 100%; + color: var(--ibiz-color-text-0); + font-size: var(--ibiz-font-size-regular); +} +.road-map-view .time-line-left--item__time { + width: 100%; + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} + +.road-map-view .time-line-left--item__content a { + text-decoration: unset !important; +} + .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { + padding-left: 18px; +} + + .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ + width: 76px; + text-align: center; +} + .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { + display: none; +} + .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { + padding: 10px 10px 0 10px; + background-color: transparent; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { + background-color: var(--ibiz-color-bg-1); + border-radius: 5px; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item.is-active .ibiz-control-list-item { + background-color: var(--ibiz-control-list-active-bg-color); +} + .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { + border-radius: 0; +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, +.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { + background-color: var(--ibiz-color-fill-0); + padding-bottom: 8px; +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { + padding: 10px 0; +} + + + /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ + margin: -15% 0% 0% -35%; +} */ + +/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ + position: relative; + box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); +} */ +.msg_bottom_shadow_style .msg_heard_style{ + border-bottom: 1px solid #ebebeb; +} + + .notify_field_checkbox_style .el-checkbox{ + width: 120px; +} + + + .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { + margin: 0px 0px 4px; +} + +/* .management_setting_style .ibiz-breadcrumb { + display: none !important; } */ - .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, -.common-level-average::after{ -background-color: var(--ibiz-color-primary) !important; -} - /* 圆 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -content: ''; -display: block; -width: 12px; -height: 12px; -min-width: 12px; -max-width: 12px; -margin-right: var(--ibiz-spacing-extra-tight); -border-radius: 50%; -background-color: var(--ibiz-color-fill-0); -} - /* 基础定位 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input, -.common-level-veryimportant, -.common-level-important, -.common-level-average, -.common-level-unimportant, -.common-level-unknown { -position: relative; -padding-left: var(--ibiz-spacing-base); -} -/* 圆对齐及间距 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { -display: flex; -align-items: center; -margin: 0; -padding: 0; -} -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -margin-right: var(--ibiz-spacing-base-loose); -} -.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { -height: 12px; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { -margin-left: 3px; -} - -/* 最后一个圆的定位 */ -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -position:absolute; -left:0; -} -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ -left:var(--ibiz-spacing-tight); -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -left:var(--ibiz-spacing-tight); -} -/* 编辑器弹框按钮样式 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, -.common-level-dropdown .ibiz-dropdown .el-select .el-input{ -min-height:var(--ibiz-height-control-default); -padding:0 var(--ibiz-spacing-tight); -padding-left:var(--ibiz-spacing-loose); -display:flex; -align-items:center; -border-radius:var(--ibiz-border-radius-small); -cursor:pointer; -} - .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { -min-height: 32px; -margin: 0; -} -/* 编辑态按钮 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input { -overflow: hidden; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { -display: none; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { -position: absolute; -left: 0; -margin-left: var(--ibiz-spacing-base); -border-radius: var(--ibiz-border-radius-small); -} -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { -padding: 0; -margin: 0; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { -min-width: 12px; -max-width: 12px; -box-shadow: none !important; -} - /* 移入效果 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, -.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { -background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { -background-color: var(--ibiz-color-bg-0); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { -background-color: var(--ibiz-color-primary-light-default); -} -/* 表格内样式 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { -margin-left: -4px; -} -/* 表格内文字不显示 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { -font-size: 0; -} -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { -width: 0; -height: 0; -} - /* 自适应宽度 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { -width: auto; -} -.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { - padding: 0; -} - .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, -.common-level-unknown::after, -.common-level-unknown::before, -.common-level-unknown>span::before { -background-color: transparent !important; -box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; -} - .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, -.common-level-important::after, -.common-level-important::before{ -background-color: var(--ibiz-color-primary) !important; -} - .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, -.common-level-veryimportant::after, -.common-level-veryimportant::before, -.common-level-veryimportant>span::before { -background-color: var(--ibiz-color-primary) !important; -} - .idea_tree_node_style .ibiz-panel-field--title{ - font-size: 14px; - font-weight: 600; -} -.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ - margin: 0px 0px 0px 10px; - width: 50px; - height: 30px; - border-radius: 10px; - background: #d4d4d4; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ - color: #999999; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} - .page_info_style .ibiz-form-item-container--left { - text-align: left; -} - -.page_info_style .ibiz-form-item-container__label { - text-align: left; -} - - /* 按钮样式 */ -.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_page_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .project-notice-style .ibiz-portlet-layout-content, -.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ - overflow: visible; -} -.project-notice-style .ibiz-html-custom-toolbar { - position: absolute; - top: -55px; -} -.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ - width: 44px; - } - - - /* 分组面板高度自适应 */ -.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ - height: 100% !important; -} - -/* 去掉下划线 */ -.mob_project_overview_style .ibiz-form-item-container::after{ - height: 0px; -} - .project_warning_style .ibiz-panel-container--container1 { - background-color: orange; - cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container2 { - background-color: deepskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container3 { - background-color: dodgerblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container7 { - background-color: aliceblue -} - -.project_warning_style .ibiz-panel-container--container5 { - background-color: lightskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container6 span { - color: white; -} - -.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { - font-weight: bold; - font-size: 28px; -} - -.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { - font-size: 16px; -} - - - .project_warning_style .ibiz-panel-field--overdue_ratio span { - font-size: 28px; - color: deepskyblue; - font-weight: bold; -} - -.project_warning_style .ibiz-panel-rawitem--static_text3 span { - font-size: 16px; -} - -.project_warning_style .ibiz-panel-container--page_container { - margin-top: 10px; -} - -.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { - position: relative; -} - -.project_warning_style .ibiz-panel-rawitem--static_image, -.project_warning_style .ibiz-panel-rawitem--static_image1, -.project_warning_style .ibiz-panel-rawitem--static_image2, -.project_warning_style .ibiz-panel-rawitem--static_image3 { - top: 6px; - position: absolute; - right: 22px; -} - .project_warning_style .ibiz-panel-container--container8, -.project_warning_style .ibiz-panel-container--container9, -.project_warning_style .ibiz-panel-container--container10 { - padding: 18px 15px; -} - -.project_warning_style .ibiz-panel-container--container11 { - padding: 15px 40px 15px 15px; -} - - /* 背景定位 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { -position: relative; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ -content: ''; -display: inline-block; -width: 100%; -height: 36px; -position: absolute; -top: 0; -left: 0; -z-index: 6; -background-color: var(--ibiz-color-disabled-fill); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -position: relative; -z-index: 10; -} -/* 字体样式 */ -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { -width: 100%; -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { -font-size: var(--ibiz-font-size-header-5); -color: var(--ibiz-color-text-0); -} - .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { -color: var(--ibiz-color-text-3); -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { -font-size: 0; -} -/* 设置边距 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { -margin-top: var(--ibiz-spacing-base); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -padding-top: 22px; -padding-bottom: 0px; -} - .mob_home_my_style{ - position: relative; -} -.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_home_my_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .advancedSearch .ibiz-form-group-header { - border-bottom: none; - } -.advancedSearch .ibiz-teleport-placeholder { - height: 100%; - background-color: #fbfbfb; - border-left: 1px solid #eee; -} -.advancedSearch .ibiz-control-searchbar-quick-search{ - width: 100%; - margin:0 32px; -} -.advancedSearch .ibiz-panel-view-header { - border-bottom:none; -} -.advancedSearch .ibiz-control-captionbar-caption::before{ - display:none; -} -.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { - padding: 0 32px; -} -.advancedSearch .ibiz-panel-view-content { - padding: 8px 32px 0px 32px; -} -.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ - --el-input-height:46px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { - border-radius: 4px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { - font-size:18px; - } - - .cursor_style { - cursor: pointer; + .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, +.common-level-average::after{ +background-color: var(--ibiz-color-primary) !important; +} + /* 圆 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +content: ''; +display: block; +width: 12px; +height: 12px; +min-width: 12px; +max-width: 12px; +margin-right: var(--ibiz-spacing-extra-tight); +border-radius: 50%; +background-color: var(--ibiz-color-fill-0); +} + /* 基础定位 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input, +.common-level-veryimportant, +.common-level-important, +.common-level-average, +.common-level-unimportant, +.common-level-unknown { +position: relative; +padding-left: var(--ibiz-spacing-base); +} +/* 圆对齐及间距 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { +display: flex; +align-items: center; +margin: 0; +padding: 0; +} +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +margin-right: var(--ibiz-spacing-base-loose); +} +.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { +height: 12px; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { +margin-left: 3px; +} + +/* 最后一个圆的定位 */ +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +position:absolute; +left:0; +} +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ +left:var(--ibiz-spacing-tight); +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +left:var(--ibiz-spacing-tight); +} +/* 编辑器弹框按钮样式 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, +.common-level-dropdown .ibiz-dropdown .el-select .el-input{ +min-height:var(--ibiz-height-control-default); +padding:0 var(--ibiz-spacing-tight); +padding-left:var(--ibiz-spacing-loose); +display:flex; +align-items:center; +border-radius:var(--ibiz-border-radius-small); +cursor:pointer; +} + .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { +min-height: 32px; +margin: 0; +} +/* 编辑态按钮 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input { +overflow: hidden; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { +display: none; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { +position: absolute; +left: 0; +margin-left: var(--ibiz-spacing-base); +border-radius: var(--ibiz-border-radius-small); +} +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { +padding: 0; +margin: 0; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { +min-width: 12px; +max-width: 12px; +box-shadow: none !important; +} + /* 移入效果 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, +.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { +background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { +background-color: var(--ibiz-color-bg-0); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { +background-color: var(--ibiz-color-primary-light-default); +} +/* 表格内样式 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { +margin-left: -4px; +} +/* 表格内文字不显示 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { +font-size: 0; +} +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { +width: 0; +height: 0; +} + /* 自适应宽度 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { +width: auto; +} +.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { + padding: 0; +} + .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, +.common-level-unknown::after, +.common-level-unknown::before, +.common-level-unknown>span::before { +background-color: transparent !important; +box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; +} + .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, +.common-level-important::after, +.common-level-important::before{ +background-color: var(--ibiz-color-primary) !important; +} + .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, +.common-level-veryimportant::after, +.common-level-veryimportant::before, +.common-level-veryimportant>span::before { +background-color: var(--ibiz-color-primary) !important; +} + .idea_tree_node_style .ibiz-panel-field--title{ + font-size: 14px; + font-weight: 600; +} +.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ + margin: 0px 0px 0px 10px; + width: 50px; + height: 30px; + border-radius: 10px; + background: #d4d4d4; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ + color: #999999; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} + .page_info_style .ibiz-form-item-container--left { + text-align: left; +} + +.page_info_style .ibiz-form-item-container__label { + text-align: left; +} + + /* 按钮样式 */ +.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_page_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .project-notice-style .ibiz-portlet-layout-content, +.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ + overflow: visible; +} +.project-notice-style .ibiz-html-custom-toolbar { + position: absolute; + top: -55px; +} +.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ + width: 44px; + } + + + /* 分组面板高度自适应 */ +.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ + height: 100% !important; +} + +/* 去掉下划线 */ +.mob_project_overview_style .ibiz-form-item-container::after{ + height: 0px; +} + .project_warning_style .ibiz-panel-container--container1 { + background-color: orange; + cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container2 { + background-color: deepskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container3 { + background-color: dodgerblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container7 { + background-color: aliceblue +} + +.project_warning_style .ibiz-panel-container--container5 { + background-color: lightskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container6 span { + color: white; +} + +.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { + font-weight: bold; + font-size: 28px; +} + +.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { + font-size: 16px; +} + + + .project_warning_style .ibiz-panel-field--overdue_ratio span { + font-size: 28px; + color: deepskyblue; + font-weight: bold; +} + +.project_warning_style .ibiz-panel-rawitem--static_text3 span { + font-size: 16px; +} + +.project_warning_style .ibiz-panel-container--page_container { + margin-top: 10px; +} + +.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { + position: relative; +} + +.project_warning_style .ibiz-panel-rawitem--static_image, +.project_warning_style .ibiz-panel-rawitem--static_image1, +.project_warning_style .ibiz-panel-rawitem--static_image2, +.project_warning_style .ibiz-panel-rawitem--static_image3 { + top: 6px; + position: absolute; + right: 22px; +} + .project_warning_style .ibiz-panel-container--container8, +.project_warning_style .ibiz-panel-container--container9, +.project_warning_style .ibiz-panel-container--container10 { + padding: 18px 15px; +} + +.project_warning_style .ibiz-panel-container--container11 { + padding: 15px 40px 15px 15px; +} + + /* 背景定位 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { +position: relative; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ +content: ''; +display: inline-block; +width: 100%; +height: 36px; +position: absolute; +top: 0; +left: 0; +z-index: 6; +background-color: var(--ibiz-color-disabled-fill); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +position: relative; +z-index: 10; +} +/* 字体样式 */ +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { +width: 100%; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { +font-size: var(--ibiz-font-size-header-5); +color: var(--ibiz-color-text-0); +} + .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { +color: var(--ibiz-color-text-3); +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { +font-size: 0; +} +/* 设置边距 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { +margin-top: var(--ibiz-spacing-base); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +padding-top: 22px; +padding-bottom: 0px; +} + .mob_home_my_style{ + position: relative; +} +.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_home_my_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .advancedSearch .ibiz-form-group-header { + border-bottom: none; + } +.advancedSearch .ibiz-teleport-placeholder { + height: 100%; + background-color: #fbfbfb; + border-left: 1px solid #eee; +} +.advancedSearch .ibiz-control-searchbar-quick-search{ + width: 100%; + margin:0 32px; +} +.advancedSearch .ibiz-panel-view-header { + border-bottom:none; +} +.advancedSearch .ibiz-control-captionbar-caption::before{ + display:none; +} +.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { + padding: 0 32px; +} +.advancedSearch .ibiz-panel-view-content { + padding: 8px 32px 0px 32px; +} +.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ + --el-input-height:46px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { + border-radius: 4px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { + font-size:18px; + } + + .cursor_style { + cursor: pointer; } /*** END:系统样式表 ***/ \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSSYSAPP.json b/model/PSSYSAPPS/plmmob/PSSYSAPP.json index 77fb54399118e4c44f4c64fdf38842e605609390..d61b906f76bc834942b4cd95412e8574b8d21424 100644 --- a/model/PSSYSAPPS/plmmob/PSSYSAPP.json +++ b/model/PSSYSAPPS/plmmob/PSSYSAPP.json @@ -769,16 +769,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__idea_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__idea_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_idea_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/idea.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -826,6 +844,14 @@ "textCls" : "green-span", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "cacheTimeout" : 1000, @@ -839,6 +865,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__idea_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求状态", "getPSAppDEDataSet" : { "modelref" : true, @@ -925,16 +956,34 @@ }, "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__solutions", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__solutions", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__solutions.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单解决方案", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_ticket_solution" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/ticket.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -965,18 +1014,44 @@ "text" : "不予采纳", "value" : "70" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__ticket_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__ticket_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_ticket_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/ticket.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -1024,6 +1099,14 @@ "textCls" : "green-span", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "cacheTimeout" : 1000, @@ -1037,6 +1120,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProdMgmt__ticket_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单状态", "getPSAppDEDataSet" : { "modelref" : true, @@ -1168,6 +1256,7 @@ "emptyText" : "未定义", "name" : "看板(导入)" }, { + "cacheTimeout" : 1000, "getClsPSAppDEField" : { "name" : "STYLE", "codeName" : "style" @@ -1182,6 +1271,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "发布所属阶段", "getPSAppDEDataSet" : { "modelref" : true, @@ -1198,7 +1292,8 @@ "getValuePSAppDEField" : { "name" : "ID", "codeName" : "id" - } + }, + "enableCache" : true }, { "cacheTimeout" : 1000, "codeListTag" : "ProjMgmt__cur_sprint_upload", @@ -1226,16 +1321,34 @@ }, "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__demand_sources", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__demand_sources", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__demand_sources.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求来源", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_idea_source" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -1258,6 +1371,14 @@ "text" : "其他", "value" : "50" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "cacheTimeout" : 1000, @@ -1507,16 +1628,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__reproduction_probability", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__reproduction_probability", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "复现概率", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_probability" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -1535,6 +1674,14 @@ "text" : "仅出现一次", "value" : "40" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "ProjMgmt__requirement_type", @@ -1567,16 +1714,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__risk", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__risk", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__risk.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "风险", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_risk" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -1591,6 +1756,14 @@ "text" : "低", "value" : "30" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "ProjMgmt__scope_type", @@ -1671,16 +1844,34 @@ "predefinedType" : "DEMAINSTATE", "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__severity", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__severity", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__severity.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "严重程度", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_severity" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -1699,6 +1890,14 @@ "text" : "建议", "value" : "40" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "ProjMgmt__sprint_status", @@ -1761,16 +1960,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__task_category", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__task_category", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__task_category.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "任务类别", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_category" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -1805,18 +2022,44 @@ "text" : "其他", "value" : "80" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__work_item_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__work_item_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/ProjMgmt__work_item_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_40", @@ -1855,6 +2098,14 @@ "textCls" : "green-span", "value" : "10" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "cacheTimeout" : 1000, @@ -2043,13 +2294,35 @@ }, "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__case_state", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__case_state", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__case_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例状态", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_status" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" + }, "getPSCodeItems" : [ { "codeName" : "item_10", "getPSSysCss" : { @@ -2075,6 +2348,14 @@ "textCls" : "grey-span", "value" : "30" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "TestMgmt__mob_case_state", @@ -2277,16 +2558,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_level", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_level", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_level.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例重要程度", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_importance_level" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -2309,6 +2608,14 @@ "text" : "P4", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "TestMgmt__test_case_state", @@ -2369,16 +2676,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_test_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_test_type", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_test_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "测试类型", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_test_type" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "automation", @@ -2389,18 +2714,44 @@ "text" : "手动", "value" : "manual" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_type", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmmob/PSAPPCODELISTS/TestMgmt__test_case_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例类型", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_type" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmmob/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -2439,6 +2790,14 @@ "text" : "其他", "value" : "90" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "TestMgmt__test_plan_status", @@ -6638,7 +6997,7 @@ "pluginCode" : "PERSON_SELECT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizPersonelSelect", - "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.204", + "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.206", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -6936,7 +7295,7 @@ "pluginCode" : "COMMENT_ITEM", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizCommentItemRawItem", - "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.139", + "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.209", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { diff --git a/model/PSSYSAPPS/plmmob/PSSYSAPP.json.css b/model/PSSYSAPPS/plmmob/PSSYSAPP.json.css index 1a8d68b45badf9d66546f546f3bf3dd8b10935de..59636e4bfd628f08fb2a21a49c79e0f037713c0d 100644 --- a/model/PSSYSAPPS/plmmob/PSSYSAPP.json.css +++ b/model/PSSYSAPPS/plmmob/PSSYSAPP.json.css @@ -1,5788 +1,5795 @@ /*** START:系统样式表 ***/ - .drbar-ex-underline { -border-bottom: 1px solid var(--ibiz-color-border); -} - -/* drbar头部样式 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { -padding: 8px 0px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { -margin-left: 4px; -} -.drbar-ex-underline .ibiz-panel-container--container { -padding-right: 4px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ -border: none; -} - -/* 图标居中 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, -.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { -margin: 0; -} - .editview2-menu .ibiz-control-drbar__menu { - padding: 8px 16px; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { - width: 100%; - height: 48px; - padding-left: 8px !important; - pointer-events: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { - color: #888d91; -} -.editview2-menu - .ibiz-control-drbar__menu - .el-sub-menu__title - .el-sub-menu__icon-arrow { - display: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { - background: 0 0; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item { - height: 32px; - padding: 0; - padding-left: 24px; - border-radius: 4px; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item:hover { - background: var(--ibiz-color-bg-0); -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item.is-active { - color: #557da5; - background: #d9ecff; -} - - .html-readonly-bg-white .ibiz-html .w-e-scroll { - background-color: var(--ibiz-color-bg-0); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { - background-color: var(--ibiz-color-bg-1); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { - background-color: var(--ibiz-color-bg-1); -} - - .pc_login_style .ibiz-panel-container-image{ - min-height: 100%; - min-width: 100%; - background-size: cover; - background-attachment: fixed; -} -.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ - width: 100%; - height: 100%; -} -.pc_login_style .ibiz-panel-container--container9{ - margin: 3vw 0px 0px 3vw; -} -.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container1 { - position: absolute; - right: 7vw; - height: 60vh; - min-width: 400px; - width: 27vw; - border-radius: 1vw; - box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); - margin-bottom: 80px; - background: white; - margin-top: 8vh; -} -.pc_login_style .ibiz-panel-field--auth_userid { - height: 5vh; -} -.pc_login_style .ibiz-panel-field--auth_password{ - height: 5vh; -} - - .pc_login_style .ibiz-panel-container--container5{ - height: 100% !important; - padding: 5vh 3vh 0vh 3vh !important; -} -.pc_login_style .ibiz-panel-container--container_4{ - height: 15vh; - margin: 4vh 0px 0px 0px; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ - font-size: 3vh; - color: #41c1f7; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ - margin-top: 3vh; - background-color: #42b1ff; - height: 4vh; - font-size: 1.8vh; -} -.pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 1vw; -} -.pc_login_style .el-input__inner{ - font-size: 1.25vh; -} -.pc_login_style .el-checkbox__label{ - font-size: 1vh; -} - .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ - overflow: hidden !important; -} - - .pc_login_style .ibiz-panel-container--container_switch{ - position: absolute; - height: 50% !important; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ - width: 20vh; - height: 20vh; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ - display: none; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ - font-size: 2vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ - color: #595959; - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, -.pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 100%; -} - -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { - background-color: unset !important; -} - -.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 10vh; - height: 10vh; - max-width: 256px !important; - max-height: 256px !important; - min-width: 84px !important; - min-height: 84px !important; -} - -.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container1 { - min-height: 500px; -} - -@media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, - .pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 84px; - } - .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 84px; - height: 84px; - } - - .pc_login_style .ibiz-panel-container--container_4 { - height: 125px; - margin-top: 32px; - } - - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { - font-size: 25px; - font-weight: 600; - } - -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { - font-size: 25px; - font-weight: 600; - color: #41c1f7; - } - - .pc_login_style .ibiz-panel-container--container5 { - height: 100% !important; - padding: 41.5px 24.9px 0px 24.9px !important; - } - - .pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 14.4px; - } - - .pc_login_style .ibiz-panel-field--auth_userid, - .pc_login_style .ibiz-panel-field--auth_password { - height: 41.5px; - } - - .pc_login_style .el-input__inner { - font-size: 10.375px; - } - - .pc_login_style .el-checkbox__label { - font-size: 8.3px; - } - - .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { - margin-top: 24.9px; - background-color: #42b1ff; - height: 33.2px; - font-size: 14.9px; - } -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { - width: 164px; - height: 164px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { - font-size: 16.4px; - font-weight: 600; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { - color: #595959; - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { - font-size: 25px; - font-weight: 600; - } -} - .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ - font-size: 16px; - margin-top: 3px; -} - /* 表单分组标题 */ -.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { - font-size: 16px; - color: var(--ibiz-color-disabled-text); -} -/* 表单分页样式(padding、导航栏标题) */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { - padding: 0 11px 0 13px; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { - font-size: 14px; -} -/* 两侧滚动条 */ -.main-info-common-view .ibiz-control-form { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { - height: 100%; - overflow: auto scroll; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { - height: auto; -} - - /* 主信息编辑视图通用计数器样式 */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - top: 50%; -} - /* 表单标题 使用多行文本时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { - font-size: var(--ibiz-font-size-header-3); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { - line-height: var(--ibiz-editor-default-line-height); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { - height: 100%; - padding: 0; -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { - padding-top: 5px; - padding-bottom: 5px; -} -/* 只读时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { - font-size: var(--ibiz-font-size-header-3); - padding: 5px 11px; - height: 100%; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { - padding: 0 11px; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { - padding: 0 11px; -} - - .main-info-common-view .ibiz-panel-view-content--view_content { - padding-top: 0; -} - -.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} - -.main-info-common-view - .ibiz-grid-container--container_view_bottom - .ibiz-panel-container--container1 { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} -.main-info-common-view .ibiz-control-form { - padding-bottom: 0; - margin-bottom: var(--ibiz-spacing-tright); -} -/* 评审列表视图背景颜色 */ -.main-info-common-view .ibiz-view.ibiz-view-delistview { - background-color: transparent; -} - - -.main-info-common-view .ibiz-grid-container--container_view_bottom { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { - position: relative; - z-index: 998; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { - position: absolute; - padding: 6px 8px 8px 8px; - top: -269px; - background-color: var(--ibiz-color-bg-1); -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { - top: 0; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { - z-index: 999; -} - .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ - padding-left: 5px; - padding-right: 5px; -} -/* 客户沟通单独处理 */ -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { - top: -292px !important; -} - .main-info-common-view .ibiz-dropdown:has(.green-span), -.main-info-common-view .ibiz-dropdown:has(.blue-span), -.main-info-common-view .ibiz-dropdown:has(.orange-span), -.main-info-common-view .ibiz-dropdown:has(.red-span) { -min-height: var(--ibiz-form-item-container-line-height); -display: flex; -align-items: center; -} - .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { - background: transparent; -} - /* 富文本工具栏定位 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ - transform: translateY(-100%); - padding-top: 35px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -/* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} - - /* 表单标题 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { - font-size: var(--ibiz-font-size-header-3); - color: var(--ibiz-color-text-0); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input { - height: var(--ibiz-height-control-default); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { - min-height: calc(var(--ibiz-height-control-default) - 2px); - height: calc(var(--ibiz-height-control-default) - 2px); -} - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ - overflow: visible; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 隐藏滚动条 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.main-info-common-view .ibiz-form-group--executors_container{ - position: relative; -} - -.main-info-common-view .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.main-info-common-view .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - -.main-info-common-view .ibiz-checkbox.is-show-default, -.main-info-common-view .el-checkbox.is-disabled { - padding: 1px 0px 0px 9px !important; -} - -.main-info-common-view .ibiz-attention--readonly.is-show-default { - margin: 1.6px; -} -.main-info-common-view .ibiz-control-edit-form { - padding: 0; -} - - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 左对齐 */ -.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { - float: left; -} - /* 上下对齐 */ -.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { - padding: 0 11px; -} - /* 折叠分组样式1 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { - position: relative; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { - width: auto; - height: auto; - position: absolute; - top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { - width: auto; - height: auto; - position: absolute; - top: 0; - right: 34px; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { - position: initial; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { - display: block; -} - /* 折叠分组样式2 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { - display: none; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { - padding: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { - padding-top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { - border-left: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { - border: none; -} - - /* 折叠分组样式3 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { - margin: 0 8px; - padding-right: 8px; - border: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} -/* 评论容器取消发送按钮位置 */ -.main-info-common-view .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 0; -} -.main-info-common-view .ibiz-panel-button--comment__cancel { - right: 76px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { -background-color: initial; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { -padding: 0 10px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { -background-color: var(--ibiz-color-fill-0); -border-radius: 18px; -padding: 0 12px; -line-height: 24px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { -background-color: var(--ibiz-color-fill-2); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { -color: var(--ibiz-form-tab-panel-text-color); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ -background-color: var(--ibiz-color-primary-active); -color: var(--ibiz-color-primary-active-text); -} - .main-info-common-view .ibiz-grid-container--container_view_bottom > div { -height: 100%; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { -min-height: 48px; -} -.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { -position: static; -} -.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { -width: calc(100% - 4px); -min-height: 48px; -padding-right: 32px; -position: absolute; -top: 0; -} -/* 时间范围宽度 */ -.main-info-common-view .ibiz-date-range-picker { -max-width: 250px; -} - - .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { - background-color: rgb(74 129 199 / 60%) !important; -} - .second_dev_tab_style .ibiz-panel-view-content { - overflow: hidden !important; - padding: 0 !important; -} - .codelist-only-icon { - display: flex; - align-items: center; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item { - font-size: 0; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { - font-size: var(--ibiz-form-item-font-size); -} - .dashboard_container > div { - border: 0 !important; - overflow: hidden !important; -} - .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: var(--ibiz-width-icon-large); - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: var(--ibiz-border-radius-extra-small); - transform: translateY(-50%); -} - -.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { - margin-left: 16px; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ - padding-top: 0px !important; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ - padding-top: 0px !important; -} - .board_title_style{ - margin: 10px 10px 25px 10px; - width: 300px; - height: 35px; -} - -.board_title_style .el-input__wrapper { - font-size: 20px; - font-weight: 600; -} - .dashboard_repair_style .ibiz-panel-field--total span { - display: flex; - align-items: center; -} - .recentcustom_dashboard_view_style .ibiz-portlet-layout { - --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { - border: 1px solid var(--ibiz-color-border); - border-bottom: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { - padding-bottom: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); - /* border-top: none; */ -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { - padding: 0; - overflow: hidden; - border: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { - position: relative; - padding-right: 0; - padding-left: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - right: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { - position: relative; -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - position: absolute; - top: 0; - width: 0; - height: 102px; - content: ""; - border-left: 1px solid var(--ibiz-color-border); -} - .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ - font-size: 16px; -} - -/* 分组树更多图标 */ -.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { -font-size: 16px; -} - /* 文本框 */ -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - border: 0px solid #e8e8e9; - border-radius: 3px; - padding: 1px 15px; - height: 50px; - padding-top: 12px; -} - -/* 按钮 */ -.dependency_style .el-select .el-input { - display: flex; - height: 50px; -} - -/* 溢出控制 */ -.dependency_style .ibiz-panel-field .ibiz-panel-field-content { - line-height: inherit; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; -} - -/* 控制不显示滚动条 */ -.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { - overflow: hidden; -} - -/* 隐藏显示横线 */ -.dependency_style .el-collapse-item__header{ - border-bottom: none; -} - -/* 控制边距 */ -.dependency_style .el-collapse-item__content { - padding-bottom: 2px; -} - .dependency_style{ - overflow: hidden; -} - -.dependency_style .el-collapse{ - border-bottom: none; -} - -.dependency_style .el-collapse-item__wrap { - border-bottom: none; -} - -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; -} - -/* 悬浮色 */ -.dependency_style .ibiz-panel-container--container2:hover, -.dependency_style .ibiz-panel-container--container3:hover { - border-color: #6994be; - border: 1px solid #6994be -} - .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} - .ibiz-control-grid{ - --ibiz-control-grid-scrollbar-width: 8px; -} - .fullscreen .ibiz-form-group--grouppanel1 { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .ibiz-form-item-container__content { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-item-container__editor { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel2 { - display: none; -} - - .fullscreen .ibiz-rawitem.ibiz-form-raw-item { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel_attachments_grid { - display: flex; - flex-flow: column nowrap; - place-content: center center; - align-items: center; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-header { - width: 80%; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__content { - display: block; - flex-flow: unset; - place-content: unset; - align-items: unset; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__editor { - max-width: 100%; -} - .shared_simple_view_style .ibiz-panel-view-content--view_content{ - padding: 0; -} - -.shared_simple_view_style .ibiz-panel-view-content{ - width: 75%; -} -.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ - background-color:white; -} -.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ - background-color: #f9f9f9; -} - .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { - padding: 0; -} - .shared_link_top{ - height: 52px; - border-bottom: 1px solid #eee; - background-color: #FFF; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ - height: 52px; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { - display: block; - font-size: 18px; - font-weight: 500; - color: #333; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; -} -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { - color: #ddd; -} - .shared_setting_style .ibiz-form-item--enable_password{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--enable_expiration{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--subset_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--is_shared_subset{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--pwd_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--expiration_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--access_password{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--expiration_date{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--shared_page_url{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-button--copy_page_url{ - padding-top: 0; -} - - - .mob_attention_title_style.ibiz-panel-field { -display: flex; -align-items: center; -height: 100%; -} -.mob_attention_title_style.ibiz-panel-field .ibiz-span { -height: var(--ibiz-font-size-header-5); -padding: 0 0.375rem; -margin-left: var(--ibiz-spacing-tight); -font-size: 0.7rem; -color: var(--ibiz-color-text-2); -background-color: var(--ibiz-color-border); -border-radius: var(--ibiz-font-size-header-5); -} - .relation_recent_style{ - line-height: normal; -} - -/* 控制项标题文字过多导致的样式异常 */ -.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; - max-width: 1460px; -} - .tab_tree_panel_style .ibiz-tab-group-select-tree{ - padding-left: 0px !important; -} - .tab-exp-select{ - border-right: 1px solid #e9e9e9; -} - .ibiz-panel-container--view_tabexppanel .el-tabs__item { - height: 64px; -} -.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { - font-size: 16px; -} -.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ - font-size: 16px; -} -/* 分页导航视图padding */ -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { - padding: 0; -} -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { - padding: var(--ibiz-panel-view-content-padding); -} - - .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; - margin-left: 0.6rem; -} - -.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ - flex: unset; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { - padding-left: 0.5rem; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; -} - .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { - padding-top: 0; -} - - .delete-button .el-button{ - color: #fff; - background-color: #ff7575; - border-color: #ff7575; -} - .relation_tree_node_style .ibiz-panel-field--show_identifier span{ - color: #a1a1a2; - margin-left: 5px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ - overflow: hidden; -} -.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} -.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ - overflow: hidden; -} - .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ -height: 50px !important; -} - .right_button_style .van-button{ - padding: 0px 10px 0px 0px; -} - .reply_list_style .ibiz-control-list-item.is-active, -.reply_list_style .ibiz-control-list-item:hover { - background-color: transparent !important; -} - .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { - display: none; -} -.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { - display: none; -} - .big-icon { - padding: 0; -} -.big-icon .el-button { - font-size: 24px; - padding: 8px; -} -.big-icon .el-button .ibiz-icon { - max-width: 24px !important; - max-height: 24px !important; -} -.big-icon .el-button .ibiz-panel-button-content--caption { - display: none; -} - .average-toolbar { - position: relative; - justify-content: space-evenly; - height: 48px; -} - .vertical-divider .ibiz-rawitem { - border-left: 1px solid var(--ibiz-color-border); - height: 1em; -} -.vertical-divider .el-divider { - display: none; -} - .multiple_people_style .ibiz-form-group--grouppanel6{ - /* height: 20px; */ - margin: -18px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ - width: 70px; - padding: 1px 0px 0px 5px !important; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { - padding-right: 0px !important; -} - -.multiple_people_style .ibiz-form-group--grouppanel9{ - height: 20px; - margin: 8px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ - width: 70px; - padding: 0px 0px 0px 5px !important; -} - - .con_bottom_shadow_style{ - border-bottom: 1px solid var(--ibiz-color-border); -} -/* 如果有树,把树的下边框去掉 */ -.con_bottom_shadow_style .ibiz-tab-group-select-tree { - border-bottom: 0px !important; -} - - .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { - padding-left: 0; -} -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding-left: 0; -} - - .recentdata-custom>div>div>div:nth-child(2) { -flex: 1; -} - .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { - padding-left: 16px; - height: 16px; -} -/* 类型位置 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { - - padding-left: 5px; - padding-bottom: 15px; - -} -/* 类型文字 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { - font-size: 15px; - -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { - margin-left: -17px; -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { - padding: 0px; -} - .work_item_type_global_style .ibiz-panel-button{ - padding-top: 0px; -} - -.work_item_type_global_style .ibiz-icon { - margin-top: 5px; -} - - /* 按钮样式 */ -.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .ibiz-control-toolbar__item--primary .el-button.el-button--primary { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { - color: var(--ibiz-color-primary-hover); - background-color: var(--ibiz-color-primary-light-hover); -} - - .ibiz-control-toolbar--user .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.ibiz-control-toolbar--user .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { - border-bottom: none; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { - color: var(--ibiz-color-text-3); - background-color: transparent; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ - outline: none; -} -.ibiz-control-toolbar-submenu-popper--user { - background: transparent; -} -.ibiz-control-toolbar-submenu-popper--user .el-button { - color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { - background-color: var(--ibiz-color-bg-0); -} - /*工具栏分组项按钮2样式*/ -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { -color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style2 .el-button { ---el-button-bg-color: transparent; ---el-button-hover-bg-color: transparent; ---el-button-active-bg-color: transparent; ---el-button-text-color: var(--ibiz-color-text-3); ---el-button-hover-text-color: var(--ibiz-color-text-3); ---el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { -padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { -padding: 0 10px; -} - -/* 适配分割线间距一致 */ -/* 适配分隔符在前面 */ -.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { -margin-left: -8px; -} -/* 适配分隔符在后面 */ -.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { -margin-left: -4px; -} -/* 分组按钮样式 */ -.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { -border: none; -} - -/* 窗口缩小样式 */ -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ -color: var(--ibiz-color-primary); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ - font-weight: 600; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { - fill: var(--ibiz-color-primary) !important; -} - -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { -stroke: var(--ibiz-color-primary) !important; -stroke-width: 30 !important; -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { - color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style3 .el-button { - --el-button-bg-color: transparent; - --el-button-hover-bg-color: transparent; - --el-button-active-bg-color: transparent; - --el-button-text-color: var(--ibiz-color-text-3); - --el-button-hover-text-color: var(--ibiz-color-text-3); - --el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { - padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { - padding: 0 10px; -} - - /*工具栏分组项按钮3样式*/ -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - - .toolbar-style-container .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.toolbar-style-container .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.toolbar-style-container { - border-bottom: 1px solid var(--ibiz-color-border); -} - /* 面板分页样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -height: 1px; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -min-height: 64px; -max-height: 64px; -width: 58px; -height: 100%; -border: none; -display: flex; -justify-content: center; -align-items: center; -} -/* 分页弹出按钮样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { -padding: 1px 0; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { -text-align: center; -} -.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ -gap: 56px; -} -/* 搜索表单取消padding */ -.workload-tab-head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 16px; -width: auto; -height: 63px; -} - /* 适配分页搜索下级视图自适应宽度 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { -width: 100%; -} -/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { -width: 16.66%; -} - /* 关系分页部件定位样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -position: relative; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -position: absolute; -top: 1px; -left: calc(16.65% + 15px); -z-index: 100; -} -/* 视图头部定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { -position: relative; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -/* 视图头部快速搜索定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { -width: auto; -position: absolute; -top: 0; -left: calc(16.65% + 81px); -} - -/* 快捷搜索部件样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ -display: flex; -align-items: center; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { -height: auto; -} -/* 边距调整 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { -margin-left: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { -margin-left: var(--ibiz-spacing-base-tight); -} - .mob_workload_calendar_style .ibiz-panel-container--container1 span { - font-size: 16px; - color: #8B8B8B; -} - -.mob_workload_calendar_style .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 16px; - color: #8B8B8B; - margin-left: 4px; -} - -.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - font-size: 16px; -} - -.mob_workload_calendar_style .ibiz-panel-field--name span { - font-size: 18px; - margin-left: 6px; -} - -.mob_workload_calendar_style .ibiz-spacing-right--outermedium { - margin-right: 8px !important; -} - -.mob_workload_calendar_style input::placeholder { - text-align: left; -} - .mob_workload_calendar_style .ibiz-form-item--date_range { - padding-top: 14px; -} - -.mob_workload_calendar_style{ - position: relative; -} -.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { - padding: 8px; - background-color: #F3F3F3; - border-radius: 8px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - -/* 列表中的分割线样式 */ -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { - position: relative; - top: 0.875rem; - left: 1rem; - display: block; - width: calc(100% - 2rem); - height: 0.0625rem; - content: ""; - background-color: var(--ibiz-color-border); -} - .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { - font-size: 18px; - color: #3B3B3B; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { - content: "小时"; - font-size: 16px; - color: #B8B8B8; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { - display: none !important; -} - /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ -.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { -width: 100%; -} -/* 视图头部样式 */ -.workload_log_head .ibiz-panel-view-header--view_header { -position: relative; -margin-top: 1px; -} -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -.workload_log_head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 8px; -width: auto; -height: 63px; -} - .mob_workload_log .ibiz-panel-field--duration span { - font-size: 32px; - text-align: center; -} - -.mob_workload_log .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 20px; - margin-left: 2px; -} - -.mob_workload_log .ibiz-panel-field--register_date span { - color: #8B8B8B; -} - -.mob_workload_log .ibiz-panel-container--container2 > div { - padding: 8px 12px; - margin-top: 8px; - background-color: #F1FBF5; - border-radius: 8px; - margin-right: 16px; -} - -.mob_workload_log .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_log .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - .mob_workload_log .ibiz-code-list .ibiz-icon { - padding-right: 0px !important; -} - -.mob_workload_log input::placeholder { - text-align: left; -} - -.mob_workload_log .ibiz-form-item--date_range { - padding-top: 14px; -} - - -.mob_workload_log { - position: relative; -} -.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_log .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_log .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .app_market_style .ibiz-panel-field--title span { - font-weight: bold; - font-size: larger; -} - -.app_market_style .ibiz-panel-field--version { - background-color: lightgrey; - padding: 5px 15px 5px 15px; - border-radius: 10px; -} - -.app_market_style .ibiz-panel-field--version span { - color: white; - font-weight: bold; -} - -.app_market_style .ibiz-panel-field--memo span { - font-size: medium; - color: grey; -} - -.app_market_style .ibiz-control-dataview-group-content__item-content>* { - margin-right: 32px; -} - -.app_market_style .el-card__body { - padding: 0px; -} - -.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { - padding: 8px 8px 8px 0px; -} - -/* .app_market_style .ibiz-control-dataview-item { - height: 100%; -} */ - -.app_market_style .ibiz-control-dataview-item.is-active { - background-color: unset !important; -} - .app_market_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; -} - -.app_market_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - -.app_market_style .ibiz-sort-bar { - display: none !important; -} - -.app_market_style .ibiz-panel-rawitem--using > div { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_market_style .ibiz-panel-rawitem--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; -} - .app_market_style .ibiz-panel-button-content--icon { - color: var(--el-button-bg-color); -} - .app-title-style .ibiz-panel-app-title__logo--expand, -.app-title-style svg { - margin-top: -25px; -} - - .app_info_style .ibiz-form-item--pscoreprdfuncname span { - font-weight: bold; - font-size: x-large; -} - -.app_info_style .ibiz-form-item--memo div div div div div { - color: darkgrey; - font-size: 15px; -} - -.app_info_style button[title="GitLab"] span svg path { - fill: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] span { - color: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="GitLab"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="GitLab"]:hover span { - color: #557DA5 !important; -} - -.app_info_style .ibiz-form-button , .ibiz-form-button-list { - padding: 8px 8px 8px 4px; -} - .app_info_style button[title="打开按钮"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="打开按钮"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { - color: #557DA5; -} - -.app_info_style button[title="设置"] span { - color: white; -} - .app_info_style .ibiz-form-item--currentversion { - padding-top: 0px; -} - -.app_info_style .ibiz-form-item--currentversion span { - font-size: 12px; - font-weight: bold; - color: grey; - background-color: lightgrey; - padding: 0px 6px 0px 6px; - border-radius: 6px; - height: 16px; - align-items: center; - display: flex; -} - -.app_info_style .ibiz-form-group--grouppanel3 { - margin-left: 10px; -} - -.app_info_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; -} - -.app_info_style .ibiz-form-tab-page--overview > div:first-child { - padding-right: 0px !important; -} - .app_info_style .ibiz-form-group--grouppanel4 button { - font-size: small; - padding: 8px; - height: 25px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { - width: 40px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { - width: 18px; -} - -.app_info_style .el-button-group { - align-items: flex-end; -} - -.app_info_style .ibiz-form-button-content--icon { - display: flex; - align-items: center; -} - -.app_info_style .ibiz-panel-view-content--deeditview { - overflow: hidden; -} - -.app_info_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - - .app_info_style .ibiz-form-tab-page--overview > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--log > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--overview .el-select__tags { - cursor: default !important; -} - -.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { - display: none !important; -} - -.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { - font-size: 14px !important; -} - .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { - height: 39px !important; -} - -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { - font-size: 14px !important; -} -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { - padding: 0px !important; -} - -/* 正在使用 */ -.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_info_style .ibiz-form-item--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; - cursor: default; -} - -.app_info_style .el-tabs__nav { - padding-left: 12px; -} - .activate_button .el-button{ - background: none; - color: #4ba7f1; - margin-left: 5px; - height: 0px; - -} -.activate_button{ - margin: 0px 10px 0px -10px; -} - -.activate_button .ibiz-rawitem__text{ - color: #999; -} -.activate_button .ibiz-span.ibiz-panel-field-content{ - color: #999; -} - -.activate_button .ibiz-panel-button.ibiz-panel-button--default{ - height: 19px; - padding: 0px; -} - .todo-tips{ - height: 80px; -} -.todo-tips .ibiz-rawitem__text{ - font-size: 26px; - font-weight: 600; - line-height: 75px; -} - .todo-background{ - -} - /* 隐藏滚动条 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.work_item_qucik_create_style .ibiz-form-group--executors_container{ - position: relative; -} -.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - - .work_item_qucik_create_style .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - /* 视图大的布局样式 */ -.quick-create-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -} -/* 按钮样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { -min-height: 40px; -/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -/* 分割线 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - .mob_member_title_style .ibiz-panel-field--title { - background-color: lightgrey; - padding: 4px 6px 4px 6px; - border-radius: 10px; - align-items: center; - display: flex; -} - -.mob_member_title_style .ibiz-panel-field--title span { - font-size: 8px; -} - .my_summary_style span.ibiz-panel-field-content{ - color: rgb(56, 131, 250); - font-size: 28px; -} - -.my_summary_style span.ibiz-rawitem__text { - font-size: 16px; -} - -.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ - color: #B2E699; -} - -.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ - color: #EF8383; -} - -.my_summary_style .el-divider { - height: 58px !important; - width: 1px !important; - margin: 0 !important; - border-top: unset !important; - border-left: 1px var(--el-border-color) var(--el-border-style); -} - -.my_summary_style .ibiz-panel-container--task_num_c, -.my_summary_style .ibiz-panel-container--bug_num_c, -.my_summary_style .ibiz-panel-container--other_item_num_c, -.my_summary_style .ibiz-panel-container--idea_num_c, -.my_summary_style .ibiz-panel-container--ticket_num_c, -.my_summary_style .ibiz-panel-container--case_num_c { - cursor: pointer; -} - .my_summary_style .ibiz-control-viewlayoutpanel-content { - display: flex; - justify-content: center; -} - .run_case_label_style div[title="通过"] label.is-active span { - background: #73d897 !important; -} - -.run_case_label_style div[title="受阻"] label.is-active span { - background: #ffcd5d !important; -} - -.run_case_label_style div[title="失败"] label.is-active span { - background: #ff7575 !important; -} - -.run_case_label_style div[title="跳过"] label.is-active span { - background: #5dcfff !important; -} - -.run_case_label_style .el-radio-button__inner { - display: flex !important; - border-color: var(--el-border-color) !important; - color: black !important; - background: transparent !important; -} - -.run_case_label_style .el-radio-button__inner:hover { - background-color: #f5f5f5 !important; -} - -.run_case_label_style label.is-active .el-radio-button__inner { - color: white !important; -} - -.run_case_label_style label.is-active svg path { - fill: white; -} - .run_history_remark_style{ - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} - .coreprdfunc_setting_edit_style .el-tabs__nav span { - font-size: 14px !important; -} - -.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { - padding: 0 10px !important; -} - .export-canvas-style .ibiz-bi-report-panel-content { - padding: 0; -} -.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { - padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); -} - - /* 移入移出效果 */ -.ibiz-form-button--style2 .el-button, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2 .el-button { -min-height: var(--ibiz-height-control-default); -min-width: var(--ibiz-height-control-default); -background: transparent; -border: none; -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-6); -padding: 8px; -} -.ibiz-form-button--style2 .el-button:hover, -.ibiz-control-toolbar__item--style2 .el-button:hover, -.ibiz-panel-button--style2 .el-button:hover { -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} - -.ibiz-form-button--style2 .el-button.el-button { -width: var(--ibiz-height-control-default) ; -} - -/* 按钮间隔 */ -.ibiz-form-button--style2.ibiz-form-button--style2, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2.ibiz-panel-button--style2 { -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); -} - .button_container_style button { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.button_container_style button:hover, button:focus { - background-color: transparent; - border: none; -} - -.button_container_style button:hover span svg path { - fill: #557DA5 !important; -} - -.button_container_style .ibiz-panel-button { - padding: 8px 0px 8px 0px; -} - .swap_icon_text button { - direction: rtl; -} - -.swap_icon_text button:hover { - background-color: transparent !important; - color: rgb(85, 125, 165) !important; -} - -.swap_icon_text button:hover span svg path { - fill: #557DA5 !important; -} - -.swap_icon_text .ibiz-toolbar-item-text { - line-height: normal; -} - .track_panel_style .ibiz-panel-field--num span { - margin-right: 4px; - font-size: 16px; - color: #1D1F23; -} - -.track_panel_style .ibiz-panel-rawitem--caption span { - color: var(--ibiz-color-text-3); - font-size: 16px; -} - -.track_panel_style .ibiz-panel-field--title_two span { - font-weight: 600; -} - -.idea_tree_node_style { - width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); -} - .prompt_message_style { - margin: 0px 16px 0px -16px; -} - .data-upload-view { - padding: 8px 32px; -} -.data-upload-view .ibiz-row { - overflow: visible; -} -.data-upload-view .ibiz-rawitem__paragraph p { - margin: 0; - line-height: 22px; -} -.data-upload-view .ibiz-panel-rawitem--download_description, -.data-upload-view .ibiz-panel-rawitem--upload_description { - position: relative; -} -.data-upload-view .ibiz-panel-rawitem--download_description::before, -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - position: absolute; - top: 2px; - left: -23px; - width: 15px; - height: 15px; - font-size: 0.75rem; - line-height: 15px; - color: var(--ibiz-color-primary-text); - text-align: center; - content: '1'; - background: var(--ibiz-color-primary); - border-radius: 50%; -} -.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, -.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { - color: var(--ibiz-color-text-3); -} - - .data-upload-view .ibiz-panel-rawitem--upload_description { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - content: '2'; -} -.data-upload-view .ibiz-panel-button { - padding: var(--ibiz-spacing-base) 0; -} -.data-upload-view .ibiz-panel-rawitem--template_rule { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table { - border-color: var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr { - height: 52px !important; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { - padding: 12px 16px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { - background-color: var(--ibiz-color-fill-0); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { - text-align: center; -} -.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { - color: var(--ibiz-color-danger); -} - .data-upload-view .ibiz-panel-rawitem--upload_raw { - height: 60px; - padding: 0 20px; - background-color: var(--ibiz-color-fill-0); - border: 1px solid var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { - display: flex; - align-items: center; - color: var(--ibiz-color-text-3); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { - color: var(--ibiz-color-link); - cursor: pointer; -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { - text-decoration: underline; -} - - .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { - min-width: 100px; -} -.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ - min-width: 100px; -} - -/* 控制项标题文字过多导致的样式异常 */ -.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} -.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} - .enter_button_style .van-button{ - font-size: 16px; - color: #6698ff; -} - .mob-orange-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; -} - .mob-red-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; -} - .mob-green-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; -} - .mob-orange-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; - border: 1px solid orange; -} - .mob-red-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; - border: 1px solid red; -} - .mob-green-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; - border: 1px solid #3ae23a; -} - .no_border_button{ - border: 0; - font-size: 18px; -} -.no_border_button .van-button{ - border: 0; -} - .mob_magnify_no_border_button .van-button--small { - border: 0; - font-size: 20px; -} - -.mob_magnify_no_border_button .van-button { - border: 0; -} - /* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.star_css button:hover { -background-color: transparent; -} -/* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.star_css button{ -background-color: transparent; -} - -/* 星标字体颜色 */ -.star_css .ibiz-control-toolbar__item-items i{ -color: #9999; -font-size: 18px; -} - -/* 切换图标字体颜色 */ -.star_css .el-sub-menu__title i { -color: #9999; -} - -/* 设置图标的大小*/ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ - font-size: 16px; -} - .update_log_time .ibiz-span{ - margin: 7px 0px 0px 0px; - } - .update_log_name .ibiz-span{ - font-size: 22px; - font-weight: 600; - margin: 15px 0px 15px 0px; -} - @media screen and (min-width: 820px) and (max-width: 980px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(1) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 980px) and (max-width: 1150px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(2) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1150px) and (max-width: 1320px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(3) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1320px) and (max-width: 1480px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(4) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - @media screen and (min-width: 1480px) and (max-width: 1600px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(5) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1600px) and (max-width: 1800px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(6) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1800px) and (max-width: 1970px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(7) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1970px) and (max-width: 2130px) { -.recentdata-screen-auto-item { -.ibiz-control-dataview-scroll-item:nth-child(8) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -} - @media screen and (min-width: 2130px) and (max-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(9) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(10) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - -.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { -flex-wrap: nowrap; -overflow: visible; -} -.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { - flex-wrap: nowrap; - overflow: visible; -} - .recent_owner_subtype_style{ - width: 20px; - overflow: hidden; -} - .recent_grey_font_style .ibiz-panel-field-content{ - color: #a6a6a6; -} - .td_right{ - width: 90%; -} - .td_a_link .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recent_identified_style .ibiz-grid-field-column__text{ - color: #8b8b8b; -} - .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ - display: none; -} - /* 用例名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} -/* 隐藏分割线和显示更多 */ -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .td_a_link_right{ - padding:0px 28px 0px 0px - } - .td_a_link_right .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recenttab-head -.ibiz-panel-view-header--view_header -.ibiz-panel-container -> .ibiz-row { -position: initial; -overflow: initial; -} - .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ - top: -32px; - right: -50px; -} - .stencil_center_title{ - -} - /* 视图标题及分割线样式 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { -height: 64px; -line-height: 64px; -text-align: center; -border-bottom: 1px solid var(--ibiz-color-border); -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { -font-size: 20px; -font-weight: 600; -} -/* 搜索栏自适应 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { -min-width: 100%; -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { -width: 100%; -} -/* 控制视图标题最小高度 */ -.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { - min-height: 32px; -} - .orange-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ffdcaf; - vertical-align: inherit; -} -.ibiz-span .orange-span { - margin: 4px 0; -} - .mob-orange-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: orange; -} - .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ - position: relative; - bottom: -34px; - left: -1px; -} - .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ - color: #999; -} - .active-members-view{ - padding: 24px 0px 0 0; - .ibiz-panel-field>.ibiz-span{ - font-size: 48px; - color: #333; - } - .ibiz-grid-container--container_grid{ - width: 75%; - margin: 0 auto; - } -} - .transition-time .ibiz-span{ - font-size: var(--ibiz-font-size-small); - color: var(--ibiz-color-disabled-text); -} - .test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view .ibiz-panel-container--container3 { - padding: 20px 40px; - border-left: 3px solid #ff7575; - background-color: #fff8f8; -} - - - .test-plan-report-survey-view .ibiz-panel-container--container1 { - padding: 20px 40px; - border-left: 3px solid #5dcfff; - background-color: #f7fdff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-field--coverage_percentage - .ibiz-span { - color: #5dcfff; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent - .ibiz-rawitem__text { - color: #5dcfff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container3 - .ibiz-panel-field--bug_count - .ibiz-span { - color: #ff7575; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - - .test-plan-report-survey-view .ibiz-panel-container--container2 { - padding: 20px 40px; - border-left: 3px solid #73d897; - background-color: #f8fdfa; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-field--pass_percentage - .ibiz-span { - color: #73d897; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent - .ibiz-rawitem__text { - color: #73d897; -} - - - - .test-plan-report-view.ibiz-view { - background-color: var(--ibiz-color-bg-0); -} -.test-plan-report-view .ibiz-view-deportalview { - background-color: transparent; -} -.test-plan-report-view .ibiz-control-dashboard { - gap: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col { - display: flex; - justify-content: center; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { - width: 1200px; - height: auto; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; - margin-top: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { - width: 1200px; - height: 500px; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; -} -.test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption { - padding-left: 12px; -} - - .test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption:before { - display: none; -} -.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { - padding: 0 28px; -} - .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { - background-color: var(--ibiz-color-bg-3) !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { - color: var(--ibiz-color-text-3) !important; - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { - background-color: var(--ibiz-color-bg-0) !important; -} - - .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { - overflow: visible; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { - top: -60px; - right: -32px; - position: absolute; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - - /* .test_mob_list_style .ibiz-control-mobmdctrl-item { - position: relative; -} - -.test_mob_list_style .ibiz-control-panel-content::after { - content: ''; - display: block; - width: 90%; - height: 1px; - background-color: #ececec; - position: absolute; - bottom: 0; - left: 50%; - transform: translateX(-50%); -} */ - -.test_mob_list_style .ibiz-spacing-right--outerlarge span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_mob_list_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} - -.test_mob_list_style button { - border: none; -} - -.test_mob_list_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - .test_detail_list_style { - position: relative; -} -.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.test_detail_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} -.test_detail_list_style button { - border: none; -} - -.test_detail_list_style .ibiz-panel-rawitem--static_image { - width: 24px; - margin-top: 5px; -} - -/**span无数据时,占位隐藏**/ -.test_detail_list_style div span:empty { - display: none; -} - .test_detail_list_style .ibiz-panel-field--title span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--time_container span { - border-radius: 12px; - background-color: #f3f3f3; - display: flex; /* 使用弹性盒布局 */ - justify-content: center; /* 水平居中 */ - align-items: center; /* 垂直居中 */ - width: 150px; - height: 25px; -} - -.test_detail_list_style .ibiz-panel-field--update_time span { - width: 150px; -} - -.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { - fill: #CB258C; -} - -.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { - fill: #66C23A; -} - - .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ - font-weight: 600; - font-size: 16px; -} - .message_layout_panel_img_style{ - -} - .add-members-font{ - font-size:10px - } - .grey-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #e1e1e1; - vertical-align: inherit; -} -.ibiz-span .grey-span { - margin: 4px 0; -} - .mob-grey-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: grey; -} - .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { - padding: 0; - background-color: transparent; -} -.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { - padding-right: var(--ibiz-spacing-base); - padding-left: var(--ibiz-spacing-base); - color: var(--ibiz-dropdown-select-option-item-color); - background-color: var(--ibiz-dropdown-select-option-item-bkcolor); -} -.ibiz-control-gantt.is-exporting .xg-view-toolbar { - display: none; -} - .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.case_template_edit_style .ibiz-html .w-e-text-container { - background: transparent; -} - /* 视图大的布局样式 */ -.user-info-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -padding-bottom: var(--ibiz-spacing-base); -} -/* 按钮样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { -min-height: 40px; -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { -color: var(--ibiz-color-primary); -} -/* 分割线 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { -width: calc(100% - 64px); -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - -/* 头部样式 */ -/* 图片背景 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { -background: #ccf; -} -/* 头像定位 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { -position: relative; -} -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { -width: auto; -height: auto; -position: absolute; -top: -4px; -left: 50%; -transform: translate(-50%, -50%); -} -/* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { -width: 68px; -height: 68px; -border: 4px solid #fff; -border-radius: var(--ibiz-border-radius-circle); -} - /* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { -flex: 1; -width: 60px; -height: 60px; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { -display: none; -} -/* 视图头部登录者信息样式 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar { -padding-top: 50px; -padding-bottom: 28px; -text-align: center; -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { -font-weight: 400; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { -margin-top: 10px; -font-size: var(--ibiz-font-size-small); -color: var(--ibiz-color-text-3); -} - .ibiz-internal-message-html__content { - padding-right: 24px; -} - .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ - background: #f3f3f3; -} -.user_setting_view_style .ibiz-single-data-container{ - /* padding: 40px 10px 20px 10px; */ - padding: 5vh 5vw 5vw 5vw; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ - width: 50px; - height: 50px; - min-width: 50px; - min-height: 50px; - border: 1px solid #ffffff; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ - margin: 15px 0px 5px 0px; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ - font-size: 20px; - font-weight: 600; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ - color: #9b9b9b; -} -.user_setting_view_style .ibiz-panel-container-group{ - background: #ffffff; - margin: 10px 10px 10px 10px; - border-radius: 10px; -} -.user_setting_view_style .van-button{ -width: 93%; - height: 35px; - margin: 10px 0% 0% 3%; -} - .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ - font-size: 16px; - font-weight: 400; - color: #a7a7a7; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ - width: 50px; - height: 50px; -} - /* 垂直居中对齐 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item { -display: inline-flex; -align-items: center; -} -/* 图标大小自适应 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, -.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { -width: auto; -height: auto; -margin-right: 0; -padding-right: var(--ibiz-spacing-tight); -} - .kanban-identifier .ibiz-span{ - margin: 5px 0px 0px 0px; - padding: 2px 6px 2px 6px; - background: #e8e8e8; - border-radius: 5px; - color: #6c6c6c; -} - .kanban-finished .ibiz-span { - color: #aaa; - text-decoration: line-through; -} - .kanban-delay { - color: #ff7575; - background-color: #fff1f1 !important; -} -.kanban-delay .ibiz-rawitem__image { - color: #ff7575; -} - .kanban-time { - height: 24px; - padding: 0 10px; - margin: 0 5px 5px 0; - overflow: hidden; - line-height: 12px; - background: #e9e9e9; - border-radius: 10px; -} - - .kanban-more-button{ - position: relative; - width: 40px; - margin: -8px 0px 0px -2px; - height: 40px; - visibility: hidden; -} -.el-card__body:hover .kanban-more-button { - visibility: visible; -} - .kanban-title .ibiz-span{ - padding: 10px 2px 10px 2px; - font-size: 16px; - font-weight: 600; -} - .kanban-state { - width: 80px; - height: 24px; - margin: 0 5px 5px 0; -} -.kanban-state .ibiz-code-list__item { - --ibiz-code-list-item-color: #aaaaaa; - justify-content: center; - width: 80px; - line-height: 24px; - color: #fff; - background-color: var(--ibiz-code-list-item-color); - border-radius: 10px; -} - - .kanban-kind-icon { - height: auto; - margin: 5px 0 0; - line-height: 24px; -} -.kanban-kind-icon .ibiz-code-list__item { - font-size: 0; -} - - .kanban-assignee{ - margin: 0px 0px 0px 30px; -} - -.kanban-assignee .ibiz-personnel-info-content__tip{ -content-visibility: hidden; -} - .wiki-page-title .ibiz-span{ - font-weight: 600; - font-size: var(--ibiz-font-size-header-2); - color: var(--ibiz-color-text-0); -} -.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { -font-size: 24px; -} - .wiki_page_title_style{ - padding-left: 10px !important; -} - -.wiki_page_title_style .ibiz-span { - font-size: 18px; - color: var(--ibiz-color-text-0); - margin-left: 5px; - margin-right: 5px; -} - -.wiki_page_title_style .ibiz-rawitem .ibiz-icon { - font-size: 18px !important; - margin-left: 5px; -} - .confirm-remove-view .ibiz-form-item--formitem{ - background-color: rgba(255, 117, 117, 0.15); - padding: 0px; - height: auto; - margin-top: 12px; - border-radius: 5px; - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - display: inline-flex; - align-items: center; - margin: 0 10px; - padding: 5px 10px; - font-size: .875rem; - line-height: 1; - max-width: 33em; - word-break: break-all; - color: #ff7575; - } -} -.confirm-remove-view .ibiz-form-item--remind{ - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - color:#aaa; - } - -} - /* 选中分页 */ -.mob-main-style .van-tab--active{ - color: #6698ff; -} -.mob-main-style .van-tabs__line{ - background: #6698ff; -} - -/* 分组容器 标题 */ -.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ - font-size: 0.75rem; - color: #696969; -} -/* 表单项 标题 */ -.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ - color: #696969; -} -/* 表单项 下划线伪元素 */ -.mob-main-style .ibiz-form-item-container::after{ - display: none; -} -/* 标题 title */ -.mob-main-style .ibiz-form-item--title .van-field__control{ - font-weight: bolder; - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} -/* 代码表 表单项 */ -/* .mob-main-style .ibiz-span__code-list{ - justify-content: flex-end; -} */ - .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { - width: 100%; - height: 100%; - margin: 0; - background-color: var(--ibiz-color-bg-1); -} -.mob-main-style .van-tabs__wrap{ - border-top: 1px solid #f1f1f1; -} - - - .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} - /* 标题 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 图标,防止字数过多时发生形变 */ -.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 容器元素换行 */ -.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - - /* 背景颜色 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { - background-color: white; -} - -.mob_delivery_display_style .ibiz-form-group__content { - background-color: white; -} - -/* 标题文字样式 */ -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { - text-align: left; - font-size: 18px; - font-weight: 500; - margin-top: 7px; -} - -/* 图片 */ -.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { - padding-left: 30px; -} - -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { - text-align: left; - margin-bottom: 2px; -} - /* 按钮样式 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { - display: block; - text-align: center -} - -.mob_delivery_display_style button.van-button.van-button--default.van-button--small { - border: 0; - background: #f3f3f3; - border-radius: 10px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { - background-color: white; -} -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { - padding-top: 0; -} - .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { - padding-left: 24px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { - color: red; -} - - .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - -/* 图标边距 */ -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { - height: 24px; - /* margin-top: -3px; */ - margin-right: 15px; -} -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ - overflow: hidden !important;; -} - /* 日历部件没有数据时,进行显示 */ -.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { - content: "当前日期没有工作~"; - color: #D7D7D7; - margin-left: 6px; -} -.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { - display: none; -} -/* 设置背景颜色 */ -.mob_dashboard_style { - background-color: #F6F6F6 !important; - border-radius: 0px !important; -} -.mob_dashboard_style > div { - margin: 15px !important; -} -.mob_dashboard_style .ibiz-control-dashboard-row { - gap: 15px !important; -} - /* 仪表盘列表只显示五个 */ -.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), -.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { - display: none; -} - -/* 搜索框进行隐藏 */ -.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { - display: none; -} - -/* 显示更多样式 */ -.mob_dashboard_style button { - height: 60px !important; - border: transparent !important; -} - -.mob_dashboard_style button span.ibiz-panel-button-content--caption { - font-size: 18px !important; - color: #699AFF !important; -} - -/* 修改分割线样式 */ -.mob_dashboard_style .van-divider--hairline { - width: calc(100% - 2rem); - height: 0.0625rem; - margin-left: 1rem; - margin-bottom: 0px; - background-color: var(--ibiz-color-border); -} - /* 用例名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - /* 日历列表样式 */ -.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { - font-size: 16px; - margin-left: 6px; -} -/* 我的工作项 */ -.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { - font-size: 16px; -} - -/* 其他分组每一项中title的样式 */ -.mob_dashboard_style .ibiz-panel-field--title span { - font-size: 16px; -} - .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: block !important; -} - -.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { - display: flex !important; -} - -.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { - background-color: #ffffff; -} - -.mob_dashboard_style .ibiz-view-content { - background-color: #ffffff; -} - .van-popover__content.van-popover__content--vertical { - border: var(--van-button-border-width) solid var(--van-button-default-border-color); - background: white; -} -button.van-button.van-button--default.van-button--normal.van-button--round { - border: 0; - margin: 2px; - padding: 0; -} -.ibiz-popper-toolbar .van-popover{ - --van-popover-action-width: 95px; -} -.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { - margin: 0; -} -.van-popover__content.van-popover__content--vertical span.van-button__text{ - display: flex; - align-items: center; -} -.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ - margin: 0px 6px -4px 7px; -} -.van-popup.van-popover.van-popover--light{ - left: -105px; -} - .ibiz-view-demobmdview.enablesort, -.ibiz-view-demoblistview.enablesort { -position: relative; -} -.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, -.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ -padding-right: 38px; -background-color: var(--ibiz-color-bg-1); -} -.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} -.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ -display: flex; -align-items: center; -justify-content: center; -width: 1.25rem; -height: 1.125rem; -font-size: 1.25rem; -} - /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ -position: relative; -} */ - - - /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, -.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, -.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { -fill: var(--van-gray-6); -} -/* 适配有视图头的情况 */ -.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); -} -/* 适配首页仪表盘 */ -.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} - .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ - width: 105px; -} -.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { - width: 112px; - padding-left: 3px; -} -.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ - width: 108px; -} - .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ - font-size: 18px; -} -.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ - width: 24px; -} - .ibiz-quill .van-popup .ql-editor.ql-blank { - padding: 12px 15px; -} -.ibiz-quill .van-popup .ql-editor.ql-blank::before { - left: 15px; -} - .mob_workspace_style .ibiz-view-content--view_content{ - display: block !important; -} - -.mob_workspace_style .ibiz-panel-container--view_content > div { - display: block !important; -} - /* 卡片 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ - flex-wrap: unset; - overflow: scroll; - padding-left: 0.5rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ - display: none; -} -/* 背景定位 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { - position: relative; - border: 1px solid #eeeeee; - border-radius: 5px; - box-shadow: none; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ - content: ''; - display: inline-block; - width: 100%; - height: 36px; - position: absolute; - top: 0; - left: 0; - z-index: 6; - background-color: var(--ibiz-color-disabled-fill); -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ - position: relative; - z-index: 10; -} - - .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ - font-weight: bolder; - font-size: 0.95rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ - color: #6a6a6a; -} - -.ibiz-control-appmenu .van-tabbar-item__icon{ - width: 16px; -} -/* 最近访问 显示更多 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; - padding-left: 0; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ - font-size: 0.95rem; - color: #6698ff; -} - - .mob-home-style .ibiz-panel-container-group-header{ - border-bottom: 0px !important; - height: 25px; -} -.mob-home-style .ibiz-panel-container-group__caption{ - font-size: 16px !important; - font-weight: 400 !important; -} -.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} -.mob-home-style .ibiz-panel-field--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} - /* 标题 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - - -/* 容器元素换行 */ -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} - -/* 为空不显示 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { - display: none; -} - /* 字体颜色、位置 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} - -/* 依赖名称 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ - color: #aaaaaa; -} - /* 最近访问 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .ibiz-form-group--grouppanel_attachment_create{ - position: relative; -} - .mob_descript_comment .ibiz-quill-preview__edit { - top: -2.125rem; - right: 0; -} - - .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .mob-library-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-library-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-library-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 110px; - top: 2px; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { - top: -230px !important; -} - .mob_login_style .ibiz-panel-container-image{ - background-size: cover; -} -.mob_login_style .ibiz-rawitem__image path{ - fill: #219cf0; -} -.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-button--auth_loginbutton{ - border-radius: 10px; - border: 1px solid #c2c2c2; -} -.mob_login_style .van-field__control::placeholder{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container4{ - margin-top: 15vh; -} -.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ - font-size: 28px; - font-weight: 600; - color: #2fbaf5; -} - .ibiz-form-group { - padding: 0; -} -.ibiz-form-group--style2 { - padding: 4px; - border-radius: 0; -} -.ibiz-form-group--style2 > .ibiz-form-group-header { - border-radius: 4px 4px 0 0; -} -.ibiz-form-group--style2 > .ibiz-form-group__content { - padding: 4px 0; - background-color: var(--ibiz-form-group-header-bg-color); - border-radius: 4px; -} -.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { - padding-top: 0; -} - - .mob_comment_list_style .ibiz-panel-button{ - border: 0; -} -.mob_comment_list_style .ibiz-panel-button-content--icon{ - font-size: 18px; -} -.mob_comment_list_style .ibiz-panel-container--container2{ - margin-top: 10px; -} -.mob_comment_list_style .ibiz-mob-personal-info-content__tip { - margin-top: -15px; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { - margin-top: 0px !important; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ - margin: -12px 0px 0px 40px; - color: #9d9d9d; -} -.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { - margin-left: 40px; - width:auto; -} -.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ - height: 0px !important; -} - .mob-comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-3); - color: var(--ibiz-color-text-2); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.mob-comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .comment_style_main{ - background: white; - position: relative; - z-index: 1; - box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); -} -.comment_style_main .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.comment_style_main .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-button{ - border: 0; -} -.comment_style_main #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} -.comment_style_main .ibiz-panel-field--comment_count span{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-field--attention_count span{ - color: #aaaaaa; -} - .comment_style_list{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.comment_style_list .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; -} -.comment_style_list .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_list .ibiz-panel-button{ - height: 32px; - width: 50px; - background: #6698ff; - color: white; - border-radius: 5px; -} -.comment_style_list #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - .mob_md_view_style{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.mob_md_view_style .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.mob_md_view_style .ibiz-rawitem__text{ - color: #aaaaaa; -} -.mob_md_view_style .ibiz-panel-button{ - border: 0; -} -.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - /* 标题 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 负责人 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { - /* display: none; */ -} - -/* 图标,防止字数过多时发生形变 */ -.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -/* 防止出现滚动条 */ -.mob_common_list_style .ibiz-panel-container>.ibiz-row { - overflow-y: hidden !important; -} - /* 容器元素换行 */ -.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { - display: none; -} -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ - justify-content: center; - width: 38px; -} - .ibiz-portal-view.ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-0); -} -.ibiz-portal-view .ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-1); -} - .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ - font-size: 14px !important; -} - .mob-idea-md-view-style { - position: relative; -} -.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_page_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_style .ibiz-form-item--publish_name { - padding-left: 10px; -} - .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ - margin: 0; - border-radius: 0; - width: auto; - overflow: visible; -} -.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, -.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ - border: none; - background: transparent; -} -.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ - right: 0.35rem; - top: -45px; -} -.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ - margin-right: 10px; -} -.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ - overflow: visible; -} - .mob-advanced-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-advanced-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-advanced-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 95px; - top: 3px; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .space_main_list_syle .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - -.space_main_list_syle .ibiz-icon svg.icon path { - fill: #20A0FF; -} - .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.space_mob_page_style .ibiz-control-viewlayoutpanel-content { - background-color: rgba(255, 255, 255, 1); -} - -.space_mob_page_style .ibiz-panel-field--name span{ - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; + .drbar-ex-underline { +border-bottom: 1px solid var(--ibiz-color-border); +} + +/* drbar头部样式 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { +padding: 8px 0px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { +margin-left: 4px; +} +.drbar-ex-underline .ibiz-panel-container--container { +padding-right: 4px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ +border: none; +} + +/* 图标居中 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, +.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { +margin: 0; +} + .editview2-menu .ibiz-control-drbar__menu { + padding: 8px 16px; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { + width: 100%; + height: 48px; + padding-left: 8px !important; + pointer-events: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { + color: #888d91; +} +.editview2-menu + .ibiz-control-drbar__menu + .el-sub-menu__title + .el-sub-menu__icon-arrow { + display: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { + background: 0 0; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item { + height: 32px; + padding: 0; + padding-left: 24px; + border-radius: 4px; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item:hover { + background: var(--ibiz-color-bg-0); +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item.is-active { + color: #557da5; + background: #d9ecff; +} + + .html-readonly-bg-white .ibiz-html .w-e-scroll { + background-color: var(--ibiz-color-bg-0); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { + background-color: var(--ibiz-color-bg-1); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { + background-color: var(--ibiz-color-bg-1); +} + + .pc_login_style .ibiz-panel-container-image{ + min-height: 100%; + min-width: 100%; + background-size: cover; + background-attachment: fixed; +} +.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ + width: 100%; + height: 100%; +} +.pc_login_style .ibiz-panel-container--container9{ + margin: 3vw 0px 0px 3vw; +} +.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container1 { + position: absolute; + right: 7vw; + height: 60vh; + min-width: 400px; + width: 27vw; + border-radius: 1vw; + box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 80px; + background: white; + margin-top: 8vh; +} +.pc_login_style .ibiz-panel-field--auth_userid { + height: 5vh; +} +.pc_login_style .ibiz-panel-field--auth_password{ + height: 5vh; +} + + .pc_login_style .ibiz-panel-container--container5{ + height: 100% !important; + padding: 5vh 3vh 0vh 3vh !important; +} +.pc_login_style .ibiz-panel-container--container_4{ + height: 15vh; + margin: 4vh 0px 0px 0px; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ + font-size: 3vh; + color: #41c1f7; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ + margin-top: 3vh; + background-color: #42b1ff; + height: 4vh; + font-size: 1.8vh; +} +.pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 1vw; +} +.pc_login_style .el-input__inner{ + font-size: 1.25vh; +} +.pc_login_style .el-checkbox__label{ + font-size: 1vh; +} + .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ + overflow: hidden !important; +} + + .pc_login_style .ibiz-panel-container--container_switch{ + position: absolute; + height: 50% !important; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ + width: 20vh; + height: 20vh; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ + display: none; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ + font-size: 2vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ + color: #595959; + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, +.pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 100%; +} + +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { + background-color: unset !important; +} + +.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 10vh; + height: 10vh; + max-width: 256px !important; + max-height: 256px !important; + min-width: 84px !important; + min-height: 84px !important; +} + +.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container1 { + min-height: 500px; +} + +@media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, + .pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 84px; + } + .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 84px; + height: 84px; + } + + .pc_login_style .ibiz-panel-container--container_4 { + height: 125px; + margin-top: 32px; + } + + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { + font-size: 25px; + font-weight: 600; + } + +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { + font-size: 25px; + font-weight: 600; + color: #41c1f7; + } + + .pc_login_style .ibiz-panel-container--container5 { + height: 100% !important; + padding: 41.5px 24.9px 0px 24.9px !important; + } + + .pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 14.4px; + } + + .pc_login_style .ibiz-panel-field--auth_userid, + .pc_login_style .ibiz-panel-field--auth_password { + height: 41.5px; + } + + .pc_login_style .el-input__inner { + font-size: 10.375px; + } + + .pc_login_style .el-checkbox__label { + font-size: 8.3px; + } + + .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { + margin-top: 24.9px; + background-color: #42b1ff; + height: 33.2px; + font-size: 14.9px; + } +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { + width: 164px; + height: 164px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { + font-size: 16.4px; + font-weight: 600; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { + color: #595959; + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { + font-size: 25px; + font-weight: 600; + } +} + .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ + font-size: 16px; + margin-top: 3px; +} + /* 表单分组标题 */ +.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { + font-size: 16px; + color: var(--ibiz-color-disabled-text); +} +/* 表单分页样式(padding、导航栏标题) */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { + padding: 0 11px 0 13px; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { + font-size: 14px; +} +/* 两侧滚动条 */ +.main-info-common-view .ibiz-control-form { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { + height: 100%; + overflow: auto scroll; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { + height: auto; +} + + /* 主信息编辑视图通用计数器样式 */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + top: 50%; +} + /* 表单标题 使用多行文本时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { + font-size: var(--ibiz-font-size-header-3); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { + line-height: var(--ibiz-editor-default-line-height); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { + height: 100%; + padding: 0; +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { + padding-top: 5px; + padding-bottom: 5px; +} +/* 只读时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { + font-size: var(--ibiz-font-size-header-3); + padding: 5px 11px; + height: 100%; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { + padding: 0 11px; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { + padding: 0 11px; +} + + .main-info-common-view .ibiz-panel-view-content--view_content { + padding-top: 0; +} + +.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} + +.main-info-common-view + .ibiz-grid-container--container_view_bottom + .ibiz-panel-container--container1 { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} +.main-info-common-view .ibiz-control-form { + padding-bottom: 0; + margin-bottom: var(--ibiz-spacing-tright); +} +/* 评审列表视图背景颜色 */ +.main-info-common-view .ibiz-view.ibiz-view-delistview { + background-color: transparent; +} + + +.main-info-common-view .ibiz-grid-container--container_view_bottom { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { + position: relative; + z-index: 998; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { + position: absolute; + padding: 6px 8px 8px 8px; + top: -269px; + background-color: var(--ibiz-color-bg-1); +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { + top: 0; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { + z-index: 999; +} + .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ + padding-left: 5px; + padding-right: 5px; +} +/* 客户沟通单独处理 */ +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { + top: -292px !important; +} + .main-info-common-view .ibiz-dropdown:has(.green-span), +.main-info-common-view .ibiz-dropdown:has(.blue-span), +.main-info-common-view .ibiz-dropdown:has(.orange-span), +.main-info-common-view .ibiz-dropdown:has(.red-span) { +min-height: var(--ibiz-form-item-container-line-height); +display: flex; +align-items: center; +} + .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { + background: transparent; +} + /* 富文本工具栏定位 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ + transform: translateY(-100%); + padding-top: 35px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +/* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} + + /* 表单标题 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { + font-size: var(--ibiz-font-size-header-3); + color: var(--ibiz-color-text-0); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input { + height: var(--ibiz-height-control-default); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { + min-height: calc(var(--ibiz-height-control-default) - 2px); + height: calc(var(--ibiz-height-control-default) - 2px); +} + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ + overflow: visible; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 隐藏滚动条 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.main-info-common-view .ibiz-form-group--executors_container{ + position: relative; +} + +.main-info-common-view .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.main-info-common-view .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + +.main-info-common-view .ibiz-checkbox.is-show-default, +.main-info-common-view .el-checkbox.is-disabled { + padding: 1px 0px 0px 9px !important; +} + +.main-info-common-view .ibiz-attention--readonly.is-show-default { + margin: 1.6px; +} +.main-info-common-view .ibiz-control-edit-form { + padding: 0; +} + + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 左对齐 */ +.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { + float: left; +} + /* 上下对齐 */ +.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { + padding: 0 11px; +} + /* 折叠分组样式1 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { + position: relative; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { + width: auto; + height: auto; + position: absolute; + top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { + width: auto; + height: auto; + position: absolute; + top: 0; + right: 34px; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { + position: initial; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { + display: block; +} + /* 折叠分组样式2 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { + display: none; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { + padding: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { + padding-top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { + border-left: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { + border: none; +} + + /* 折叠分组样式3 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { + margin: 0 8px; + padding-right: 8px; + border: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} +/* 评论容器取消发送按钮位置 */ +.main-info-common-view .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 0; +} +.main-info-common-view .ibiz-panel-button--comment__cancel { + right: 76px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { +background-color: initial; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { +padding: 0 10px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { +background-color: var(--ibiz-color-fill-0); +border-radius: 18px; +padding: 0 12px; +line-height: 24px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { +background-color: var(--ibiz-color-fill-2); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { +color: var(--ibiz-form-tab-panel-text-color); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ +background-color: var(--ibiz-color-primary-active); +color: var(--ibiz-color-primary-active-text); +} + .main-info-common-view .ibiz-grid-container--container_view_bottom > div { +height: 100%; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { +min-height: 48px; +} +.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { +position: static; +} +.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { +width: calc(100% - 4px); +min-height: 48px; +padding-right: 32px; +position: absolute; +top: 0; +} +/* 时间范围宽度 */ +.main-info-common-view .ibiz-date-range-picker { +max-width: 250px; +} + + .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { + background-color: rgb(74 129 199 / 60%) !important; +} + .second_dev_tab_style .ibiz-panel-view-content { + overflow: hidden !important; + padding: 0 !important; +} + .codelist-only-icon { + display: flex; + align-items: center; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item { + font-size: 0; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { + font-size: var(--ibiz-form-item-font-size); +} + .dashboard_container > div { + border: 0 !important; + overflow: hidden !important; +} + .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: var(--ibiz-width-icon-large); + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: var(--ibiz-border-radius-extra-small); + transform: translateY(-50%); +} + +.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { + margin-left: 16px; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ + padding-top: 0px !important; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ + padding-top: 0px !important; +} + .board_title_style{ + margin: 10px 10px 25px 10px; + width: 300px; + height: 35px; +} + +.board_title_style .el-input__wrapper { + font-size: 20px; + font-weight: 600; +} + .dashboard_repair_style .ibiz-panel-field--total span { + display: flex; + align-items: center; +} + .recentcustom_dashboard_view_style .ibiz-portlet-layout { + --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { + border: 1px solid var(--ibiz-color-border); + border-bottom: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { + padding-bottom: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); + /* border-top: none; */ +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { + padding: 0; + overflow: hidden; + border: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { + position: relative; + padding-right: 0; + padding-left: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + right: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { + position: relative; +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + position: absolute; + top: 0; + width: 0; + height: 102px; + content: ""; + border-left: 1px solid var(--ibiz-color-border); +} + .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ + font-size: 16px; +} + +/* 分组树更多图标 */ +.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { +font-size: 16px; +} + /* 文本框 */ +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + border: 0px solid #e8e8e9; + border-radius: 3px; + padding: 1px 15px; + height: 50px; + padding-top: 12px; +} + +/* 按钮 */ +.dependency_style .el-select .el-input { + display: flex; + height: 50px; +} + +/* 溢出控制 */ +.dependency_style .ibiz-panel-field .ibiz-panel-field-content { + line-height: inherit; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; +} + +/* 控制不显示滚动条 */ +.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { + overflow: hidden; +} + +/* 隐藏显示横线 */ +.dependency_style .el-collapse-item__header{ + border-bottom: none; +} + +/* 控制边距 */ +.dependency_style .el-collapse-item__content { + padding-bottom: 2px; +} + .dependency_style{ + overflow: hidden; +} + +.dependency_style .el-collapse{ + border-bottom: none; +} + +.dependency_style .el-collapse-item__wrap { + border-bottom: none; +} + +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; +} + +/* 悬浮色 */ +.dependency_style .ibiz-panel-container--container2:hover, +.dependency_style .ibiz-panel-container--container3:hover { + border-color: #6994be; + border: 1px solid #6994be +} + .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} + .ibiz-control-grid{ + --ibiz-control-grid-scrollbar-width: 8px; +} + .fullscreen .ibiz-form-group--grouppanel1 { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .ibiz-form-item-container__content { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-item-container__editor { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel2 { + display: none; +} + + .fullscreen .ibiz-rawitem.ibiz-form-raw-item { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel_attachments_grid { + display: flex; + flex-flow: column nowrap; + place-content: center center; + align-items: center; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-header { + width: 80%; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__content { + display: block; + flex-flow: unset; + place-content: unset; + align-items: unset; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__editor { + max-width: 100%; +} + .shared_simple_view_style .ibiz-panel-view-content--view_content{ + padding: 0; +} + +.shared_simple_view_style .ibiz-panel-view-content{ + width: 75%; +} +.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ + background-color:white; +} +.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ + background-color: #f9f9f9; +} + .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { + padding: 0; +} + .shared_link_top{ + height: 52px; + border-bottom: 1px solid #eee; + background-color: #FFF; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ + height: 52px; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { + display: block; + font-size: 18px; + font-weight: 500; + color: #333; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { + color: #ddd; +} + .shared_setting_style .ibiz-form-item--enable_password{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--enable_expiration{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--subset_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--is_shared_subset{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--pwd_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--expiration_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--access_password{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--expiration_date{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--shared_page_url{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-button--copy_page_url{ + padding-top: 0; +} + + + .mob_attention_title_style.ibiz-panel-field { +display: flex; +align-items: center; +height: 100%; +} +.mob_attention_title_style.ibiz-panel-field .ibiz-span { +height: var(--ibiz-font-size-header-5); +padding: 0 0.375rem; +margin-left: var(--ibiz-spacing-tight); +font-size: 0.7rem; +color: var(--ibiz-color-text-2); +background-color: var(--ibiz-color-border); +border-radius: var(--ibiz-font-size-header-5); +} + .relation_recent_style{ + line-height: normal; +} + +/* 控制项标题文字过多导致的样式异常 */ +.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; + max-width: 1460px; +} + .tab_tree_panel_style .ibiz-tab-group-select-tree{ + padding-left: 0px !important; +} + .tab-exp-select{ + border-right: 1px solid #e9e9e9; +} + .ibiz-panel-container--view_tabexppanel .el-tabs__item { + height: 64px; +} +.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { + font-size: 16px; +} +.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ + font-size: 16px; +} +/* 分页导航视图padding */ +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { + padding: 0; +} +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { + padding: var(--ibiz-panel-view-content-padding); +} + + .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; + margin-left: 0.6rem; +} + +.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ + flex: unset; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { + padding-left: 0.5rem; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; +} + .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { + padding-top: 0; +} + + .delete-button .el-button{ + color: #fff; + background-color: #ff7575; + border-color: #ff7575; +} + .relation_tree_node_style .ibiz-panel-field--show_identifier span{ + color: #a1a1a2; + margin-left: 5px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ + overflow: hidden; +} +.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} +.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ + overflow: hidden; +} + .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ +height: 50px !important; +} + .right_button_style .van-button{ + padding: 0px 10px 0px 0px; +} + .reply_list_style .ibiz-control-list-item.is-active, +.reply_list_style .ibiz-control-list-item:hover { + background-color: transparent !important; +} + .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { + display: none; +} +.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { + display: none; +} + .big-icon { + padding: 0; +} +.big-icon .el-button { + font-size: 24px; + padding: 8px; +} +.big-icon .el-button .ibiz-icon { + max-width: 24px !important; + max-height: 24px !important; +} +.big-icon .el-button .ibiz-panel-button-content--caption { + display: none; +} + .average-toolbar { + position: relative; + justify-content: space-evenly; + height: 48px; +} + .vertical-divider .ibiz-rawitem { + border-left: 1px solid var(--ibiz-color-border); + height: 1em; +} +.vertical-divider .el-divider { + display: none; +} + .multiple_people_style .ibiz-form-group--grouppanel6{ + /* height: 20px; */ + margin: -18px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ + width: 70px; + padding: 1px 0px 0px 5px !important; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { + padding-right: 0px !important; +} + +.multiple_people_style .ibiz-form-group--grouppanel9{ + height: 20px; + margin: 8px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ + width: 70px; + padding: 0px 0px 0px 5px !important; +} + + .con_bottom_shadow_style{ + border-bottom: 1px solid var(--ibiz-color-border); +} +/* 如果有树,把树的下边框去掉 */ +.con_bottom_shadow_style .ibiz-tab-group-select-tree { + border-bottom: 0px !important; +} + + .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { + padding-left: 0; +} +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding-left: 0; +} + + .recentdata-custom>div>div>div:nth-child(2) { +flex: 1; +} + .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { + padding-left: 16px; + height: 16px; +} +/* 类型位置 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { + + padding-left: 5px; + padding-bottom: 15px; + +} +/* 类型文字 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { + font-size: 15px; + +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { + margin-left: -17px; +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { + padding: 0px; +} + .work_item_type_global_style .ibiz-panel-button{ + padding-top: 0px; +} + +.work_item_type_global_style .ibiz-icon { + margin-top: 5px; +} + + /* 按钮样式 */ +.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .ibiz-control-toolbar__item--primary .el-button.el-button--primary { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { + color: var(--ibiz-color-primary-hover); + background-color: var(--ibiz-color-primary-light-hover); +} + + .ibiz-control-toolbar--user .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.ibiz-control-toolbar--user .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { + border-bottom: none; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { + color: var(--ibiz-color-text-3); + background-color: transparent; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ + outline: none; +} +.ibiz-control-toolbar-submenu-popper--user { + background: transparent; +} +.ibiz-control-toolbar-submenu-popper--user .el-button { + color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { + background-color: var(--ibiz-color-bg-0); +} + /*工具栏分组项按钮2样式*/ +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { +color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style2 .el-button { +--el-button-bg-color: transparent; +--el-button-hover-bg-color: transparent; +--el-button-active-bg-color: transparent; +--el-button-text-color: var(--ibiz-color-text-3); +--el-button-hover-text-color: var(--ibiz-color-text-3); +--el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { +padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { +padding: 0 10px; +} + +/* 适配分割线间距一致 */ +/* 适配分隔符在前面 */ +.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { +margin-left: -8px; +} +/* 适配分隔符在后面 */ +.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { +margin-left: -4px; +} +/* 分组按钮样式 */ +.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { +border: none; +} + +/* 窗口缩小样式 */ +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ +color: var(--ibiz-color-primary); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ + font-weight: 600; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { + fill: var(--ibiz-color-primary) !important; +} + +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { +stroke: var(--ibiz-color-primary) !important; +stroke-width: 30 !important; +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { + color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style3 .el-button { + --el-button-bg-color: transparent; + --el-button-hover-bg-color: transparent; + --el-button-active-bg-color: transparent; + --el-button-text-color: var(--ibiz-color-text-3); + --el-button-hover-text-color: var(--ibiz-color-text-3); + --el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { + padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { + padding: 0 10px; +} + + /*工具栏分组项按钮3样式*/ +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + + .toolbar-style-container .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.toolbar-style-container .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.toolbar-style-container { + border-bottom: 1px solid var(--ibiz-color-border); +} + /* 面板分页样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +height: 1px; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +min-height: 64px; +max-height: 64px; +width: 58px; +height: 100%; +border: none; +display: flex; +justify-content: center; +align-items: center; +} +/* 分页弹出按钮样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { +padding: 1px 0; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { +text-align: center; +} +.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ +gap: 56px; +} +/* 搜索表单取消padding */ +.workload-tab-head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 16px; +width: auto; +height: 63px; +} + /* 适配分页搜索下级视图自适应宽度 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { +width: 100%; +} +/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { +width: 16.66%; +} + /* 关系分页部件定位样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +position: relative; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +position: absolute; +top: 1px; +left: calc(16.65% + 15px); +z-index: 100; +} +/* 视图头部定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { +position: relative; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +/* 视图头部快速搜索定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { +width: auto; +position: absolute; +top: 0; +left: calc(16.65% + 81px); +} + +/* 快捷搜索部件样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ +display: flex; +align-items: center; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { +height: auto; +} +/* 边距调整 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { +margin-left: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { +margin-left: var(--ibiz-spacing-base-tight); +} + .mob_workload_calendar_style .ibiz-panel-container--container1 span { + font-size: 16px; + color: #8B8B8B; +} + +.mob_workload_calendar_style .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 16px; + color: #8B8B8B; + margin-left: 4px; +} + +.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + font-size: 16px; +} + +.mob_workload_calendar_style .ibiz-panel-field--name span { + font-size: 18px; + margin-left: 6px; +} + +.mob_workload_calendar_style .ibiz-spacing-right--outermedium { + margin-right: 8px !important; +} + +.mob_workload_calendar_style input::placeholder { + text-align: left; +} + .mob_workload_calendar_style .ibiz-form-item--date_range { + padding-top: 14px; +} + +.mob_workload_calendar_style{ + position: relative; +} +.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { + padding: 8px; + background-color: #F3F3F3; + border-radius: 8px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + +/* 列表中的分割线样式 */ +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { + position: relative; + top: 0.875rem; + left: 1rem; + display: block; + width: calc(100% - 2rem); + height: 0.0625rem; + content: ""; + background-color: var(--ibiz-color-border); +} + .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { + font-size: 18px; + color: #3B3B3B; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { + content: "小时"; + font-size: 16px; + color: #B8B8B8; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { + display: none !important; +} + /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ +.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { +width: 100%; +} +/* 视图头部样式 */ +.workload_log_head .ibiz-panel-view-header--view_header { +position: relative; +margin-top: 1px; +} +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +.workload_log_head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 8px; +width: auto; +height: 63px; +} + .mob_workload_log .ibiz-panel-field--duration span { + font-size: 32px; + text-align: center; +} + +.mob_workload_log .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 20px; + margin-left: 2px; +} + +.mob_workload_log .ibiz-panel-field--register_date span { + color: #8B8B8B; +} + +.mob_workload_log .ibiz-panel-container--container2 > div { + padding: 8px 12px; + margin-top: 8px; + background-color: #F1FBF5; + border-radius: 8px; + margin-right: 16px; +} + +.mob_workload_log .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_log .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + .mob_workload_log .ibiz-code-list .ibiz-icon { + padding-right: 0px !important; +} + +.mob_workload_log input::placeholder { + text-align: left; +} + +.mob_workload_log .ibiz-form-item--date_range { + padding-top: 14px; +} + + +.mob_workload_log { + position: relative; +} +.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_log .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_log .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .app_market_style .ibiz-panel-field--title span { + font-weight: bold; + font-size: larger; +} + +.app_market_style .ibiz-panel-field--version { + background-color: lightgrey; + padding: 5px 15px 5px 15px; + border-radius: 10px; +} + +.app_market_style .ibiz-panel-field--version span { + color: white; + font-weight: bold; +} + +.app_market_style .ibiz-panel-field--memo span { + font-size: medium; + color: grey; +} + +.app_market_style .ibiz-control-dataview-group-content__item-content>* { + margin-right: 32px; +} + +.app_market_style .el-card__body { + padding: 0px; +} + +.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { + padding: 8px 8px 8px 0px; +} + +/* .app_market_style .ibiz-control-dataview-item { + height: 100%; +} */ + +.app_market_style .ibiz-control-dataview-item.is-active { + background-color: unset !important; +} + .app_market_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; +} + +.app_market_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + +.app_market_style .ibiz-sort-bar { + display: none !important; +} + +.app_market_style .ibiz-panel-rawitem--using > div { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_market_style .ibiz-panel-rawitem--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; +} + .app_market_style .ibiz-panel-button-content--icon { + color: var(--el-button-bg-color); +} + .app-title-style .ibiz-panel-app-title__logo--expand, +.app-title-style svg { + margin-top: -25px; +} + + .app_info_style .ibiz-form-item--pscoreprdfuncname span { + font-weight: bold; + font-size: x-large; +} + +.app_info_style .ibiz-form-item--memo div div div div div { + color: darkgrey; + font-size: 15px; +} + +.app_info_style button[title="GitLab"] span svg path { + fill: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] span { + color: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="GitLab"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="GitLab"]:hover span { + color: #557DA5 !important; +} + +.app_info_style .ibiz-form-button , .ibiz-form-button-list { + padding: 8px 8px 8px 4px; +} + .app_info_style button[title="打开按钮"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="打开按钮"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { + color: #557DA5; +} + +.app_info_style button[title="设置"] span { + color: white; +} + .app_info_style .ibiz-form-item--currentversion { + padding-top: 0px; +} + +.app_info_style .ibiz-form-item--currentversion span { + font-size: 12px; + font-weight: bold; + color: grey; + background-color: lightgrey; + padding: 0px 6px 0px 6px; + border-radius: 6px; + height: 16px; + align-items: center; + display: flex; +} + +.app_info_style .ibiz-form-group--grouppanel3 { + margin-left: 10px; +} + +.app_info_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; +} + +.app_info_style .ibiz-form-tab-page--overview > div:first-child { + padding-right: 0px !important; +} + .app_info_style .ibiz-form-group--grouppanel4 button { + font-size: small; + padding: 8px; + height: 25px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { + width: 40px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { + width: 18px; +} + +.app_info_style .el-button-group { + align-items: flex-end; +} + +.app_info_style .ibiz-form-button-content--icon { + display: flex; + align-items: center; +} + +.app_info_style .ibiz-panel-view-content--deeditview { + overflow: hidden; +} + +.app_info_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + + .app_info_style .ibiz-form-tab-page--overview > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--log > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--overview .el-select__tags { + cursor: default !important; +} + +.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { + display: none !important; +} + +.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { + font-size: 14px !important; +} + .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { + height: 39px !important; +} + +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { + font-size: 14px !important; +} +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { + padding: 0px !important; +} + +/* 正在使用 */ +.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_info_style .ibiz-form-item--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; + cursor: default; +} + +.app_info_style .el-tabs__nav { + padding-left: 12px; +} + .activate_button .el-button{ + background: none; + color: #4ba7f1; + margin-left: 5px; + height: 0px; + +} +.activate_button{ + margin: 0px 10px 0px -10px; +} + +.activate_button .ibiz-rawitem__text{ + color: #999; +} +.activate_button .ibiz-span.ibiz-panel-field-content{ + color: #999; +} + +.activate_button .ibiz-panel-button.ibiz-panel-button--default{ + height: 19px; + padding: 0px; +} + .todo-tips{ + height: 80px; +} +.todo-tips .ibiz-rawitem__text{ + font-size: 26px; + font-weight: 600; + line-height: 75px; +} + .todo-background{ + +} + /* 隐藏滚动条 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.work_item_qucik_create_style .ibiz-form-group--executors_container{ + position: relative; +} +.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + + .work_item_qucik_create_style .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + /* 视图大的布局样式 */ +.quick-create-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +} +/* 按钮样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { +min-height: 40px; +/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +/* 分割线 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + .mob_member_title_style .ibiz-panel-field--title { + background-color: lightgrey; + padding: 4px 6px 4px 6px; + border-radius: 10px; + align-items: center; + display: flex; +} + +.mob_member_title_style .ibiz-panel-field--title span { + font-size: 8px; +} + .my_summary_style span.ibiz-panel-field-content{ + color: rgb(56, 131, 250); + font-size: 28px; +} + +.my_summary_style span.ibiz-rawitem__text { + font-size: 16px; +} + +.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ + color: #B2E699; +} + +.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ + color: #EF8383; +} + +.my_summary_style .el-divider { + height: 58px !important; + width: 1px !important; + margin: 0 !important; + border-top: unset !important; + border-left: 1px var(--el-border-color) var(--el-border-style); +} + +.my_summary_style .ibiz-panel-container--task_num_c, +.my_summary_style .ibiz-panel-container--bug_num_c, +.my_summary_style .ibiz-panel-container--other_item_num_c, +.my_summary_style .ibiz-panel-container--idea_num_c, +.my_summary_style .ibiz-panel-container--ticket_num_c, +.my_summary_style .ibiz-panel-container--case_num_c { + cursor: pointer; +} + .my_summary_style .ibiz-control-viewlayoutpanel-content { + display: flex; + justify-content: center; +} + .run_case_label_style div[title="通过"] label.is-active span { + background: #73d897 !important; +} + +.run_case_label_style div[title="受阻"] label.is-active span { + background: #ffcd5d !important; +} + +.run_case_label_style div[title="失败"] label.is-active span { + background: #ff7575 !important; +} + +.run_case_label_style div[title="跳过"] label.is-active span { + background: #5dcfff !important; +} + +.run_case_label_style .el-radio-button__inner { + display: flex !important; + border-color: var(--el-border-color) !important; + color: black !important; + background: transparent !important; + align-items: center; +} + +.run_case_label_style .el-radio-button__inner:hover { + background-color: #f5f5f5 !important; +} + +.run_case_label_style label.is-active .el-radio-button__inner { + color: white !important; +} + +.run_case_label_style label.is-active svg path { + fill: white; +} + +.run_case_label_style .ibiz-icon { + height: 15px !important; +} + .run_history_remark_style{ + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} + .coreprdfunc_setting_edit_style .el-tabs__nav span { + font-size: 14px !important; +} + +.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { + padding: 0 10px !important; +} + .export-canvas-style .ibiz-bi-report-panel-content { + padding: 0; +} +.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { + padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); +} + + /* 移入移出效果 */ +.ibiz-form-button--style2 .el-button, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2 .el-button { +min-height: var(--ibiz-height-control-default); +min-width: var(--ibiz-height-control-default); +background: transparent; +border: none; +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-6); +padding: 8px; +} +.ibiz-form-button--style2 .el-button:hover, +.ibiz-control-toolbar__item--style2 .el-button:hover, +.ibiz-panel-button--style2 .el-button:hover { +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} + +.ibiz-form-button--style2 .el-button.el-button { +width: var(--ibiz-height-control-default) ; +} + +/* 按钮间隔 */ +.ibiz-form-button--style2.ibiz-form-button--style2, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2.ibiz-panel-button--style2 { +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); +} + .button_container_style button { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.button_container_style button:hover, button:focus { + background-color: transparent; + border: none; +} + +.button_container_style button:hover span svg path { + fill: #557DA5 !important; +} + +.button_container_style .ibiz-panel-button { + padding: 8px 0px 8px 0px; +} + .swap_icon_text button { + direction: rtl; +} + +.swap_icon_text button:hover { + background-color: transparent !important; + color: rgb(85, 125, 165) !important; +} + +.swap_icon_text button:hover span svg path { + fill: #557DA5 !important; +} + +.swap_icon_text .ibiz-toolbar-item-text { + line-height: normal; +} + .track_panel_style .ibiz-panel-field--num span { + margin-right: 4px; + font-size: 16px; + color: #1D1F23; +} + +.track_panel_style .ibiz-panel-rawitem--caption span { + color: var(--ibiz-color-text-3); + font-size: 16px; +} + +.track_panel_style .ibiz-panel-field--title_two span { + font-weight: 600; +} + +.idea_tree_node_style { + width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); +} + .prompt_message_style { + margin: 0px 16px 0px -16px; +} + .data-upload-view { + padding: 8px 32px; +} +.data-upload-view .ibiz-row { + overflow: visible; +} +.data-upload-view .ibiz-rawitem__paragraph p { + margin: 0; + line-height: 22px; +} +.data-upload-view .ibiz-panel-rawitem--download_description, +.data-upload-view .ibiz-panel-rawitem--upload_description { + position: relative; +} +.data-upload-view .ibiz-panel-rawitem--download_description::before, +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + position: absolute; + top: 2px; + left: -23px; + width: 15px; + height: 15px; + font-size: 0.75rem; + line-height: 15px; + color: var(--ibiz-color-primary-text); + text-align: center; + content: '1'; + background: var(--ibiz-color-primary); + border-radius: 50%; +} +.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, +.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { + color: var(--ibiz-color-text-3); +} + + .data-upload-view .ibiz-panel-rawitem--upload_description { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + content: '2'; +} +.data-upload-view .ibiz-panel-button { + padding: var(--ibiz-spacing-base) 0; +} +.data-upload-view .ibiz-panel-rawitem--template_rule { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table { + border-color: var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr { + height: 52px !important; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { + padding: 12px 16px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { + background-color: var(--ibiz-color-fill-0); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { + text-align: center; +} +.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { + color: var(--ibiz-color-danger); +} + .data-upload-view .ibiz-panel-rawitem--upload_raw { + height: 60px; + padding: 0 20px; + background-color: var(--ibiz-color-fill-0); + border: 1px solid var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { + display: flex; + align-items: center; + color: var(--ibiz-color-text-3); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { + color: var(--ibiz-color-link); + cursor: pointer; +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { + text-decoration: underline; +} + + .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { + min-width: 100px; +} +.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ + min-width: 100px; +} + +/* 控制项标题文字过多导致的样式异常 */ +.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} +.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} + .enter_button_style .van-button{ + font-size: 16px; + color: #6698ff; +} + .mob-orange-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; +} + .mob-red-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; +} + .mob-green-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; +} + .mob-orange-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; + border: 1px solid orange; +} + .mob-red-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; + border: 1px solid red; +} + .mob-green-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; + border: 1px solid #3ae23a; +} + .no_border_button{ + border: 0; + font-size: 18px; +} +.no_border_button .van-button{ + border: 0; +} + .mob_magnify_no_border_button .van-button--small { + border: 0; + font-size: 20px; +} + +.mob_magnify_no_border_button .van-button { + border: 0; +} + /* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.star_css button:hover { +background-color: transparent; +} +/* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.star_css button{ +background-color: transparent; +} + +/* 星标字体颜色 */ +.star_css .ibiz-control-toolbar__item-items i{ +color: #9999; +font-size: 18px; +} + +/* 切换图标字体颜色 */ +.star_css .el-sub-menu__title i { +color: #9999; +} + +/* 设置图标的大小*/ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ + font-size: 16px; +} + .update_log_time .ibiz-span{ + margin: 7px 0px 0px 0px; + } + .update_log_name .ibiz-span{ + font-size: 22px; + font-weight: 600; + margin: 15px 0px 15px 0px; +} + @media screen and (min-width: 820px) and (max-width: 980px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(1) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 980px) and (max-width: 1150px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(2) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1150px) and (max-width: 1320px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(3) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1320px) and (max-width: 1480px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(4) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + @media screen and (min-width: 1480px) and (max-width: 1600px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(5) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1600px) and (max-width: 1800px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(6) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1800px) and (max-width: 1970px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(7) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1970px) and (max-width: 2130px) { +.recentdata-screen-auto-item { +.ibiz-control-dataview-scroll-item:nth-child(8) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +} + @media screen and (min-width: 2130px) and (max-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(9) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(10) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + +.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { +flex-wrap: nowrap; +overflow: visible; +} +.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { + flex-wrap: nowrap; + overflow: visible; +} + .recent_owner_subtype_style{ + width: 20px; + overflow: hidden; +} + .recent_grey_font_style .ibiz-panel-field-content{ + color: #a6a6a6; +} + .td_right{ + width: 90%; +} + .td_a_link .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recent_identified_style .ibiz-grid-field-column__text{ + color: #8b8b8b; +} + .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ + display: none; +} + /* 用例名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} +/* 隐藏分割线和显示更多 */ +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; +} + .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; } - -.space_mob_page_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - /* margin-top: 5px; */ + .td_a_link_right{ + padding:0px 28px 0px 0px + } + .td_a_link_right .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recenttab-head +.ibiz-panel-view-header--view_header +.ibiz-panel-container +> .ibiz-row { +position: initial; +overflow: initial; +} + .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ + top: -32px; + right: -50px; +} + .stencil_center_title{ + +} + /* 视图标题及分割线样式 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { +height: 64px; +line-height: 64px; +text-align: center; +border-bottom: 1px solid var(--ibiz-color-border); +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { +font-size: 20px; +font-weight: 600; +} +/* 搜索栏自适应 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { +min-width: 100%; +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { +width: 100%; +} +/* 控制视图标题最小高度 */ +.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { + min-height: 32px; +} + .orange-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ffdcaf; + vertical-align: inherit; +} +.ibiz-span .orange-span { + margin: 4px 0; +} + .mob-orange-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: orange; +} + .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ + position: relative; + bottom: -34px; + left: -1px; +} + .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ + color: #999; +} + .active-members-view{ + padding: 24px 0px 0 0; + .ibiz-panel-field>.ibiz-span{ + font-size: 48px; + color: #333; + } + .ibiz-grid-container--container_grid{ + width: 75%; + margin: 0 auto; + } +} + .transition-time .ibiz-span{ + font-size: var(--ibiz-font-size-small); + color: var(--ibiz-color-disabled-text); +} + .test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view .ibiz-panel-container--container3 { + padding: 20px 40px; + border-left: 3px solid #ff7575; + background-color: #fff8f8; +} + + + .test-plan-report-survey-view .ibiz-panel-container--container1 { + padding: 20px 40px; + border-left: 3px solid #5dcfff; + background-color: #f7fdff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-field--coverage_percentage + .ibiz-span { + color: #5dcfff; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent + .ibiz-rawitem__text { + color: #5dcfff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container3 + .ibiz-panel-field--bug_count + .ibiz-span { + color: #ff7575; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + + .test-plan-report-survey-view .ibiz-panel-container--container2 { + padding: 20px 40px; + border-left: 3px solid #73d897; + background-color: #f8fdfa; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-field--pass_percentage + .ibiz-span { + color: #73d897; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent + .ibiz-rawitem__text { + color: #73d897; +} + + + + .test-plan-report-view.ibiz-view { + background-color: var(--ibiz-color-bg-0); +} +.test-plan-report-view .ibiz-view-deportalview { + background-color: transparent; +} +.test-plan-report-view .ibiz-control-dashboard { + gap: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col { + display: flex; + justify-content: center; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { + width: 1200px; + height: auto; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; + margin-top: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { + width: 1200px; + height: 500px; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; +} +.test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption { + padding-left: 12px; +} + + .test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption:before { + display: none; +} +.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { + padding: 0 28px; +} + .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { + background-color: var(--ibiz-color-bg-3) !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { + color: var(--ibiz-color-text-3) !important; + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { + background-color: var(--ibiz-color-bg-0) !important; +} + + .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { + overflow: visible; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { + top: -60px; + right: -32px; + position: absolute; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + + /* .test_mob_list_style .ibiz-control-mobmdctrl-item { + position: relative; +} + +.test_mob_list_style .ibiz-control-panel-content::after { + content: ''; + display: block; + width: 90%; + height: 1px; + background-color: #ececec; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} */ + +.test_mob_list_style .ibiz-spacing-right--outerlarge span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_mob_list_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} + +.test_mob_list_style button { + border: none; +} + +.test_mob_list_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + .test_detail_list_style { + position: relative; +} +.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.test_detail_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} +.test_detail_list_style button { + border: none; +} + +.test_detail_list_style .ibiz-panel-rawitem--static_image { + width: 24px; + margin-top: 5px; +} + +/**span无数据时,占位隐藏**/ +.test_detail_list_style div span:empty { + display: none; +} + .test_detail_list_style .ibiz-panel-field--title span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--time_container span { + border-radius: 12px; + background-color: #f3f3f3; + display: flex; /* 使用弹性盒布局 */ + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + width: 150px; + height: 25px; +} + +.test_detail_list_style .ibiz-panel-field--update_time span { + width: 150px; +} + +.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { + fill: #CB258C; +} + +.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { + fill: #66C23A; +} + + .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ + font-weight: 600; + font-size: 16px; +} + .message_layout_panel_img_style{ + } - -.space_mob_page_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} -.space_mob_page_style .ibiz-panel-rawitem--static_image1{ - padding: 0px 15px 0px 0px; -} - /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { - position: fixed; - bottom: 135px; - right: 30px; - z-index: 1000; - width: 44px; - height: 44px; - border-radius: 50%; - background-color: white; - box-shadow: 1px 4px 6px 3px #dad7d7; + .add-members-font{ + font-size:10px + } + .grey-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #e1e1e1; + vertical-align: inherit; +} +.ibiz-span .grey-span { + margin: 4px 0; +} + .mob-grey-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: grey; +} + .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { + padding: 0; + background-color: transparent; +} +.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { + padding-right: var(--ibiz-spacing-base); + padding-left: var(--ibiz-spacing-base); + color: var(--ibiz-dropdown-select-option-item-color); + background-color: var(--ibiz-dropdown-select-option-item-bkcolor); +} +.ibiz-control-gantt.is-exporting .xg-view-toolbar { + display: none; +} + .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.case_template_edit_style .ibiz-html .w-e-text-container { + background: transparent; +} + /* 视图大的布局样式 */ +.user-info-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +padding-bottom: var(--ibiz-spacing-base); +} +/* 按钮样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { +min-height: 40px; +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { +color: var(--ibiz-color-primary); +} +/* 分割线 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { +width: calc(100% - 64px); +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + +/* 头部样式 */ +/* 图片背景 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { +background: #ccf; +} +/* 头像定位 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { +position: relative; +} +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { +width: auto; +height: auto; +position: absolute; +top: -4px; +left: 50%; +transform: translate(-50%, -50%); +} +/* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { +width: 68px; +height: 68px; +border: 4px solid #fff; +border-radius: var(--ibiz-border-radius-circle); +} + /* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { +flex: 1; +width: 60px; +height: 60px; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { +display: none; +} +/* 视图头部登录者信息样式 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar { +padding-top: 50px; +padding-bottom: 28px; +text-align: center; +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { +font-weight: 400; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { +margin-top: 10px; +font-size: var(--ibiz-font-size-small); +color: var(--ibiz-color-text-3); +} + .ibiz-internal-message-html__content { + padding-right: 24px; +} + .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ + background: #f3f3f3; +} +.user_setting_view_style .ibiz-single-data-container{ + /* padding: 40px 10px 20px 10px; */ + padding: 5vh 5vw 5vw 5vw; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ + width: 50px; + height: 50px; + min-width: 50px; + min-height: 50px; + border: 1px solid #ffffff; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ + margin: 15px 0px 5px 0px; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ + font-size: 20px; + font-weight: 600; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ + color: #9b9b9b; +} +.user_setting_view_style .ibiz-panel-container-group{ + background: #ffffff; + margin: 10px 10px 10px 10px; + border-radius: 10px; +} +.user_setting_view_style .van-button{ +width: 93%; + height: 35px; + margin: 10px 0% 0% 3%; +} + .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ + font-size: 16px; + font-weight: 400; + color: #a7a7a7; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ + width: 50px; + height: 50px; +} + /* 垂直居中对齐 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item { +display: inline-flex; +align-items: center; +} +/* 图标大小自适应 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, +.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { +width: auto; +height: auto; +margin-right: 0; +padding-right: var(--ibiz-spacing-tight); +} + .kanban-identifier .ibiz-span{ + margin: 5px 0px 0px 0px; + padding: 2px 6px 2px 6px; + background: #e8e8e8; + border-radius: 5px; + color: #6c6c6c; +} + .kanban-finished .ibiz-span { + color: #aaa; + text-decoration: line-through; +} + .kanban-delay { + color: #ff7575; + background-color: #fff1f1 !important; +} +.kanban-delay .ibiz-rawitem__image { + color: #ff7575; +} + .kanban-time { + height: 24px; + padding: 0 10px; + margin: 0 5px 5px 0; + overflow: hidden; + line-height: 12px; + background: #e9e9e9; + border-radius: 10px; +} + + .kanban-more-button{ + position: relative; + width: 40px; + margin: -8px 0px 0px -2px; + height: 40px; + visibility: hidden; +} +.el-card__body:hover .kanban-more-button { + visibility: visible; +} + .kanban-title .ibiz-span{ + padding: 10px 2px 10px 2px; + font-size: 16px; + font-weight: 600; +} + .kanban-state { + width: 80px; + height: 24px; + margin: 0 5px 5px 0; +} +.kanban-state .ibiz-code-list__item { + --ibiz-code-list-item-color: #aaaaaa; + justify-content: center; + width: 80px; + line-height: 24px; + color: #fff; + background-color: var(--ibiz-code-list-item-color); + border-radius: 10px; +} + + .kanban-kind-icon { + height: auto; + margin: 5px 0 0; + line-height: 24px; +} +.kanban-kind-icon .ibiz-code-list__item { + font-size: 0; +} + + .kanban-assignee{ + margin: 0px 0px 0px 30px; +} + +.kanban-assignee .ibiz-personnel-info-content__tip{ +content-visibility: hidden; +} + .wiki-page-title .ibiz-span{ + font-weight: 600; + font-size: var(--ibiz-font-size-header-2); + color: var(--ibiz-color-text-0); +} +.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { +font-size: 24px; +} + .wiki_page_title_style{ + padding-left: 10px !important; +} + +.wiki_page_title_style .ibiz-span { + font-size: 18px; + color: var(--ibiz-color-text-0); + margin-left: 5px; + margin-right: 5px; +} + +.wiki_page_title_style .ibiz-rawitem .ibiz-icon { + font-size: 18px !important; + margin-left: 5px; +} + .confirm-remove-view .ibiz-form-item--formitem{ + background-color: rgba(255, 117, 117, 0.15); + padding: 0px; + height: auto; + margin-top: 12px; + border-radius: 5px; + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + display: inline-flex; + align-items: center; + margin: 0 10px; + padding: 5px 10px; + font-size: .875rem; + line-height: 1; + max-width: 33em; + word-break: break-all; + color: #ff7575; + } +} +.confirm-remove-view .ibiz-form-item--remind{ + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + color:#aaa; + } + +} + /* 选中分页 */ +.mob-main-style .van-tab--active{ + color: #6698ff; +} +.mob-main-style .van-tabs__line{ + background: #6698ff; +} + +/* 分组容器 标题 */ +.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ + font-size: 0.75rem; + color: #696969; +} +/* 表单项 标题 */ +.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ + color: #696969; +} +/* 表单项 下划线伪元素 */ +.mob-main-style .ibiz-form-item-container::after{ + display: none; +} +/* 标题 title */ +.mob-main-style .ibiz-form-item--title .van-field__control{ + font-weight: bolder; + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} +/* 代码表 表单项 */ +/* .mob-main-style .ibiz-span__code-list{ + justify-content: flex-end; } */ - -.mob_page_edit_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_edit_style .ibiz-form-item--publish_name { - padding-left: 10px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { - margin-bottom: 6px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ - padding-top: 5px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel3{ - position: relative; -} - /* 评论容器取消发送按钮位置 */ -.space-page-view .ibiz-panel-container--container_comment{ - position: relative; -} -.space-page-view .ibiz-panel-button--comment__cancel, -.space-page-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 14px; -} -.space-page-view .ibiz-panel-button--comment__cancel { - right: 90px; -} -.space-page-view .ibiz-control-form { - height: 100%; - overflow: auto; -} -.space-page-view .ibiz-control-form img { - max-width: 100%; -} -/* 修复附件表格滚动条异常 */ -.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { - max-height: 100%; -} -/* 修复评论编辑页关注人滚动条异常 */ -.space-page-view .ibiz-attention-select-value-multiple{ - overflow: hidden; -} -.space-page-view .ibiz-panel-container--right_container{ - border-left: 1px solid #e7e7e7; -} - - - .space-page-view .ibiz-toolbar-item-counter { - background-color: #e0e0e0 !important; - color: grey !important; - margin-left: 10px !important; -} - .purple-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #d2d8ed; - vertical-align: inherit; -} -.ibiz-span .purple-span { - margin: 4px 0; -} - .red-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #fcd0cb; - vertical-align: inherit; -} -.ibiz-span .red-span { - margin: 4px 0; -} - - - .mob-red-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: red; -} - .green-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ccf2cc; - vertical-align: inherit; -} -.ibiz-span .green-span { - margin: 4px 0; -} - .mob-green-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: #3ae23a; -} - .ibiz-form-item{ - --ibiz-form-item-placeholder-color:#cacaca; -} -.el-input{ - --el-input-placeholder-color:#cacaca; -} - .more_log_style .ibiz-control-toolbar__item { - position: absolute !important; - margin: -65px 0px 0px -65px !important; -} - -.more_log_style .el-button { - --el-button-bg-color: none !important; - --el-button-text-color: rgb(70 107 144) !important; - --el-button-hover-text-color: none !important; - --el-button-hover-bg-color: none !important; - --el-button-hover-border-color: none !important; - --el-button-active-text-color: node !important; - --el-button-active-bg-color: none !important; -} - .blue-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #c8e8fa; - vertical-align: inherit; -} -.ibiz-span .blue-span { - margin: 4px 0; -} - .mob-blue-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: blue; -} - /* 表单分组标题 */ -.ibiz-form-group__caption{ - font-size: var(--ibiz-form-item-container-font-size); - font-weight: var(--ibiz-form-group-caption-font-regular); - color: var(--ibiz-form-item-container-label-color); -} - .form-group-to-grid-header { - height: 54px; - background-color: rgba(var(--ibiz-grey-1), 1); -} -.form-group-to-grid-header .ibiz-row--grid { - display: flex; - align-items: center; -} -.form-group-to-grid-header .ibiz-form-raw-item { - padding: 8px 4px; -} - /* 表格头全局样式 */ -body .ibiz-control-grid { ---ibiz-control-grid-header-height: 54px; /* 重新赋值 */ -} -/* 适配增加的高度,使表格头垂直居中 */ -body .ibiz-control-grid__table .el-table__header-wrapper .cell { -padding-top: 16px; -padding-bottom: 16px; -} - .normal-rich-text *{ - font-style: normal !important; - text-decoration: none !important; - color: rgb(85, 91, 97) !important; - background-color: transparent !important; - font-size: 14px !important; - font-weight: 400 !important; - text-align: left !important; - text-overflow: ellipsis; - text-wrap: nowrap; - word-break: break-all; -} -.normal-rich-text a { - pointer-events: none; -} - .ibiz-panel-view-content { - --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); -} - /* 视图右侧padding */ -.ibiz-panel-view-header .ibiz-panel-container--view_header_right { - padding: 0 var(--ibiz-spacing-tight); -} -/* 树padding */ -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding: 0 var(--ibiz-spacing-tight); -} -.ibiz-control-treeexpbar .ibiz-panel-exp-header { - padding: 0 var(--ibiz-spacing-tight); -} - .view-content-no-padding .ibiz-panel-view-content { - padding: 0; -} -.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { - padding: var(--ibiz-panel-view-content-padding); -} - - .ibiz-view-message { - padding: var(--ibiz-spacing-tight); -} -.ibiz-view-message .el-alert--info.is-light { - background-color: var(--el-alert-bg-color); -} - /* 全局 计数器 样式 */ -.ibiz-badge.ibiz-badge { -min-width: 16px; -text-align: center; -font-size: var(--ibiz-font-size-small); -padding: 0 var(--ibiz-spacing-extra-tight); -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} -/* 表单分页计数器 */ -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { - padding-right: var(--ibiz-spacing-base-loose); - position: relative; -} -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-text-3); - background-color: var(--ibiz-color-fill-0); - padding: 0 var(--ibiz-spacing-extra-tight); - top: calc(50% - 2px); - font-size: var(--ibiz-font-size-small); - right: var(--ibiz-font-size-header-6); -} -.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - - /* .discuss_bottom_shadow_style{ - position: relative; - box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); - padding: 2px 0px 0px 0px; + .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { + width: 100%; + height: 100%; + margin: 0; + background-color: var(--ibiz-color-bg-1); +} +.mob-main-style .van-tabs__wrap{ + border-top: 1px solid #f1f1f1; +} + + + .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} + /* 标题 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 图标,防止字数过多时发生形变 */ +.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 容器元素换行 */ +.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + + /* 背景颜色 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { + background-color: white; +} + +.mob_delivery_display_style .ibiz-form-group__content { + background-color: white; +} + +/* 标题文字样式 */ +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { + text-align: left; + font-size: 18px; + font-weight: 500; + margin-top: 7px; +} + +/* 图片 */ +.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { + padding-left: 30px; +} + +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { + text-align: left; + margin-bottom: 2px; +} + /* 按钮样式 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { + display: block; + text-align: center +} + +.mob_delivery_display_style button.van-button.van-button--default.van-button--small { + border: 0; + background: #f3f3f3; + border-radius: 10px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { + background-color: white; +} +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { + padding-top: 0; +} + .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { + padding-left: 24px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { + color: red; +} + + .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + +/* 图标边距 */ +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { + height: 24px; + /* margin-top: -3px; */ + margin-right: 15px; +} +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ + overflow: hidden !important;; +} + /* 日历部件没有数据时,进行显示 */ +.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { + content: "当前日期没有工作~"; + color: #D7D7D7; + margin-left: 6px; +} +.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { + display: none; +} +/* 设置背景颜色 */ +.mob_dashboard_style { + background-color: #F6F6F6 !important; + border-radius: 0px !important; +} +.mob_dashboard_style > div { + margin: 15px !important; +} +.mob_dashboard_style .ibiz-control-dashboard-row { + gap: 15px !important; +} + /* 仪表盘列表只显示五个 */ +.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), +.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { + display: none; +} + +/* 搜索框进行隐藏 */ +.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { + display: none; +} + +/* 显示更多样式 */ +.mob_dashboard_style button { + height: 60px !important; + border: transparent !important; +} + +.mob_dashboard_style button span.ibiz-panel-button-content--caption { + font-size: 18px !important; + color: #699AFF !important; +} + +/* 修改分割线样式 */ +.mob_dashboard_style .van-divider--hairline { + width: calc(100% - 2rem); + height: 0.0625rem; + margin-left: 1rem; + margin-bottom: 0px; + background-color: var(--ibiz-color-border); +} + /* 用例名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + /* 日历列表样式 */ +.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { + font-size: 16px; + margin-left: 6px; +} +/* 我的工作项 */ +.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { + font-size: 16px; +} + +/* 其他分组每一项中title的样式 */ +.mob_dashboard_style .ibiz-panel-field--title span { + font-size: 16px; +} + .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: block !important; +} + +.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { + display: flex !important; +} + +.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { + background-color: #ffffff; +} + +.mob_dashboard_style .ibiz-view-content { + background-color: #ffffff; +} + .van-popover__content.van-popover__content--vertical { + border: var(--van-button-border-width) solid var(--van-button-default-border-color); + background: white; +} +button.van-button.van-button--default.van-button--normal.van-button--round { + border: 0; + margin: 2px; + padding: 0; +} +.ibiz-popper-toolbar .van-popover{ + --van-popover-action-width: 95px; +} +.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { + margin: 0; +} +.van-popover__content.van-popover__content--vertical span.van-button__text{ + display: flex; + align-items: center; +} +.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ + margin: 0px 6px -4px 7px; +} +.van-popup.van-popover.van-popover--light{ + left: -105px; +} + .ibiz-view-demobmdview.enablesort, +.ibiz-view-demoblistview.enablesort { +position: relative; +} +.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, +.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ +padding-right: 38px; +background-color: var(--ibiz-color-bg-1); +} +.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} +.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ +display: flex; +align-items: center; +justify-content: center; +width: 1.25rem; +height: 1.125rem; +font-size: 1.25rem; +} + /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ +position: relative; +} */ + + + /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, +.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .discuss_reply_padding .ibiz-form-group-content{ - padding-left: 5px; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ - padding-left: 0; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ - padding-left: 0; -} - .mob_list_view_style { - position: relative; -} -.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); -} -.mob_list_view_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - -.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { - position: absolute; - right: 40px; -} - .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container svg { - width: 24px; -} - -.mob_discuss_reply_list_style .ibiz-panel-field--total { - margin-right: 2px; - margin-top: 1px; -} - -.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { - margin-top: 9px; - display: inline-grid; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { - margin-top: 9px; - display: inline-grid; -} - .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { - margin-left: 15px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, -.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { - padding-left: 8px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group__content { - background-color: white; -} - .discuss-border-style .ibiz-grid-field-column__script{ - width: 70px; - text-align: center; - border: 1px solid #eee; - border-radius: 20px; - padding: 0px 10px; -} - .mob_discuss_post_status_style .van-field__body { - background-color: var(--ibiz-color-primary-light-hover); - border-radius: 20px; - height: 36px; - width: 85px; -} - -.mob_discuss_post_status_style .van-field__body span { - color: var(--ibiz-color-primary); -} - -.mob_discuss_post_status_style .ibiz-form-item-container { - padding: 0px; -} - -.mob_discuss_post_status_style .van-field__right-icon { - display: none; -} - -.mob_discuss_post_status_style .van-field__control--custom { - justify-content: center !important; -} - .discusses_mob_list_style .ibiz-panel-container--container span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 span, -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, -.discusses_mob_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { - height: 24px; - width: 24px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { - font-size: 8px; - min-width: 20px; - min-height: 20px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { - width: 20px; - height: 20px; -} - .discusses_mob_list_style .ibiz-panel-container--container2 { - width: 55px; - height: 23px; - border: 1px solid #d8d8d8; - border-radius: 10px; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 span, -.discusses_mob_list_style .ibiz-panel-container--container2 { - display: flex; - align-items: center; - justify-content: center; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { - margin-top: 1px; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { - margin-right: 3px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { - margin-top: 2px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { - margin-top: -3px; -} - -.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - /* .discusses_mob_list_style { - position: relative; -} -.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); + /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, +.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .post_edit_title_style .ibiz-panel-container--topic_container { - padding-left: 16px; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { - display: none !important; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { - padding: 0 !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name { - padding: 0 8px 0 16px !important; -} - -.post_edit_title_style .ibiz-identifier-title { - padding-left: 8px !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name span { - color: var(--el-text-color-regular); - font-size: var(--ibiz-font-size-header-5); - font-weight: var(--ibiz-font-weight-regular); -} - -.post_edit_title_style .ibiz-panel-field--topic_name::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: 20px; - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: 2px; - transform: translateY(-50%); -} - .discuss-comment-btn{ - width: 100px; -} -.discuss-comment-btn .el-button{ - min-height: var(--ibiz-height-control-default); - min-width: var(--ibiz-height-control-default); - background: transparent; - border: none; - color: var(--ibiz-color-text-3); - font-size: var(--ibiz-font-size-header-6); - padding: 8px; -} -.discuss-comment-btn .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { - border: none; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { - width: 20px; -} - -.mob_discuss_detal_list_style .ibiz-panel-field--total { - margin-left: 2px; - margin-right: 2px; - margin-top: 1px; -} - /* 详情页中的 容器边距 */ -.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ - margin: 10px; - border-radius: 10px; - /* background-color: white; */ -} -/* 选中分页 */ -.mob-details-style .van-tab--active{ - color: #6698ff; -} -.mob-details-style .van-tabs__line{ - background: #6698ff; -} - -.mob-details-style .ibiz-form-item--create_time span { - margin-top: 3px; -} - -.mob-details-style .van-tabs__wrap { - background-color: white; -} - -.mob-details-style .van-tabs__nav { - display: inline-flex !important; - margin-left: 30px; -} - -.mob-details-style .van-tab { - margin-right: 40px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 span { - display: inline-grid; - margin-top: 9px; -} - .mob-details-style .ibiz-form-group--grouppanel1 svg { - width: 28px; - height: 28px; - margin-left: 15px; -} - -.mob-details-style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; - display: inline-grid; - margin-top: 7px; -} - -.mob-details-style .ibiz-form-group--grouppanel2 span, -.mob-details-style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob-details-style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob-details-style .ibiz-form-item--name { - padding-left: 8px; -} - -.mob-details-style .ibiz-form-item--status { - padding-top: 10px; -} - .review_btn_style button[title="通过"] { - background-color: green; -} - -.review_btn_style button[title="拒绝"] { - background-color: red; -} - .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ - font-size: 12px; - color: #979899; -} - -.review-results-style .ibiz-form-item--title .ibiz-span{ - font-size: 16px; - font-weight: 600; -} - -.review-results-style .ibiz-mdctrl-container-item{ - border-top: 1px solid #dbdbdb; -} - -.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: white; - border-left: none; -} - .comment-list-height-auto .ibiz-no-data { - padding: 0; - --el-empty-image-width: 64px; - --el-empty-description-margin-top: 6px; -} -.comment-list-height-auto img { - max-width: 100%; -} -/* 流转空数据 */ -.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { - margin-top: -8px; -} - .comment-replay { - padding: 0 12px; - background-color: var(--ibiz-color-bg-0); -} -.comment-replay .ibiz-rawitem, -.comment-replay .ibiz-code-list__item, -.comment-replay .ibiz-panel-item-render--pcontent { - color: #999; -} -.comment-replay .ibiz-panel-item-render--pcontent { - display: flex; -} -.comment-replay .ibiz-panel-item-render--pcontent p { - margin: 8px 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.comment-replay .ibiz-raw__script .comment-tag { - pointer-events: none; -} - .comment_icon .ibiz-rawitem{ - font-size:24px; - opacity:0.5; - padding:8px 0; -} - .comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-0); - color: var(--ibiz-editor-default-text-color); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .mob_topic_discuss_list_style .ibiz-control-toolbar__item { - display: block !important; -} - -.mob_topic_discuss_list_style { - position: relative; -} -.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); - background-color: white !important; -} -.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { - top: 18px; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .resource-capacity-view .ibiz-panel-view-content--view_content { - padding: 0 var(--ibiz-spacing-tight); -} - -.resource-capacity-view .ibiz-form-page, -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { - height: 100% -} - -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { - height: calc(100% - 54px); -} - -.resource-capacity-view .ibiz-form-group--header { - line-height: 52px; - overflow-y: scroll; - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-capacity-view .ibiz-form-group--body { - overflow-y: scroll; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { - padding: 0; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { - height: 52px; - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { - height: 100%; - display: flex; - align-items: center; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { - overflow: hidden; -} -.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { - margin-left: var(--ibiz-spacing-extra-tight); -} - .road-map-view .time-line { - display: flex -} -.road-map-view .time-line-right { - display: flex; - flex-shrink: 0; - align-items: flex-start; - justify-content: center; - padding: 70px 8px 8px 8px; -} -.road-map-view .time-line-right--title { - width: 100px; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - margin-bottom: 40px; - padding: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); -} -.road-map-view .time-line-right--caption { - color: var(--ibiz-color-primary); - font-weight: var(--ibiz-font-weight-bold); -} -.road-map-view .time-line-right--description { - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} -.road-map-view .time-line-left { - flex-grow: 1; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - padding: var(--ibiz-spacing-base); -} - .road-map-view .time-line-left--line { - width: 100%; - height: 4px; - display: flex; - margin: 80px 20px; - align-items: center; - justify-content: space-between; - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item { - width: 12.5%; - flex-grow: 1; - position: relative; -} -.road-map-view .time-line-left--item:last-child { - background-color: var(--ibiz-color-white); -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { - bottom: 15px; -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__content { - bottom: 54px; -} -.road-map-view .time-line-left--item__dot { - width: 12px; - height: 12px; - border-radius: 50%; - background-color: var(--ibiz-color-white); - border: 3px solid var(--ibiz-color-success-hover); -} - .road-map-view .time-line-left--item__vertical { - width: 2px; - height: 36px; - position: absolute; - transform: translateX(5px); - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item__content { - display: flex; - bottom: -70px; - cursor: pointer; - width: max-content; - position: absolute; - align-items: center; - flex-direction: column; - justify-content: center; -} -.road-map-view .time-line-left--item__caption { - width: 100%; - color: var(--ibiz-color-text-0); - font-size: var(--ibiz-font-size-regular); -} -.road-map-view .time-line-left--item__time { - width: 100%; - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} - -.road-map-view .time-line-left--item__content a { - text-decoration: unset !important; -} - .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { - padding-left: 18px; -} - - .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ - width: 76px; - text-align: center; -} - .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { - display: none; -} - .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { - padding: 10px 10px 0 10px; -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { - background-color: var(--ibiz-color-bg-1); - border-radius: 5px; -}.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item.is-active { - background-color: var(--ibiz-control-list-active-bg-color); -} - .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { - border-radius: 0; -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, -.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { - background-color: var(--ibiz-color-fill-0); - padding-bottom: 8px; -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { - padding: 10px 0; -} - - - /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ - margin: -15% 0% 0% -35%; + .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { +fill: var(--van-gray-6); +} +/* 适配有视图头的情况 */ +.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); +} +/* 适配首页仪表盘 */ +.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} + .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ + width: 105px; +} +.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { + width: 112px; + padding-left: 3px; +} +.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ + width: 108px; +} + .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ + font-size: 18px; +} +.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ + width: 24px; +} + .ibiz-quill .van-popup .ql-editor.ql-blank { + padding: 12px 15px; +} +.ibiz-quill .van-popup .ql-editor.ql-blank::before { + left: 15px; +} + .mob_workspace_style .ibiz-view-content--view_content{ + display: block !important; +} + +.mob_workspace_style .ibiz-panel-container--view_content > div { + display: block !important; +} + /* 卡片 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ + flex-wrap: unset; + overflow: scroll; + padding-left: 0.5rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ + display: none; +} +/* 背景定位 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { + position: relative; + border: 1px solid #eeeeee; + border-radius: 5px; + box-shadow: none; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ + content: ''; + display: inline-block; + width: 100%; + height: 36px; + position: absolute; + top: 0; + left: 0; + z-index: 6; + background-color: var(--ibiz-color-disabled-fill); +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ + position: relative; + z-index: 10; +} + + .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ + font-weight: bolder; + font-size: 0.95rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ + color: #6a6a6a; +} + +.ibiz-control-appmenu .van-tabbar-item__icon{ + width: 16px; +} +/* 最近访问 显示更多 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; + padding-left: 0; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ + font-size: 0.95rem; + color: #6698ff; +} + + .mob-home-style .ibiz-panel-container-group-header{ + border-bottom: 0px !important; + height: 25px; +} +.mob-home-style .ibiz-panel-container-group__caption{ + font-size: 16px !important; + font-weight: 400 !important; +} +.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} +.mob-home-style .ibiz-panel-field--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} + /* 标题 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + + +/* 容器元素换行 */ +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} + +/* 为空不显示 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { + display: none; +} + /* 字体颜色、位置 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} + +/* 依赖名称 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ + color: #aaaaaa; +} + /* 最近访问 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .ibiz-form-group--grouppanel_attachment_create{ + position: relative; +} + .mob_descript_comment .ibiz-quill-preview__edit { + top: -2.125rem; + right: 0; +} + + .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .mob-library-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-library-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-library-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 110px; + top: 2px; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { + top: -230px !important; +} + .mob_login_style .ibiz-panel-container-image{ + background-size: cover; +} +.mob_login_style .ibiz-rawitem__image path{ + fill: #219cf0; +} +.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-button--auth_loginbutton{ + border-radius: 10px; + border: 1px solid #c2c2c2; +} +.mob_login_style .van-field__control::placeholder{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container4{ + margin-top: 15vh; +} +.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ + font-size: 28px; + font-weight: 600; + color: #2fbaf5; +} + .ibiz-form-group { + padding: 0; +} +.ibiz-form-group--style2 { + padding: 4px; + border-radius: 0; +} +.ibiz-form-group--style2 > .ibiz-form-group-header { + border-radius: 4px 4px 0 0; +} +.ibiz-form-group--style2 > .ibiz-form-group__content { + padding: 4px 0; + background-color: var(--ibiz-form-group-header-bg-color); + border-radius: 4px; +} +.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { + padding-top: 0; +} + + .mob_comment_list_style .ibiz-panel-button{ + border: 0; +} +.mob_comment_list_style .ibiz-panel-button-content--icon{ + font-size: 18px; +} +.mob_comment_list_style .ibiz-panel-container--container2{ + margin-top: 10px; +} +.mob_comment_list_style .ibiz-mob-personal-info-content__tip { + margin-top: -15px; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { + margin-top: 0px !important; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ + margin: -12px 0px 0px 40px; + color: #9d9d9d; +} +.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { + margin-left: 40px; + width:auto; +} +.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ + height: 0px !important; +} + .mob-comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-3); + color: var(--ibiz-color-text-2); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.mob-comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .comment_style_main{ + background: white; + position: relative; + z-index: 1; + box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); +} +.comment_style_main .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.comment_style_main .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-button{ + border: 0; +} +.comment_style_main #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} +.comment_style_main .ibiz-panel-field--comment_count span{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-field--attention_count span{ + color: #aaaaaa; +} + .comment_style_list{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.comment_style_list .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; +} +.comment_style_list .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_list .ibiz-panel-button{ + height: 32px; + width: 50px; + background: #6698ff; + color: white; + border-radius: 5px; +} +.comment_style_list #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + .mob_md_view_style{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.mob_md_view_style .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.mob_md_view_style .ibiz-rawitem__text{ + color: #aaaaaa; +} +.mob_md_view_style .ibiz-panel-button{ + border: 0; +} +.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + /* 标题 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 负责人 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { + /* display: none; */ +} + +/* 图标,防止字数过多时发生形变 */ +.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +/* 防止出现滚动条 */ +.mob_common_list_style .ibiz-panel-container>.ibiz-row { + overflow-y: hidden !important; +} + /* 容器元素换行 */ +.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { + display: none; +} +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ + justify-content: center; + width: 38px; +} + .ibiz-portal-view.ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-0); +} +.ibiz-portal-view .ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-1); +} + .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ + font-size: 14px !important; +} + .mob-idea-md-view-style { + position: relative; +} +.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_page_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_style .ibiz-form-item--publish_name { + padding-left: 10px; +} + .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ + margin: 0; + border-radius: 0; + width: auto; + overflow: visible; +} +.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, +.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ + border: none; + background: transparent; +} +.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ + right: 0.35rem; + top: -45px; +} +.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ + margin-right: 10px; +} +.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ + overflow: visible; +} + .mob-advanced-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-advanced-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-advanced-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 95px; + top: 3px; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .space_main_list_syle .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + +.space_main_list_syle .ibiz-icon svg.icon path { + fill: #20A0FF; +} + .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.space_mob_page_style .ibiz-control-viewlayoutpanel-content { + background-color: rgba(255, 255, 255, 1); +} + +.space_mob_page_style .ibiz-panel-field--name span{ + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.space_mob_page_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + /* margin-top: 5px; */ +} + +.space_mob_page_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} +.space_mob_page_style .ibiz-panel-rawitem--static_image1{ + padding: 0px 15px 0px 0px; +} + /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { + position: fixed; + bottom: 135px; + right: 30px; + z-index: 1000; + width: 44px; + height: 44px; + border-radius: 50%; + background-color: white; + box-shadow: 1px 4px 6px 3px #dad7d7; +} */ + +.mob_page_edit_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_edit_style .ibiz-form-item--publish_name { + padding-left: 10px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { + margin-bottom: 6px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ + padding-top: 5px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel3{ + position: relative; +} + /* 评论容器取消发送按钮位置 */ +.space-page-view .ibiz-panel-container--container_comment{ + position: relative; +} +.space-page-view .ibiz-panel-button--comment__cancel, +.space-page-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 14px; +} +.space-page-view .ibiz-panel-button--comment__cancel { + right: 90px; +} +.space-page-view .ibiz-control-form { + height: 100%; + overflow: auto; +} +.space-page-view .ibiz-control-form img { + max-width: 100%; +} +/* 修复附件表格滚动条异常 */ +.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { + max-height: 100%; +} +/* 修复评论编辑页关注人滚动条异常 */ +.space-page-view .ibiz-attention-select-value-multiple{ + overflow: hidden; +} +.space-page-view .ibiz-panel-container--right_container{ + border-left: 1px solid #e7e7e7; +} + + + .space-page-view .ibiz-toolbar-item-counter { + background-color: #e0e0e0 !important; + color: grey !important; + margin-left: 10px !important; +} + .purple-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #d2d8ed; + vertical-align: inherit; +} +.ibiz-span .purple-span { + margin: 4px 0; +} + .red-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #fcd0cb; + vertical-align: inherit; +} +.ibiz-span .red-span { + margin: 4px 0; +} + + + .mob-red-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: red; +} + .green-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ccf2cc; + vertical-align: inherit; +} +.ibiz-span .green-span { + margin: 4px 0; +} + .mob-green-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: #3ae23a; +} + .ibiz-form-item{ + --ibiz-form-item-placeholder-color:#cacaca; +} +.el-input{ + --el-input-placeholder-color:#cacaca; +} + .more_log_style .ibiz-control-toolbar__item { + position: absolute !important; + margin: -65px 0px 0px -65px !important; +} + +.more_log_style .el-button { + --el-button-bg-color: none !important; + --el-button-text-color: rgb(70 107 144) !important; + --el-button-hover-text-color: none !important; + --el-button-hover-bg-color: none !important; + --el-button-hover-border-color: none !important; + --el-button-active-text-color: node !important; + --el-button-active-bg-color: none !important; +} + .blue-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #c8e8fa; + vertical-align: inherit; +} +.ibiz-span .blue-span { + margin: 4px 0; +} + .mob-blue-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: blue; +} + /* 表单分组标题 */ +.ibiz-form-group__caption{ + font-size: var(--ibiz-form-item-container-font-size); + font-weight: var(--ibiz-form-group-caption-font-regular); + color: var(--ibiz-form-item-container-label-color); +} + .form-group-to-grid-header { + height: 54px; + background-color: rgba(var(--ibiz-grey-1), 1); +} +.form-group-to-grid-header .ibiz-row--grid { + display: flex; + align-items: center; +} +.form-group-to-grid-header .ibiz-form-raw-item { + padding: 8px 4px; +} + /* 表格头全局样式 */ +body .ibiz-control-grid { +--ibiz-control-grid-header-height: 54px; /* 重新赋值 */ +} +/* 适配增加的高度,使表格头垂直居中 */ +body .ibiz-control-grid__table .el-table__header-wrapper .cell { +padding-top: 16px; +padding-bottom: 16px; +} + .normal-rich-text *{ + font-style: normal !important; + text-decoration: none !important; + color: rgb(85, 91, 97) !important; + background-color: transparent !important; + font-size: 14px !important; + font-weight: 400 !important; + text-align: left !important; + text-overflow: ellipsis; + text-wrap: nowrap; + word-break: break-all; +} +.normal-rich-text a { + pointer-events: none; +} + .ibiz-panel-view-content { + --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); +} + /* 视图右侧padding */ +.ibiz-panel-view-header .ibiz-panel-container--view_header_right { + padding: 0 var(--ibiz-spacing-tight); +} +/* 树padding */ +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding: 0 var(--ibiz-spacing-tight); +} +.ibiz-control-treeexpbar .ibiz-panel-exp-header { + padding: 0 var(--ibiz-spacing-tight); +} + .view-content-no-padding .ibiz-panel-view-content { + padding: 0; +} +.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { + padding: var(--ibiz-panel-view-content-padding); +} + + .ibiz-view-message { + padding: var(--ibiz-spacing-tight); +} +.ibiz-view-message .el-alert--info.is-light { + background-color: var(--el-alert-bg-color); +} + /* 全局 计数器 样式 */ +.ibiz-badge.ibiz-badge { +min-width: 16px; +text-align: center; +font-size: var(--ibiz-font-size-small); +padding: 0 var(--ibiz-spacing-extra-tight); +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} +/* 表单分页计数器 */ +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { + padding-right: var(--ibiz-spacing-base-loose); + position: relative; +} +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-text-3); + background-color: var(--ibiz-color-fill-0); + padding: 0 var(--ibiz-spacing-extra-tight); + top: calc(50% - 2px); + font-size: var(--ibiz-font-size-small); + right: var(--ibiz-font-size-header-6); +} +.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + + /* .discuss_bottom_shadow_style{ + position: relative; + box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); + padding: 2px 0px 0px 0px; } */ - -/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ - position: relative; - box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); + .discuss_reply_padding .ibiz-form-group-content{ + padding-left: 5px; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ + padding-left: 0; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ + padding-left: 0; +} + .mob_list_view_style { + position: relative; +} +.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); +} +.mob_list_view_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + +.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { + position: absolute; + right: 40px; +} + .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container svg { + width: 24px; +} + +.mob_discuss_reply_list_style .ibiz-panel-field--total { + margin-right: 2px; + margin-top: 1px; +} + +.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { + margin-top: 9px; + display: inline-grid; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { + margin-top: 9px; + display: inline-grid; +} + .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { + margin-left: 15px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, +.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { + padding-left: 8px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group__content { + background-color: white; +} + .discuss-border-style .ibiz-grid-field-column__script{ + width: 70px; + text-align: center; + border: 1px solid #eee; + border-radius: 20px; + padding: 0px 10px; +} + .mob_discuss_post_status_style .van-field__body { + background-color: var(--ibiz-color-primary-light-hover); + border-radius: 20px; + height: 36px; + width: 85px; +} + +.mob_discuss_post_status_style .van-field__body span { + color: var(--ibiz-color-primary); +} + +.mob_discuss_post_status_style .ibiz-form-item-container { + padding: 0px; +} + +.mob_discuss_post_status_style .van-field__right-icon { + display: none; +} + +.mob_discuss_post_status_style .van-field__control--custom { + justify-content: center !important; +} + .discusses_mob_list_style .ibiz-panel-container--container span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 span, +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, +.discusses_mob_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { + height: 24px; + width: 24px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { + font-size: 8px; + min-width: 20px; + min-height: 20px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { + width: 20px; + height: 20px; +} + .discusses_mob_list_style .ibiz-panel-container--container2 { + width: 55px; + height: 23px; + border: 1px solid #d8d8d8; + border-radius: 10px; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 span, +.discusses_mob_list_style .ibiz-panel-container--container2 { + display: flex; + align-items: center; + justify-content: center; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { + margin-top: 1px; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { + margin-right: 3px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { + margin-top: 2px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { + margin-top: -3px; +} + +.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + /* .discusses_mob_list_style { + position: relative; +} +.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); } */ -.msg_bottom_shadow_style .msg_heard_style{ - border-bottom: 1px solid #ebebeb; -} - - .notify_field_checkbox_style .el-checkbox{ - width: 120px; -} - - - .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { - margin: 0px 0px 4px; -} - -/* .management_setting_style .ibiz-breadcrumb { - display: none !important; + .post_edit_title_style .ibiz-panel-container--topic_container { + padding-left: 16px; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { + display: none !important; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { + padding: 0 !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name { + padding: 0 8px 0 16px !important; +} + +.post_edit_title_style .ibiz-identifier-title { + padding-left: 8px !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name span { + color: var(--el-text-color-regular); + font-size: var(--ibiz-font-size-header-5); + font-weight: var(--ibiz-font-weight-regular); +} + +.post_edit_title_style .ibiz-panel-field--topic_name::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: 20px; + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: 2px; + transform: translateY(-50%); +} + .discuss-comment-btn{ + width: 100px; +} +.discuss-comment-btn .el-button{ + min-height: var(--ibiz-height-control-default); + min-width: var(--ibiz-height-control-default); + background: transparent; + border: none; + color: var(--ibiz-color-text-3); + font-size: var(--ibiz-font-size-header-6); + padding: 8px; +} +.discuss-comment-btn .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { + border: none; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { + width: 20px; +} + +.mob_discuss_detal_list_style .ibiz-panel-field--total { + margin-left: 2px; + margin-right: 2px; + margin-top: 1px; +} + /* 详情页中的 容器边距 */ +.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ + margin: 10px; + border-radius: 10px; + /* background-color: white; */ +} +/* 选中分页 */ +.mob-details-style .van-tab--active{ + color: #6698ff; +} +.mob-details-style .van-tabs__line{ + background: #6698ff; +} + +.mob-details-style .ibiz-form-item--create_time span { + margin-top: 3px; +} + +.mob-details-style .van-tabs__wrap { + background-color: white; +} + +.mob-details-style .van-tabs__nav { + display: inline-flex !important; + margin-left: 30px; +} + +.mob-details-style .van-tab { + margin-right: 40px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 span { + display: inline-grid; + margin-top: 9px; +} + .mob-details-style .ibiz-form-group--grouppanel1 svg { + width: 28px; + height: 28px; + margin-left: 15px; +} + +.mob-details-style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; + display: inline-grid; + margin-top: 7px; +} + +.mob-details-style .ibiz-form-group--grouppanel2 span, +.mob-details-style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob-details-style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob-details-style .ibiz-form-item--name { + padding-left: 8px; +} + +.mob-details-style .ibiz-form-item--status { + padding-top: 10px; +} + .review_btn_style button[title="通过"] { + background-color: green; +} + +.review_btn_style button[title="拒绝"] { + background-color: red; +} + .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ + font-size: 12px; + color: #979899; +} + +.review-results-style .ibiz-form-item--title .ibiz-span{ + font-size: 16px; + font-weight: 600; +} + +.review-results-style .ibiz-mdctrl-container-item{ + border-top: 1px solid #dbdbdb; +} + +.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: white; + border-left: none; +} + .comment-list-height-auto .ibiz-no-data { + padding: 0; + --el-empty-image-width: 64px; + --el-empty-description-margin-top: 6px; +} +.comment-list-height-auto img { + max-width: 100%; +} +/* 流转空数据 */ +.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { + margin-top: -8px; +} + .comment-replay { + padding: 0 12px; + background-color: var(--ibiz-color-bg-0); +} +.comment-replay .ibiz-rawitem, +.comment-replay .ibiz-code-list__item, +.comment-replay .ibiz-panel-item-render--pcontent { + color: #999; +} +.comment-replay .ibiz-panel-item-render--pcontent { + display: flex; +} +.comment-replay .ibiz-panel-item-render--pcontent p { + margin: 8px 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.comment-replay .ibiz-raw__script .comment-tag { + pointer-events: none; +} + .comment_icon .ibiz-rawitem{ + font-size:24px; + opacity:0.5; + padding:8px 0; +} + .comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-0); + color: var(--ibiz-editor-default-text-color); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .mob_topic_discuss_list_style .ibiz-control-toolbar__item { + display: block !important; +} + +.mob_topic_discuss_list_style { + position: relative; +} +.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); + background-color: white !important; +} +.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { + top: 18px; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .resource-capacity-view .ibiz-panel-view-content--view_content { + padding: 0 var(--ibiz-spacing-tight); +} + +.resource-capacity-view .ibiz-form-page, +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { + height: 100% +} + +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { + height: calc(100% - 54px); +} + +.resource-capacity-view .ibiz-form-group--header { + line-height: 52px; + overflow-y: scroll; + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-capacity-view .ibiz-form-group--body { + overflow-y: scroll; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { + padding: 0; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { + height: 52px; + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { + height: 100%; + display: flex; + align-items: center; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { + overflow: hidden; +} +.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { + margin-left: var(--ibiz-spacing-extra-tight); +} + .road-map-view .time-line { + display: flex +} +.road-map-view .time-line-right { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: center; + padding: 70px 8px 8px 8px; +} +.road-map-view .time-line-right--title { + width: 100px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + margin-bottom: 40px; + padding: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); +} +.road-map-view .time-line-right--caption { + color: var(--ibiz-color-primary); + font-weight: var(--ibiz-font-weight-bold); +} +.road-map-view .time-line-right--description { + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} +.road-map-view .time-line-left { + flex-grow: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: var(--ibiz-spacing-base); +} + .road-map-view .time-line-left--line { + width: 100%; + height: 4px; + display: flex; + margin: 80px 20px; + align-items: center; + justify-content: space-between; + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item { + width: 12.5%; + flex-grow: 1; + position: relative; +} +.road-map-view .time-line-left--item:last-child { + background-color: var(--ibiz-color-white); +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { + bottom: 15px; +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__content { + bottom: 54px; +} +.road-map-view .time-line-left--item__dot { + width: 12px; + height: 12px; + border-radius: 50%; + background-color: var(--ibiz-color-white); + border: 3px solid var(--ibiz-color-success-hover); +} + .road-map-view .time-line-left--item__vertical { + width: 2px; + height: 36px; + position: absolute; + transform: translateX(5px); + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item__content { + display: flex; + bottom: -70px; + cursor: pointer; + width: max-content; + position: absolute; + align-items: center; + flex-direction: column; + justify-content: center; +} +.road-map-view .time-line-left--item__caption { + width: 100%; + color: var(--ibiz-color-text-0); + font-size: var(--ibiz-font-size-regular); +} +.road-map-view .time-line-left--item__time { + width: 100%; + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} + +.road-map-view .time-line-left--item__content a { + text-decoration: unset !important; +} + .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { + padding-left: 18px; +} + + .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ + width: 76px; + text-align: center; +} + .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { + display: none; +} + .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { + padding: 10px 10px 0 10px; + background-color: transparent; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { + background-color: var(--ibiz-color-bg-1); + border-radius: 5px; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item.is-active .ibiz-control-list-item { + background-color: var(--ibiz-control-list-active-bg-color); +} + .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { + border-radius: 0; +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, +.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { + background-color: var(--ibiz-color-fill-0); + padding-bottom: 8px; +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { + padding: 10px 0; +} + + + /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ + margin: -15% 0% 0% -35%; +} */ + +/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ + position: relative; + box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); +} */ +.msg_bottom_shadow_style .msg_heard_style{ + border-bottom: 1px solid #ebebeb; +} + + .notify_field_checkbox_style .el-checkbox{ + width: 120px; +} + + + .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { + margin: 0px 0px 4px; +} + +/* .management_setting_style .ibiz-breadcrumb { + display: none !important; } */ - .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, -.common-level-average::after{ -background-color: var(--ibiz-color-primary) !important; -} - /* 圆 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -content: ''; -display: block; -width: 12px; -height: 12px; -min-width: 12px; -max-width: 12px; -margin-right: var(--ibiz-spacing-extra-tight); -border-radius: 50%; -background-color: var(--ibiz-color-fill-0); -} - /* 基础定位 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input, -.common-level-veryimportant, -.common-level-important, -.common-level-average, -.common-level-unimportant, -.common-level-unknown { -position: relative; -padding-left: var(--ibiz-spacing-base); -} -/* 圆对齐及间距 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { -display: flex; -align-items: center; -margin: 0; -padding: 0; -} -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -margin-right: var(--ibiz-spacing-base-loose); -} -.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { -height: 12px; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { -margin-left: 3px; -} - -/* 最后一个圆的定位 */ -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -position:absolute; -left:0; -} -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ -left:var(--ibiz-spacing-tight); -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -left:var(--ibiz-spacing-tight); -} -/* 编辑器弹框按钮样式 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, -.common-level-dropdown .ibiz-dropdown .el-select .el-input{ -min-height:var(--ibiz-height-control-default); -padding:0 var(--ibiz-spacing-tight); -padding-left:var(--ibiz-spacing-loose); -display:flex; -align-items:center; -border-radius:var(--ibiz-border-radius-small); -cursor:pointer; -} - .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { -min-height: 32px; -margin: 0; -} -/* 编辑态按钮 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input { -overflow: hidden; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { -display: none; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { -position: absolute; -left: 0; -margin-left: var(--ibiz-spacing-base); -border-radius: var(--ibiz-border-radius-small); -} -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { -padding: 0; -margin: 0; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { -min-width: 12px; -max-width: 12px; -box-shadow: none !important; -} - /* 移入效果 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, -.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { -background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { -background-color: var(--ibiz-color-bg-0); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { -background-color: var(--ibiz-color-primary-light-default); -} -/* 表格内样式 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { -margin-left: -4px; -} -/* 表格内文字不显示 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { -font-size: 0; -} -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { -width: 0; -height: 0; -} - /* 自适应宽度 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { -width: auto; -} -.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { - padding: 0; -} - .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, -.common-level-unknown::after, -.common-level-unknown::before, -.common-level-unknown>span::before { -background-color: transparent !important; -box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; -} - .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, -.common-level-important::after, -.common-level-important::before{ -background-color: var(--ibiz-color-primary) !important; -} - .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, -.common-level-veryimportant::after, -.common-level-veryimportant::before, -.common-level-veryimportant>span::before { -background-color: var(--ibiz-color-primary) !important; -} - .idea_tree_node_style .ibiz-panel-field--title{ - font-size: 14px; - font-weight: 600; -} -.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ - margin: 0px 0px 0px 10px; - width: 50px; - height: 30px; - border-radius: 10px; - background: #d4d4d4; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ - color: #999999; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} - .page_info_style .ibiz-form-item-container--left { - text-align: left; -} - -.page_info_style .ibiz-form-item-container__label { - text-align: left; -} - - /* 按钮样式 */ -.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_page_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .project-notice-style .ibiz-portlet-layout-content, -.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ - overflow: visible; -} -.project-notice-style .ibiz-html-custom-toolbar { - position: absolute; - top: -55px; -} -.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ - width: 44px; - } - - - /* 分组面板高度自适应 */ -.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ - height: 100% !important; -} - -/* 去掉下划线 */ -.mob_project_overview_style .ibiz-form-item-container::after{ - height: 0px; -} - .project_warning_style .ibiz-panel-container--container1 { - background-color: orange; - cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container2 { - background-color: deepskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container3 { - background-color: dodgerblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container7 { - background-color: aliceblue -} - -.project_warning_style .ibiz-panel-container--container5 { - background-color: lightskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container6 span { - color: white; -} - -.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { - font-weight: bold; - font-size: 28px; -} - -.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { - font-size: 16px; -} - - - .project_warning_style .ibiz-panel-field--overdue_ratio span { - font-size: 28px; - color: deepskyblue; - font-weight: bold; -} - -.project_warning_style .ibiz-panel-rawitem--static_text3 span { - font-size: 16px; -} - -.project_warning_style .ibiz-panel-container--page_container { - margin-top: 10px; -} - -.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { - position: relative; -} - -.project_warning_style .ibiz-panel-rawitem--static_image, -.project_warning_style .ibiz-panel-rawitem--static_image1, -.project_warning_style .ibiz-panel-rawitem--static_image2, -.project_warning_style .ibiz-panel-rawitem--static_image3 { - top: 6px; - position: absolute; - right: 22px; -} - .project_warning_style .ibiz-panel-container--container8, -.project_warning_style .ibiz-panel-container--container9, -.project_warning_style .ibiz-panel-container--container10 { - padding: 18px 15px; -} - -.project_warning_style .ibiz-panel-container--container11 { - padding: 15px 40px 15px 15px; -} - - /* 背景定位 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { -position: relative; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ -content: ''; -display: inline-block; -width: 100%; -height: 36px; -position: absolute; -top: 0; -left: 0; -z-index: 6; -background-color: var(--ibiz-color-disabled-fill); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -position: relative; -z-index: 10; -} -/* 字体样式 */ -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { -width: 100%; -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { -font-size: var(--ibiz-font-size-header-5); -color: var(--ibiz-color-text-0); -} - .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { -color: var(--ibiz-color-text-3); -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { -font-size: 0; -} -/* 设置边距 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { -margin-top: var(--ibiz-spacing-base); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -padding-top: 22px; -padding-bottom: 0px; -} - .mob_home_my_style{ - position: relative; -} -.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_home_my_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .advancedSearch .ibiz-form-group-header { - border-bottom: none; - } -.advancedSearch .ibiz-teleport-placeholder { - height: 100%; - background-color: #fbfbfb; - border-left: 1px solid #eee; -} -.advancedSearch .ibiz-control-searchbar-quick-search{ - width: 100%; - margin:0 32px; -} -.advancedSearch .ibiz-panel-view-header { - border-bottom:none; -} -.advancedSearch .ibiz-control-captionbar-caption::before{ - display:none; -} -.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { - padding: 0 32px; -} -.advancedSearch .ibiz-panel-view-content { - padding: 8px 32px 0px 32px; -} -.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ - --el-input-height:46px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { - border-radius: 4px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { - font-size:18px; - } - - .cursor_style { - cursor: pointer; + .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, +.common-level-average::after{ +background-color: var(--ibiz-color-primary) !important; +} + /* 圆 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +content: ''; +display: block; +width: 12px; +height: 12px; +min-width: 12px; +max-width: 12px; +margin-right: var(--ibiz-spacing-extra-tight); +border-radius: 50%; +background-color: var(--ibiz-color-fill-0); +} + /* 基础定位 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input, +.common-level-veryimportant, +.common-level-important, +.common-level-average, +.common-level-unimportant, +.common-level-unknown { +position: relative; +padding-left: var(--ibiz-spacing-base); +} +/* 圆对齐及间距 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { +display: flex; +align-items: center; +margin: 0; +padding: 0; +} +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +margin-right: var(--ibiz-spacing-base-loose); +} +.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { +height: 12px; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { +margin-left: 3px; +} + +/* 最后一个圆的定位 */ +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +position:absolute; +left:0; +} +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ +left:var(--ibiz-spacing-tight); +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +left:var(--ibiz-spacing-tight); +} +/* 编辑器弹框按钮样式 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, +.common-level-dropdown .ibiz-dropdown .el-select .el-input{ +min-height:var(--ibiz-height-control-default); +padding:0 var(--ibiz-spacing-tight); +padding-left:var(--ibiz-spacing-loose); +display:flex; +align-items:center; +border-radius:var(--ibiz-border-radius-small); +cursor:pointer; +} + .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { +min-height: 32px; +margin: 0; +} +/* 编辑态按钮 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input { +overflow: hidden; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { +display: none; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { +position: absolute; +left: 0; +margin-left: var(--ibiz-spacing-base); +border-radius: var(--ibiz-border-radius-small); +} +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { +padding: 0; +margin: 0; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { +min-width: 12px; +max-width: 12px; +box-shadow: none !important; +} + /* 移入效果 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, +.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { +background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { +background-color: var(--ibiz-color-bg-0); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { +background-color: var(--ibiz-color-primary-light-default); +} +/* 表格内样式 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { +margin-left: -4px; +} +/* 表格内文字不显示 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { +font-size: 0; +} +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { +width: 0; +height: 0; +} + /* 自适应宽度 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { +width: auto; +} +.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { + padding: 0; +} + .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, +.common-level-unknown::after, +.common-level-unknown::before, +.common-level-unknown>span::before { +background-color: transparent !important; +box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; +} + .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, +.common-level-important::after, +.common-level-important::before{ +background-color: var(--ibiz-color-primary) !important; +} + .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, +.common-level-veryimportant::after, +.common-level-veryimportant::before, +.common-level-veryimportant>span::before { +background-color: var(--ibiz-color-primary) !important; +} + .idea_tree_node_style .ibiz-panel-field--title{ + font-size: 14px; + font-weight: 600; +} +.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ + margin: 0px 0px 0px 10px; + width: 50px; + height: 30px; + border-radius: 10px; + background: #d4d4d4; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ + color: #999999; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} + .page_info_style .ibiz-form-item-container--left { + text-align: left; +} + +.page_info_style .ibiz-form-item-container__label { + text-align: left; +} + + /* 按钮样式 */ +.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_page_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .project-notice-style .ibiz-portlet-layout-content, +.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ + overflow: visible; +} +.project-notice-style .ibiz-html-custom-toolbar { + position: absolute; + top: -55px; +} +.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ + width: 44px; + } + + + /* 分组面板高度自适应 */ +.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ + height: 100% !important; +} + +/* 去掉下划线 */ +.mob_project_overview_style .ibiz-form-item-container::after{ + height: 0px; +} + .project_warning_style .ibiz-panel-container--container1 { + background-color: orange; + cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container2 { + background-color: deepskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container3 { + background-color: dodgerblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container7 { + background-color: aliceblue +} + +.project_warning_style .ibiz-panel-container--container5 { + background-color: lightskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container6 span { + color: white; +} + +.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { + font-weight: bold; + font-size: 28px; +} + +.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { + font-size: 16px; +} + + + .project_warning_style .ibiz-panel-field--overdue_ratio span { + font-size: 28px; + color: deepskyblue; + font-weight: bold; +} + +.project_warning_style .ibiz-panel-rawitem--static_text3 span { + font-size: 16px; +} + +.project_warning_style .ibiz-panel-container--page_container { + margin-top: 10px; +} + +.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { + position: relative; +} + +.project_warning_style .ibiz-panel-rawitem--static_image, +.project_warning_style .ibiz-panel-rawitem--static_image1, +.project_warning_style .ibiz-panel-rawitem--static_image2, +.project_warning_style .ibiz-panel-rawitem--static_image3 { + top: 6px; + position: absolute; + right: 22px; +} + .project_warning_style .ibiz-panel-container--container8, +.project_warning_style .ibiz-panel-container--container9, +.project_warning_style .ibiz-panel-container--container10 { + padding: 18px 15px; +} + +.project_warning_style .ibiz-panel-container--container11 { + padding: 15px 40px 15px 15px; +} + + /* 背景定位 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { +position: relative; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ +content: ''; +display: inline-block; +width: 100%; +height: 36px; +position: absolute; +top: 0; +left: 0; +z-index: 6; +background-color: var(--ibiz-color-disabled-fill); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +position: relative; +z-index: 10; +} +/* 字体样式 */ +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { +width: 100%; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { +font-size: var(--ibiz-font-size-header-5); +color: var(--ibiz-color-text-0); +} + .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { +color: var(--ibiz-color-text-3); +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { +font-size: 0; +} +/* 设置边距 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { +margin-top: var(--ibiz-spacing-base); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +padding-top: 22px; +padding-bottom: 0px; +} + .mob_home_my_style{ + position: relative; +} +.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_home_my_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .advancedSearch .ibiz-form-group-header { + border-bottom: none; + } +.advancedSearch .ibiz-teleport-placeholder { + height: 100%; + background-color: #fbfbfb; + border-left: 1px solid #eee; +} +.advancedSearch .ibiz-control-searchbar-quick-search{ + width: 100%; + margin:0 32px; +} +.advancedSearch .ibiz-panel-view-header { + border-bottom:none; +} +.advancedSearch .ibiz-control-captionbar-caption::before{ + display:none; +} +.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { + padding: 0 32px; +} +.advancedSearch .ibiz-panel-view-content { + padding: 8px 32px 0px 32px; +} +.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ + --el-input-height:46px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { + border-radius: 4px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { + font-size:18px; + } + + .cursor_style { + cursor: pointer; } /*** END:系统样式表 ***/ \ No newline at end of file diff --git a/model/PSSYSAPPS/plmmob/PSSYSAPP.simple.json b/model/PSSYSAPPS/plmmob/PSSYSAPP.simple.json index cfb6fd476d2c06339c91694886927da296b65842..a7d5c7081e58a67c1a28471704feaa6251e2ff62 100644 --- a/model/PSSYSAPPS/plmmob/PSSYSAPP.simple.json +++ b/model/PSSYSAPPS/plmmob/PSSYSAPP.simple.json @@ -39,7 +39,7 @@ "pluginCode" : "PERSON_SELECT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizPersonelSelect", - "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.204", + "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.206", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -337,7 +337,7 @@ "pluginCode" : "COMMENT_ITEM", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizCommentItemRawItem", - "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.139", + "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.209", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { diff --git a/model/PSSYSAPPS/plmmob/PSSYSAPP.simple.json.css b/model/PSSYSAPPS/plmmob/PSSYSAPP.simple.json.css index 1a8d68b45badf9d66546f546f3bf3dd8b10935de..59636e4bfd628f08fb2a21a49c79e0f037713c0d 100644 --- a/model/PSSYSAPPS/plmmob/PSSYSAPP.simple.json.css +++ b/model/PSSYSAPPS/plmmob/PSSYSAPP.simple.json.css @@ -1,5788 +1,5795 @@ /*** START:系统样式表 ***/ - .drbar-ex-underline { -border-bottom: 1px solid var(--ibiz-color-border); -} - -/* drbar头部样式 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { -padding: 8px 0px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { -margin-left: 4px; -} -.drbar-ex-underline .ibiz-panel-container--container { -padding-right: 4px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ -border: none; -} - -/* 图标居中 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, -.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { -margin: 0; -} - .editview2-menu .ibiz-control-drbar__menu { - padding: 8px 16px; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { - width: 100%; - height: 48px; - padding-left: 8px !important; - pointer-events: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { - color: #888d91; -} -.editview2-menu - .ibiz-control-drbar__menu - .el-sub-menu__title - .el-sub-menu__icon-arrow { - display: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { - background: 0 0; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item { - height: 32px; - padding: 0; - padding-left: 24px; - border-radius: 4px; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item:hover { - background: var(--ibiz-color-bg-0); -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item.is-active { - color: #557da5; - background: #d9ecff; -} - - .html-readonly-bg-white .ibiz-html .w-e-scroll { - background-color: var(--ibiz-color-bg-0); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { - background-color: var(--ibiz-color-bg-1); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { - background-color: var(--ibiz-color-bg-1); -} - - .pc_login_style .ibiz-panel-container-image{ - min-height: 100%; - min-width: 100%; - background-size: cover; - background-attachment: fixed; -} -.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ - width: 100%; - height: 100%; -} -.pc_login_style .ibiz-panel-container--container9{ - margin: 3vw 0px 0px 3vw; -} -.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container1 { - position: absolute; - right: 7vw; - height: 60vh; - min-width: 400px; - width: 27vw; - border-radius: 1vw; - box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); - margin-bottom: 80px; - background: white; - margin-top: 8vh; -} -.pc_login_style .ibiz-panel-field--auth_userid { - height: 5vh; -} -.pc_login_style .ibiz-panel-field--auth_password{ - height: 5vh; -} - - .pc_login_style .ibiz-panel-container--container5{ - height: 100% !important; - padding: 5vh 3vh 0vh 3vh !important; -} -.pc_login_style .ibiz-panel-container--container_4{ - height: 15vh; - margin: 4vh 0px 0px 0px; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ - font-size: 3vh; - color: #41c1f7; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ - margin-top: 3vh; - background-color: #42b1ff; - height: 4vh; - font-size: 1.8vh; -} -.pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 1vw; -} -.pc_login_style .el-input__inner{ - font-size: 1.25vh; -} -.pc_login_style .el-checkbox__label{ - font-size: 1vh; -} - .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ - overflow: hidden !important; -} - - .pc_login_style .ibiz-panel-container--container_switch{ - position: absolute; - height: 50% !important; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ - width: 20vh; - height: 20vh; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ - display: none; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ - font-size: 2vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ - color: #595959; - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, -.pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 100%; -} - -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { - background-color: unset !important; -} - -.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 10vh; - height: 10vh; - max-width: 256px !important; - max-height: 256px !important; - min-width: 84px !important; - min-height: 84px !important; -} - -.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container1 { - min-height: 500px; -} - -@media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, - .pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 84px; - } - .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 84px; - height: 84px; - } - - .pc_login_style .ibiz-panel-container--container_4 { - height: 125px; - margin-top: 32px; - } - - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { - font-size: 25px; - font-weight: 600; - } - -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { - font-size: 25px; - font-weight: 600; - color: #41c1f7; - } - - .pc_login_style .ibiz-panel-container--container5 { - height: 100% !important; - padding: 41.5px 24.9px 0px 24.9px !important; - } - - .pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 14.4px; - } - - .pc_login_style .ibiz-panel-field--auth_userid, - .pc_login_style .ibiz-panel-field--auth_password { - height: 41.5px; - } - - .pc_login_style .el-input__inner { - font-size: 10.375px; - } - - .pc_login_style .el-checkbox__label { - font-size: 8.3px; - } - - .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { - margin-top: 24.9px; - background-color: #42b1ff; - height: 33.2px; - font-size: 14.9px; - } -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { - width: 164px; - height: 164px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { - font-size: 16.4px; - font-weight: 600; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { - color: #595959; - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { - font-size: 25px; - font-weight: 600; - } -} - .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ - font-size: 16px; - margin-top: 3px; -} - /* 表单分组标题 */ -.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { - font-size: 16px; - color: var(--ibiz-color-disabled-text); -} -/* 表单分页样式(padding、导航栏标题) */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { - padding: 0 11px 0 13px; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { - font-size: 14px; -} -/* 两侧滚动条 */ -.main-info-common-view .ibiz-control-form { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { - height: 100%; - overflow: auto scroll; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { - height: auto; -} - - /* 主信息编辑视图通用计数器样式 */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - top: 50%; -} - /* 表单标题 使用多行文本时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { - font-size: var(--ibiz-font-size-header-3); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { - line-height: var(--ibiz-editor-default-line-height); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { - height: 100%; - padding: 0; -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { - padding-top: 5px; - padding-bottom: 5px; -} -/* 只读时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { - font-size: var(--ibiz-font-size-header-3); - padding: 5px 11px; - height: 100%; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { - padding: 0 11px; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { - padding: 0 11px; -} - - .main-info-common-view .ibiz-panel-view-content--view_content { - padding-top: 0; -} - -.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} - -.main-info-common-view - .ibiz-grid-container--container_view_bottom - .ibiz-panel-container--container1 { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} -.main-info-common-view .ibiz-control-form { - padding-bottom: 0; - margin-bottom: var(--ibiz-spacing-tright); -} -/* 评审列表视图背景颜色 */ -.main-info-common-view .ibiz-view.ibiz-view-delistview { - background-color: transparent; -} - - -.main-info-common-view .ibiz-grid-container--container_view_bottom { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { - position: relative; - z-index: 998; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { - position: absolute; - padding: 6px 8px 8px 8px; - top: -269px; - background-color: var(--ibiz-color-bg-1); -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { - top: 0; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { - z-index: 999; -} - .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ - padding-left: 5px; - padding-right: 5px; -} -/* 客户沟通单独处理 */ -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { - top: -292px !important; -} - .main-info-common-view .ibiz-dropdown:has(.green-span), -.main-info-common-view .ibiz-dropdown:has(.blue-span), -.main-info-common-view .ibiz-dropdown:has(.orange-span), -.main-info-common-view .ibiz-dropdown:has(.red-span) { -min-height: var(--ibiz-form-item-container-line-height); -display: flex; -align-items: center; -} - .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { - background: transparent; -} - /* 富文本工具栏定位 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ - transform: translateY(-100%); - padding-top: 35px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -/* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} - - /* 表单标题 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { - font-size: var(--ibiz-font-size-header-3); - color: var(--ibiz-color-text-0); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input { - height: var(--ibiz-height-control-default); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { - min-height: calc(var(--ibiz-height-control-default) - 2px); - height: calc(var(--ibiz-height-control-default) - 2px); -} - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ - overflow: visible; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 隐藏滚动条 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.main-info-common-view .ibiz-form-group--executors_container{ - position: relative; -} - -.main-info-common-view .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.main-info-common-view .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - -.main-info-common-view .ibiz-checkbox.is-show-default, -.main-info-common-view .el-checkbox.is-disabled { - padding: 1px 0px 0px 9px !important; -} - -.main-info-common-view .ibiz-attention--readonly.is-show-default { - margin: 1.6px; -} -.main-info-common-view .ibiz-control-edit-form { - padding: 0; -} - - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 左对齐 */ -.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { - float: left; -} - /* 上下对齐 */ -.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { - padding: 0 11px; -} - /* 折叠分组样式1 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { - position: relative; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { - width: auto; - height: auto; - position: absolute; - top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { - width: auto; - height: auto; - position: absolute; - top: 0; - right: 34px; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { - position: initial; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { - display: block; -} - /* 折叠分组样式2 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { - display: none; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { - padding: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { - padding-top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { - border-left: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { - border: none; -} - - /* 折叠分组样式3 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { - margin: 0 8px; - padding-right: 8px; - border: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} -/* 评论容器取消发送按钮位置 */ -.main-info-common-view .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 0; -} -.main-info-common-view .ibiz-panel-button--comment__cancel { - right: 76px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { -background-color: initial; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { -padding: 0 10px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { -background-color: var(--ibiz-color-fill-0); -border-radius: 18px; -padding: 0 12px; -line-height: 24px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { -background-color: var(--ibiz-color-fill-2); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { -color: var(--ibiz-form-tab-panel-text-color); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ -background-color: var(--ibiz-color-primary-active); -color: var(--ibiz-color-primary-active-text); -} - .main-info-common-view .ibiz-grid-container--container_view_bottom > div { -height: 100%; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { -min-height: 48px; -} -.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { -position: static; -} -.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { -width: calc(100% - 4px); -min-height: 48px; -padding-right: 32px; -position: absolute; -top: 0; -} -/* 时间范围宽度 */ -.main-info-common-view .ibiz-date-range-picker { -max-width: 250px; -} - - .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { - background-color: rgb(74 129 199 / 60%) !important; -} - .second_dev_tab_style .ibiz-panel-view-content { - overflow: hidden !important; - padding: 0 !important; -} - .codelist-only-icon { - display: flex; - align-items: center; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item { - font-size: 0; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { - font-size: var(--ibiz-form-item-font-size); -} - .dashboard_container > div { - border: 0 !important; - overflow: hidden !important; -} - .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: var(--ibiz-width-icon-large); - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: var(--ibiz-border-radius-extra-small); - transform: translateY(-50%); -} - -.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { - margin-left: 16px; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ - padding-top: 0px !important; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ - padding-top: 0px !important; -} - .board_title_style{ - margin: 10px 10px 25px 10px; - width: 300px; - height: 35px; -} - -.board_title_style .el-input__wrapper { - font-size: 20px; - font-weight: 600; -} - .dashboard_repair_style .ibiz-panel-field--total span { - display: flex; - align-items: center; -} - .recentcustom_dashboard_view_style .ibiz-portlet-layout { - --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { - border: 1px solid var(--ibiz-color-border); - border-bottom: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { - padding-bottom: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); - /* border-top: none; */ -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { - padding: 0; - overflow: hidden; - border: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { - position: relative; - padding-right: 0; - padding-left: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - right: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { - position: relative; -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - position: absolute; - top: 0; - width: 0; - height: 102px; - content: ""; - border-left: 1px solid var(--ibiz-color-border); -} - .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ - font-size: 16px; -} - -/* 分组树更多图标 */ -.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { -font-size: 16px; -} - /* 文本框 */ -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - border: 0px solid #e8e8e9; - border-radius: 3px; - padding: 1px 15px; - height: 50px; - padding-top: 12px; -} - -/* 按钮 */ -.dependency_style .el-select .el-input { - display: flex; - height: 50px; -} - -/* 溢出控制 */ -.dependency_style .ibiz-panel-field .ibiz-panel-field-content { - line-height: inherit; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; -} - -/* 控制不显示滚动条 */ -.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { - overflow: hidden; -} - -/* 隐藏显示横线 */ -.dependency_style .el-collapse-item__header{ - border-bottom: none; -} - -/* 控制边距 */ -.dependency_style .el-collapse-item__content { - padding-bottom: 2px; -} - .dependency_style{ - overflow: hidden; -} - -.dependency_style .el-collapse{ - border-bottom: none; -} - -.dependency_style .el-collapse-item__wrap { - border-bottom: none; -} - -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; -} - -/* 悬浮色 */ -.dependency_style .ibiz-panel-container--container2:hover, -.dependency_style .ibiz-panel-container--container3:hover { - border-color: #6994be; - border: 1px solid #6994be -} - .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} - .ibiz-control-grid{ - --ibiz-control-grid-scrollbar-width: 8px; -} - .fullscreen .ibiz-form-group--grouppanel1 { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .ibiz-form-item-container__content { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-item-container__editor { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel2 { - display: none; -} - - .fullscreen .ibiz-rawitem.ibiz-form-raw-item { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel_attachments_grid { - display: flex; - flex-flow: column nowrap; - place-content: center center; - align-items: center; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-header { - width: 80%; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__content { - display: block; - flex-flow: unset; - place-content: unset; - align-items: unset; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__editor { - max-width: 100%; -} - .shared_simple_view_style .ibiz-panel-view-content--view_content{ - padding: 0; -} - -.shared_simple_view_style .ibiz-panel-view-content{ - width: 75%; -} -.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ - background-color:white; -} -.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ - background-color: #f9f9f9; -} - .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { - padding: 0; -} - .shared_link_top{ - height: 52px; - border-bottom: 1px solid #eee; - background-color: #FFF; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ - height: 52px; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { - display: block; - font-size: 18px; - font-weight: 500; - color: #333; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; -} -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { - color: #ddd; -} - .shared_setting_style .ibiz-form-item--enable_password{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--enable_expiration{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--subset_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--is_shared_subset{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--pwd_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--expiration_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--access_password{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--expiration_date{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--shared_page_url{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-button--copy_page_url{ - padding-top: 0; -} - - - .mob_attention_title_style.ibiz-panel-field { -display: flex; -align-items: center; -height: 100%; -} -.mob_attention_title_style.ibiz-panel-field .ibiz-span { -height: var(--ibiz-font-size-header-5); -padding: 0 0.375rem; -margin-left: var(--ibiz-spacing-tight); -font-size: 0.7rem; -color: var(--ibiz-color-text-2); -background-color: var(--ibiz-color-border); -border-radius: var(--ibiz-font-size-header-5); -} - .relation_recent_style{ - line-height: normal; -} - -/* 控制项标题文字过多导致的样式异常 */ -.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; - max-width: 1460px; -} - .tab_tree_panel_style .ibiz-tab-group-select-tree{ - padding-left: 0px !important; -} - .tab-exp-select{ - border-right: 1px solid #e9e9e9; -} - .ibiz-panel-container--view_tabexppanel .el-tabs__item { - height: 64px; -} -.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { - font-size: 16px; -} -.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ - font-size: 16px; -} -/* 分页导航视图padding */ -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { - padding: 0; -} -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { - padding: var(--ibiz-panel-view-content-padding); -} - - .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; - margin-left: 0.6rem; -} - -.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ - flex: unset; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { - padding-left: 0.5rem; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; -} - .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { - padding-top: 0; -} - - .delete-button .el-button{ - color: #fff; - background-color: #ff7575; - border-color: #ff7575; -} - .relation_tree_node_style .ibiz-panel-field--show_identifier span{ - color: #a1a1a2; - margin-left: 5px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ - overflow: hidden; -} -.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} -.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ - overflow: hidden; -} - .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ -height: 50px !important; -} - .right_button_style .van-button{ - padding: 0px 10px 0px 0px; -} - .reply_list_style .ibiz-control-list-item.is-active, -.reply_list_style .ibiz-control-list-item:hover { - background-color: transparent !important; -} - .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { - display: none; -} -.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { - display: none; -} - .big-icon { - padding: 0; -} -.big-icon .el-button { - font-size: 24px; - padding: 8px; -} -.big-icon .el-button .ibiz-icon { - max-width: 24px !important; - max-height: 24px !important; -} -.big-icon .el-button .ibiz-panel-button-content--caption { - display: none; -} - .average-toolbar { - position: relative; - justify-content: space-evenly; - height: 48px; -} - .vertical-divider .ibiz-rawitem { - border-left: 1px solid var(--ibiz-color-border); - height: 1em; -} -.vertical-divider .el-divider { - display: none; -} - .multiple_people_style .ibiz-form-group--grouppanel6{ - /* height: 20px; */ - margin: -18px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ - width: 70px; - padding: 1px 0px 0px 5px !important; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { - padding-right: 0px !important; -} - -.multiple_people_style .ibiz-form-group--grouppanel9{ - height: 20px; - margin: 8px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ - width: 70px; - padding: 0px 0px 0px 5px !important; -} - - .con_bottom_shadow_style{ - border-bottom: 1px solid var(--ibiz-color-border); -} -/* 如果有树,把树的下边框去掉 */ -.con_bottom_shadow_style .ibiz-tab-group-select-tree { - border-bottom: 0px !important; -} - - .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { - padding-left: 0; -} -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding-left: 0; -} - - .recentdata-custom>div>div>div:nth-child(2) { -flex: 1; -} - .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { - padding-left: 16px; - height: 16px; -} -/* 类型位置 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { - - padding-left: 5px; - padding-bottom: 15px; - -} -/* 类型文字 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { - font-size: 15px; - -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { - margin-left: -17px; -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { - padding: 0px; -} - .work_item_type_global_style .ibiz-panel-button{ - padding-top: 0px; -} - -.work_item_type_global_style .ibiz-icon { - margin-top: 5px; -} - - /* 按钮样式 */ -.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .ibiz-control-toolbar__item--primary .el-button.el-button--primary { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { - color: var(--ibiz-color-primary-hover); - background-color: var(--ibiz-color-primary-light-hover); -} - - .ibiz-control-toolbar--user .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.ibiz-control-toolbar--user .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { - border-bottom: none; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { - color: var(--ibiz-color-text-3); - background-color: transparent; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ - outline: none; -} -.ibiz-control-toolbar-submenu-popper--user { - background: transparent; -} -.ibiz-control-toolbar-submenu-popper--user .el-button { - color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { - background-color: var(--ibiz-color-bg-0); -} - /*工具栏分组项按钮2样式*/ -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { -color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style2 .el-button { ---el-button-bg-color: transparent; ---el-button-hover-bg-color: transparent; ---el-button-active-bg-color: transparent; ---el-button-text-color: var(--ibiz-color-text-3); ---el-button-hover-text-color: var(--ibiz-color-text-3); ---el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { -padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { -padding: 0 10px; -} - -/* 适配分割线间距一致 */ -/* 适配分隔符在前面 */ -.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { -margin-left: -8px; -} -/* 适配分隔符在后面 */ -.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { -margin-left: -4px; -} -/* 分组按钮样式 */ -.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { -border: none; -} - -/* 窗口缩小样式 */ -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ -color: var(--ibiz-color-primary); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ - font-weight: 600; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { - fill: var(--ibiz-color-primary) !important; -} - -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { -stroke: var(--ibiz-color-primary) !important; -stroke-width: 30 !important; -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { - color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style3 .el-button { - --el-button-bg-color: transparent; - --el-button-hover-bg-color: transparent; - --el-button-active-bg-color: transparent; - --el-button-text-color: var(--ibiz-color-text-3); - --el-button-hover-text-color: var(--ibiz-color-text-3); - --el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { - padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { - padding: 0 10px; -} - - /*工具栏分组项按钮3样式*/ -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - - .toolbar-style-container .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.toolbar-style-container .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.toolbar-style-container { - border-bottom: 1px solid var(--ibiz-color-border); -} - /* 面板分页样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -height: 1px; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -min-height: 64px; -max-height: 64px; -width: 58px; -height: 100%; -border: none; -display: flex; -justify-content: center; -align-items: center; -} -/* 分页弹出按钮样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { -padding: 1px 0; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { -text-align: center; -} -.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ -gap: 56px; -} -/* 搜索表单取消padding */ -.workload-tab-head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 16px; -width: auto; -height: 63px; -} - /* 适配分页搜索下级视图自适应宽度 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { -width: 100%; -} -/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { -width: 16.66%; -} - /* 关系分页部件定位样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -position: relative; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -position: absolute; -top: 1px; -left: calc(16.65% + 15px); -z-index: 100; -} -/* 视图头部定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { -position: relative; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -/* 视图头部快速搜索定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { -width: auto; -position: absolute; -top: 0; -left: calc(16.65% + 81px); -} - -/* 快捷搜索部件样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ -display: flex; -align-items: center; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { -height: auto; -} -/* 边距调整 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { -margin-left: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { -margin-left: var(--ibiz-spacing-base-tight); -} - .mob_workload_calendar_style .ibiz-panel-container--container1 span { - font-size: 16px; - color: #8B8B8B; -} - -.mob_workload_calendar_style .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 16px; - color: #8B8B8B; - margin-left: 4px; -} - -.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - font-size: 16px; -} - -.mob_workload_calendar_style .ibiz-panel-field--name span { - font-size: 18px; - margin-left: 6px; -} - -.mob_workload_calendar_style .ibiz-spacing-right--outermedium { - margin-right: 8px !important; -} - -.mob_workload_calendar_style input::placeholder { - text-align: left; -} - .mob_workload_calendar_style .ibiz-form-item--date_range { - padding-top: 14px; -} - -.mob_workload_calendar_style{ - position: relative; -} -.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { - padding: 8px; - background-color: #F3F3F3; - border-radius: 8px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - -/* 列表中的分割线样式 */ -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { - position: relative; - top: 0.875rem; - left: 1rem; - display: block; - width: calc(100% - 2rem); - height: 0.0625rem; - content: ""; - background-color: var(--ibiz-color-border); -} - .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { - font-size: 18px; - color: #3B3B3B; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { - content: "小时"; - font-size: 16px; - color: #B8B8B8; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { - display: none !important; -} - /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ -.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { -width: 100%; -} -/* 视图头部样式 */ -.workload_log_head .ibiz-panel-view-header--view_header { -position: relative; -margin-top: 1px; -} -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -.workload_log_head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 8px; -width: auto; -height: 63px; -} - .mob_workload_log .ibiz-panel-field--duration span { - font-size: 32px; - text-align: center; -} - -.mob_workload_log .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 20px; - margin-left: 2px; -} - -.mob_workload_log .ibiz-panel-field--register_date span { - color: #8B8B8B; -} - -.mob_workload_log .ibiz-panel-container--container2 > div { - padding: 8px 12px; - margin-top: 8px; - background-color: #F1FBF5; - border-radius: 8px; - margin-right: 16px; -} - -.mob_workload_log .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_log .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - .mob_workload_log .ibiz-code-list .ibiz-icon { - padding-right: 0px !important; -} - -.mob_workload_log input::placeholder { - text-align: left; -} - -.mob_workload_log .ibiz-form-item--date_range { - padding-top: 14px; -} - - -.mob_workload_log { - position: relative; -} -.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_log .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_log .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .app_market_style .ibiz-panel-field--title span { - font-weight: bold; - font-size: larger; -} - -.app_market_style .ibiz-panel-field--version { - background-color: lightgrey; - padding: 5px 15px 5px 15px; - border-radius: 10px; -} - -.app_market_style .ibiz-panel-field--version span { - color: white; - font-weight: bold; -} - -.app_market_style .ibiz-panel-field--memo span { - font-size: medium; - color: grey; -} - -.app_market_style .ibiz-control-dataview-group-content__item-content>* { - margin-right: 32px; -} - -.app_market_style .el-card__body { - padding: 0px; -} - -.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { - padding: 8px 8px 8px 0px; -} - -/* .app_market_style .ibiz-control-dataview-item { - height: 100%; -} */ - -.app_market_style .ibiz-control-dataview-item.is-active { - background-color: unset !important; -} - .app_market_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; -} - -.app_market_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - -.app_market_style .ibiz-sort-bar { - display: none !important; -} - -.app_market_style .ibiz-panel-rawitem--using > div { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_market_style .ibiz-panel-rawitem--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; -} - .app_market_style .ibiz-panel-button-content--icon { - color: var(--el-button-bg-color); -} - .app-title-style .ibiz-panel-app-title__logo--expand, -.app-title-style svg { - margin-top: -25px; -} - - .app_info_style .ibiz-form-item--pscoreprdfuncname span { - font-weight: bold; - font-size: x-large; -} - -.app_info_style .ibiz-form-item--memo div div div div div { - color: darkgrey; - font-size: 15px; -} - -.app_info_style button[title="GitLab"] span svg path { - fill: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] span { - color: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="GitLab"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="GitLab"]:hover span { - color: #557DA5 !important; -} - -.app_info_style .ibiz-form-button , .ibiz-form-button-list { - padding: 8px 8px 8px 4px; -} - .app_info_style button[title="打开按钮"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="打开按钮"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { - color: #557DA5; -} - -.app_info_style button[title="设置"] span { - color: white; -} - .app_info_style .ibiz-form-item--currentversion { - padding-top: 0px; -} - -.app_info_style .ibiz-form-item--currentversion span { - font-size: 12px; - font-weight: bold; - color: grey; - background-color: lightgrey; - padding: 0px 6px 0px 6px; - border-radius: 6px; - height: 16px; - align-items: center; - display: flex; -} - -.app_info_style .ibiz-form-group--grouppanel3 { - margin-left: 10px; -} - -.app_info_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; -} - -.app_info_style .ibiz-form-tab-page--overview > div:first-child { - padding-right: 0px !important; -} - .app_info_style .ibiz-form-group--grouppanel4 button { - font-size: small; - padding: 8px; - height: 25px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { - width: 40px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { - width: 18px; -} - -.app_info_style .el-button-group { - align-items: flex-end; -} - -.app_info_style .ibiz-form-button-content--icon { - display: flex; - align-items: center; -} - -.app_info_style .ibiz-panel-view-content--deeditview { - overflow: hidden; -} - -.app_info_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - - .app_info_style .ibiz-form-tab-page--overview > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--log > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--overview .el-select__tags { - cursor: default !important; -} - -.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { - display: none !important; -} - -.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { - font-size: 14px !important; -} - .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { - height: 39px !important; -} - -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { - font-size: 14px !important; -} -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { - padding: 0px !important; -} - -/* 正在使用 */ -.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_info_style .ibiz-form-item--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; - cursor: default; -} - -.app_info_style .el-tabs__nav { - padding-left: 12px; -} - .activate_button .el-button{ - background: none; - color: #4ba7f1; - margin-left: 5px; - height: 0px; - -} -.activate_button{ - margin: 0px 10px 0px -10px; -} - -.activate_button .ibiz-rawitem__text{ - color: #999; -} -.activate_button .ibiz-span.ibiz-panel-field-content{ - color: #999; -} - -.activate_button .ibiz-panel-button.ibiz-panel-button--default{ - height: 19px; - padding: 0px; -} - .todo-tips{ - height: 80px; -} -.todo-tips .ibiz-rawitem__text{ - font-size: 26px; - font-weight: 600; - line-height: 75px; -} - .todo-background{ - -} - /* 隐藏滚动条 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.work_item_qucik_create_style .ibiz-form-group--executors_container{ - position: relative; -} -.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - - .work_item_qucik_create_style .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - /* 视图大的布局样式 */ -.quick-create-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -} -/* 按钮样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { -min-height: 40px; -/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -/* 分割线 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - .mob_member_title_style .ibiz-panel-field--title { - background-color: lightgrey; - padding: 4px 6px 4px 6px; - border-radius: 10px; - align-items: center; - display: flex; -} - -.mob_member_title_style .ibiz-panel-field--title span { - font-size: 8px; -} - .my_summary_style span.ibiz-panel-field-content{ - color: rgb(56, 131, 250); - font-size: 28px; -} - -.my_summary_style span.ibiz-rawitem__text { - font-size: 16px; -} - -.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ - color: #B2E699; -} - -.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ - color: #EF8383; -} - -.my_summary_style .el-divider { - height: 58px !important; - width: 1px !important; - margin: 0 !important; - border-top: unset !important; - border-left: 1px var(--el-border-color) var(--el-border-style); -} - -.my_summary_style .ibiz-panel-container--task_num_c, -.my_summary_style .ibiz-panel-container--bug_num_c, -.my_summary_style .ibiz-panel-container--other_item_num_c, -.my_summary_style .ibiz-panel-container--idea_num_c, -.my_summary_style .ibiz-panel-container--ticket_num_c, -.my_summary_style .ibiz-panel-container--case_num_c { - cursor: pointer; -} - .my_summary_style .ibiz-control-viewlayoutpanel-content { - display: flex; - justify-content: center; -} - .run_case_label_style div[title="通过"] label.is-active span { - background: #73d897 !important; -} - -.run_case_label_style div[title="受阻"] label.is-active span { - background: #ffcd5d !important; -} - -.run_case_label_style div[title="失败"] label.is-active span { - background: #ff7575 !important; -} - -.run_case_label_style div[title="跳过"] label.is-active span { - background: #5dcfff !important; -} - -.run_case_label_style .el-radio-button__inner { - display: flex !important; - border-color: var(--el-border-color) !important; - color: black !important; - background: transparent !important; -} - -.run_case_label_style .el-radio-button__inner:hover { - background-color: #f5f5f5 !important; -} - -.run_case_label_style label.is-active .el-radio-button__inner { - color: white !important; -} - -.run_case_label_style label.is-active svg path { - fill: white; -} - .run_history_remark_style{ - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} - .coreprdfunc_setting_edit_style .el-tabs__nav span { - font-size: 14px !important; -} - -.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { - padding: 0 10px !important; -} - .export-canvas-style .ibiz-bi-report-panel-content { - padding: 0; -} -.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { - padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); -} - - /* 移入移出效果 */ -.ibiz-form-button--style2 .el-button, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2 .el-button { -min-height: var(--ibiz-height-control-default); -min-width: var(--ibiz-height-control-default); -background: transparent; -border: none; -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-6); -padding: 8px; -} -.ibiz-form-button--style2 .el-button:hover, -.ibiz-control-toolbar__item--style2 .el-button:hover, -.ibiz-panel-button--style2 .el-button:hover { -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} - -.ibiz-form-button--style2 .el-button.el-button { -width: var(--ibiz-height-control-default) ; -} - -/* 按钮间隔 */ -.ibiz-form-button--style2.ibiz-form-button--style2, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2.ibiz-panel-button--style2 { -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); -} - .button_container_style button { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.button_container_style button:hover, button:focus { - background-color: transparent; - border: none; -} - -.button_container_style button:hover span svg path { - fill: #557DA5 !important; -} - -.button_container_style .ibiz-panel-button { - padding: 8px 0px 8px 0px; -} - .swap_icon_text button { - direction: rtl; -} - -.swap_icon_text button:hover { - background-color: transparent !important; - color: rgb(85, 125, 165) !important; -} - -.swap_icon_text button:hover span svg path { - fill: #557DA5 !important; -} - -.swap_icon_text .ibiz-toolbar-item-text { - line-height: normal; -} - .track_panel_style .ibiz-panel-field--num span { - margin-right: 4px; - font-size: 16px; - color: #1D1F23; -} - -.track_panel_style .ibiz-panel-rawitem--caption span { - color: var(--ibiz-color-text-3); - font-size: 16px; -} - -.track_panel_style .ibiz-panel-field--title_two span { - font-weight: 600; -} - -.idea_tree_node_style { - width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); -} - .prompt_message_style { - margin: 0px 16px 0px -16px; -} - .data-upload-view { - padding: 8px 32px; -} -.data-upload-view .ibiz-row { - overflow: visible; -} -.data-upload-view .ibiz-rawitem__paragraph p { - margin: 0; - line-height: 22px; -} -.data-upload-view .ibiz-panel-rawitem--download_description, -.data-upload-view .ibiz-panel-rawitem--upload_description { - position: relative; -} -.data-upload-view .ibiz-panel-rawitem--download_description::before, -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - position: absolute; - top: 2px; - left: -23px; - width: 15px; - height: 15px; - font-size: 0.75rem; - line-height: 15px; - color: var(--ibiz-color-primary-text); - text-align: center; - content: '1'; - background: var(--ibiz-color-primary); - border-radius: 50%; -} -.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, -.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { - color: var(--ibiz-color-text-3); -} - - .data-upload-view .ibiz-panel-rawitem--upload_description { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - content: '2'; -} -.data-upload-view .ibiz-panel-button { - padding: var(--ibiz-spacing-base) 0; -} -.data-upload-view .ibiz-panel-rawitem--template_rule { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table { - border-color: var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr { - height: 52px !important; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { - padding: 12px 16px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { - background-color: var(--ibiz-color-fill-0); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { - text-align: center; -} -.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { - color: var(--ibiz-color-danger); -} - .data-upload-view .ibiz-panel-rawitem--upload_raw { - height: 60px; - padding: 0 20px; - background-color: var(--ibiz-color-fill-0); - border: 1px solid var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { - display: flex; - align-items: center; - color: var(--ibiz-color-text-3); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { - color: var(--ibiz-color-link); - cursor: pointer; -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { - text-decoration: underline; -} - - .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { - min-width: 100px; -} -.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ - min-width: 100px; -} - -/* 控制项标题文字过多导致的样式异常 */ -.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} -.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} - .enter_button_style .van-button{ - font-size: 16px; - color: #6698ff; -} - .mob-orange-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; -} - .mob-red-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; -} - .mob-green-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; -} - .mob-orange-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; - border: 1px solid orange; -} - .mob-red-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; - border: 1px solid red; -} - .mob-green-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; - border: 1px solid #3ae23a; -} - .no_border_button{ - border: 0; - font-size: 18px; -} -.no_border_button .van-button{ - border: 0; -} - .mob_magnify_no_border_button .van-button--small { - border: 0; - font-size: 20px; -} - -.mob_magnify_no_border_button .van-button { - border: 0; -} - /* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.star_css button:hover { -background-color: transparent; -} -/* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.star_css button{ -background-color: transparent; -} - -/* 星标字体颜色 */ -.star_css .ibiz-control-toolbar__item-items i{ -color: #9999; -font-size: 18px; -} - -/* 切换图标字体颜色 */ -.star_css .el-sub-menu__title i { -color: #9999; -} - -/* 设置图标的大小*/ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ - font-size: 16px; -} - .update_log_time .ibiz-span{ - margin: 7px 0px 0px 0px; - } - .update_log_name .ibiz-span{ - font-size: 22px; - font-weight: 600; - margin: 15px 0px 15px 0px; -} - @media screen and (min-width: 820px) and (max-width: 980px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(1) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 980px) and (max-width: 1150px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(2) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1150px) and (max-width: 1320px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(3) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1320px) and (max-width: 1480px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(4) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - @media screen and (min-width: 1480px) and (max-width: 1600px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(5) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1600px) and (max-width: 1800px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(6) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1800px) and (max-width: 1970px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(7) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1970px) and (max-width: 2130px) { -.recentdata-screen-auto-item { -.ibiz-control-dataview-scroll-item:nth-child(8) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -} - @media screen and (min-width: 2130px) and (max-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(9) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(10) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - -.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { -flex-wrap: nowrap; -overflow: visible; -} -.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { - flex-wrap: nowrap; - overflow: visible; -} - .recent_owner_subtype_style{ - width: 20px; - overflow: hidden; -} - .recent_grey_font_style .ibiz-panel-field-content{ - color: #a6a6a6; -} - .td_right{ - width: 90%; -} - .td_a_link .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recent_identified_style .ibiz-grid-field-column__text{ - color: #8b8b8b; -} - .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ - display: none; -} - /* 用例名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} -/* 隐藏分割线和显示更多 */ -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .td_a_link_right{ - padding:0px 28px 0px 0px - } - .td_a_link_right .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recenttab-head -.ibiz-panel-view-header--view_header -.ibiz-panel-container -> .ibiz-row { -position: initial; -overflow: initial; -} - .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ - top: -32px; - right: -50px; -} - .stencil_center_title{ - -} - /* 视图标题及分割线样式 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { -height: 64px; -line-height: 64px; -text-align: center; -border-bottom: 1px solid var(--ibiz-color-border); -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { -font-size: 20px; -font-weight: 600; -} -/* 搜索栏自适应 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { -min-width: 100%; -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { -width: 100%; -} -/* 控制视图标题最小高度 */ -.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { - min-height: 32px; -} - .orange-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ffdcaf; - vertical-align: inherit; -} -.ibiz-span .orange-span { - margin: 4px 0; -} - .mob-orange-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: orange; -} - .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ - position: relative; - bottom: -34px; - left: -1px; -} - .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ - color: #999; -} - .active-members-view{ - padding: 24px 0px 0 0; - .ibiz-panel-field>.ibiz-span{ - font-size: 48px; - color: #333; - } - .ibiz-grid-container--container_grid{ - width: 75%; - margin: 0 auto; - } -} - .transition-time .ibiz-span{ - font-size: var(--ibiz-font-size-small); - color: var(--ibiz-color-disabled-text); -} - .test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view .ibiz-panel-container--container3 { - padding: 20px 40px; - border-left: 3px solid #ff7575; - background-color: #fff8f8; -} - - - .test-plan-report-survey-view .ibiz-panel-container--container1 { - padding: 20px 40px; - border-left: 3px solid #5dcfff; - background-color: #f7fdff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-field--coverage_percentage - .ibiz-span { - color: #5dcfff; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent - .ibiz-rawitem__text { - color: #5dcfff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container3 - .ibiz-panel-field--bug_count - .ibiz-span { - color: #ff7575; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - - .test-plan-report-survey-view .ibiz-panel-container--container2 { - padding: 20px 40px; - border-left: 3px solid #73d897; - background-color: #f8fdfa; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-field--pass_percentage - .ibiz-span { - color: #73d897; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent - .ibiz-rawitem__text { - color: #73d897; -} - - - - .test-plan-report-view.ibiz-view { - background-color: var(--ibiz-color-bg-0); -} -.test-plan-report-view .ibiz-view-deportalview { - background-color: transparent; -} -.test-plan-report-view .ibiz-control-dashboard { - gap: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col { - display: flex; - justify-content: center; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { - width: 1200px; - height: auto; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; - margin-top: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { - width: 1200px; - height: 500px; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; -} -.test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption { - padding-left: 12px; -} - - .test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption:before { - display: none; -} -.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { - padding: 0 28px; -} - .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { - background-color: var(--ibiz-color-bg-3) !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { - color: var(--ibiz-color-text-3) !important; - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { - background-color: var(--ibiz-color-bg-0) !important; -} - - .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { - overflow: visible; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { - top: -60px; - right: -32px; - position: absolute; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - - /* .test_mob_list_style .ibiz-control-mobmdctrl-item { - position: relative; -} - -.test_mob_list_style .ibiz-control-panel-content::after { - content: ''; - display: block; - width: 90%; - height: 1px; - background-color: #ececec; - position: absolute; - bottom: 0; - left: 50%; - transform: translateX(-50%); -} */ - -.test_mob_list_style .ibiz-spacing-right--outerlarge span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_mob_list_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} - -.test_mob_list_style button { - border: none; -} - -.test_mob_list_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - .test_detail_list_style { - position: relative; -} -.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.test_detail_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} -.test_detail_list_style button { - border: none; -} - -.test_detail_list_style .ibiz-panel-rawitem--static_image { - width: 24px; - margin-top: 5px; -} - -/**span无数据时,占位隐藏**/ -.test_detail_list_style div span:empty { - display: none; -} - .test_detail_list_style .ibiz-panel-field--title span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--time_container span { - border-radius: 12px; - background-color: #f3f3f3; - display: flex; /* 使用弹性盒布局 */ - justify-content: center; /* 水平居中 */ - align-items: center; /* 垂直居中 */ - width: 150px; - height: 25px; -} - -.test_detail_list_style .ibiz-panel-field--update_time span { - width: 150px; -} - -.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { - fill: #CB258C; -} - -.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { - fill: #66C23A; -} - - .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ - font-weight: 600; - font-size: 16px; -} - .message_layout_panel_img_style{ - -} - .add-members-font{ - font-size:10px - } - .grey-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #e1e1e1; - vertical-align: inherit; -} -.ibiz-span .grey-span { - margin: 4px 0; -} - .mob-grey-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: grey; -} - .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { - padding: 0; - background-color: transparent; -} -.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { - padding-right: var(--ibiz-spacing-base); - padding-left: var(--ibiz-spacing-base); - color: var(--ibiz-dropdown-select-option-item-color); - background-color: var(--ibiz-dropdown-select-option-item-bkcolor); -} -.ibiz-control-gantt.is-exporting .xg-view-toolbar { - display: none; -} - .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.case_template_edit_style .ibiz-html .w-e-text-container { - background: transparent; -} - /* 视图大的布局样式 */ -.user-info-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -padding-bottom: var(--ibiz-spacing-base); -} -/* 按钮样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { -min-height: 40px; -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { -color: var(--ibiz-color-primary); -} -/* 分割线 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { -width: calc(100% - 64px); -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - -/* 头部样式 */ -/* 图片背景 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { -background: #ccf; -} -/* 头像定位 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { -position: relative; -} -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { -width: auto; -height: auto; -position: absolute; -top: -4px; -left: 50%; -transform: translate(-50%, -50%); -} -/* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { -width: 68px; -height: 68px; -border: 4px solid #fff; -border-radius: var(--ibiz-border-radius-circle); -} - /* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { -flex: 1; -width: 60px; -height: 60px; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { -display: none; -} -/* 视图头部登录者信息样式 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar { -padding-top: 50px; -padding-bottom: 28px; -text-align: center; -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { -font-weight: 400; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { -margin-top: 10px; -font-size: var(--ibiz-font-size-small); -color: var(--ibiz-color-text-3); -} - .ibiz-internal-message-html__content { - padding-right: 24px; -} - .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ - background: #f3f3f3; -} -.user_setting_view_style .ibiz-single-data-container{ - /* padding: 40px 10px 20px 10px; */ - padding: 5vh 5vw 5vw 5vw; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ - width: 50px; - height: 50px; - min-width: 50px; - min-height: 50px; - border: 1px solid #ffffff; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ - margin: 15px 0px 5px 0px; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ - font-size: 20px; - font-weight: 600; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ - color: #9b9b9b; -} -.user_setting_view_style .ibiz-panel-container-group{ - background: #ffffff; - margin: 10px 10px 10px 10px; - border-radius: 10px; -} -.user_setting_view_style .van-button{ -width: 93%; - height: 35px; - margin: 10px 0% 0% 3%; -} - .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ - font-size: 16px; - font-weight: 400; - color: #a7a7a7; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ - width: 50px; - height: 50px; -} - /* 垂直居中对齐 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item { -display: inline-flex; -align-items: center; -} -/* 图标大小自适应 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, -.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { -width: auto; -height: auto; -margin-right: 0; -padding-right: var(--ibiz-spacing-tight); -} - .kanban-identifier .ibiz-span{ - margin: 5px 0px 0px 0px; - padding: 2px 6px 2px 6px; - background: #e8e8e8; - border-radius: 5px; - color: #6c6c6c; -} - .kanban-finished .ibiz-span { - color: #aaa; - text-decoration: line-through; -} - .kanban-delay { - color: #ff7575; - background-color: #fff1f1 !important; -} -.kanban-delay .ibiz-rawitem__image { - color: #ff7575; -} - .kanban-time { - height: 24px; - padding: 0 10px; - margin: 0 5px 5px 0; - overflow: hidden; - line-height: 12px; - background: #e9e9e9; - border-radius: 10px; -} - - .kanban-more-button{ - position: relative; - width: 40px; - margin: -8px 0px 0px -2px; - height: 40px; - visibility: hidden; -} -.el-card__body:hover .kanban-more-button { - visibility: visible; -} - .kanban-title .ibiz-span{ - padding: 10px 2px 10px 2px; - font-size: 16px; - font-weight: 600; -} - .kanban-state { - width: 80px; - height: 24px; - margin: 0 5px 5px 0; -} -.kanban-state .ibiz-code-list__item { - --ibiz-code-list-item-color: #aaaaaa; - justify-content: center; - width: 80px; - line-height: 24px; - color: #fff; - background-color: var(--ibiz-code-list-item-color); - border-radius: 10px; -} - - .kanban-kind-icon { - height: auto; - margin: 5px 0 0; - line-height: 24px; -} -.kanban-kind-icon .ibiz-code-list__item { - font-size: 0; -} - - .kanban-assignee{ - margin: 0px 0px 0px 30px; -} - -.kanban-assignee .ibiz-personnel-info-content__tip{ -content-visibility: hidden; -} - .wiki-page-title .ibiz-span{ - font-weight: 600; - font-size: var(--ibiz-font-size-header-2); - color: var(--ibiz-color-text-0); -} -.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { -font-size: 24px; -} - .wiki_page_title_style{ - padding-left: 10px !important; -} - -.wiki_page_title_style .ibiz-span { - font-size: 18px; - color: var(--ibiz-color-text-0); - margin-left: 5px; - margin-right: 5px; -} - -.wiki_page_title_style .ibiz-rawitem .ibiz-icon { - font-size: 18px !important; - margin-left: 5px; -} - .confirm-remove-view .ibiz-form-item--formitem{ - background-color: rgba(255, 117, 117, 0.15); - padding: 0px; - height: auto; - margin-top: 12px; - border-radius: 5px; - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - display: inline-flex; - align-items: center; - margin: 0 10px; - padding: 5px 10px; - font-size: .875rem; - line-height: 1; - max-width: 33em; - word-break: break-all; - color: #ff7575; - } -} -.confirm-remove-view .ibiz-form-item--remind{ - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - color:#aaa; - } - -} - /* 选中分页 */ -.mob-main-style .van-tab--active{ - color: #6698ff; -} -.mob-main-style .van-tabs__line{ - background: #6698ff; -} - -/* 分组容器 标题 */ -.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ - font-size: 0.75rem; - color: #696969; -} -/* 表单项 标题 */ -.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ - color: #696969; -} -/* 表单项 下划线伪元素 */ -.mob-main-style .ibiz-form-item-container::after{ - display: none; -} -/* 标题 title */ -.mob-main-style .ibiz-form-item--title .van-field__control{ - font-weight: bolder; - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} -/* 代码表 表单项 */ -/* .mob-main-style .ibiz-span__code-list{ - justify-content: flex-end; -} */ - .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { - width: 100%; - height: 100%; - margin: 0; - background-color: var(--ibiz-color-bg-1); -} -.mob-main-style .van-tabs__wrap{ - border-top: 1px solid #f1f1f1; -} - - - .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} - /* 标题 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 图标,防止字数过多时发生形变 */ -.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 容器元素换行 */ -.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - - /* 背景颜色 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { - background-color: white; -} - -.mob_delivery_display_style .ibiz-form-group__content { - background-color: white; -} - -/* 标题文字样式 */ -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { - text-align: left; - font-size: 18px; - font-weight: 500; - margin-top: 7px; -} - -/* 图片 */ -.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { - padding-left: 30px; -} - -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { - text-align: left; - margin-bottom: 2px; -} - /* 按钮样式 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { - display: block; - text-align: center -} - -.mob_delivery_display_style button.van-button.van-button--default.van-button--small { - border: 0; - background: #f3f3f3; - border-radius: 10px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { - background-color: white; -} -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { - padding-top: 0; -} - .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { - padding-left: 24px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { - color: red; -} - - .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - -/* 图标边距 */ -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { - height: 24px; - /* margin-top: -3px; */ - margin-right: 15px; -} -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ - overflow: hidden !important;; -} - /* 日历部件没有数据时,进行显示 */ -.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { - content: "当前日期没有工作~"; - color: #D7D7D7; - margin-left: 6px; -} -.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { - display: none; -} -/* 设置背景颜色 */ -.mob_dashboard_style { - background-color: #F6F6F6 !important; - border-radius: 0px !important; -} -.mob_dashboard_style > div { - margin: 15px !important; -} -.mob_dashboard_style .ibiz-control-dashboard-row { - gap: 15px !important; -} - /* 仪表盘列表只显示五个 */ -.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), -.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { - display: none; -} - -/* 搜索框进行隐藏 */ -.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { - display: none; -} - -/* 显示更多样式 */ -.mob_dashboard_style button { - height: 60px !important; - border: transparent !important; -} - -.mob_dashboard_style button span.ibiz-panel-button-content--caption { - font-size: 18px !important; - color: #699AFF !important; -} - -/* 修改分割线样式 */ -.mob_dashboard_style .van-divider--hairline { - width: calc(100% - 2rem); - height: 0.0625rem; - margin-left: 1rem; - margin-bottom: 0px; - background-color: var(--ibiz-color-border); -} - /* 用例名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - /* 日历列表样式 */ -.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { - font-size: 16px; - margin-left: 6px; -} -/* 我的工作项 */ -.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { - font-size: 16px; -} - -/* 其他分组每一项中title的样式 */ -.mob_dashboard_style .ibiz-panel-field--title span { - font-size: 16px; -} - .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: block !important; -} - -.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { - display: flex !important; -} - -.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { - background-color: #ffffff; -} - -.mob_dashboard_style .ibiz-view-content { - background-color: #ffffff; -} - .van-popover__content.van-popover__content--vertical { - border: var(--van-button-border-width) solid var(--van-button-default-border-color); - background: white; -} -button.van-button.van-button--default.van-button--normal.van-button--round { - border: 0; - margin: 2px; - padding: 0; -} -.ibiz-popper-toolbar .van-popover{ - --van-popover-action-width: 95px; -} -.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { - margin: 0; -} -.van-popover__content.van-popover__content--vertical span.van-button__text{ - display: flex; - align-items: center; -} -.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ - margin: 0px 6px -4px 7px; -} -.van-popup.van-popover.van-popover--light{ - left: -105px; -} - .ibiz-view-demobmdview.enablesort, -.ibiz-view-demoblistview.enablesort { -position: relative; -} -.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, -.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ -padding-right: 38px; -background-color: var(--ibiz-color-bg-1); -} -.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} -.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ -display: flex; -align-items: center; -justify-content: center; -width: 1.25rem; -height: 1.125rem; -font-size: 1.25rem; -} - /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ -position: relative; -} */ - - - /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, -.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, -.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { -fill: var(--van-gray-6); -} -/* 适配有视图头的情况 */ -.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); -} -/* 适配首页仪表盘 */ -.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} - .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ - width: 105px; -} -.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { - width: 112px; - padding-left: 3px; -} -.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ - width: 108px; -} - .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ - font-size: 18px; -} -.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ - width: 24px; -} - .ibiz-quill .van-popup .ql-editor.ql-blank { - padding: 12px 15px; -} -.ibiz-quill .van-popup .ql-editor.ql-blank::before { - left: 15px; -} - .mob_workspace_style .ibiz-view-content--view_content{ - display: block !important; -} - -.mob_workspace_style .ibiz-panel-container--view_content > div { - display: block !important; -} - /* 卡片 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ - flex-wrap: unset; - overflow: scroll; - padding-left: 0.5rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ - display: none; -} -/* 背景定位 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { - position: relative; - border: 1px solid #eeeeee; - border-radius: 5px; - box-shadow: none; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ - content: ''; - display: inline-block; - width: 100%; - height: 36px; - position: absolute; - top: 0; - left: 0; - z-index: 6; - background-color: var(--ibiz-color-disabled-fill); -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ - position: relative; - z-index: 10; -} - - .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ - font-weight: bolder; - font-size: 0.95rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ - color: #6a6a6a; -} - -.ibiz-control-appmenu .van-tabbar-item__icon{ - width: 16px; -} -/* 最近访问 显示更多 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; - padding-left: 0; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ - font-size: 0.95rem; - color: #6698ff; -} - - .mob-home-style .ibiz-panel-container-group-header{ - border-bottom: 0px !important; - height: 25px; -} -.mob-home-style .ibiz-panel-container-group__caption{ - font-size: 16px !important; - font-weight: 400 !important; -} -.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} -.mob-home-style .ibiz-panel-field--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} - /* 标题 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - - -/* 容器元素换行 */ -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} - -/* 为空不显示 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { - display: none; -} - /* 字体颜色、位置 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} - -/* 依赖名称 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ - color: #aaaaaa; -} - /* 最近访问 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .ibiz-form-group--grouppanel_attachment_create{ - position: relative; -} - .mob_descript_comment .ibiz-quill-preview__edit { - top: -2.125rem; - right: 0; -} - - .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .mob-library-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-library-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-library-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 110px; - top: 2px; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { - top: -230px !important; -} - .mob_login_style .ibiz-panel-container-image{ - background-size: cover; -} -.mob_login_style .ibiz-rawitem__image path{ - fill: #219cf0; -} -.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-button--auth_loginbutton{ - border-radius: 10px; - border: 1px solid #c2c2c2; -} -.mob_login_style .van-field__control::placeholder{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container4{ - margin-top: 15vh; -} -.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ - font-size: 28px; - font-weight: 600; - color: #2fbaf5; -} - .ibiz-form-group { - padding: 0; -} -.ibiz-form-group--style2 { - padding: 4px; - border-radius: 0; -} -.ibiz-form-group--style2 > .ibiz-form-group-header { - border-radius: 4px 4px 0 0; -} -.ibiz-form-group--style2 > .ibiz-form-group__content { - padding: 4px 0; - background-color: var(--ibiz-form-group-header-bg-color); - border-radius: 4px; -} -.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { - padding-top: 0; -} - - .mob_comment_list_style .ibiz-panel-button{ - border: 0; -} -.mob_comment_list_style .ibiz-panel-button-content--icon{ - font-size: 18px; -} -.mob_comment_list_style .ibiz-panel-container--container2{ - margin-top: 10px; -} -.mob_comment_list_style .ibiz-mob-personal-info-content__tip { - margin-top: -15px; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { - margin-top: 0px !important; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ - margin: -12px 0px 0px 40px; - color: #9d9d9d; -} -.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { - margin-left: 40px; - width:auto; -} -.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ - height: 0px !important; -} - .mob-comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-3); - color: var(--ibiz-color-text-2); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.mob-comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .comment_style_main{ - background: white; - position: relative; - z-index: 1; - box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); -} -.comment_style_main .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.comment_style_main .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-button{ - border: 0; -} -.comment_style_main #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} -.comment_style_main .ibiz-panel-field--comment_count span{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-field--attention_count span{ - color: #aaaaaa; -} - .comment_style_list{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.comment_style_list .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; -} -.comment_style_list .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_list .ibiz-panel-button{ - height: 32px; - width: 50px; - background: #6698ff; - color: white; - border-radius: 5px; -} -.comment_style_list #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - .mob_md_view_style{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.mob_md_view_style .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.mob_md_view_style .ibiz-rawitem__text{ - color: #aaaaaa; -} -.mob_md_view_style .ibiz-panel-button{ - border: 0; -} -.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - /* 标题 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 负责人 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { - /* display: none; */ -} - -/* 图标,防止字数过多时发生形变 */ -.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -/* 防止出现滚动条 */ -.mob_common_list_style .ibiz-panel-container>.ibiz-row { - overflow-y: hidden !important; -} - /* 容器元素换行 */ -.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { - display: none; -} -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ - justify-content: center; - width: 38px; -} - .ibiz-portal-view.ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-0); -} -.ibiz-portal-view .ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-1); -} - .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ - font-size: 14px !important; -} - .mob-idea-md-view-style { - position: relative; -} -.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_page_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_style .ibiz-form-item--publish_name { - padding-left: 10px; -} - .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ - margin: 0; - border-radius: 0; - width: auto; - overflow: visible; -} -.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, -.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ - border: none; - background: transparent; -} -.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ - right: 0.35rem; - top: -45px; -} -.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ - margin-right: 10px; -} -.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ - overflow: visible; -} - .mob-advanced-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-advanced-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-advanced-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 95px; - top: 3px; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .space_main_list_syle .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - -.space_main_list_syle .ibiz-icon svg.icon path { - fill: #20A0FF; -} - .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.space_mob_page_style .ibiz-control-viewlayoutpanel-content { - background-color: rgba(255, 255, 255, 1); -} - -.space_mob_page_style .ibiz-panel-field--name span{ - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; + .drbar-ex-underline { +border-bottom: 1px solid var(--ibiz-color-border); +} + +/* drbar头部样式 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { +padding: 8px 0px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { +margin-left: 4px; +} +.drbar-ex-underline .ibiz-panel-container--container { +padding-right: 4px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ +border: none; +} + +/* 图标居中 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, +.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { +margin: 0; +} + .editview2-menu .ibiz-control-drbar__menu { + padding: 8px 16px; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { + width: 100%; + height: 48px; + padding-left: 8px !important; + pointer-events: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { + color: #888d91; +} +.editview2-menu + .ibiz-control-drbar__menu + .el-sub-menu__title + .el-sub-menu__icon-arrow { + display: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { + background: 0 0; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item { + height: 32px; + padding: 0; + padding-left: 24px; + border-radius: 4px; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item:hover { + background: var(--ibiz-color-bg-0); +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item.is-active { + color: #557da5; + background: #d9ecff; +} + + .html-readonly-bg-white .ibiz-html .w-e-scroll { + background-color: var(--ibiz-color-bg-0); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { + background-color: var(--ibiz-color-bg-1); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { + background-color: var(--ibiz-color-bg-1); +} + + .pc_login_style .ibiz-panel-container-image{ + min-height: 100%; + min-width: 100%; + background-size: cover; + background-attachment: fixed; +} +.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ + width: 100%; + height: 100%; +} +.pc_login_style .ibiz-panel-container--container9{ + margin: 3vw 0px 0px 3vw; +} +.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container1 { + position: absolute; + right: 7vw; + height: 60vh; + min-width: 400px; + width: 27vw; + border-radius: 1vw; + box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 80px; + background: white; + margin-top: 8vh; +} +.pc_login_style .ibiz-panel-field--auth_userid { + height: 5vh; +} +.pc_login_style .ibiz-panel-field--auth_password{ + height: 5vh; +} + + .pc_login_style .ibiz-panel-container--container5{ + height: 100% !important; + padding: 5vh 3vh 0vh 3vh !important; +} +.pc_login_style .ibiz-panel-container--container_4{ + height: 15vh; + margin: 4vh 0px 0px 0px; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ + font-size: 3vh; + color: #41c1f7; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ + margin-top: 3vh; + background-color: #42b1ff; + height: 4vh; + font-size: 1.8vh; +} +.pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 1vw; +} +.pc_login_style .el-input__inner{ + font-size: 1.25vh; +} +.pc_login_style .el-checkbox__label{ + font-size: 1vh; +} + .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ + overflow: hidden !important; +} + + .pc_login_style .ibiz-panel-container--container_switch{ + position: absolute; + height: 50% !important; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ + width: 20vh; + height: 20vh; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ + display: none; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ + font-size: 2vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ + color: #595959; + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, +.pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 100%; +} + +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { + background-color: unset !important; +} + +.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 10vh; + height: 10vh; + max-width: 256px !important; + max-height: 256px !important; + min-width: 84px !important; + min-height: 84px !important; +} + +.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container1 { + min-height: 500px; +} + +@media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, + .pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 84px; + } + .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 84px; + height: 84px; + } + + .pc_login_style .ibiz-panel-container--container_4 { + height: 125px; + margin-top: 32px; + } + + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { + font-size: 25px; + font-weight: 600; + } + +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { + font-size: 25px; + font-weight: 600; + color: #41c1f7; + } + + .pc_login_style .ibiz-panel-container--container5 { + height: 100% !important; + padding: 41.5px 24.9px 0px 24.9px !important; + } + + .pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 14.4px; + } + + .pc_login_style .ibiz-panel-field--auth_userid, + .pc_login_style .ibiz-panel-field--auth_password { + height: 41.5px; + } + + .pc_login_style .el-input__inner { + font-size: 10.375px; + } + + .pc_login_style .el-checkbox__label { + font-size: 8.3px; + } + + .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { + margin-top: 24.9px; + background-color: #42b1ff; + height: 33.2px; + font-size: 14.9px; + } +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { + width: 164px; + height: 164px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { + font-size: 16.4px; + font-weight: 600; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { + color: #595959; + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { + font-size: 25px; + font-weight: 600; + } +} + .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ + font-size: 16px; + margin-top: 3px; +} + /* 表单分组标题 */ +.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { + font-size: 16px; + color: var(--ibiz-color-disabled-text); +} +/* 表单分页样式(padding、导航栏标题) */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { + padding: 0 11px 0 13px; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { + font-size: 14px; +} +/* 两侧滚动条 */ +.main-info-common-view .ibiz-control-form { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { + height: 100%; + overflow: auto scroll; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { + height: auto; +} + + /* 主信息编辑视图通用计数器样式 */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + top: 50%; +} + /* 表单标题 使用多行文本时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { + font-size: var(--ibiz-font-size-header-3); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { + line-height: var(--ibiz-editor-default-line-height); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { + height: 100%; + padding: 0; +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { + padding-top: 5px; + padding-bottom: 5px; +} +/* 只读时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { + font-size: var(--ibiz-font-size-header-3); + padding: 5px 11px; + height: 100%; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { + padding: 0 11px; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { + padding: 0 11px; +} + + .main-info-common-view .ibiz-panel-view-content--view_content { + padding-top: 0; +} + +.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} + +.main-info-common-view + .ibiz-grid-container--container_view_bottom + .ibiz-panel-container--container1 { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} +.main-info-common-view .ibiz-control-form { + padding-bottom: 0; + margin-bottom: var(--ibiz-spacing-tright); +} +/* 评审列表视图背景颜色 */ +.main-info-common-view .ibiz-view.ibiz-view-delistview { + background-color: transparent; +} + + +.main-info-common-view .ibiz-grid-container--container_view_bottom { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { + position: relative; + z-index: 998; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { + position: absolute; + padding: 6px 8px 8px 8px; + top: -269px; + background-color: var(--ibiz-color-bg-1); +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { + top: 0; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { + z-index: 999; +} + .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ + padding-left: 5px; + padding-right: 5px; +} +/* 客户沟通单独处理 */ +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { + top: -292px !important; +} + .main-info-common-view .ibiz-dropdown:has(.green-span), +.main-info-common-view .ibiz-dropdown:has(.blue-span), +.main-info-common-view .ibiz-dropdown:has(.orange-span), +.main-info-common-view .ibiz-dropdown:has(.red-span) { +min-height: var(--ibiz-form-item-container-line-height); +display: flex; +align-items: center; +} + .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { + background: transparent; +} + /* 富文本工具栏定位 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ + transform: translateY(-100%); + padding-top: 35px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +/* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} + + /* 表单标题 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { + font-size: var(--ibiz-font-size-header-3); + color: var(--ibiz-color-text-0); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input { + height: var(--ibiz-height-control-default); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { + min-height: calc(var(--ibiz-height-control-default) - 2px); + height: calc(var(--ibiz-height-control-default) - 2px); +} + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ + overflow: visible; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 隐藏滚动条 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.main-info-common-view .ibiz-form-group--executors_container{ + position: relative; +} + +.main-info-common-view .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.main-info-common-view .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + +.main-info-common-view .ibiz-checkbox.is-show-default, +.main-info-common-view .el-checkbox.is-disabled { + padding: 1px 0px 0px 9px !important; +} + +.main-info-common-view .ibiz-attention--readonly.is-show-default { + margin: 1.6px; +} +.main-info-common-view .ibiz-control-edit-form { + padding: 0; +} + + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 左对齐 */ +.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { + float: left; +} + /* 上下对齐 */ +.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { + padding: 0 11px; +} + /* 折叠分组样式1 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { + position: relative; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { + width: auto; + height: auto; + position: absolute; + top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { + width: auto; + height: auto; + position: absolute; + top: 0; + right: 34px; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { + position: initial; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { + display: block; +} + /* 折叠分组样式2 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { + display: none; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { + padding: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { + padding-top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { + border-left: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { + border: none; +} + + /* 折叠分组样式3 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { + margin: 0 8px; + padding-right: 8px; + border: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} +/* 评论容器取消发送按钮位置 */ +.main-info-common-view .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 0; +} +.main-info-common-view .ibiz-panel-button--comment__cancel { + right: 76px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { +background-color: initial; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { +padding: 0 10px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { +background-color: var(--ibiz-color-fill-0); +border-radius: 18px; +padding: 0 12px; +line-height: 24px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { +background-color: var(--ibiz-color-fill-2); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { +color: var(--ibiz-form-tab-panel-text-color); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ +background-color: var(--ibiz-color-primary-active); +color: var(--ibiz-color-primary-active-text); +} + .main-info-common-view .ibiz-grid-container--container_view_bottom > div { +height: 100%; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { +min-height: 48px; +} +.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { +position: static; +} +.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { +width: calc(100% - 4px); +min-height: 48px; +padding-right: 32px; +position: absolute; +top: 0; +} +/* 时间范围宽度 */ +.main-info-common-view .ibiz-date-range-picker { +max-width: 250px; +} + + .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { + background-color: rgb(74 129 199 / 60%) !important; +} + .second_dev_tab_style .ibiz-panel-view-content { + overflow: hidden !important; + padding: 0 !important; +} + .codelist-only-icon { + display: flex; + align-items: center; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item { + font-size: 0; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { + font-size: var(--ibiz-form-item-font-size); +} + .dashboard_container > div { + border: 0 !important; + overflow: hidden !important; +} + .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: var(--ibiz-width-icon-large); + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: var(--ibiz-border-radius-extra-small); + transform: translateY(-50%); +} + +.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { + margin-left: 16px; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ + padding-top: 0px !important; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ + padding-top: 0px !important; +} + .board_title_style{ + margin: 10px 10px 25px 10px; + width: 300px; + height: 35px; +} + +.board_title_style .el-input__wrapper { + font-size: 20px; + font-weight: 600; +} + .dashboard_repair_style .ibiz-panel-field--total span { + display: flex; + align-items: center; +} + .recentcustom_dashboard_view_style .ibiz-portlet-layout { + --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { + border: 1px solid var(--ibiz-color-border); + border-bottom: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { + padding-bottom: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); + /* border-top: none; */ +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { + padding: 0; + overflow: hidden; + border: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { + position: relative; + padding-right: 0; + padding-left: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + right: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { + position: relative; +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + position: absolute; + top: 0; + width: 0; + height: 102px; + content: ""; + border-left: 1px solid var(--ibiz-color-border); +} + .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ + font-size: 16px; +} + +/* 分组树更多图标 */ +.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { +font-size: 16px; +} + /* 文本框 */ +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + border: 0px solid #e8e8e9; + border-radius: 3px; + padding: 1px 15px; + height: 50px; + padding-top: 12px; +} + +/* 按钮 */ +.dependency_style .el-select .el-input { + display: flex; + height: 50px; +} + +/* 溢出控制 */ +.dependency_style .ibiz-panel-field .ibiz-panel-field-content { + line-height: inherit; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; +} + +/* 控制不显示滚动条 */ +.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { + overflow: hidden; +} + +/* 隐藏显示横线 */ +.dependency_style .el-collapse-item__header{ + border-bottom: none; +} + +/* 控制边距 */ +.dependency_style .el-collapse-item__content { + padding-bottom: 2px; +} + .dependency_style{ + overflow: hidden; +} + +.dependency_style .el-collapse{ + border-bottom: none; +} + +.dependency_style .el-collapse-item__wrap { + border-bottom: none; +} + +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; +} + +/* 悬浮色 */ +.dependency_style .ibiz-panel-container--container2:hover, +.dependency_style .ibiz-panel-container--container3:hover { + border-color: #6994be; + border: 1px solid #6994be +} + .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} + .ibiz-control-grid{ + --ibiz-control-grid-scrollbar-width: 8px; +} + .fullscreen .ibiz-form-group--grouppanel1 { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .ibiz-form-item-container__content { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-item-container__editor { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel2 { + display: none; +} + + .fullscreen .ibiz-rawitem.ibiz-form-raw-item { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel_attachments_grid { + display: flex; + flex-flow: column nowrap; + place-content: center center; + align-items: center; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-header { + width: 80%; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__content { + display: block; + flex-flow: unset; + place-content: unset; + align-items: unset; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__editor { + max-width: 100%; +} + .shared_simple_view_style .ibiz-panel-view-content--view_content{ + padding: 0; +} + +.shared_simple_view_style .ibiz-panel-view-content{ + width: 75%; +} +.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ + background-color:white; +} +.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ + background-color: #f9f9f9; +} + .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { + padding: 0; +} + .shared_link_top{ + height: 52px; + border-bottom: 1px solid #eee; + background-color: #FFF; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ + height: 52px; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { + display: block; + font-size: 18px; + font-weight: 500; + color: #333; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { + color: #ddd; +} + .shared_setting_style .ibiz-form-item--enable_password{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--enable_expiration{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--subset_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--is_shared_subset{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--pwd_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--expiration_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--access_password{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--expiration_date{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--shared_page_url{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-button--copy_page_url{ + padding-top: 0; +} + + + .mob_attention_title_style.ibiz-panel-field { +display: flex; +align-items: center; +height: 100%; +} +.mob_attention_title_style.ibiz-panel-field .ibiz-span { +height: var(--ibiz-font-size-header-5); +padding: 0 0.375rem; +margin-left: var(--ibiz-spacing-tight); +font-size: 0.7rem; +color: var(--ibiz-color-text-2); +background-color: var(--ibiz-color-border); +border-radius: var(--ibiz-font-size-header-5); +} + .relation_recent_style{ + line-height: normal; +} + +/* 控制项标题文字过多导致的样式异常 */ +.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; + max-width: 1460px; +} + .tab_tree_panel_style .ibiz-tab-group-select-tree{ + padding-left: 0px !important; +} + .tab-exp-select{ + border-right: 1px solid #e9e9e9; +} + .ibiz-panel-container--view_tabexppanel .el-tabs__item { + height: 64px; +} +.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { + font-size: 16px; +} +.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ + font-size: 16px; +} +/* 分页导航视图padding */ +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { + padding: 0; +} +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { + padding: var(--ibiz-panel-view-content-padding); +} + + .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; + margin-left: 0.6rem; +} + +.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ + flex: unset; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { + padding-left: 0.5rem; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; +} + .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { + padding-top: 0; +} + + .delete-button .el-button{ + color: #fff; + background-color: #ff7575; + border-color: #ff7575; +} + .relation_tree_node_style .ibiz-panel-field--show_identifier span{ + color: #a1a1a2; + margin-left: 5px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ + overflow: hidden; +} +.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} +.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ + overflow: hidden; +} + .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ +height: 50px !important; +} + .right_button_style .van-button{ + padding: 0px 10px 0px 0px; +} + .reply_list_style .ibiz-control-list-item.is-active, +.reply_list_style .ibiz-control-list-item:hover { + background-color: transparent !important; +} + .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { + display: none; +} +.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { + display: none; +} + .big-icon { + padding: 0; +} +.big-icon .el-button { + font-size: 24px; + padding: 8px; +} +.big-icon .el-button .ibiz-icon { + max-width: 24px !important; + max-height: 24px !important; +} +.big-icon .el-button .ibiz-panel-button-content--caption { + display: none; +} + .average-toolbar { + position: relative; + justify-content: space-evenly; + height: 48px; +} + .vertical-divider .ibiz-rawitem { + border-left: 1px solid var(--ibiz-color-border); + height: 1em; +} +.vertical-divider .el-divider { + display: none; +} + .multiple_people_style .ibiz-form-group--grouppanel6{ + /* height: 20px; */ + margin: -18px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ + width: 70px; + padding: 1px 0px 0px 5px !important; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { + padding-right: 0px !important; +} + +.multiple_people_style .ibiz-form-group--grouppanel9{ + height: 20px; + margin: 8px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ + width: 70px; + padding: 0px 0px 0px 5px !important; +} + + .con_bottom_shadow_style{ + border-bottom: 1px solid var(--ibiz-color-border); +} +/* 如果有树,把树的下边框去掉 */ +.con_bottom_shadow_style .ibiz-tab-group-select-tree { + border-bottom: 0px !important; +} + + .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { + padding-left: 0; +} +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding-left: 0; +} + + .recentdata-custom>div>div>div:nth-child(2) { +flex: 1; +} + .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { + padding-left: 16px; + height: 16px; +} +/* 类型位置 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { + + padding-left: 5px; + padding-bottom: 15px; + +} +/* 类型文字 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { + font-size: 15px; + +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { + margin-left: -17px; +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { + padding: 0px; +} + .work_item_type_global_style .ibiz-panel-button{ + padding-top: 0px; +} + +.work_item_type_global_style .ibiz-icon { + margin-top: 5px; +} + + /* 按钮样式 */ +.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .ibiz-control-toolbar__item--primary .el-button.el-button--primary { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { + color: var(--ibiz-color-primary-hover); + background-color: var(--ibiz-color-primary-light-hover); +} + + .ibiz-control-toolbar--user .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.ibiz-control-toolbar--user .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { + border-bottom: none; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { + color: var(--ibiz-color-text-3); + background-color: transparent; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ + outline: none; +} +.ibiz-control-toolbar-submenu-popper--user { + background: transparent; +} +.ibiz-control-toolbar-submenu-popper--user .el-button { + color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { + background-color: var(--ibiz-color-bg-0); +} + /*工具栏分组项按钮2样式*/ +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { +color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style2 .el-button { +--el-button-bg-color: transparent; +--el-button-hover-bg-color: transparent; +--el-button-active-bg-color: transparent; +--el-button-text-color: var(--ibiz-color-text-3); +--el-button-hover-text-color: var(--ibiz-color-text-3); +--el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { +padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { +padding: 0 10px; +} + +/* 适配分割线间距一致 */ +/* 适配分隔符在前面 */ +.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { +margin-left: -8px; +} +/* 适配分隔符在后面 */ +.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { +margin-left: -4px; +} +/* 分组按钮样式 */ +.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { +border: none; +} + +/* 窗口缩小样式 */ +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ +color: var(--ibiz-color-primary); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ + font-weight: 600; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { + fill: var(--ibiz-color-primary) !important; +} + +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { +stroke: var(--ibiz-color-primary) !important; +stroke-width: 30 !important; +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { + color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style3 .el-button { + --el-button-bg-color: transparent; + --el-button-hover-bg-color: transparent; + --el-button-active-bg-color: transparent; + --el-button-text-color: var(--ibiz-color-text-3); + --el-button-hover-text-color: var(--ibiz-color-text-3); + --el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { + padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { + padding: 0 10px; +} + + /*工具栏分组项按钮3样式*/ +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + + .toolbar-style-container .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.toolbar-style-container .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.toolbar-style-container { + border-bottom: 1px solid var(--ibiz-color-border); +} + /* 面板分页样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +height: 1px; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +min-height: 64px; +max-height: 64px; +width: 58px; +height: 100%; +border: none; +display: flex; +justify-content: center; +align-items: center; +} +/* 分页弹出按钮样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { +padding: 1px 0; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { +text-align: center; +} +.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ +gap: 56px; +} +/* 搜索表单取消padding */ +.workload-tab-head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 16px; +width: auto; +height: 63px; +} + /* 适配分页搜索下级视图自适应宽度 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { +width: 100%; +} +/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { +width: 16.66%; +} + /* 关系分页部件定位样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +position: relative; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +position: absolute; +top: 1px; +left: calc(16.65% + 15px); +z-index: 100; +} +/* 视图头部定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { +position: relative; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +/* 视图头部快速搜索定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { +width: auto; +position: absolute; +top: 0; +left: calc(16.65% + 81px); +} + +/* 快捷搜索部件样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ +display: flex; +align-items: center; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { +height: auto; +} +/* 边距调整 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { +margin-left: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { +margin-left: var(--ibiz-spacing-base-tight); +} + .mob_workload_calendar_style .ibiz-panel-container--container1 span { + font-size: 16px; + color: #8B8B8B; +} + +.mob_workload_calendar_style .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 16px; + color: #8B8B8B; + margin-left: 4px; +} + +.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + font-size: 16px; +} + +.mob_workload_calendar_style .ibiz-panel-field--name span { + font-size: 18px; + margin-left: 6px; +} + +.mob_workload_calendar_style .ibiz-spacing-right--outermedium { + margin-right: 8px !important; +} + +.mob_workload_calendar_style input::placeholder { + text-align: left; +} + .mob_workload_calendar_style .ibiz-form-item--date_range { + padding-top: 14px; +} + +.mob_workload_calendar_style{ + position: relative; +} +.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { + padding: 8px; + background-color: #F3F3F3; + border-radius: 8px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + +/* 列表中的分割线样式 */ +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { + position: relative; + top: 0.875rem; + left: 1rem; + display: block; + width: calc(100% - 2rem); + height: 0.0625rem; + content: ""; + background-color: var(--ibiz-color-border); +} + .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { + font-size: 18px; + color: #3B3B3B; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { + content: "小时"; + font-size: 16px; + color: #B8B8B8; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { + display: none !important; +} + /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ +.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { +width: 100%; +} +/* 视图头部样式 */ +.workload_log_head .ibiz-panel-view-header--view_header { +position: relative; +margin-top: 1px; +} +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +.workload_log_head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 8px; +width: auto; +height: 63px; +} + .mob_workload_log .ibiz-panel-field--duration span { + font-size: 32px; + text-align: center; +} + +.mob_workload_log .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 20px; + margin-left: 2px; +} + +.mob_workload_log .ibiz-panel-field--register_date span { + color: #8B8B8B; +} + +.mob_workload_log .ibiz-panel-container--container2 > div { + padding: 8px 12px; + margin-top: 8px; + background-color: #F1FBF5; + border-radius: 8px; + margin-right: 16px; +} + +.mob_workload_log .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_log .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + .mob_workload_log .ibiz-code-list .ibiz-icon { + padding-right: 0px !important; +} + +.mob_workload_log input::placeholder { + text-align: left; +} + +.mob_workload_log .ibiz-form-item--date_range { + padding-top: 14px; +} + + +.mob_workload_log { + position: relative; +} +.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_log .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_log .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .app_market_style .ibiz-panel-field--title span { + font-weight: bold; + font-size: larger; +} + +.app_market_style .ibiz-panel-field--version { + background-color: lightgrey; + padding: 5px 15px 5px 15px; + border-radius: 10px; +} + +.app_market_style .ibiz-panel-field--version span { + color: white; + font-weight: bold; +} + +.app_market_style .ibiz-panel-field--memo span { + font-size: medium; + color: grey; +} + +.app_market_style .ibiz-control-dataview-group-content__item-content>* { + margin-right: 32px; +} + +.app_market_style .el-card__body { + padding: 0px; +} + +.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { + padding: 8px 8px 8px 0px; +} + +/* .app_market_style .ibiz-control-dataview-item { + height: 100%; +} */ + +.app_market_style .ibiz-control-dataview-item.is-active { + background-color: unset !important; +} + .app_market_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; +} + +.app_market_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + +.app_market_style .ibiz-sort-bar { + display: none !important; +} + +.app_market_style .ibiz-panel-rawitem--using > div { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_market_style .ibiz-panel-rawitem--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; +} + .app_market_style .ibiz-panel-button-content--icon { + color: var(--el-button-bg-color); +} + .app-title-style .ibiz-panel-app-title__logo--expand, +.app-title-style svg { + margin-top: -25px; +} + + .app_info_style .ibiz-form-item--pscoreprdfuncname span { + font-weight: bold; + font-size: x-large; +} + +.app_info_style .ibiz-form-item--memo div div div div div { + color: darkgrey; + font-size: 15px; +} + +.app_info_style button[title="GitLab"] span svg path { + fill: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] span { + color: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="GitLab"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="GitLab"]:hover span { + color: #557DA5 !important; +} + +.app_info_style .ibiz-form-button , .ibiz-form-button-list { + padding: 8px 8px 8px 4px; +} + .app_info_style button[title="打开按钮"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="打开按钮"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { + color: #557DA5; +} + +.app_info_style button[title="设置"] span { + color: white; +} + .app_info_style .ibiz-form-item--currentversion { + padding-top: 0px; +} + +.app_info_style .ibiz-form-item--currentversion span { + font-size: 12px; + font-weight: bold; + color: grey; + background-color: lightgrey; + padding: 0px 6px 0px 6px; + border-radius: 6px; + height: 16px; + align-items: center; + display: flex; +} + +.app_info_style .ibiz-form-group--grouppanel3 { + margin-left: 10px; +} + +.app_info_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; +} + +.app_info_style .ibiz-form-tab-page--overview > div:first-child { + padding-right: 0px !important; +} + .app_info_style .ibiz-form-group--grouppanel4 button { + font-size: small; + padding: 8px; + height: 25px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { + width: 40px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { + width: 18px; +} + +.app_info_style .el-button-group { + align-items: flex-end; +} + +.app_info_style .ibiz-form-button-content--icon { + display: flex; + align-items: center; +} + +.app_info_style .ibiz-panel-view-content--deeditview { + overflow: hidden; +} + +.app_info_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + + .app_info_style .ibiz-form-tab-page--overview > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--log > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--overview .el-select__tags { + cursor: default !important; +} + +.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { + display: none !important; +} + +.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { + font-size: 14px !important; +} + .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { + height: 39px !important; +} + +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { + font-size: 14px !important; +} +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { + padding: 0px !important; +} + +/* 正在使用 */ +.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_info_style .ibiz-form-item--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; + cursor: default; +} + +.app_info_style .el-tabs__nav { + padding-left: 12px; +} + .activate_button .el-button{ + background: none; + color: #4ba7f1; + margin-left: 5px; + height: 0px; + +} +.activate_button{ + margin: 0px 10px 0px -10px; +} + +.activate_button .ibiz-rawitem__text{ + color: #999; +} +.activate_button .ibiz-span.ibiz-panel-field-content{ + color: #999; +} + +.activate_button .ibiz-panel-button.ibiz-panel-button--default{ + height: 19px; + padding: 0px; +} + .todo-tips{ + height: 80px; +} +.todo-tips .ibiz-rawitem__text{ + font-size: 26px; + font-weight: 600; + line-height: 75px; +} + .todo-background{ + +} + /* 隐藏滚动条 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.work_item_qucik_create_style .ibiz-form-group--executors_container{ + position: relative; +} +.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + + .work_item_qucik_create_style .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + /* 视图大的布局样式 */ +.quick-create-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +} +/* 按钮样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { +min-height: 40px; +/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +/* 分割线 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + .mob_member_title_style .ibiz-panel-field--title { + background-color: lightgrey; + padding: 4px 6px 4px 6px; + border-radius: 10px; + align-items: center; + display: flex; +} + +.mob_member_title_style .ibiz-panel-field--title span { + font-size: 8px; +} + .my_summary_style span.ibiz-panel-field-content{ + color: rgb(56, 131, 250); + font-size: 28px; +} + +.my_summary_style span.ibiz-rawitem__text { + font-size: 16px; +} + +.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ + color: #B2E699; +} + +.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ + color: #EF8383; +} + +.my_summary_style .el-divider { + height: 58px !important; + width: 1px !important; + margin: 0 !important; + border-top: unset !important; + border-left: 1px var(--el-border-color) var(--el-border-style); +} + +.my_summary_style .ibiz-panel-container--task_num_c, +.my_summary_style .ibiz-panel-container--bug_num_c, +.my_summary_style .ibiz-panel-container--other_item_num_c, +.my_summary_style .ibiz-panel-container--idea_num_c, +.my_summary_style .ibiz-panel-container--ticket_num_c, +.my_summary_style .ibiz-panel-container--case_num_c { + cursor: pointer; +} + .my_summary_style .ibiz-control-viewlayoutpanel-content { + display: flex; + justify-content: center; +} + .run_case_label_style div[title="通过"] label.is-active span { + background: #73d897 !important; +} + +.run_case_label_style div[title="受阻"] label.is-active span { + background: #ffcd5d !important; +} + +.run_case_label_style div[title="失败"] label.is-active span { + background: #ff7575 !important; +} + +.run_case_label_style div[title="跳过"] label.is-active span { + background: #5dcfff !important; +} + +.run_case_label_style .el-radio-button__inner { + display: flex !important; + border-color: var(--el-border-color) !important; + color: black !important; + background: transparent !important; + align-items: center; +} + +.run_case_label_style .el-radio-button__inner:hover { + background-color: #f5f5f5 !important; +} + +.run_case_label_style label.is-active .el-radio-button__inner { + color: white !important; +} + +.run_case_label_style label.is-active svg path { + fill: white; +} + +.run_case_label_style .ibiz-icon { + height: 15px !important; +} + .run_history_remark_style{ + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} + .coreprdfunc_setting_edit_style .el-tabs__nav span { + font-size: 14px !important; +} + +.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { + padding: 0 10px !important; +} + .export-canvas-style .ibiz-bi-report-panel-content { + padding: 0; +} +.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { + padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); +} + + /* 移入移出效果 */ +.ibiz-form-button--style2 .el-button, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2 .el-button { +min-height: var(--ibiz-height-control-default); +min-width: var(--ibiz-height-control-default); +background: transparent; +border: none; +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-6); +padding: 8px; +} +.ibiz-form-button--style2 .el-button:hover, +.ibiz-control-toolbar__item--style2 .el-button:hover, +.ibiz-panel-button--style2 .el-button:hover { +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} + +.ibiz-form-button--style2 .el-button.el-button { +width: var(--ibiz-height-control-default) ; +} + +/* 按钮间隔 */ +.ibiz-form-button--style2.ibiz-form-button--style2, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2.ibiz-panel-button--style2 { +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); +} + .button_container_style button { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.button_container_style button:hover, button:focus { + background-color: transparent; + border: none; +} + +.button_container_style button:hover span svg path { + fill: #557DA5 !important; +} + +.button_container_style .ibiz-panel-button { + padding: 8px 0px 8px 0px; +} + .swap_icon_text button { + direction: rtl; +} + +.swap_icon_text button:hover { + background-color: transparent !important; + color: rgb(85, 125, 165) !important; +} + +.swap_icon_text button:hover span svg path { + fill: #557DA5 !important; +} + +.swap_icon_text .ibiz-toolbar-item-text { + line-height: normal; +} + .track_panel_style .ibiz-panel-field--num span { + margin-right: 4px; + font-size: 16px; + color: #1D1F23; +} + +.track_panel_style .ibiz-panel-rawitem--caption span { + color: var(--ibiz-color-text-3); + font-size: 16px; +} + +.track_panel_style .ibiz-panel-field--title_two span { + font-weight: 600; +} + +.idea_tree_node_style { + width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); +} + .prompt_message_style { + margin: 0px 16px 0px -16px; +} + .data-upload-view { + padding: 8px 32px; +} +.data-upload-view .ibiz-row { + overflow: visible; +} +.data-upload-view .ibiz-rawitem__paragraph p { + margin: 0; + line-height: 22px; +} +.data-upload-view .ibiz-panel-rawitem--download_description, +.data-upload-view .ibiz-panel-rawitem--upload_description { + position: relative; +} +.data-upload-view .ibiz-panel-rawitem--download_description::before, +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + position: absolute; + top: 2px; + left: -23px; + width: 15px; + height: 15px; + font-size: 0.75rem; + line-height: 15px; + color: var(--ibiz-color-primary-text); + text-align: center; + content: '1'; + background: var(--ibiz-color-primary); + border-radius: 50%; +} +.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, +.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { + color: var(--ibiz-color-text-3); +} + + .data-upload-view .ibiz-panel-rawitem--upload_description { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + content: '2'; +} +.data-upload-view .ibiz-panel-button { + padding: var(--ibiz-spacing-base) 0; +} +.data-upload-view .ibiz-panel-rawitem--template_rule { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table { + border-color: var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr { + height: 52px !important; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { + padding: 12px 16px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { + background-color: var(--ibiz-color-fill-0); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { + text-align: center; +} +.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { + color: var(--ibiz-color-danger); +} + .data-upload-view .ibiz-panel-rawitem--upload_raw { + height: 60px; + padding: 0 20px; + background-color: var(--ibiz-color-fill-0); + border: 1px solid var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { + display: flex; + align-items: center; + color: var(--ibiz-color-text-3); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { + color: var(--ibiz-color-link); + cursor: pointer; +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { + text-decoration: underline; +} + + .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { + min-width: 100px; +} +.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ + min-width: 100px; +} + +/* 控制项标题文字过多导致的样式异常 */ +.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} +.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} + .enter_button_style .van-button{ + font-size: 16px; + color: #6698ff; +} + .mob-orange-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; +} + .mob-red-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; +} + .mob-green-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; +} + .mob-orange-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; + border: 1px solid orange; +} + .mob-red-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; + border: 1px solid red; +} + .mob-green-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; + border: 1px solid #3ae23a; +} + .no_border_button{ + border: 0; + font-size: 18px; +} +.no_border_button .van-button{ + border: 0; +} + .mob_magnify_no_border_button .van-button--small { + border: 0; + font-size: 20px; +} + +.mob_magnify_no_border_button .van-button { + border: 0; +} + /* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.star_css button:hover { +background-color: transparent; +} +/* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.star_css button{ +background-color: transparent; +} + +/* 星标字体颜色 */ +.star_css .ibiz-control-toolbar__item-items i{ +color: #9999; +font-size: 18px; +} + +/* 切换图标字体颜色 */ +.star_css .el-sub-menu__title i { +color: #9999; +} + +/* 设置图标的大小*/ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ + font-size: 16px; +} + .update_log_time .ibiz-span{ + margin: 7px 0px 0px 0px; + } + .update_log_name .ibiz-span{ + font-size: 22px; + font-weight: 600; + margin: 15px 0px 15px 0px; +} + @media screen and (min-width: 820px) and (max-width: 980px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(1) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 980px) and (max-width: 1150px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(2) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1150px) and (max-width: 1320px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(3) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1320px) and (max-width: 1480px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(4) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + @media screen and (min-width: 1480px) and (max-width: 1600px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(5) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1600px) and (max-width: 1800px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(6) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1800px) and (max-width: 1970px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(7) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1970px) and (max-width: 2130px) { +.recentdata-screen-auto-item { +.ibiz-control-dataview-scroll-item:nth-child(8) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +} + @media screen and (min-width: 2130px) and (max-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(9) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(10) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + +.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { +flex-wrap: nowrap; +overflow: visible; +} +.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { + flex-wrap: nowrap; + overflow: visible; +} + .recent_owner_subtype_style{ + width: 20px; + overflow: hidden; +} + .recent_grey_font_style .ibiz-panel-field-content{ + color: #a6a6a6; +} + .td_right{ + width: 90%; +} + .td_a_link .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recent_identified_style .ibiz-grid-field-column__text{ + color: #8b8b8b; +} + .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ + display: none; +} + /* 用例名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} +/* 隐藏分割线和显示更多 */ +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; +} + .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; } - -.space_mob_page_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - /* margin-top: 5px; */ + .td_a_link_right{ + padding:0px 28px 0px 0px + } + .td_a_link_right .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recenttab-head +.ibiz-panel-view-header--view_header +.ibiz-panel-container +> .ibiz-row { +position: initial; +overflow: initial; +} + .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ + top: -32px; + right: -50px; +} + .stencil_center_title{ + +} + /* 视图标题及分割线样式 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { +height: 64px; +line-height: 64px; +text-align: center; +border-bottom: 1px solid var(--ibiz-color-border); +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { +font-size: 20px; +font-weight: 600; +} +/* 搜索栏自适应 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { +min-width: 100%; +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { +width: 100%; +} +/* 控制视图标题最小高度 */ +.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { + min-height: 32px; +} + .orange-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ffdcaf; + vertical-align: inherit; +} +.ibiz-span .orange-span { + margin: 4px 0; +} + .mob-orange-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: orange; +} + .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ + position: relative; + bottom: -34px; + left: -1px; +} + .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ + color: #999; +} + .active-members-view{ + padding: 24px 0px 0 0; + .ibiz-panel-field>.ibiz-span{ + font-size: 48px; + color: #333; + } + .ibiz-grid-container--container_grid{ + width: 75%; + margin: 0 auto; + } +} + .transition-time .ibiz-span{ + font-size: var(--ibiz-font-size-small); + color: var(--ibiz-color-disabled-text); +} + .test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view .ibiz-panel-container--container3 { + padding: 20px 40px; + border-left: 3px solid #ff7575; + background-color: #fff8f8; +} + + + .test-plan-report-survey-view .ibiz-panel-container--container1 { + padding: 20px 40px; + border-left: 3px solid #5dcfff; + background-color: #f7fdff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-field--coverage_percentage + .ibiz-span { + color: #5dcfff; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent + .ibiz-rawitem__text { + color: #5dcfff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container3 + .ibiz-panel-field--bug_count + .ibiz-span { + color: #ff7575; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + + .test-plan-report-survey-view .ibiz-panel-container--container2 { + padding: 20px 40px; + border-left: 3px solid #73d897; + background-color: #f8fdfa; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-field--pass_percentage + .ibiz-span { + color: #73d897; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent + .ibiz-rawitem__text { + color: #73d897; +} + + + + .test-plan-report-view.ibiz-view { + background-color: var(--ibiz-color-bg-0); +} +.test-plan-report-view .ibiz-view-deportalview { + background-color: transparent; +} +.test-plan-report-view .ibiz-control-dashboard { + gap: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col { + display: flex; + justify-content: center; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { + width: 1200px; + height: auto; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; + margin-top: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { + width: 1200px; + height: 500px; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; +} +.test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption { + padding-left: 12px; +} + + .test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption:before { + display: none; +} +.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { + padding: 0 28px; +} + .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { + background-color: var(--ibiz-color-bg-3) !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { + color: var(--ibiz-color-text-3) !important; + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { + background-color: var(--ibiz-color-bg-0) !important; +} + + .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { + overflow: visible; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { + top: -60px; + right: -32px; + position: absolute; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + + /* .test_mob_list_style .ibiz-control-mobmdctrl-item { + position: relative; +} + +.test_mob_list_style .ibiz-control-panel-content::after { + content: ''; + display: block; + width: 90%; + height: 1px; + background-color: #ececec; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} */ + +.test_mob_list_style .ibiz-spacing-right--outerlarge span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_mob_list_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} + +.test_mob_list_style button { + border: none; +} + +.test_mob_list_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + .test_detail_list_style { + position: relative; +} +.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.test_detail_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} +.test_detail_list_style button { + border: none; +} + +.test_detail_list_style .ibiz-panel-rawitem--static_image { + width: 24px; + margin-top: 5px; +} + +/**span无数据时,占位隐藏**/ +.test_detail_list_style div span:empty { + display: none; +} + .test_detail_list_style .ibiz-panel-field--title span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--time_container span { + border-radius: 12px; + background-color: #f3f3f3; + display: flex; /* 使用弹性盒布局 */ + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + width: 150px; + height: 25px; +} + +.test_detail_list_style .ibiz-panel-field--update_time span { + width: 150px; +} + +.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { + fill: #CB258C; +} + +.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { + fill: #66C23A; +} + + .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ + font-weight: 600; + font-size: 16px; +} + .message_layout_panel_img_style{ + } - -.space_mob_page_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} -.space_mob_page_style .ibiz-panel-rawitem--static_image1{ - padding: 0px 15px 0px 0px; -} - /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { - position: fixed; - bottom: 135px; - right: 30px; - z-index: 1000; - width: 44px; - height: 44px; - border-radius: 50%; - background-color: white; - box-shadow: 1px 4px 6px 3px #dad7d7; + .add-members-font{ + font-size:10px + } + .grey-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #e1e1e1; + vertical-align: inherit; +} +.ibiz-span .grey-span { + margin: 4px 0; +} + .mob-grey-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: grey; +} + .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { + padding: 0; + background-color: transparent; +} +.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { + padding-right: var(--ibiz-spacing-base); + padding-left: var(--ibiz-spacing-base); + color: var(--ibiz-dropdown-select-option-item-color); + background-color: var(--ibiz-dropdown-select-option-item-bkcolor); +} +.ibiz-control-gantt.is-exporting .xg-view-toolbar { + display: none; +} + .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.case_template_edit_style .ibiz-html .w-e-text-container { + background: transparent; +} + /* 视图大的布局样式 */ +.user-info-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +padding-bottom: var(--ibiz-spacing-base); +} +/* 按钮样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { +min-height: 40px; +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { +color: var(--ibiz-color-primary); +} +/* 分割线 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { +width: calc(100% - 64px); +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + +/* 头部样式 */ +/* 图片背景 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { +background: #ccf; +} +/* 头像定位 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { +position: relative; +} +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { +width: auto; +height: auto; +position: absolute; +top: -4px; +left: 50%; +transform: translate(-50%, -50%); +} +/* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { +width: 68px; +height: 68px; +border: 4px solid #fff; +border-radius: var(--ibiz-border-radius-circle); +} + /* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { +flex: 1; +width: 60px; +height: 60px; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { +display: none; +} +/* 视图头部登录者信息样式 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar { +padding-top: 50px; +padding-bottom: 28px; +text-align: center; +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { +font-weight: 400; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { +margin-top: 10px; +font-size: var(--ibiz-font-size-small); +color: var(--ibiz-color-text-3); +} + .ibiz-internal-message-html__content { + padding-right: 24px; +} + .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ + background: #f3f3f3; +} +.user_setting_view_style .ibiz-single-data-container{ + /* padding: 40px 10px 20px 10px; */ + padding: 5vh 5vw 5vw 5vw; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ + width: 50px; + height: 50px; + min-width: 50px; + min-height: 50px; + border: 1px solid #ffffff; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ + margin: 15px 0px 5px 0px; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ + font-size: 20px; + font-weight: 600; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ + color: #9b9b9b; +} +.user_setting_view_style .ibiz-panel-container-group{ + background: #ffffff; + margin: 10px 10px 10px 10px; + border-radius: 10px; +} +.user_setting_view_style .van-button{ +width: 93%; + height: 35px; + margin: 10px 0% 0% 3%; +} + .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ + font-size: 16px; + font-weight: 400; + color: #a7a7a7; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ + width: 50px; + height: 50px; +} + /* 垂直居中对齐 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item { +display: inline-flex; +align-items: center; +} +/* 图标大小自适应 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, +.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { +width: auto; +height: auto; +margin-right: 0; +padding-right: var(--ibiz-spacing-tight); +} + .kanban-identifier .ibiz-span{ + margin: 5px 0px 0px 0px; + padding: 2px 6px 2px 6px; + background: #e8e8e8; + border-radius: 5px; + color: #6c6c6c; +} + .kanban-finished .ibiz-span { + color: #aaa; + text-decoration: line-through; +} + .kanban-delay { + color: #ff7575; + background-color: #fff1f1 !important; +} +.kanban-delay .ibiz-rawitem__image { + color: #ff7575; +} + .kanban-time { + height: 24px; + padding: 0 10px; + margin: 0 5px 5px 0; + overflow: hidden; + line-height: 12px; + background: #e9e9e9; + border-radius: 10px; +} + + .kanban-more-button{ + position: relative; + width: 40px; + margin: -8px 0px 0px -2px; + height: 40px; + visibility: hidden; +} +.el-card__body:hover .kanban-more-button { + visibility: visible; +} + .kanban-title .ibiz-span{ + padding: 10px 2px 10px 2px; + font-size: 16px; + font-weight: 600; +} + .kanban-state { + width: 80px; + height: 24px; + margin: 0 5px 5px 0; +} +.kanban-state .ibiz-code-list__item { + --ibiz-code-list-item-color: #aaaaaa; + justify-content: center; + width: 80px; + line-height: 24px; + color: #fff; + background-color: var(--ibiz-code-list-item-color); + border-radius: 10px; +} + + .kanban-kind-icon { + height: auto; + margin: 5px 0 0; + line-height: 24px; +} +.kanban-kind-icon .ibiz-code-list__item { + font-size: 0; +} + + .kanban-assignee{ + margin: 0px 0px 0px 30px; +} + +.kanban-assignee .ibiz-personnel-info-content__tip{ +content-visibility: hidden; +} + .wiki-page-title .ibiz-span{ + font-weight: 600; + font-size: var(--ibiz-font-size-header-2); + color: var(--ibiz-color-text-0); +} +.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { +font-size: 24px; +} + .wiki_page_title_style{ + padding-left: 10px !important; +} + +.wiki_page_title_style .ibiz-span { + font-size: 18px; + color: var(--ibiz-color-text-0); + margin-left: 5px; + margin-right: 5px; +} + +.wiki_page_title_style .ibiz-rawitem .ibiz-icon { + font-size: 18px !important; + margin-left: 5px; +} + .confirm-remove-view .ibiz-form-item--formitem{ + background-color: rgba(255, 117, 117, 0.15); + padding: 0px; + height: auto; + margin-top: 12px; + border-radius: 5px; + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + display: inline-flex; + align-items: center; + margin: 0 10px; + padding: 5px 10px; + font-size: .875rem; + line-height: 1; + max-width: 33em; + word-break: break-all; + color: #ff7575; + } +} +.confirm-remove-view .ibiz-form-item--remind{ + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + color:#aaa; + } + +} + /* 选中分页 */ +.mob-main-style .van-tab--active{ + color: #6698ff; +} +.mob-main-style .van-tabs__line{ + background: #6698ff; +} + +/* 分组容器 标题 */ +.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ + font-size: 0.75rem; + color: #696969; +} +/* 表单项 标题 */ +.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ + color: #696969; +} +/* 表单项 下划线伪元素 */ +.mob-main-style .ibiz-form-item-container::after{ + display: none; +} +/* 标题 title */ +.mob-main-style .ibiz-form-item--title .van-field__control{ + font-weight: bolder; + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} +/* 代码表 表单项 */ +/* .mob-main-style .ibiz-span__code-list{ + justify-content: flex-end; } */ - -.mob_page_edit_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_edit_style .ibiz-form-item--publish_name { - padding-left: 10px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { - margin-bottom: 6px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ - padding-top: 5px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel3{ - position: relative; -} - /* 评论容器取消发送按钮位置 */ -.space-page-view .ibiz-panel-container--container_comment{ - position: relative; -} -.space-page-view .ibiz-panel-button--comment__cancel, -.space-page-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 14px; -} -.space-page-view .ibiz-panel-button--comment__cancel { - right: 90px; -} -.space-page-view .ibiz-control-form { - height: 100%; - overflow: auto; -} -.space-page-view .ibiz-control-form img { - max-width: 100%; -} -/* 修复附件表格滚动条异常 */ -.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { - max-height: 100%; -} -/* 修复评论编辑页关注人滚动条异常 */ -.space-page-view .ibiz-attention-select-value-multiple{ - overflow: hidden; -} -.space-page-view .ibiz-panel-container--right_container{ - border-left: 1px solid #e7e7e7; -} - - - .space-page-view .ibiz-toolbar-item-counter { - background-color: #e0e0e0 !important; - color: grey !important; - margin-left: 10px !important; -} - .purple-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #d2d8ed; - vertical-align: inherit; -} -.ibiz-span .purple-span { - margin: 4px 0; -} - .red-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #fcd0cb; - vertical-align: inherit; -} -.ibiz-span .red-span { - margin: 4px 0; -} - - - .mob-red-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: red; -} - .green-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ccf2cc; - vertical-align: inherit; -} -.ibiz-span .green-span { - margin: 4px 0; -} - .mob-green-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: #3ae23a; -} - .ibiz-form-item{ - --ibiz-form-item-placeholder-color:#cacaca; -} -.el-input{ - --el-input-placeholder-color:#cacaca; -} - .more_log_style .ibiz-control-toolbar__item { - position: absolute !important; - margin: -65px 0px 0px -65px !important; -} - -.more_log_style .el-button { - --el-button-bg-color: none !important; - --el-button-text-color: rgb(70 107 144) !important; - --el-button-hover-text-color: none !important; - --el-button-hover-bg-color: none !important; - --el-button-hover-border-color: none !important; - --el-button-active-text-color: node !important; - --el-button-active-bg-color: none !important; -} - .blue-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #c8e8fa; - vertical-align: inherit; -} -.ibiz-span .blue-span { - margin: 4px 0; -} - .mob-blue-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: blue; -} - /* 表单分组标题 */ -.ibiz-form-group__caption{ - font-size: var(--ibiz-form-item-container-font-size); - font-weight: var(--ibiz-form-group-caption-font-regular); - color: var(--ibiz-form-item-container-label-color); -} - .form-group-to-grid-header { - height: 54px; - background-color: rgba(var(--ibiz-grey-1), 1); -} -.form-group-to-grid-header .ibiz-row--grid { - display: flex; - align-items: center; -} -.form-group-to-grid-header .ibiz-form-raw-item { - padding: 8px 4px; -} - /* 表格头全局样式 */ -body .ibiz-control-grid { ---ibiz-control-grid-header-height: 54px; /* 重新赋值 */ -} -/* 适配增加的高度,使表格头垂直居中 */ -body .ibiz-control-grid__table .el-table__header-wrapper .cell { -padding-top: 16px; -padding-bottom: 16px; -} - .normal-rich-text *{ - font-style: normal !important; - text-decoration: none !important; - color: rgb(85, 91, 97) !important; - background-color: transparent !important; - font-size: 14px !important; - font-weight: 400 !important; - text-align: left !important; - text-overflow: ellipsis; - text-wrap: nowrap; - word-break: break-all; -} -.normal-rich-text a { - pointer-events: none; -} - .ibiz-panel-view-content { - --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); -} - /* 视图右侧padding */ -.ibiz-panel-view-header .ibiz-panel-container--view_header_right { - padding: 0 var(--ibiz-spacing-tight); -} -/* 树padding */ -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding: 0 var(--ibiz-spacing-tight); -} -.ibiz-control-treeexpbar .ibiz-panel-exp-header { - padding: 0 var(--ibiz-spacing-tight); -} - .view-content-no-padding .ibiz-panel-view-content { - padding: 0; -} -.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { - padding: var(--ibiz-panel-view-content-padding); -} - - .ibiz-view-message { - padding: var(--ibiz-spacing-tight); -} -.ibiz-view-message .el-alert--info.is-light { - background-color: var(--el-alert-bg-color); -} - /* 全局 计数器 样式 */ -.ibiz-badge.ibiz-badge { -min-width: 16px; -text-align: center; -font-size: var(--ibiz-font-size-small); -padding: 0 var(--ibiz-spacing-extra-tight); -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} -/* 表单分页计数器 */ -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { - padding-right: var(--ibiz-spacing-base-loose); - position: relative; -} -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-text-3); - background-color: var(--ibiz-color-fill-0); - padding: 0 var(--ibiz-spacing-extra-tight); - top: calc(50% - 2px); - font-size: var(--ibiz-font-size-small); - right: var(--ibiz-font-size-header-6); -} -.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - - /* .discuss_bottom_shadow_style{ - position: relative; - box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); - padding: 2px 0px 0px 0px; + .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { + width: 100%; + height: 100%; + margin: 0; + background-color: var(--ibiz-color-bg-1); +} +.mob-main-style .van-tabs__wrap{ + border-top: 1px solid #f1f1f1; +} + + + .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} + /* 标题 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 图标,防止字数过多时发生形变 */ +.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 容器元素换行 */ +.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + + /* 背景颜色 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { + background-color: white; +} + +.mob_delivery_display_style .ibiz-form-group__content { + background-color: white; +} + +/* 标题文字样式 */ +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { + text-align: left; + font-size: 18px; + font-weight: 500; + margin-top: 7px; +} + +/* 图片 */ +.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { + padding-left: 30px; +} + +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { + text-align: left; + margin-bottom: 2px; +} + /* 按钮样式 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { + display: block; + text-align: center +} + +.mob_delivery_display_style button.van-button.van-button--default.van-button--small { + border: 0; + background: #f3f3f3; + border-radius: 10px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { + background-color: white; +} +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { + padding-top: 0; +} + .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { + padding-left: 24px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { + color: red; +} + + .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + +/* 图标边距 */ +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { + height: 24px; + /* margin-top: -3px; */ + margin-right: 15px; +} +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ + overflow: hidden !important;; +} + /* 日历部件没有数据时,进行显示 */ +.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { + content: "当前日期没有工作~"; + color: #D7D7D7; + margin-left: 6px; +} +.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { + display: none; +} +/* 设置背景颜色 */ +.mob_dashboard_style { + background-color: #F6F6F6 !important; + border-radius: 0px !important; +} +.mob_dashboard_style > div { + margin: 15px !important; +} +.mob_dashboard_style .ibiz-control-dashboard-row { + gap: 15px !important; +} + /* 仪表盘列表只显示五个 */ +.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), +.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { + display: none; +} + +/* 搜索框进行隐藏 */ +.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { + display: none; +} + +/* 显示更多样式 */ +.mob_dashboard_style button { + height: 60px !important; + border: transparent !important; +} + +.mob_dashboard_style button span.ibiz-panel-button-content--caption { + font-size: 18px !important; + color: #699AFF !important; +} + +/* 修改分割线样式 */ +.mob_dashboard_style .van-divider--hairline { + width: calc(100% - 2rem); + height: 0.0625rem; + margin-left: 1rem; + margin-bottom: 0px; + background-color: var(--ibiz-color-border); +} + /* 用例名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + /* 日历列表样式 */ +.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { + font-size: 16px; + margin-left: 6px; +} +/* 我的工作项 */ +.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { + font-size: 16px; +} + +/* 其他分组每一项中title的样式 */ +.mob_dashboard_style .ibiz-panel-field--title span { + font-size: 16px; +} + .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: block !important; +} + +.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { + display: flex !important; +} + +.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { + background-color: #ffffff; +} + +.mob_dashboard_style .ibiz-view-content { + background-color: #ffffff; +} + .van-popover__content.van-popover__content--vertical { + border: var(--van-button-border-width) solid var(--van-button-default-border-color); + background: white; +} +button.van-button.van-button--default.van-button--normal.van-button--round { + border: 0; + margin: 2px; + padding: 0; +} +.ibiz-popper-toolbar .van-popover{ + --van-popover-action-width: 95px; +} +.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { + margin: 0; +} +.van-popover__content.van-popover__content--vertical span.van-button__text{ + display: flex; + align-items: center; +} +.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ + margin: 0px 6px -4px 7px; +} +.van-popup.van-popover.van-popover--light{ + left: -105px; +} + .ibiz-view-demobmdview.enablesort, +.ibiz-view-demoblistview.enablesort { +position: relative; +} +.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, +.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ +padding-right: 38px; +background-color: var(--ibiz-color-bg-1); +} +.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} +.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ +display: flex; +align-items: center; +justify-content: center; +width: 1.25rem; +height: 1.125rem; +font-size: 1.25rem; +} + /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ +position: relative; +} */ + + + /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, +.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .discuss_reply_padding .ibiz-form-group-content{ - padding-left: 5px; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ - padding-left: 0; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ - padding-left: 0; -} - .mob_list_view_style { - position: relative; -} -.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); -} -.mob_list_view_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - -.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { - position: absolute; - right: 40px; -} - .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container svg { - width: 24px; -} - -.mob_discuss_reply_list_style .ibiz-panel-field--total { - margin-right: 2px; - margin-top: 1px; -} - -.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { - margin-top: 9px; - display: inline-grid; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { - margin-top: 9px; - display: inline-grid; -} - .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { - margin-left: 15px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, -.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { - padding-left: 8px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group__content { - background-color: white; -} - .discuss-border-style .ibiz-grid-field-column__script{ - width: 70px; - text-align: center; - border: 1px solid #eee; - border-radius: 20px; - padding: 0px 10px; -} - .mob_discuss_post_status_style .van-field__body { - background-color: var(--ibiz-color-primary-light-hover); - border-radius: 20px; - height: 36px; - width: 85px; -} - -.mob_discuss_post_status_style .van-field__body span { - color: var(--ibiz-color-primary); -} - -.mob_discuss_post_status_style .ibiz-form-item-container { - padding: 0px; -} - -.mob_discuss_post_status_style .van-field__right-icon { - display: none; -} - -.mob_discuss_post_status_style .van-field__control--custom { - justify-content: center !important; -} - .discusses_mob_list_style .ibiz-panel-container--container span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 span, -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, -.discusses_mob_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { - height: 24px; - width: 24px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { - font-size: 8px; - min-width: 20px; - min-height: 20px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { - width: 20px; - height: 20px; -} - .discusses_mob_list_style .ibiz-panel-container--container2 { - width: 55px; - height: 23px; - border: 1px solid #d8d8d8; - border-radius: 10px; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 span, -.discusses_mob_list_style .ibiz-panel-container--container2 { - display: flex; - align-items: center; - justify-content: center; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { - margin-top: 1px; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { - margin-right: 3px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { - margin-top: 2px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { - margin-top: -3px; -} - -.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - /* .discusses_mob_list_style { - position: relative; -} -.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); + /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, +.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .post_edit_title_style .ibiz-panel-container--topic_container { - padding-left: 16px; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { - display: none !important; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { - padding: 0 !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name { - padding: 0 8px 0 16px !important; -} - -.post_edit_title_style .ibiz-identifier-title { - padding-left: 8px !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name span { - color: var(--el-text-color-regular); - font-size: var(--ibiz-font-size-header-5); - font-weight: var(--ibiz-font-weight-regular); -} - -.post_edit_title_style .ibiz-panel-field--topic_name::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: 20px; - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: 2px; - transform: translateY(-50%); -} - .discuss-comment-btn{ - width: 100px; -} -.discuss-comment-btn .el-button{ - min-height: var(--ibiz-height-control-default); - min-width: var(--ibiz-height-control-default); - background: transparent; - border: none; - color: var(--ibiz-color-text-3); - font-size: var(--ibiz-font-size-header-6); - padding: 8px; -} -.discuss-comment-btn .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { - border: none; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { - width: 20px; -} - -.mob_discuss_detal_list_style .ibiz-panel-field--total { - margin-left: 2px; - margin-right: 2px; - margin-top: 1px; -} - /* 详情页中的 容器边距 */ -.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ - margin: 10px; - border-radius: 10px; - /* background-color: white; */ -} -/* 选中分页 */ -.mob-details-style .van-tab--active{ - color: #6698ff; -} -.mob-details-style .van-tabs__line{ - background: #6698ff; -} - -.mob-details-style .ibiz-form-item--create_time span { - margin-top: 3px; -} - -.mob-details-style .van-tabs__wrap { - background-color: white; -} - -.mob-details-style .van-tabs__nav { - display: inline-flex !important; - margin-left: 30px; -} - -.mob-details-style .van-tab { - margin-right: 40px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 span { - display: inline-grid; - margin-top: 9px; -} - .mob-details-style .ibiz-form-group--grouppanel1 svg { - width: 28px; - height: 28px; - margin-left: 15px; -} - -.mob-details-style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; - display: inline-grid; - margin-top: 7px; -} - -.mob-details-style .ibiz-form-group--grouppanel2 span, -.mob-details-style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob-details-style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob-details-style .ibiz-form-item--name { - padding-left: 8px; -} - -.mob-details-style .ibiz-form-item--status { - padding-top: 10px; -} - .review_btn_style button[title="通过"] { - background-color: green; -} - -.review_btn_style button[title="拒绝"] { - background-color: red; -} - .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ - font-size: 12px; - color: #979899; -} - -.review-results-style .ibiz-form-item--title .ibiz-span{ - font-size: 16px; - font-weight: 600; -} - -.review-results-style .ibiz-mdctrl-container-item{ - border-top: 1px solid #dbdbdb; -} - -.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: white; - border-left: none; -} - .comment-list-height-auto .ibiz-no-data { - padding: 0; - --el-empty-image-width: 64px; - --el-empty-description-margin-top: 6px; -} -.comment-list-height-auto img { - max-width: 100%; -} -/* 流转空数据 */ -.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { - margin-top: -8px; -} - .comment-replay { - padding: 0 12px; - background-color: var(--ibiz-color-bg-0); -} -.comment-replay .ibiz-rawitem, -.comment-replay .ibiz-code-list__item, -.comment-replay .ibiz-panel-item-render--pcontent { - color: #999; -} -.comment-replay .ibiz-panel-item-render--pcontent { - display: flex; -} -.comment-replay .ibiz-panel-item-render--pcontent p { - margin: 8px 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.comment-replay .ibiz-raw__script .comment-tag { - pointer-events: none; -} - .comment_icon .ibiz-rawitem{ - font-size:24px; - opacity:0.5; - padding:8px 0; -} - .comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-0); - color: var(--ibiz-editor-default-text-color); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .mob_topic_discuss_list_style .ibiz-control-toolbar__item { - display: block !important; -} - -.mob_topic_discuss_list_style { - position: relative; -} -.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); - background-color: white !important; -} -.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { - top: 18px; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .resource-capacity-view .ibiz-panel-view-content--view_content { - padding: 0 var(--ibiz-spacing-tight); -} - -.resource-capacity-view .ibiz-form-page, -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { - height: 100% -} - -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { - height: calc(100% - 54px); -} - -.resource-capacity-view .ibiz-form-group--header { - line-height: 52px; - overflow-y: scroll; - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-capacity-view .ibiz-form-group--body { - overflow-y: scroll; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { - padding: 0; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { - height: 52px; - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { - height: 100%; - display: flex; - align-items: center; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { - overflow: hidden; -} -.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { - margin-left: var(--ibiz-spacing-extra-tight); -} - .road-map-view .time-line { - display: flex -} -.road-map-view .time-line-right { - display: flex; - flex-shrink: 0; - align-items: flex-start; - justify-content: center; - padding: 70px 8px 8px 8px; -} -.road-map-view .time-line-right--title { - width: 100px; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - margin-bottom: 40px; - padding: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); -} -.road-map-view .time-line-right--caption { - color: var(--ibiz-color-primary); - font-weight: var(--ibiz-font-weight-bold); -} -.road-map-view .time-line-right--description { - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} -.road-map-view .time-line-left { - flex-grow: 1; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - padding: var(--ibiz-spacing-base); -} - .road-map-view .time-line-left--line { - width: 100%; - height: 4px; - display: flex; - margin: 80px 20px; - align-items: center; - justify-content: space-between; - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item { - width: 12.5%; - flex-grow: 1; - position: relative; -} -.road-map-view .time-line-left--item:last-child { - background-color: var(--ibiz-color-white); -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { - bottom: 15px; -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__content { - bottom: 54px; -} -.road-map-view .time-line-left--item__dot { - width: 12px; - height: 12px; - border-radius: 50%; - background-color: var(--ibiz-color-white); - border: 3px solid var(--ibiz-color-success-hover); -} - .road-map-view .time-line-left--item__vertical { - width: 2px; - height: 36px; - position: absolute; - transform: translateX(5px); - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item__content { - display: flex; - bottom: -70px; - cursor: pointer; - width: max-content; - position: absolute; - align-items: center; - flex-direction: column; - justify-content: center; -} -.road-map-view .time-line-left--item__caption { - width: 100%; - color: var(--ibiz-color-text-0); - font-size: var(--ibiz-font-size-regular); -} -.road-map-view .time-line-left--item__time { - width: 100%; - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} - -.road-map-view .time-line-left--item__content a { - text-decoration: unset !important; -} - .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { - padding-left: 18px; -} - - .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ - width: 76px; - text-align: center; -} - .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { - display: none; -} - .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { - padding: 10px 10px 0 10px; -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { - background-color: var(--ibiz-color-bg-1); - border-radius: 5px; -}.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item.is-active { - background-color: var(--ibiz-control-list-active-bg-color); -} - .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { - border-radius: 0; -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, -.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { - background-color: var(--ibiz-color-fill-0); - padding-bottom: 8px; -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { - padding: 10px 0; -} - - - /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ - margin: -15% 0% 0% -35%; + .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { +fill: var(--van-gray-6); +} +/* 适配有视图头的情况 */ +.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); +} +/* 适配首页仪表盘 */ +.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} + .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ + width: 105px; +} +.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { + width: 112px; + padding-left: 3px; +} +.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ + width: 108px; +} + .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ + font-size: 18px; +} +.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ + width: 24px; +} + .ibiz-quill .van-popup .ql-editor.ql-blank { + padding: 12px 15px; +} +.ibiz-quill .van-popup .ql-editor.ql-blank::before { + left: 15px; +} + .mob_workspace_style .ibiz-view-content--view_content{ + display: block !important; +} + +.mob_workspace_style .ibiz-panel-container--view_content > div { + display: block !important; +} + /* 卡片 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ + flex-wrap: unset; + overflow: scroll; + padding-left: 0.5rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ + display: none; +} +/* 背景定位 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { + position: relative; + border: 1px solid #eeeeee; + border-radius: 5px; + box-shadow: none; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ + content: ''; + display: inline-block; + width: 100%; + height: 36px; + position: absolute; + top: 0; + left: 0; + z-index: 6; + background-color: var(--ibiz-color-disabled-fill); +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ + position: relative; + z-index: 10; +} + + .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ + font-weight: bolder; + font-size: 0.95rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ + color: #6a6a6a; +} + +.ibiz-control-appmenu .van-tabbar-item__icon{ + width: 16px; +} +/* 最近访问 显示更多 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; + padding-left: 0; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ + font-size: 0.95rem; + color: #6698ff; +} + + .mob-home-style .ibiz-panel-container-group-header{ + border-bottom: 0px !important; + height: 25px; +} +.mob-home-style .ibiz-panel-container-group__caption{ + font-size: 16px !important; + font-weight: 400 !important; +} +.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} +.mob-home-style .ibiz-panel-field--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} + /* 标题 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + + +/* 容器元素换行 */ +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} + +/* 为空不显示 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { + display: none; +} + /* 字体颜色、位置 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} + +/* 依赖名称 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ + color: #aaaaaa; +} + /* 最近访问 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .ibiz-form-group--grouppanel_attachment_create{ + position: relative; +} + .mob_descript_comment .ibiz-quill-preview__edit { + top: -2.125rem; + right: 0; +} + + .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .mob-library-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-library-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-library-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 110px; + top: 2px; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { + top: -230px !important; +} + .mob_login_style .ibiz-panel-container-image{ + background-size: cover; +} +.mob_login_style .ibiz-rawitem__image path{ + fill: #219cf0; +} +.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-button--auth_loginbutton{ + border-radius: 10px; + border: 1px solid #c2c2c2; +} +.mob_login_style .van-field__control::placeholder{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container4{ + margin-top: 15vh; +} +.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ + font-size: 28px; + font-weight: 600; + color: #2fbaf5; +} + .ibiz-form-group { + padding: 0; +} +.ibiz-form-group--style2 { + padding: 4px; + border-radius: 0; +} +.ibiz-form-group--style2 > .ibiz-form-group-header { + border-radius: 4px 4px 0 0; +} +.ibiz-form-group--style2 > .ibiz-form-group__content { + padding: 4px 0; + background-color: var(--ibiz-form-group-header-bg-color); + border-radius: 4px; +} +.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { + padding-top: 0; +} + + .mob_comment_list_style .ibiz-panel-button{ + border: 0; +} +.mob_comment_list_style .ibiz-panel-button-content--icon{ + font-size: 18px; +} +.mob_comment_list_style .ibiz-panel-container--container2{ + margin-top: 10px; +} +.mob_comment_list_style .ibiz-mob-personal-info-content__tip { + margin-top: -15px; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { + margin-top: 0px !important; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ + margin: -12px 0px 0px 40px; + color: #9d9d9d; +} +.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { + margin-left: 40px; + width:auto; +} +.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ + height: 0px !important; +} + .mob-comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-3); + color: var(--ibiz-color-text-2); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.mob-comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .comment_style_main{ + background: white; + position: relative; + z-index: 1; + box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); +} +.comment_style_main .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.comment_style_main .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-button{ + border: 0; +} +.comment_style_main #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} +.comment_style_main .ibiz-panel-field--comment_count span{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-field--attention_count span{ + color: #aaaaaa; +} + .comment_style_list{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.comment_style_list .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; +} +.comment_style_list .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_list .ibiz-panel-button{ + height: 32px; + width: 50px; + background: #6698ff; + color: white; + border-radius: 5px; +} +.comment_style_list #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + .mob_md_view_style{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.mob_md_view_style .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.mob_md_view_style .ibiz-rawitem__text{ + color: #aaaaaa; +} +.mob_md_view_style .ibiz-panel-button{ + border: 0; +} +.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + /* 标题 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 负责人 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { + /* display: none; */ +} + +/* 图标,防止字数过多时发生形变 */ +.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +/* 防止出现滚动条 */ +.mob_common_list_style .ibiz-panel-container>.ibiz-row { + overflow-y: hidden !important; +} + /* 容器元素换行 */ +.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { + display: none; +} +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ + justify-content: center; + width: 38px; +} + .ibiz-portal-view.ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-0); +} +.ibiz-portal-view .ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-1); +} + .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ + font-size: 14px !important; +} + .mob-idea-md-view-style { + position: relative; +} +.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_page_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_style .ibiz-form-item--publish_name { + padding-left: 10px; +} + .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ + margin: 0; + border-radius: 0; + width: auto; + overflow: visible; +} +.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, +.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ + border: none; + background: transparent; +} +.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ + right: 0.35rem; + top: -45px; +} +.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ + margin-right: 10px; +} +.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ + overflow: visible; +} + .mob-advanced-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-advanced-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-advanced-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 95px; + top: 3px; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .space_main_list_syle .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + +.space_main_list_syle .ibiz-icon svg.icon path { + fill: #20A0FF; +} + .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.space_mob_page_style .ibiz-control-viewlayoutpanel-content { + background-color: rgba(255, 255, 255, 1); +} + +.space_mob_page_style .ibiz-panel-field--name span{ + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.space_mob_page_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + /* margin-top: 5px; */ +} + +.space_mob_page_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} +.space_mob_page_style .ibiz-panel-rawitem--static_image1{ + padding: 0px 15px 0px 0px; +} + /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { + position: fixed; + bottom: 135px; + right: 30px; + z-index: 1000; + width: 44px; + height: 44px; + border-radius: 50%; + background-color: white; + box-shadow: 1px 4px 6px 3px #dad7d7; +} */ + +.mob_page_edit_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_edit_style .ibiz-form-item--publish_name { + padding-left: 10px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { + margin-bottom: 6px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ + padding-top: 5px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel3{ + position: relative; +} + /* 评论容器取消发送按钮位置 */ +.space-page-view .ibiz-panel-container--container_comment{ + position: relative; +} +.space-page-view .ibiz-panel-button--comment__cancel, +.space-page-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 14px; +} +.space-page-view .ibiz-panel-button--comment__cancel { + right: 90px; +} +.space-page-view .ibiz-control-form { + height: 100%; + overflow: auto; +} +.space-page-view .ibiz-control-form img { + max-width: 100%; +} +/* 修复附件表格滚动条异常 */ +.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { + max-height: 100%; +} +/* 修复评论编辑页关注人滚动条异常 */ +.space-page-view .ibiz-attention-select-value-multiple{ + overflow: hidden; +} +.space-page-view .ibiz-panel-container--right_container{ + border-left: 1px solid #e7e7e7; +} + + + .space-page-view .ibiz-toolbar-item-counter { + background-color: #e0e0e0 !important; + color: grey !important; + margin-left: 10px !important; +} + .purple-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #d2d8ed; + vertical-align: inherit; +} +.ibiz-span .purple-span { + margin: 4px 0; +} + .red-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #fcd0cb; + vertical-align: inherit; +} +.ibiz-span .red-span { + margin: 4px 0; +} + + + .mob-red-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: red; +} + .green-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ccf2cc; + vertical-align: inherit; +} +.ibiz-span .green-span { + margin: 4px 0; +} + .mob-green-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: #3ae23a; +} + .ibiz-form-item{ + --ibiz-form-item-placeholder-color:#cacaca; +} +.el-input{ + --el-input-placeholder-color:#cacaca; +} + .more_log_style .ibiz-control-toolbar__item { + position: absolute !important; + margin: -65px 0px 0px -65px !important; +} + +.more_log_style .el-button { + --el-button-bg-color: none !important; + --el-button-text-color: rgb(70 107 144) !important; + --el-button-hover-text-color: none !important; + --el-button-hover-bg-color: none !important; + --el-button-hover-border-color: none !important; + --el-button-active-text-color: node !important; + --el-button-active-bg-color: none !important; +} + .blue-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #c8e8fa; + vertical-align: inherit; +} +.ibiz-span .blue-span { + margin: 4px 0; +} + .mob-blue-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: blue; +} + /* 表单分组标题 */ +.ibiz-form-group__caption{ + font-size: var(--ibiz-form-item-container-font-size); + font-weight: var(--ibiz-form-group-caption-font-regular); + color: var(--ibiz-form-item-container-label-color); +} + .form-group-to-grid-header { + height: 54px; + background-color: rgba(var(--ibiz-grey-1), 1); +} +.form-group-to-grid-header .ibiz-row--grid { + display: flex; + align-items: center; +} +.form-group-to-grid-header .ibiz-form-raw-item { + padding: 8px 4px; +} + /* 表格头全局样式 */ +body .ibiz-control-grid { +--ibiz-control-grid-header-height: 54px; /* 重新赋值 */ +} +/* 适配增加的高度,使表格头垂直居中 */ +body .ibiz-control-grid__table .el-table__header-wrapper .cell { +padding-top: 16px; +padding-bottom: 16px; +} + .normal-rich-text *{ + font-style: normal !important; + text-decoration: none !important; + color: rgb(85, 91, 97) !important; + background-color: transparent !important; + font-size: 14px !important; + font-weight: 400 !important; + text-align: left !important; + text-overflow: ellipsis; + text-wrap: nowrap; + word-break: break-all; +} +.normal-rich-text a { + pointer-events: none; +} + .ibiz-panel-view-content { + --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); +} + /* 视图右侧padding */ +.ibiz-panel-view-header .ibiz-panel-container--view_header_right { + padding: 0 var(--ibiz-spacing-tight); +} +/* 树padding */ +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding: 0 var(--ibiz-spacing-tight); +} +.ibiz-control-treeexpbar .ibiz-panel-exp-header { + padding: 0 var(--ibiz-spacing-tight); +} + .view-content-no-padding .ibiz-panel-view-content { + padding: 0; +} +.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { + padding: var(--ibiz-panel-view-content-padding); +} + + .ibiz-view-message { + padding: var(--ibiz-spacing-tight); +} +.ibiz-view-message .el-alert--info.is-light { + background-color: var(--el-alert-bg-color); +} + /* 全局 计数器 样式 */ +.ibiz-badge.ibiz-badge { +min-width: 16px; +text-align: center; +font-size: var(--ibiz-font-size-small); +padding: 0 var(--ibiz-spacing-extra-tight); +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} +/* 表单分页计数器 */ +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { + padding-right: var(--ibiz-spacing-base-loose); + position: relative; +} +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-text-3); + background-color: var(--ibiz-color-fill-0); + padding: 0 var(--ibiz-spacing-extra-tight); + top: calc(50% - 2px); + font-size: var(--ibiz-font-size-small); + right: var(--ibiz-font-size-header-6); +} +.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + + /* .discuss_bottom_shadow_style{ + position: relative; + box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); + padding: 2px 0px 0px 0px; } */ - -/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ - position: relative; - box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); + .discuss_reply_padding .ibiz-form-group-content{ + padding-left: 5px; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ + padding-left: 0; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ + padding-left: 0; +} + .mob_list_view_style { + position: relative; +} +.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); +} +.mob_list_view_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + +.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { + position: absolute; + right: 40px; +} + .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container svg { + width: 24px; +} + +.mob_discuss_reply_list_style .ibiz-panel-field--total { + margin-right: 2px; + margin-top: 1px; +} + +.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { + margin-top: 9px; + display: inline-grid; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { + margin-top: 9px; + display: inline-grid; +} + .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { + margin-left: 15px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, +.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { + padding-left: 8px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group__content { + background-color: white; +} + .discuss-border-style .ibiz-grid-field-column__script{ + width: 70px; + text-align: center; + border: 1px solid #eee; + border-radius: 20px; + padding: 0px 10px; +} + .mob_discuss_post_status_style .van-field__body { + background-color: var(--ibiz-color-primary-light-hover); + border-radius: 20px; + height: 36px; + width: 85px; +} + +.mob_discuss_post_status_style .van-field__body span { + color: var(--ibiz-color-primary); +} + +.mob_discuss_post_status_style .ibiz-form-item-container { + padding: 0px; +} + +.mob_discuss_post_status_style .van-field__right-icon { + display: none; +} + +.mob_discuss_post_status_style .van-field__control--custom { + justify-content: center !important; +} + .discusses_mob_list_style .ibiz-panel-container--container span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 span, +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, +.discusses_mob_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { + height: 24px; + width: 24px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { + font-size: 8px; + min-width: 20px; + min-height: 20px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { + width: 20px; + height: 20px; +} + .discusses_mob_list_style .ibiz-panel-container--container2 { + width: 55px; + height: 23px; + border: 1px solid #d8d8d8; + border-radius: 10px; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 span, +.discusses_mob_list_style .ibiz-panel-container--container2 { + display: flex; + align-items: center; + justify-content: center; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { + margin-top: 1px; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { + margin-right: 3px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { + margin-top: 2px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { + margin-top: -3px; +} + +.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + /* .discusses_mob_list_style { + position: relative; +} +.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); } */ -.msg_bottom_shadow_style .msg_heard_style{ - border-bottom: 1px solid #ebebeb; -} - - .notify_field_checkbox_style .el-checkbox{ - width: 120px; -} - - - .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { - margin: 0px 0px 4px; -} - -/* .management_setting_style .ibiz-breadcrumb { - display: none !important; + .post_edit_title_style .ibiz-panel-container--topic_container { + padding-left: 16px; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { + display: none !important; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { + padding: 0 !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name { + padding: 0 8px 0 16px !important; +} + +.post_edit_title_style .ibiz-identifier-title { + padding-left: 8px !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name span { + color: var(--el-text-color-regular); + font-size: var(--ibiz-font-size-header-5); + font-weight: var(--ibiz-font-weight-regular); +} + +.post_edit_title_style .ibiz-panel-field--topic_name::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: 20px; + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: 2px; + transform: translateY(-50%); +} + .discuss-comment-btn{ + width: 100px; +} +.discuss-comment-btn .el-button{ + min-height: var(--ibiz-height-control-default); + min-width: var(--ibiz-height-control-default); + background: transparent; + border: none; + color: var(--ibiz-color-text-3); + font-size: var(--ibiz-font-size-header-6); + padding: 8px; +} +.discuss-comment-btn .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { + border: none; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { + width: 20px; +} + +.mob_discuss_detal_list_style .ibiz-panel-field--total { + margin-left: 2px; + margin-right: 2px; + margin-top: 1px; +} + /* 详情页中的 容器边距 */ +.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ + margin: 10px; + border-radius: 10px; + /* background-color: white; */ +} +/* 选中分页 */ +.mob-details-style .van-tab--active{ + color: #6698ff; +} +.mob-details-style .van-tabs__line{ + background: #6698ff; +} + +.mob-details-style .ibiz-form-item--create_time span { + margin-top: 3px; +} + +.mob-details-style .van-tabs__wrap { + background-color: white; +} + +.mob-details-style .van-tabs__nav { + display: inline-flex !important; + margin-left: 30px; +} + +.mob-details-style .van-tab { + margin-right: 40px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 span { + display: inline-grid; + margin-top: 9px; +} + .mob-details-style .ibiz-form-group--grouppanel1 svg { + width: 28px; + height: 28px; + margin-left: 15px; +} + +.mob-details-style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; + display: inline-grid; + margin-top: 7px; +} + +.mob-details-style .ibiz-form-group--grouppanel2 span, +.mob-details-style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob-details-style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob-details-style .ibiz-form-item--name { + padding-left: 8px; +} + +.mob-details-style .ibiz-form-item--status { + padding-top: 10px; +} + .review_btn_style button[title="通过"] { + background-color: green; +} + +.review_btn_style button[title="拒绝"] { + background-color: red; +} + .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ + font-size: 12px; + color: #979899; +} + +.review-results-style .ibiz-form-item--title .ibiz-span{ + font-size: 16px; + font-weight: 600; +} + +.review-results-style .ibiz-mdctrl-container-item{ + border-top: 1px solid #dbdbdb; +} + +.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: white; + border-left: none; +} + .comment-list-height-auto .ibiz-no-data { + padding: 0; + --el-empty-image-width: 64px; + --el-empty-description-margin-top: 6px; +} +.comment-list-height-auto img { + max-width: 100%; +} +/* 流转空数据 */ +.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { + margin-top: -8px; +} + .comment-replay { + padding: 0 12px; + background-color: var(--ibiz-color-bg-0); +} +.comment-replay .ibiz-rawitem, +.comment-replay .ibiz-code-list__item, +.comment-replay .ibiz-panel-item-render--pcontent { + color: #999; +} +.comment-replay .ibiz-panel-item-render--pcontent { + display: flex; +} +.comment-replay .ibiz-panel-item-render--pcontent p { + margin: 8px 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.comment-replay .ibiz-raw__script .comment-tag { + pointer-events: none; +} + .comment_icon .ibiz-rawitem{ + font-size:24px; + opacity:0.5; + padding:8px 0; +} + .comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-0); + color: var(--ibiz-editor-default-text-color); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .mob_topic_discuss_list_style .ibiz-control-toolbar__item { + display: block !important; +} + +.mob_topic_discuss_list_style { + position: relative; +} +.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); + background-color: white !important; +} +.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { + top: 18px; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .resource-capacity-view .ibiz-panel-view-content--view_content { + padding: 0 var(--ibiz-spacing-tight); +} + +.resource-capacity-view .ibiz-form-page, +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { + height: 100% +} + +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { + height: calc(100% - 54px); +} + +.resource-capacity-view .ibiz-form-group--header { + line-height: 52px; + overflow-y: scroll; + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-capacity-view .ibiz-form-group--body { + overflow-y: scroll; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { + padding: 0; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { + height: 52px; + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { + height: 100%; + display: flex; + align-items: center; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { + overflow: hidden; +} +.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { + margin-left: var(--ibiz-spacing-extra-tight); +} + .road-map-view .time-line { + display: flex +} +.road-map-view .time-line-right { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: center; + padding: 70px 8px 8px 8px; +} +.road-map-view .time-line-right--title { + width: 100px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + margin-bottom: 40px; + padding: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); +} +.road-map-view .time-line-right--caption { + color: var(--ibiz-color-primary); + font-weight: var(--ibiz-font-weight-bold); +} +.road-map-view .time-line-right--description { + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} +.road-map-view .time-line-left { + flex-grow: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: var(--ibiz-spacing-base); +} + .road-map-view .time-line-left--line { + width: 100%; + height: 4px; + display: flex; + margin: 80px 20px; + align-items: center; + justify-content: space-between; + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item { + width: 12.5%; + flex-grow: 1; + position: relative; +} +.road-map-view .time-line-left--item:last-child { + background-color: var(--ibiz-color-white); +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { + bottom: 15px; +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__content { + bottom: 54px; +} +.road-map-view .time-line-left--item__dot { + width: 12px; + height: 12px; + border-radius: 50%; + background-color: var(--ibiz-color-white); + border: 3px solid var(--ibiz-color-success-hover); +} + .road-map-view .time-line-left--item__vertical { + width: 2px; + height: 36px; + position: absolute; + transform: translateX(5px); + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item__content { + display: flex; + bottom: -70px; + cursor: pointer; + width: max-content; + position: absolute; + align-items: center; + flex-direction: column; + justify-content: center; +} +.road-map-view .time-line-left--item__caption { + width: 100%; + color: var(--ibiz-color-text-0); + font-size: var(--ibiz-font-size-regular); +} +.road-map-view .time-line-left--item__time { + width: 100%; + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} + +.road-map-view .time-line-left--item__content a { + text-decoration: unset !important; +} + .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { + padding-left: 18px; +} + + .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ + width: 76px; + text-align: center; +} + .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { + display: none; +} + .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { + padding: 10px 10px 0 10px; + background-color: transparent; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { + background-color: var(--ibiz-color-bg-1); + border-radius: 5px; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item.is-active .ibiz-control-list-item { + background-color: var(--ibiz-control-list-active-bg-color); +} + .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { + border-radius: 0; +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, +.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { + background-color: var(--ibiz-color-fill-0); + padding-bottom: 8px; +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { + padding: 10px 0; +} + + + /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ + margin: -15% 0% 0% -35%; +} */ + +/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ + position: relative; + box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); +} */ +.msg_bottom_shadow_style .msg_heard_style{ + border-bottom: 1px solid #ebebeb; +} + + .notify_field_checkbox_style .el-checkbox{ + width: 120px; +} + + + .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { + margin: 0px 0px 4px; +} + +/* .management_setting_style .ibiz-breadcrumb { + display: none !important; } */ - .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, -.common-level-average::after{ -background-color: var(--ibiz-color-primary) !important; -} - /* 圆 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -content: ''; -display: block; -width: 12px; -height: 12px; -min-width: 12px; -max-width: 12px; -margin-right: var(--ibiz-spacing-extra-tight); -border-radius: 50%; -background-color: var(--ibiz-color-fill-0); -} - /* 基础定位 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input, -.common-level-veryimportant, -.common-level-important, -.common-level-average, -.common-level-unimportant, -.common-level-unknown { -position: relative; -padding-left: var(--ibiz-spacing-base); -} -/* 圆对齐及间距 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { -display: flex; -align-items: center; -margin: 0; -padding: 0; -} -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -margin-right: var(--ibiz-spacing-base-loose); -} -.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { -height: 12px; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { -margin-left: 3px; -} - -/* 最后一个圆的定位 */ -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -position:absolute; -left:0; -} -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ -left:var(--ibiz-spacing-tight); -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -left:var(--ibiz-spacing-tight); -} -/* 编辑器弹框按钮样式 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, -.common-level-dropdown .ibiz-dropdown .el-select .el-input{ -min-height:var(--ibiz-height-control-default); -padding:0 var(--ibiz-spacing-tight); -padding-left:var(--ibiz-spacing-loose); -display:flex; -align-items:center; -border-radius:var(--ibiz-border-radius-small); -cursor:pointer; -} - .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { -min-height: 32px; -margin: 0; -} -/* 编辑态按钮 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input { -overflow: hidden; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { -display: none; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { -position: absolute; -left: 0; -margin-left: var(--ibiz-spacing-base); -border-radius: var(--ibiz-border-radius-small); -} -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { -padding: 0; -margin: 0; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { -min-width: 12px; -max-width: 12px; -box-shadow: none !important; -} - /* 移入效果 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, -.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { -background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { -background-color: var(--ibiz-color-bg-0); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { -background-color: var(--ibiz-color-primary-light-default); -} -/* 表格内样式 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { -margin-left: -4px; -} -/* 表格内文字不显示 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { -font-size: 0; -} -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { -width: 0; -height: 0; -} - /* 自适应宽度 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { -width: auto; -} -.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { - padding: 0; -} - .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, -.common-level-unknown::after, -.common-level-unknown::before, -.common-level-unknown>span::before { -background-color: transparent !important; -box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; -} - .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, -.common-level-important::after, -.common-level-important::before{ -background-color: var(--ibiz-color-primary) !important; -} - .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, -.common-level-veryimportant::after, -.common-level-veryimportant::before, -.common-level-veryimportant>span::before { -background-color: var(--ibiz-color-primary) !important; -} - .idea_tree_node_style .ibiz-panel-field--title{ - font-size: 14px; - font-weight: 600; -} -.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ - margin: 0px 0px 0px 10px; - width: 50px; - height: 30px; - border-radius: 10px; - background: #d4d4d4; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ - color: #999999; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} - .page_info_style .ibiz-form-item-container--left { - text-align: left; -} - -.page_info_style .ibiz-form-item-container__label { - text-align: left; -} - - /* 按钮样式 */ -.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_page_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .project-notice-style .ibiz-portlet-layout-content, -.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ - overflow: visible; -} -.project-notice-style .ibiz-html-custom-toolbar { - position: absolute; - top: -55px; -} -.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ - width: 44px; - } - - - /* 分组面板高度自适应 */ -.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ - height: 100% !important; -} - -/* 去掉下划线 */ -.mob_project_overview_style .ibiz-form-item-container::after{ - height: 0px; -} - .project_warning_style .ibiz-panel-container--container1 { - background-color: orange; - cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container2 { - background-color: deepskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container3 { - background-color: dodgerblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container7 { - background-color: aliceblue -} - -.project_warning_style .ibiz-panel-container--container5 { - background-color: lightskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container6 span { - color: white; -} - -.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { - font-weight: bold; - font-size: 28px; -} - -.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { - font-size: 16px; -} - - - .project_warning_style .ibiz-panel-field--overdue_ratio span { - font-size: 28px; - color: deepskyblue; - font-weight: bold; -} - -.project_warning_style .ibiz-panel-rawitem--static_text3 span { - font-size: 16px; -} - -.project_warning_style .ibiz-panel-container--page_container { - margin-top: 10px; -} - -.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { - position: relative; -} - -.project_warning_style .ibiz-panel-rawitem--static_image, -.project_warning_style .ibiz-panel-rawitem--static_image1, -.project_warning_style .ibiz-panel-rawitem--static_image2, -.project_warning_style .ibiz-panel-rawitem--static_image3 { - top: 6px; - position: absolute; - right: 22px; -} - .project_warning_style .ibiz-panel-container--container8, -.project_warning_style .ibiz-panel-container--container9, -.project_warning_style .ibiz-panel-container--container10 { - padding: 18px 15px; -} - -.project_warning_style .ibiz-panel-container--container11 { - padding: 15px 40px 15px 15px; -} - - /* 背景定位 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { -position: relative; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ -content: ''; -display: inline-block; -width: 100%; -height: 36px; -position: absolute; -top: 0; -left: 0; -z-index: 6; -background-color: var(--ibiz-color-disabled-fill); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -position: relative; -z-index: 10; -} -/* 字体样式 */ -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { -width: 100%; -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { -font-size: var(--ibiz-font-size-header-5); -color: var(--ibiz-color-text-0); -} - .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { -color: var(--ibiz-color-text-3); -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { -font-size: 0; -} -/* 设置边距 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { -margin-top: var(--ibiz-spacing-base); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -padding-top: 22px; -padding-bottom: 0px; -} - .mob_home_my_style{ - position: relative; -} -.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_home_my_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .advancedSearch .ibiz-form-group-header { - border-bottom: none; - } -.advancedSearch .ibiz-teleport-placeholder { - height: 100%; - background-color: #fbfbfb; - border-left: 1px solid #eee; -} -.advancedSearch .ibiz-control-searchbar-quick-search{ - width: 100%; - margin:0 32px; -} -.advancedSearch .ibiz-panel-view-header { - border-bottom:none; -} -.advancedSearch .ibiz-control-captionbar-caption::before{ - display:none; -} -.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { - padding: 0 32px; -} -.advancedSearch .ibiz-panel-view-content { - padding: 8px 32px 0px 32px; -} -.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ - --el-input-height:46px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { - border-radius: 4px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { - font-size:18px; - } - - .cursor_style { - cursor: pointer; + .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, +.common-level-average::after{ +background-color: var(--ibiz-color-primary) !important; +} + /* 圆 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +content: ''; +display: block; +width: 12px; +height: 12px; +min-width: 12px; +max-width: 12px; +margin-right: var(--ibiz-spacing-extra-tight); +border-radius: 50%; +background-color: var(--ibiz-color-fill-0); +} + /* 基础定位 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input, +.common-level-veryimportant, +.common-level-important, +.common-level-average, +.common-level-unimportant, +.common-level-unknown { +position: relative; +padding-left: var(--ibiz-spacing-base); +} +/* 圆对齐及间距 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { +display: flex; +align-items: center; +margin: 0; +padding: 0; +} +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +margin-right: var(--ibiz-spacing-base-loose); +} +.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { +height: 12px; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { +margin-left: 3px; +} + +/* 最后一个圆的定位 */ +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +position:absolute; +left:0; +} +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ +left:var(--ibiz-spacing-tight); +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +left:var(--ibiz-spacing-tight); +} +/* 编辑器弹框按钮样式 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, +.common-level-dropdown .ibiz-dropdown .el-select .el-input{ +min-height:var(--ibiz-height-control-default); +padding:0 var(--ibiz-spacing-tight); +padding-left:var(--ibiz-spacing-loose); +display:flex; +align-items:center; +border-radius:var(--ibiz-border-radius-small); +cursor:pointer; +} + .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { +min-height: 32px; +margin: 0; +} +/* 编辑态按钮 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input { +overflow: hidden; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { +display: none; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { +position: absolute; +left: 0; +margin-left: var(--ibiz-spacing-base); +border-radius: var(--ibiz-border-radius-small); +} +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { +padding: 0; +margin: 0; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { +min-width: 12px; +max-width: 12px; +box-shadow: none !important; +} + /* 移入效果 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, +.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { +background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { +background-color: var(--ibiz-color-bg-0); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { +background-color: var(--ibiz-color-primary-light-default); +} +/* 表格内样式 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { +margin-left: -4px; +} +/* 表格内文字不显示 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { +font-size: 0; +} +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { +width: 0; +height: 0; +} + /* 自适应宽度 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { +width: auto; +} +.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { + padding: 0; +} + .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, +.common-level-unknown::after, +.common-level-unknown::before, +.common-level-unknown>span::before { +background-color: transparent !important; +box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; +} + .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, +.common-level-important::after, +.common-level-important::before{ +background-color: var(--ibiz-color-primary) !important; +} + .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, +.common-level-veryimportant::after, +.common-level-veryimportant::before, +.common-level-veryimportant>span::before { +background-color: var(--ibiz-color-primary) !important; +} + .idea_tree_node_style .ibiz-panel-field--title{ + font-size: 14px; + font-weight: 600; +} +.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ + margin: 0px 0px 0px 10px; + width: 50px; + height: 30px; + border-radius: 10px; + background: #d4d4d4; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ + color: #999999; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} + .page_info_style .ibiz-form-item-container--left { + text-align: left; +} + +.page_info_style .ibiz-form-item-container__label { + text-align: left; +} + + /* 按钮样式 */ +.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_page_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .project-notice-style .ibiz-portlet-layout-content, +.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ + overflow: visible; +} +.project-notice-style .ibiz-html-custom-toolbar { + position: absolute; + top: -55px; +} +.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ + width: 44px; + } + + + /* 分组面板高度自适应 */ +.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ + height: 100% !important; +} + +/* 去掉下划线 */ +.mob_project_overview_style .ibiz-form-item-container::after{ + height: 0px; +} + .project_warning_style .ibiz-panel-container--container1 { + background-color: orange; + cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container2 { + background-color: deepskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container3 { + background-color: dodgerblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container7 { + background-color: aliceblue +} + +.project_warning_style .ibiz-panel-container--container5 { + background-color: lightskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container6 span { + color: white; +} + +.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { + font-weight: bold; + font-size: 28px; +} + +.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { + font-size: 16px; +} + + + .project_warning_style .ibiz-panel-field--overdue_ratio span { + font-size: 28px; + color: deepskyblue; + font-weight: bold; +} + +.project_warning_style .ibiz-panel-rawitem--static_text3 span { + font-size: 16px; +} + +.project_warning_style .ibiz-panel-container--page_container { + margin-top: 10px; +} + +.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { + position: relative; +} + +.project_warning_style .ibiz-panel-rawitem--static_image, +.project_warning_style .ibiz-panel-rawitem--static_image1, +.project_warning_style .ibiz-panel-rawitem--static_image2, +.project_warning_style .ibiz-panel-rawitem--static_image3 { + top: 6px; + position: absolute; + right: 22px; +} + .project_warning_style .ibiz-panel-container--container8, +.project_warning_style .ibiz-panel-container--container9, +.project_warning_style .ibiz-panel-container--container10 { + padding: 18px 15px; +} + +.project_warning_style .ibiz-panel-container--container11 { + padding: 15px 40px 15px 15px; +} + + /* 背景定位 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { +position: relative; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ +content: ''; +display: inline-block; +width: 100%; +height: 36px; +position: absolute; +top: 0; +left: 0; +z-index: 6; +background-color: var(--ibiz-color-disabled-fill); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +position: relative; +z-index: 10; +} +/* 字体样式 */ +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { +width: 100%; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { +font-size: var(--ibiz-font-size-header-5); +color: var(--ibiz-color-text-0); +} + .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { +color: var(--ibiz-color-text-3); +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { +font-size: 0; +} +/* 设置边距 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { +margin-top: var(--ibiz-spacing-base); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +padding-top: 22px; +padding-bottom: 0px; +} + .mob_home_my_style{ + position: relative; +} +.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_home_my_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .advancedSearch .ibiz-form-group-header { + border-bottom: none; + } +.advancedSearch .ibiz-teleport-placeholder { + height: 100%; + background-color: #fbfbfb; + border-left: 1px solid #eee; +} +.advancedSearch .ibiz-control-searchbar-quick-search{ + width: 100%; + margin:0 32px; +} +.advancedSearch .ibiz-panel-view-header { + border-bottom:none; +} +.advancedSearch .ibiz-control-captionbar-caption::before{ + display:none; +} +.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { + padding: 0 32px; +} +.advancedSearch .ibiz-panel-view-content { + padding: 8px 32px 0px 32px; +} +.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ + --el-input-height:46px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { + border-radius: 4px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { + font-size:18px; + } + + .cursor_style { + cursor: pointer; } /*** END:系统样式表 ***/ \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_catalog.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_catalog.json index 743463edd309fd2e7c3fdce3d3b1aa8cc0fdda35..1a31a5aa2983cb7d7df8c08d746b857ae738cd98 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_catalog.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_catalog.json @@ -14,14 +14,6 @@ "codeName" : "idea_state", "text" : "需求状态", "value" : "idea_state" - }, { - "codeName" : "ticket_state", - "text" : "工单状态", - "value" : "ticket_state" - }, { - "codeName" : "release_stage", - "text" : "发布阶段", - "value" : "release_stage" }, { "codeName" : "idea_priority", "text" : "需求优先级", @@ -34,6 +26,58 @@ "codeName" : "idea_type", "text" : "需求类型", "value" : "idea_type" + }, { + "codeName" : "ticket_state", + "text" : "工单状态", + "value" : "ticket_state" + }, { + "codeName" : "ticket_solution", + "text" : "工单解决方案", + "value" : "ticket_solution" + }, { + "codeName" : "ticket_priority", + "text" : "工单优先级", + "value" : "ticket_priority" + }, { + "codeName" : "release_stage", + "text" : "发布阶段", + "value" : "release_stage" + }, { + "codeName" : "work_item_probability", + "text" : "工作项复现概率", + "value" : "work_item_probability" + }, { + "codeName" : "work_item_priority", + "text" : "工作项优先级", + "value" : "work_item_priority" + }, { + "codeName" : "work_item_severity", + "text" : "工作项严重程度", + "value" : "work_item_severity" + }, { + "codeName" : "work_item_risk", + "text" : "工作项风险", + "value" : "work_item_risk" + }, { + "codeName" : "work_item_category", + "text" : "工作项任务类别", + "value" : "work_item_category" + }, { + "codeName" : "test_case_type", + "text" : "测试用例类型", + "value" : "test_case_type" + }, { + "codeName" : "test_case_level", + "text" : "测试用例重要程度", + "value" : "test_case_level" + }, { + "codeName" : "test_case_test_type", + "text" : "测试用例测试类型", + "value" : "test_case_test_type" + }, { + "codeName" : "test_case_status", + "text" : "测试用例状态", + "value" : "test_case_status" } ], "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json index 3c7e3f4771e792f1b7795e7d493cf52ab93b1b65..147ea570795a407e275ce1ea45603cedcaabc81d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__idea_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__idea_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_idea_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -56,5 +74,13 @@ "textCls" : "green-span", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json index 15cb4aba820803725842e4ebba85deb81665f270..9f78eb1746496fc92baefd487933d01014505c87 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json @@ -10,6 +10,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求状态", "getPSAppDEDataSet" : { "modelref" : true, diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__product_customer.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__product_customer.json deleted file mode 100644 index 290d43d44cba771d79c3945c02c0c6b956b73218..0000000000000000000000000000000000000000 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__product_customer.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "cacheTimeout" : 1000, - "codeListTag" : "ProdMgmt__product_customer", - "codeListType" : "DYNAMIC", - "codeName" : "ProdMgmt__product_customer", - "dynaInstMode" : 0, - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__product_customer.json", - "emptyText" : "未定义", - "name" : "产品客户", - "getPSAppDEDataSet" : { - "modelref" : true, - "id" : "fetch_normal" - }, - "getPSAppDataEntity" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" - }, - "getTextPSAppDEField" : { - "name" : "NAME", - "codeName" : "name" - }, - "getValuePSAppDEField" : { - "name" : "ID", - "codeName" : "id" - }, - "enableCache" : true -} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__solutions.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__solutions.json index f502a55f30eeba20228c890777d45471ee6b3759..195f828ddbfbd6738a18616576f34e2cd706d2d1 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__solutions.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__solutions.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__solutions", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__solutions", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__solutions.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单解决方案", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_ticket_solution" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -39,5 +57,13 @@ "text" : "不予采纳", "value" : "70" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_priority.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_priority.json index 6f8d4898b187f76ac9215dcc1a61f76bfced6520..3c8349a9777bf8cb7849d45dc9da63f52f9a3c02 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_priority.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_priority.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__ticket_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__ticket_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_ticket_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -56,5 +74,13 @@ "textCls" : "green-span", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json index a36e409671118b6d6c84de02c7d0e65cca17f2a0..a865f41190060d8a8243dbac6e3d7d4a982d3bdd 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json @@ -10,6 +10,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单状态", "getPSAppDEDataSet" : { "modelref" : true, diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json index 82003e116aade642bb019b81f6e72e5cd106009c..1da3fb9308c403e632577cb9b459b05c92e1e1ee 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json @@ -1,4 +1,5 @@ { + "cacheTimeout" : 1000, "getClsPSAppDEField" : { "name" : "STYLE", "codeName" : "style" @@ -13,6 +14,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "发布所属阶段", "getPSAppDEDataSet" : { "modelref" : true, @@ -29,5 +35,6 @@ "getValuePSAppDEField" : { "name" : "ID", "codeName" : "id" - } + }, + "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__demand_sources.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__demand_sources.json index 80e76d90dd48a7eceb57a94481d1b11faa6b466f..0247b73b31ba3cdea9eec036d919dfb382222c45 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__demand_sources.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__demand_sources.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__demand_sources", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__demand_sources", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__demand_sources.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求来源", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_idea_source" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -31,5 +49,13 @@ "text" : "其他", "value" : "50" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json index 7a7ad46233bef535a21daa8a04189d37a48d04fa..d5292a64f89691e4f0ef6e2a75bafb9463fc02f6 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__reproduction_probability", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__reproduction_probability", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "复现概率", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_probability" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -27,5 +45,13 @@ "text" : "仅出现一次", "value" : "40" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__risk.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__risk.json index b9ff8726db80acfbfecff450eed23bd1a3c6f8e6..ceef5cccfdcb7fc6e05c512036db411be95f9b9e 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__risk.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__risk.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__risk", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__risk", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__risk.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "风险", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_risk" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -23,5 +41,13 @@ "text" : "低", "value" : "30" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json index 9d4db2da03a095ad38f6112567f7f783ab336e58..e92370b46fb2a96dcf023291d7d167dbed332bd4 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__severity", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__severity", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "严重程度", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_severity" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -27,5 +45,13 @@ "text" : "建议", "value" : "40" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__task_category.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__task_category.json index 14aea9735d717e816a50c4726501acb6a5a5124c..53a49cc94de99f5e31afcbf6d655a0074f3b2ee9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__task_category.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__task_category.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__task_category", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__task_category", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__task_category.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "任务类别", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_category" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -43,5 +61,13 @@ "text" : "其他", "value" : "80" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json index 05e93d3584fee1213c4c11d42a57f2fe2ef3ef77..58df2277cde3f6b655e514c3fb6cd251329cc2a2 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__work_item_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__work_item_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_40", @@ -47,5 +65,13 @@ "textCls" : "green-span", "value" : "10" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json index fd9e5f1ce42ca125825beb09abc05b4ed8254682..da0c86e264fb403072b24b5ca4ef73444008a49f 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json @@ -1,11 +1,33 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__case_state", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__case_state", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例状态", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_status" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, "getPSCodeItems" : [ { "codeName" : "item_10", "getPSSysCss" : { @@ -31,5 +53,13 @@ "textCls" : "grey-span", "value" : "30" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json index bbd03ebe6740ffee3a406091bed4f0862524bae6..20be9492aaedc18b9f1a9c3c0cfa35aa294394a2 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_level", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_level", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例重要程度", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_importance_level" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -31,5 +49,13 @@ "text" : "P4", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_test_type.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_test_type.json index c89eb8367e737f3f706bf17c832f0953f2738fe5..cb11b9645b6ce8d3ac9369c71aaea622e160a589 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_test_type.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_test_type.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_test_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_test_type", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_test_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "测试类型", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_test_type" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "automation", @@ -19,5 +37,13 @@ "text" : "手动", "value" : "manual" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json index 8aa0257929b5993ffe3c397cee15d1b1e83482c6..f726f6498f6dc484bbbb0bc5ef7b97b4499cbb41 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json @@ -1,14 +1,32 @@ { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_type", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例类型", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_type" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -47,5 +65,13 @@ "text" : "其他", "value" : "90" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/test_case_dictionary.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/test_case_dictionary.json new file mode 100644 index 0000000000000000000000000000000000000000..f5be5db8d2acded4d2fd1bf31f8f0ad98a3914da --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/test_case_dictionary.json @@ -0,0 +1,27 @@ +{ + "codeListTag" : "test_case_dictionary", + "codeListType" : "STATIC", + "codeName" : "test_case_dictionary", + "dynaInstMode" : 0, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/test_case_dictionary.json", + "emptyText" : "未定义", + "name" : "测试用例字典", + "getPSCodeItems" : [ { + "codeName" : "test_case_type", + "text" : "测试用例类型", + "value" : "test_case_type" + }, { + "codeName" : "test_case_level", + "text" : "测试用例重要程度", + "value" : "test_case_level" + }, { + "codeName" : "test_case_test_type", + "text" : "测试用例测试类型", + "value" : "test_case_test_type" + }, { + "codeName" : "test_case_status", + "text" : "测试用例状态", + "value" : "test_case_status" + } ], + "enableCache" : true +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ticket_dictionary.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ticket_dictionary.json new file mode 100644 index 0000000000000000000000000000000000000000..3aa4a5efb3384e62950e1e74dbd1bd680e0c3575 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/ticket_dictionary.json @@ -0,0 +1,23 @@ +{ + "codeListTag" : "ticket_dictionary", + "codeListType" : "STATIC", + "codeName" : "ticket_dictionary", + "dynaInstMode" : 0, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ticket_dictionary.json", + "emptyText" : "未定义", + "name" : "工单字典", + "getPSCodeItems" : [ { + "codeName" : "ticket_status", + "text" : "工单状态", + "value" : "ticket_status" + }, { + "codeName" : "ticket_solution", + "text" : "工单解决方案", + "value" : "ticket_solution" + }, { + "codeName" : "ticket_priority", + "text" : "工单优先级", + "value" : "ticket_priority" + } ], + "enableCache" : true +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/work_item_dictionary.json b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/work_item_dictionary.json new file mode 100644 index 0000000000000000000000000000000000000000..d61f030c8ef5235fe51b73187bac4ad6a1e4e2f8 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPCODELISTS/work_item_dictionary.json @@ -0,0 +1,31 @@ +{ + "codeListTag" : "work_item_dictionary", + "codeListType" : "STATIC", + "codeName" : "work_item_dictionary", + "dynaInstMode" : 0, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/work_item_dictionary.json", + "emptyText" : "未定义", + "name" : "工作项字典", + "getPSCodeItems" : [ { + "codeName" : "work_item_probability", + "text" : "工作项复现概率", + "value" : "work_item_probability" + }, { + "codeName" : "work_item_priority", + "text" : "工作项优先级", + "value" : "work_item_priority" + }, { + "codeName" : "work_item_severity", + "text" : "工作项严重程度", + "value" : "work_item_severity" + }, { + "codeName" : "work_item_risk", + "text" : "工作项风险", + "value" : "work_item_risk" + }, { + "codeName" : "work_item_category", + "text" : "工作项任务类别", + "value" : "work_item_category" + } ], + "enableCache" : true +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget/PSFORMS/main.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget/PSFORMS/main.json new file mode 100644 index 0000000000000000000000000000000000000000..a81da9b60c6f58b3999d36955263e308822201fb --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget/PSFORMS/main.json @@ -0,0 +1,505 @@ +{ + "codeName" : "main", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget/PSFORMS/main.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget.json" + } + }, + "logicName" : "主编辑表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget.json" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "PSDENOTIFYTARGETID", + "codeName" : "PSDENotifyTargetId" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "PSDENOTIFYTARGETNAME", + "codeName" : "PSDENotifyTargetName" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "targettype", + "dataType" : 25, + "createDV" : "EVENTDATAFIELD", + "getPSAppDEField" : { + "name" : "TARGETTYPE", + "codeName" : "TargetType" + } + }, { + "id" : "data", + "dataType" : 21, + "getPSAppDEField" : { + "name" : "DATA", + "codeName" : "Data" + } + }, { + "id" : "data2", + "dataType" : 21, + "getPSAppDEField" : { + "name" : "DATA", + "codeName" : "Data" + } + }, { + "id" : "data3", + "dataType" : 21, + "getPSAppDEField" : { + "name" : "DATA", + "codeName" : "Data" + } + }, { + "id" : "psdenotifytargetid", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "PSDENOTIFYTARGETID", + "codeName" : "PSDENotifyTargetId" + } + } ], + "getPSDEFormPages" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.PSDENOTIFYTARGET.MAIN.FORMPAGE.FORMPAGE1" + }, + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.PSDENOTIFYTARGET.MAIN.GROUPPANEL.GROUP1" + }, + "caption" : "消息通知目标基本信息", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "目标类型", + "codeName" : "targettype", + "createDV" : "EVENTDATAFIELD", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "targettype", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TARGETTYPE", + "codeName" : "TargetType" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "targettype", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/extension__DENotifyTargetType.json" + }, + "placeHolder" : "目标类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 8, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true + }, { + "codeName" : "grouppanel1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel1", + "getPSDEFormDetails" : [ { + "caption" : "当前属性", + "codeName" : "data", + "dataType" : 21, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 4, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "data", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "DATA", + "codeName" : "Data" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "targettype", + "logicType" : "SINGLE", + "value" : "EVENTDATAFIELD" + } ], + "relatedDetailNames" : [ "targettype" ], + "notMode" : false + }, { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "targettype", + "logicType" : "SINGLE", + "value" : "EVENTDATAFIELD" + } ], + "relatedDetailNames" : [ "targettype" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "MDROPDOWNLIST", + "name" : "data", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__notify_field.json" + }, + "singleSelect" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true + }, { + "caption" : "项目成员", + "codeName" : "data2", + "dataType" : 21, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 4, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "data2", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "DATA", + "codeName" : "Data" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "targettype", + "logicType" : "SINGLE", + "value" : "DSTUSER" + } ], + "relatedDetailNames" : [ "targettype" ], + "notMode" : false + }, { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "targettype", + "logicType" : "SINGLE", + "value" : "DSTUSER" + } ], + "relatedDetailNames" : [ "targettype" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorParams" : { + "PICKUPVIEW" : "TRUE" + }, + "editorType" : "ADDRESSPICKUP", + "name" : "data2", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/user.json" + }, + "enableAC" : false, + "enablePickupView" : true, + "forceSelection" : true, + "showTrigger" : true + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false + }, { + "caption" : "部门", + "codeName" : "data3", + "dataType" : 21, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 4, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "data3", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "DATA", + "codeName" : "Data" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "targettype", + "logicType" : "SINGLE", + "value" : "DSTDEPARTMENT" + } ], + "relatedDetailNames" : [ "targettype" ], + "notMode" : false + }, { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "targettype", + "logicType" : "SINGLE", + "value" : "DSTDEPARTMENT" + } ], + "relatedDetailNames" : [ "targettype" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorParams" : { + "PICKUPVIEW" : "TRUE" + }, + "editorType" : "ADDRESSPICKUP", + "name" : "data3", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/department.json" + }, + "enableAC" : false, + "enablePickupView" : true, + "forceSelection" : true, + "showTrigger" : true + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colLG" : 16, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + } ], + "getPSLayout" : { + "childColLG" : 8, + "childColMD" : 12, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "caption" : "实体通知目标标识", + "codeName" : "psdenotifytargetid", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "psdenotifytargetid", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "PSDENOTIFYTARGETID", + "codeName" : "PSDENotifyTargetId" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "psdenotifytargetid" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDENotifyTarget.json" + } + }, + "noTabHeader" : true, + "modelid" : "58bb965109ed344d69a882a97838ec6c", + "modeltype" : "PSDEFORM_EDITFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json new file mode 100644 index 0000000000000000000000000000000000000000..e96bad13409f4a150c676409df8e0c90beb5314b --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json @@ -0,0 +1,2460 @@ +{ + "getAllPSAppDEActions" : [ { + "actionMode" : "CHECKKEY", + "actionTag" : "CheckKey", + "codeName" : "check_key", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "check_key" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/check_key", + "builtinMethod" : false + }, { + "actionMode" : "CREATE", + "actionTag" : "Create", + "codeName" : "create", + "methodType" : "DEACTION", + "name" : "Create", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Create" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "builtinMethod" : false, + "noServiceCodeName" : true + }, { + "actionMode" : "READ", + "actionTag" : "Get", + "codeName" : "get", + "methodType" : "DEACTION", + "name" : "Get", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Get" + }, + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "builtinMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionMode" : "GETDRAFT", + "actionTag" : "GetDraft", + "codeName" : "get_draft", + "methodType" : "DEACTION", + "name" : "GetDraft", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", + "builtinMethod" : false + }, { + "actionMode" : "CUSTOM", + "actionType" : "DELOGIC", + "codeName" : "nothing", + "methodType" : "DEACTION", + "name" : "nothing", + "getPSAppDELogic" : { + "modelref" : true, + "id" : "nothing" + }, + "getPSAppDEMethodInput" : { + "codeName" : "NothingInput", + "name" : "NothingInput", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "codeName" : "NothingResult", + "name" : "NothingResult", + "type" : "VOID" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/nothing.json" + }, + "builtinMethod" : false + }, { + "actionMode" : "DELETE", + "actionTag" : "Remove", + "batchActionMode" : 1, + "codeName" : "remove", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "DELETE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", + "builtinMethod" : false, + "enableBatchAction" : true, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionMode" : "CREATE", + "codeName" : "review_content_total", + "methodType" : "DEACTION", + "name" : "review_content_total", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "review_content_total" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/review_content_total", + "builtinMethod" : false + }, { + "actionMode" : "SAVE", + "actionTag" : "Save", + "codeName" : "save", + "methodType" : "DEACTION", + "name" : "Save", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "save" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/save", + "builtinMethod" : false + }, { + "actionMode" : "UPDATE", + "actionTag" : "Update", + "codeName" : "update", + "methodType" : "DEACTION", + "name" : "Update", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Update" + }, + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "builtinMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + } ], + "getAllPSAppDEDataSets" : [ { + "codeName" : "fetch_all", + "dataSetName" : "all", + "dataSetTag" : "all", + "methodType" : "FETCH", + "name" : "fetch_all", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSSysPFPlugin" : { + "pluginType" : "DEMETHOD", + "pluginCode" : "REVIEW_CONTENT_SORT", + "runtimeObject" : true + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_all", + "builtinMethod" : false + }, { + "codeName" : "fetch_cur_history", + "dataSetName" : "cur_history", + "dataSetTag" : "cur_history", + "methodType" : "FETCH", + "name" : "fetch_cur_history", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_history" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_cur_history" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_history", + "builtinMethod" : false + }, { + "codeName" : "fetch_default", + "dataSetName" : "DEFAULT", + "dataSetTag" : "Default", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_default", + "builtinMethod" : false + }, { + "codeName" : "fetch_history_list", + "dataSetName" : "history_list", + "dataSetTag" : "history_list", + "methodType" : "FETCH", + "name" : "fetch_history_list", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "history_list" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_history_list" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_history_list", + "builtinMethod" : false + } ], + "getAllPSAppDEFields" : [ { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[PRINCIPAL_ID][关联主体标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[PRINCIPAL_ID][关联主体标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[PRINCIPAL_ID][关联主体标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[PRINCIPAL_ID][关联主体标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "principal_id", + "logicName" : "关联主体标识", + "name" : "PRINCIPAL_ID", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CHANGE_TYPE][变更类型]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[CHANGE_TYPE][变更类型]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CHANGE_TYPE][变更类型]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[CHANGE_TYPE][变更类型]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "change_type", + "logicName" : "变更类型", + "name" : "CHANGE_TYPE", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[OWNER_TYPE][所属数据对象]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[OWNER_TYPE][所属数据对象]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[OWNER_TYPE][所属数据对象]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[OWNER_TYPE][所属数据对象]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "owner_type", + "logicName" : "所属数据对象", + "name" : "OWNER_TYPE", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[PRINCIPAL_TYPE][关联主体类型]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[PRINCIPAL_TYPE][关联主体类型]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[PRINCIPAL_TYPE][关联主体类型]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[PRINCIPAL_TYPE][关联主体类型]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "principal_type", + "logicName" : "关联主体类型", + "name" : "PRINCIPAL_TYPE", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CHANGE_VERSION][变更版本]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "HIDDEN", + "name" : "[CHANGE_VERSION][变更版本]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CHANGE_VERSION][变更版本]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "HIDDEN", + "name" : "[CHANGE_VERSION][变更版本]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "change_version", + "logicName" : "变更版本", + "name" : "CHANGE_VERSION", + "stdDataType" : 21, + "stringLength" : 1048576 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[STAGE_RESULTS][评审结果]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "HIDDEN", + "name" : "[STAGE_RESULTS][评审结果]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[STAGE_RESULTS][评审结果]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "HIDDEN", + "name" : "[STAGE_RESULTS][评审结果]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "stage_results", + "logicName" : "评审结果", + "name" : "STAGE_RESULTS", + "stdDataType" : 21, + "stringLength" : 1048576 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_TYPE][关联目标类型]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_TYPE][关联目标类型]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_TYPE][关联目标类型]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_TYPE][关联目标类型]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "target_type", + "logicName" : "关联目标类型", + "name" : "TARGET_TYPE", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[FINAL_STAGE_RESULTS][最终评审结果]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[FINAL_STAGE_RESULTS][最终评审结果]", + "stringLength" : 60, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[FINAL_STAGE_RESULTS][最终评审结果]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[FINAL_STAGE_RESULTS][最终评审结果]移动端默认", + "stringLength" : 60, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "final_stage_results", + "logicName" : "最终评审结果", + "name" : "FINAL_STAGE_RESULTS", + "stdDataType" : 25, + "stringLength" : 60 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[PARENT_VERSION_ID][父对象版本标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[PARENT_VERSION_ID][父对象版本标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[PARENT_VERSION_ID][父对象版本标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[PARENT_VERSION_ID][父对象版本标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "parent_version_id", + "logicName" : "父对象版本标识", + "name" : "PARENT_VERSION_ID", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_VERSION_ID][目标对象版本标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_VERSION_ID][目标对象版本标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_VERSION_ID][目标对象版本标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_VERSION_ID][目标对象版本标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "target_version_id", + "logicName" : "目标对象版本标识", + "name" : "TARGET_VERSION_ID", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[ID][标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[ID][标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[ID][标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[ID][标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "id", + "logicName" : "标识", + "name" : "ID", + "stdDataType" : 25, + "stringLength" : 100, + "keyField" : true + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[NAME][名称]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[NAME][名称]移动端默认", + "stringLength" : 200, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[NAME][名称]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[NAME][名称]", + "stringLength" : 200, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "name", + "logicName" : "名称", + "name" : "NAME", + "stdDataType" : 25, + "stringLength" : 200, + "enableQuickSearch" : true, + "majorField" : true + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CREATE_TIME][创建时间]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[CREATE_TIME][创建时间]", + "uIMode" : "DEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CREATE_TIME][创建时间]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[CREATE_TIME][创建时间]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "create_time", + "logicName" : "创建时间", + "name" : "CREATE_TIME", + "stdDataType" : 5, + "valueFormat" : "YYYY-MM-DD HH:mm:ss" + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[UPDATE_TIME][更新时间]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[UPDATE_TIME][更新时间]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[UPDATE_TIME][更新时间]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[UPDATE_TIME][更新时间]", + "uIMode" : "DEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false + }, + "type" : "DEFAULT" + } ], + "codeName" : "update_time", + "logicName" : "更新时间", + "name" : "UPDATE_TIME", + "stdDataType" : 5, + "valueFormat" : "YYYY-MM-DD HH:mm:ss" + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CREATE_MAN][建立人]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[CREATE_MAN][建立人]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CREATE_MAN][建立人]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[CREATE_MAN][建立人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "create_man", + "logicName" : "建立人", + "name" : "CREATE_MAN", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[UPDATE_MAN][更新人]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[UPDATE_MAN][更新人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[UPDATE_MAN][更新人]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[UPDATE_MAN][更新人]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + } ], + "codeName" : "update_man", + "logicName" : "更新人", + "name" : "UPDATE_MAN", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[REVIEW_DATA][评审数据]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[REVIEW_DATA][评审数据]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[REVIEW_DATA][评审数据]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[REVIEW_DATA][评审数据]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "review_data", + "logicName" : "评审数据", + "name" : "REVIEW_DATA", + "stdDataType" : 21, + "stringLength" : 1048576 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[IDEA][产品需求]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[IDEA][产品需求]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[IDEA][产品需求]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[IDEA][产品需求]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "IDEA", + "stdDataType" : 21, + "stringLength" : 1048576 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[CUR_VERSION_ID][当前版本标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[CUR_VERSION_ID][当前版本标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[CUR_VERSION_ID][当前版本标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[CUR_VERSION_ID][当前版本标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "cur_version_id", + "logicName" : "当前版本标识", + "name" : "CUR_VERSION_ID", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_IDENTIFIER][目标对象编号]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_IDENTIFIER][目标对象编号]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_IDENTIFIER][目标对象编号]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_IDENTIFIER][目标对象编号]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "target_identifier", + "logicName" : "目标对象编号", + "name" : "TARGET_IDENTIFIER", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_TITLE][目标对象标题]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_TITLE][目标对象标题]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_TITLE][目标对象标题]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_TITLE][目标对象标题]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "target_title", + "logicName" : "目标对象标题", + "name" : "TARGET_TITLE", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_STATE][目标对象状态]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_STATE][目标对象状态]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_STATE][目标对象状态]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_STATE][目标对象状态]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "target_state", + "logicName" : "目标对象状态", + "name" : "TARGET_STATE", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_ASSIGNEE][目标对象负责人]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_ASSIGNEE][目标对象负责人]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_ASSIGNEE][目标对象负责人]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_ASSIGNEE][目标对象负责人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "target_assignee", + "logicName" : "目标对象负责人", + "name" : "TARGET_ASSIGNEE", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TARGET_VERSION][关联目标版本]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[TARGET_VERSION][关联目标版本]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TARGET_VERSION][关联目标版本]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[TARGET_VERSION][关联目标版本]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "target_version", + "logicName" : "关联目标版本", + "name" : "TARGET_VERSION", + "stdDataType" : 21, + "stringLength" : 1048576 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_PRIORITY][目标对象优先级]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_PRIORITY][目标对象优先级]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_PRIORITY][目标对象优先级]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_PRIORITY][目标对象优先级]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "target_priority", + "logicName" : "目标对象优先级", + "name" : "TARGET_PRIORITY", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_PARENT_ID][目标对象父标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_PARENT_ID][目标对象父标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_PARENT_ID][目标对象父标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_PARENT_ID][目标对象父标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "target_parent_id", + "logicName" : "目标对象父标识", + "name" : "TARGET_PARENT_ID", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[TARGET_ID][关联目标标识]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[TARGET_ID][关联目标标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[TARGET_ID][关联目标标识]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[TARGET_ID][关联目标标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "target_id", + "logicName" : "关联目标标识", + "name" : "TARGET_ID", + "stdDataType" : 25, + "stringLength" : 100 + } ], + "getAllPSAppDELogics" : [ { + "codeName" : "nothing", + "defaultParamName" : "Default", + "logicName" : "无操作", + "memo" : "无操作逻辑,用于替换表单的获取数据行为", + "name" : "无操作", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "topPos" : 200, + "parallelOutput" : true + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "default" : true, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : false, + "enableFront" : true + } ], + "getAllPSAppDEMethodDTOs" : [ { + "codeName" : "review_content_idea_dto", + "name" : "review_content_idea_dto", + "getPSAppDEMethodDTOFields" : [ { + "codeName" : "change_type", + "logicName" : "变更类型", + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "principal_id", + "logicName" : "关联主体标识", + "name" : "principal_id", + "getPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "change_version", + "logicName" : "变更版本", + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "sourceType" : "DEFIELD", + "type" : "DTOS", + "listMap" : true + }, { + "codeName" : "owner_type", + "logicName" : "所属数据对象", + "name" : "owner_type", + "getPSAppDEField" : { + "name" : "OWNER_TYPE", + "codeName" : "owner_type" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "principal_type", + "logicName" : "关联主体类型", + "name" : "principal_type", + "getPSAppDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "stage_results", + "logicName" : "评审结果", + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getRefPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_result_dto" + }, + "getRefPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "sourceType" : "DEFIELD", + "type" : "DTOS" + }, { + "codeName" : "final_stage_results", + "logicName" : "最终评审结果", + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "target_type", + "logicName" : "关联目标类型", + "name" : "target_type", + "getPSAppDEField" : { + "name" : "TARGET_TYPE", + "codeName" : "target_type" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "parent_version_id", + "logicName" : "父对象版本标识", + "name" : "parent_version_id", + "getPSAppDEField" : { + "name" : "PARENT_VERSION_ID", + "codeName" : "parent_version_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "target_version_id", + "logicName" : "目标对象版本标识", + "name" : "target_version_id", + "getPSAppDEField" : { + "name" : "TARGET_VERSION_ID", + "codeName" : "target_version_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "id", + "logicName" : "标识", + "name" : "id", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "name", + "logicName" : "名称", + "name" : "name", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "create_time", + "jsonFormat" : "yyyy-MM-dd HH:mm:ss", + "logicName" : "创建时间", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 5, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "update_time", + "jsonFormat" : "yyyy-MM-dd HH:mm:ss", + "logicName" : "更新时间", + "name" : "update_time", + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 5, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "create_man", + "logicName" : "建立人", + "name" : "create_man", + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "update_man", + "logicName" : "更新人", + "name" : "update_man", + "getPSAppDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "review_data", + "logicName" : "评审数据", + "name" : "review_data", + "getPSAppDEField" : { + "name" : "REVIEW_DATA", + "codeName" : "review_data" + }, + "getRefPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "getRefPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "sourceType" : "DEFIELD", + "type" : "DTO" + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getRefPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "getRefPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "sourceType" : "DEFIELD", + "type" : "DTO" + }, { + "codeName" : "cur_version_id", + "logicName" : "当前版本标识", + "name" : "cur_version_id", + "getPSAppDEField" : { + "name" : "CUR_VERSION_ID", + "codeName" : "cur_version_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "target_identifier", + "logicName" : "目标对象编号", + "name" : "target_identifier", + "getPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "target_title", + "logicName" : "目标对象标题", + "name" : "target_title", + "getPSAppDEField" : { + "name" : "TARGET_TITLE", + "codeName" : "target_title" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "target_state", + "logicName" : "目标对象状态", + "name" : "target_state", + "getPSAppDEField" : { + "name" : "TARGET_STATE", + "codeName" : "target_state" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "target_assignee", + "logicName" : "目标对象负责人", + "name" : "target_assignee", + "getPSAppDEField" : { + "name" : "TARGET_ASSIGNEE", + "codeName" : "target_assignee" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "target_version", + "logicName" : "关联目标版本", + "name" : "target_version", + "getPSAppDEField" : { + "name" : "TARGET_VERSION", + "codeName" : "target_version" + }, + "getRefPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "version_dto" + }, + "getRefPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "sourceType" : "DEFIELD", + "type" : "DTO" + }, { + "codeName" : "target_priority", + "logicName" : "目标对象优先级", + "name" : "target_priority", + "getPSAppDEField" : { + "name" : "TARGET_PRIORITY", + "codeName" : "target_priority" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "target_parent_id", + "logicName" : "目标对象父标识", + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "target_id", + "logicName" : "关联目标标识", + "name" : "target_id", + "getPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + } ], + "sourceType" : "DE", + "type" : "DEFAULT" + }, { + "codeName" : "review_content_idea_filter_dto", + "name" : "review_content_idea_filter_dto", + "getPSAppDEMethodDTOFields" : [ { + "codeName" : "n_id_eq", + "logicName" : "标识", + "name" : "n_id_eq", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_principal_id_eq", + "logicName" : "关联主体标识", + "name" : "n_principal_id_eq", + "getPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_target_id_eq", + "logicName" : "关联目标标识", + "name" : "n_target_id_eq", + "getPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_target_version_id_eq", + "logicName" : "目标对象版本标识", + "name" : "n_target_version_id_eq", + "getPSAppDEField" : { + "name" : "TARGET_VERSION_ID", + "codeName" : "target_version_id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + } ], + "sourceType" : "DE", + "type" : "DEFILTER" + } ], + "getAllPSAppDEMethods" : [ { + "actionMode" : "CHECKKEY", + "actionTag" : "CheckKey", + "codeName" : "check_key", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "check_key" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/check_key", + "builtinMethod" : false + }, { + "actionMode" : "CREATE", + "actionTag" : "Create", + "codeName" : "create", + "methodType" : "DEACTION", + "name" : "Create", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Create" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "builtinMethod" : false, + "noServiceCodeName" : true + }, { + "actionMode" : "READ", + "actionTag" : "Get", + "codeName" : "get", + "methodType" : "DEACTION", + "name" : "Get", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Get" + }, + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "builtinMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionMode" : "GETDRAFT", + "actionTag" : "GetDraft", + "codeName" : "get_draft", + "methodType" : "DEACTION", + "name" : "GetDraft", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", + "builtinMethod" : false + }, { + "actionMode" : "CUSTOM", + "actionType" : "DELOGIC", + "codeName" : "nothing", + "methodType" : "DEACTION", + "name" : "nothing", + "getPSAppDELogic" : { + "modelref" : true, + "id" : "nothing" + }, + "getPSAppDEMethodInput" : { + "codeName" : "NothingInput", + "name" : "NothingInput", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "codeName" : "NothingResult", + "name" : "NothingResult", + "type" : "VOID" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/nothing.json" + }, + "builtinMethod" : false + }, { + "actionMode" : "DELETE", + "actionTag" : "Remove", + "batchActionMode" : 1, + "codeName" : "remove", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "DELETE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", + "builtinMethod" : false, + "enableBatchAction" : true, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionMode" : "CREATE", + "codeName" : "review_content_total", + "methodType" : "DEACTION", + "name" : "review_content_total", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "review_content_total" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/review_content_total", + "builtinMethod" : false + }, { + "actionMode" : "SAVE", + "actionTag" : "Save", + "codeName" : "save", + "methodType" : "DEACTION", + "name" : "Save", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "save" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/save", + "builtinMethod" : false + }, { + "actionMode" : "UPDATE", + "actionTag" : "Update", + "codeName" : "update", + "methodType" : "DEACTION", + "name" : "Update", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Update" + }, + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "builtinMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "codeName" : "fetch_all", + "dataSetName" : "all", + "dataSetTag" : "all", + "methodType" : "FETCH", + "name" : "fetch_all", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSSysPFPlugin" : { + "pluginType" : "DEMETHOD", + "pluginCode" : "REVIEW_CONTENT_SORT", + "runtimeObject" : true + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_all", + "builtinMethod" : false + }, { + "codeName" : "fetch_cur_history", + "dataSetName" : "cur_history", + "dataSetTag" : "cur_history", + "methodType" : "FETCH", + "name" : "fetch_cur_history", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_history" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_cur_history" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_history", + "builtinMethod" : false + }, { + "codeName" : "fetch_default", + "dataSetName" : "DEFAULT", + "dataSetTag" : "Default", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_default", + "builtinMethod" : false + }, { + "codeName" : "fetch_history_list", + "dataSetName" : "history_list", + "dataSetTag" : "history_list", + "methodType" : "FETCH", + "name" : "fetch_history_list", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "history_list" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_history_list" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_history_list", + "builtinMethod" : false + }, { + "codeName" : "FilterCreate", + "methodType" : "FILTERACTION", + "name" : "FILTERCREATE", + "builtinMethod" : true + }, { + "codeName" : "FilterFetch", + "methodType" : "FILTERACTION", + "name" : "FILTERFETCH", + "builtinMethod" : true + }, { + "codeName" : "FilterGet", + "methodType" : "FILTERACTION", + "name" : "FILTERGET", + "builtinMethod" : true + }, { + "codeName" : "FilterGetDraft", + "methodType" : "FILTERACTION", + "name" : "FILTERGETDRAFT", + "builtinMethod" : true + }, { + "codeName" : "FilterRemove", + "methodType" : "FILTERACTION", + "name" : "FILTERREMOVE", + "builtinMethod" : true + }, { + "codeName" : "FilterSearch", + "methodType" : "FILTERACTION", + "name" : "FILTERSEARCH", + "builtinMethod" : true + }, { + "codeName" : "FilterUpdate", + "methodType" : "FILTERACTION", + "name" : "FILTERUPDATE", + "builtinMethod" : true + } ], + "getAllPSAppDEUIActions" : [ { + "actionTarget" : "MULTIKEY", + "caption" : "移出需求", + "codeName" : "remove_idea_all", + "confirmMsg" : "确定移除该需求?", + "fullCodeName" : "REVIEW_CONTENT_IDEA_remove_idea_all", + "name" : "移出需求(无权限)", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_idea_all", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_idea_all@REVIEW_CONTENT_IDEA" + } ], + "getAllPSAppViews" : [ { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json", + "viewType" : "DEEDITVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_redirect_view.json", + "viewType" : "DEREDIRECTVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_under_review_grid_view.json", + "viewType" : "DEGRIDVIEW" + } ], + "getAllPSDEOPPrivs" : [ { + "logicName" : "建立", + "name" : "CREATE" + }, { + "logicName" : "删除", + "name" : "DELETE" + }, { + "logicName" : "读取", + "name" : "READ" + }, { + "logicName" : "更新", + "name" : "UPDATE" + } ], + "codeName" : "REVIEW_CONTENT_IDEA", + "dEAPICodeName" : "review_content_idea", + "dEAPICodeName2" : "review_content_ideas", + "dEAPITag" : "REVIEW_CONTENT_IDEA", + "dECodeName" : "review_content_idea", + "dataAccCtrlArch" : 1, + "dataAccCtrlMode" : 2, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json", + "enableUIActions" : 15, + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getLNPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "logicName" : "产品需求评审内容", + "getMajorPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getMinorPSAppDERSs" : [ { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], + "name" : "REVIEW_CONTENT_IDEA", + "getPSDEName" : "REVIEW_CONTENT_IDEA", + "getPSDEServiceAPI" : { + "modelref" : true, + "id" : "REVIEW_CONTENT_IDEA" + }, + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "getPSSysServiceAPI" : { + "modelref" : true, + "path" : "PSSYSSERVICEAPIS/ServiceAPI.json" + }, + "getQuickSearchPSAppDEFields" : [ { + "name" : "NAME", + "codeName" : "name" + } ], + "storageMode" : 0, + "sysAPITag" : "ServiceAPI", + "getUnionKeyValuePSAppDEFields" : [ { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, { + "name" : "TARGET_ID", + "codeName" : "target_id" + } ], + "defaultMode" : true, + "enableFilterActions" : true, + "enableUICreate" : true, + "enableUIModify" : true, + "enableUIRemove" : true, + "enableWFActions" : false, + "major" : true +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSFORMS/main.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSFORMS/main.json new file mode 100644 index 0000000000000000000000000000000000000000..85b65545035d1cc83dad52c34721357566cd420c --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSFORMS/main.json @@ -0,0 +1,264 @@ +{ + "codeName" : "main", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSFORMS/main.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "logicName" : "主编辑表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.FORMPAGE.FORMPAGE1" + }, + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.GROUPPANEL.GROUP1" + }, + "caption" : "产品需求评审内容基本信息", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.FORMPAGE.FORMPAGE2" + }, + "caption" : "其它", + "codeName" : "formpage2", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage2", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.GROUPPANEL.GROUP2" + }, + "caption" : "操作信息", + "codeName" : "group2", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group2", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "noTabHeader" : false, + "modelid" : "243dc06a9654325baef07fd2abce69fa", + "modeltype" : "PSDEFORM_EDITFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSGRIDS/under_review_grid_view_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSGRIDS/under_review_grid_view_grid.json new file mode 100644 index 0000000000000000000000000000000000000000..72405b899c8ee21cb23a38bab9252d7bd421b158 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSGRIDS/under_review_grid_view_grid.json @@ -0,0 +1,423 @@ +{ + "aggMode" : "NONE", + "codeName" : "under_review_grid_view_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSGRIDS/under_review_grid_view_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "groupMode" : "NONE", + "height" : 500.0, + "logicName" : "评审内容实体表格视图_表格", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControls" : [ { + "codeName" : "under_review_grid_view_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏(无权限)", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "caption" : "移出需求", + "codeName" : "remove_idea_all", + "confirmMsg" : "确定移除该需求?", + "fullCodeName" : "REVIEW_CONTENT_IDEA_remove_idea_all", + "name" : "移出需求(无权限)", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_idea_all", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_idea_all@REVIEW_CONTENT_IDEA" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "4d80819542f1c71fadf71250479e1918", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "target_identifier", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "target_title", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TARGET_TITLE", + "codeName" : "target_title" + }, + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "target_identifier", + "getPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + } + }, { + "dataType" : 25, + "name" : "target_title", + "getPSAppDEField" : { + "name" : "TARGET_TITLE", + "codeName" : "target_title" + } + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : false, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : false, + "modelid" : "DAEF843E-DEC2-4CE4-B7AF-DC896C015FFB", + "modeltype" : "PSDEGRID" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSSEARCHFORMS/usr04199724_search_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSSEARCHFORMS/usr04199724_search_form.json new file mode 100644 index 0000000000000000000000000000000000000000..8924287f05169adb530d2b70564291e01fe29b8b --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSSEARCHFORMS/usr04199724_search_form.json @@ -0,0 +1,37 @@ +{ + "codeName" : "usr04199724_search_form", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSSEARCHFORMS/usr04199724_search_form.json", + "logicName" : "评审内容实体表格视图_搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "modelid" : "86b81a2dd2828ddb024eeea62d1aac34", + "modeltype" : "PSDEFORM_SEARCHFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/activity/PSLISTS/history_list.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/activity/PSLISTS/history_list.json index d4028ea317cb56c927e656d4c1174c6c4bb5d37f..af95045c0270fda831cf3e19b48056e897165cbc 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/activity/PSLISTS/history_list.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/activity/PSLISTS/history_list.json @@ -434,11 +434,18 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/activity.json" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -450,17 +457,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -469,13 +476,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -535,7 +535,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" } \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment/PSLISTS/list.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment/PSLISTS/list.json index 18586a0fe6364e1c1ec0ee9ee1a6897ff590da70..c5893237e4f44418c61522bd8c2255dcd8518e42 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment/PSLISTS/list.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment/PSLISTS/list.json @@ -563,22 +563,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -587,30 +582,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json index e7dba50500e4e596cf5b77680f61d6611955787c..6d9456997aa3c4c455790410fed1eb699f458939 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json @@ -818,6 +818,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_comment_notify_assignee", "builtinMethod" : false + }, { + "codeName" : "fetch_cur_product_customer", + "dataSetName" : "cur_product_customer", + "dataSetTag" : "cur_product_customer", + "methodType" : "FETCH", + "name" : "fetch_cur_product_customer", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "customer_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "customer_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_product_customer" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "NONE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_cur_product_customer" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_product_customer", + "builtinMethod" : false }, { "codeName" : "fetch_default", "dataSetName" : "DEFAULT", @@ -3186,6 +3224,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_comment_notify_assignee", "builtinMethod" : false + }, { + "codeName" : "fetch_cur_product_customer", + "dataSetName" : "cur_product_customer", + "dataSetTag" : "cur_product_customer", + "methodType" : "FETCH", + "name" : "fetch_cur_product_customer", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "customer_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "customer_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_product_customer" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "NONE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_cur_product_customer" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_product_customer", + "builtinMethod" : false }, { "codeName" : "fetch_default", "dataSetName" : "DEFAULT", @@ -3495,6 +3571,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "customer_import_data", "uIActionType" : "DEUIACTION", @@ -5115,6 +5197,10 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_test_tree_select_grid_view.json", "viewType" : "DEGRIDVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_customer_pick_up_tree_view.json", + "viewType" : "DEPICKUPTREEVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_add_category_option_view.json", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSFORMS/main_view_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSFORMS/main_view_form.json index 546f3ff3aa197d1bc1ed77be85b1da39e708d5d2..0a9bab806eb44324df2ef9e85cd2b33b531d3dce 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSFORMS/main_view_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSFORMS/main_view_form.json @@ -1277,22 +1277,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -1301,30 +1296,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -1746,6 +1746,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/customer_pickup_tree.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/customer_pickup_tree.json new file mode 100644 index 0000000000000000000000000000000000000000..66470c7e107cc885355bf7864f93fa6e5af2285c --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/customer_pickup_tree.json @@ -0,0 +1,343 @@ +{ + "codeName" : "customer_pickup_tree", + "controlType" : "TREEVIEW", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/customer_pickup_tree.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "logicName" : "客户选择树", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "getPSDEDataImport" : { + "modelref" : true, + "id" : "import_customer" + }, + "getPSDETreeNodeRSs" : [ { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_2" + }, + "name" : "null - null", + "getParentPSAppDEField" : { + "name" : "SECTION_ID", + "codeName" : "section_id" + }, + "getParentPSDER1N" : { + "codeName" : "section", + "dERType" : "DER1N", + "dynaModelFilePath" : "PSMODULES/Base/PSDATAENTITIES/category/PSDERS/DER1N_CATEGORY_SECTION_SECTION_ID.json", + "fKeyName" : "FB9B5B68802E10A225", + "logicName" : "分组-类别", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/section.json" + }, + "masterOrder" : -1, + "masterRS" : 32, + "minorCodeName" : "section_categories", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" + }, + "minorServiceCodeName" : "section_categories", + "name" : "DER1N_CATEGORY_SECTION_SECTION_ID", + "orderValue" : 100, + "getPSDER1NDEFieldMaps" : [ { + "codeName" : "Usr0219356015", + "getMajorPSDEField" : { + "name" : "IS_LEAF", + "codeName" : "is_leaf" + }, + "mapType" : "NOTEXISTS", + "name" : "是否叶子节点" + } ], + "getPSPickupDEField" : { + "name" : "SECTION_ID", + "codeName" : "Section_id" + }, + "getPSPickupTextDEField" : { + "name" : "SECTION_NAME", + "codeName" : "section_name" + }, + "pickupDEFName" : "SECTION_ID", + "removeActionType" : 2, + "removeOrder" : 0, + "serviceCodeName" : "section", + "enableFKey" : true + }, + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "node_1" + }, + "parentValueLevel" : 1, + "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_1" + }, + "name" : "null - null", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "ROOT" + }, + "parentValueLevel" : 1, + "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_3" + }, + "name" : "null - null", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "ROOT" + }, + "parentValueLevel" : 1, + "searchMode" : 3 + } ], + "getPSDETreeNodes" : [ { + "counterMode" : 0, + "name" : "默认根节点", + "nodeType" : "ROOT", + "nodeValue" : "root", + "text" : "默认根节点", + "treeNodeType" : "STATIC", + "hasPSDETreeNodeRSs" : true, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : true, + "selectFirstOnly" : false, + "selected" : false, + "id" : "ROOT" + }, { + "counterMode" : 0, + "dataSourceType" : "DEDATASET", + "getIdPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getLeafFlagPSAppDEField" : { + "name" : "IS_LEAF", + "codeName" : "is_leaf" + }, + "maxSize" : -1, + "name" : "客户分组", + "nodeType" : "node_1", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/section.json" + }, + "getPSSysImage" : { + "glyph" : "xf0c0@FontAwesome", + "cssClass" : "fa fa-users" + }, + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "treeNodeType" : "DE", + "hasPSDETreeNodeRSs" : true, + "appendPNodeId" : false, + "disableSelect" : true, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : true, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_1" + }, { + "counterMode" : 0, + "dataSourceType" : "DEDATASET", + "getIdPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getLeafFlagPSAppDEField" : { + "name" : "IS_LEAF", + "codeName" : "is_leaf" + }, + "maxSize" : -1, + "name" : "客户类型", + "nodeType" : "node_2", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/category.json" + }, + "getPSSysImage" : { + "glyph" : "xf007@FontAwesome", + "cssClass" : "fa fa-user" + }, + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "treeNodeType" : "DE", + "hasPSDETreeNodeRSs" : false, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_2" + }, { + "counterMode" : 0, + "dataSourceType" : "DEDATASET", + "getIdPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getLeafFlagPSAppDEField" : { + "name" : "IS_LEAF", + "codeName" : "is_leaf" + }, + "maxSize" : -1, + "name" : "未分组客户", + "nodeType" : "node_3", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_no_section" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/category.json" + }, + "getPSSysImage" : { + "glyph" : "xf007@FontAwesome", + "cssClass" : "fa fa-user" + }, + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "treeNodeType" : "DE", + "hasPSDETreeNodeRSs" : false, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_3" + } ], + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "treeGridMode" : 0, + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "enableRootSelect" : false, + "outputIconDefault" : true, + "rootVisible" : false, + "modelid" : "97762511aeadabfe55556d43e18c5380", + "modeltype" : "PSDETREEVIEW" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/pc_customer_pickup_tree_view_tree_view.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/pc_customer_pickup_tree_view_tree_view.json index 142999f1b6babd6981be7ba1686a3ec22a558c1d..a54be1f3291c2e98f71cd3418b107517b28687c7 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/pc_customer_pickup_tree_view_tree_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/pc_customer_pickup_tree_view_tree_view.json @@ -65,6 +65,24 @@ }, "parentValueLevel" : 1, "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "customer" + }, + "name" : "未分组类型 - 客户", + "getPSNavigateParams" : [ { + "key" : "n_categories_like", + "name" : "n_categories_like", + "value" : "ID", + "rawValue" : false + } ], + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "ungrouped_type" + }, + "parentValueLevel" : 1, + "searchMode" : 3 }, { "getChildPSDETreeNode" : { "modelref" : true, @@ -289,10 +307,6 @@ "name" : "ID", "codeName" : "id" }, - "getLeafFlagPSAppDEField" : { - "name" : "IS_LEAF", - "codeName" : "is_leaf" - }, "maxSize" : -1, "name" : "客户类型", "nodeType" : "customer_type", @@ -375,10 +389,6 @@ "name" : "ID", "codeName" : "id" }, - "getLeafFlagPSAppDEField" : { - "name" : "IS_LEAF", - "codeName" : "is_leaf" - }, "maxSize" : -1, "name" : "未分组类型", "nodeType" : "ungrouped_type", @@ -399,10 +409,10 @@ "codeName" : "name" }, "treeNodeType" : "DE", - "hasPSDETreeNodeRSs" : false, + "hasPSDETreeNodeRSs" : true, "appendPNodeId" : false, "disableSelect" : true, - "enableCheck" : false, + "enableCheck" : true, "enableEditData" : false, "enableNewData" : false, "enableQuickCreate" : false, @@ -410,7 +420,7 @@ "enableRemoveData" : false, "enableViewData" : false, "expandFirstOnly" : false, - "expanded" : false, + "expanded" : true, "rootNode" : false, "selectFirstOnly" : false, "selected" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/pickup_tree.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/pickup_tree.json index 66f428bb844c69a1f03ef92b0914568345678516..95e5f197b7b29198d041ae71b0355201725072a0 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/pickup_tree.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/pickup_tree.json @@ -44,7 +44,7 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" } }, - "logicName" : "客户选择树", + "logicName" : "客户类别选择树", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json index 317d0c237866eb83294bc73072d72c7232a5ec3a..47d35c9b425ea34089666ea6ec75a396e593b8d5 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json @@ -412,6 +412,82 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_idea_priority", + "dataSetName" : "idea_priority", + "dataSetTag" : "idea_priority", + "methodType" : "FETCH", + "name" : "fetch_idea_priority", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_priority" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_priority" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_priority", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea_source", + "dataSetName" : "idea_source", + "dataSetTag" : "idea_source", + "methodType" : "FETCH", + "name" : "fetch_idea_source", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_source" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_source" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_source", + "builtinMethod" : false }, { "codeName" : "fetch_idea_state", "dataSetName" : "idea_state", @@ -450,6 +526,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_idea_state", "builtinMethod" : false + }, { + "codeName" : "fetch_idea_type", + "dataSetName" : "idea_type", + "dataSetTag" : "idea_type", + "methodType" : "FETCH", + "name" : "fetch_idea_type", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_type" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_type" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_type", + "builtinMethod" : false }, { "codeName" : "fetch_release_stage", "dataSetName" : "release_stage", @@ -489,11 +603,11 @@ "requestPath" : "/fetch_release_stage", "builtinMethod" : false }, { - "codeName" : "fetch_ticket_state", - "dataSetName" : "ticket_state", - "dataSetTag" : "ticket_state", + "codeName" : "fetch_test_case", + "dataSetName" : "test_case", + "dataSetTag" : "test_case", "methodType" : "FETCH", - "name" : "fetch_ticket_state", + "name" : "fetch_test_case", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -512,7 +626,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "ticket_state" + "id" : "test_case" }, "getPSDEOPPriv" : { "modelref" : true, @@ -520,734 +634,2012 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_ticket_state" + "id" : "fetch_test_case" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_ticket_state", + "requestPath" : "/fetch_test_case", "builtinMethod" : false - } ], - "getAllPSAppDEFields" : [ { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[TYPE][类型]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "DROPDOWNLIST", - "name" : "[TYPE][类型]", - "stringLength" : 60, - "uIMode" : "DEFAULT", - "needCodeListConfig" : true + }, { + "codeName" : "fetch_test_case_importance_level", + "dataSetName" : "test_case_importance_level", + "dataSetTag" : "test_case_importance_level", + "methodType" : "FETCH", + "name" : "fetch_test_case_importance_level", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[TYPE][类型]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBDROPDOWNLIST", - "name" : "[TYPE][类型]移动端默认", - "stringLength" : 60, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true, - "needCodeListConfig" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "type", - "logicName" : "类型", - "name" : "TYPE", - "stdDataType" : 25, - "stringLength" : 60 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_importance_level" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_importance_level" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_importance_level", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[SEQUENCE][序号]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBTEXT", - "name" : "[SEQUENCE][序号]移动端默认", - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true + "codeName" : "fetch_test_case_status", + "dataSetName" : "test_case_status", + "dataSetTag" : "test_case_status", + "methodType" : "FETCH", + "name" : "fetch_test_case_status", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - }, { - "codeName" : "Default", - "name" : "[SEQUENCE][序号]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "TEXTBOX", - "name" : "[SEQUENCE][序号]", - "uIMode" : "DEFAULT" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "DEFAULT" - } ], - "codeName" : "sequence", - "logicName" : "序号", - "name" : "SEQUENCE", - "stdDataType" : 6 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_status" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_status" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_status", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[VAL][值]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBTEXT", - "name" : "[VAL][值]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true + "codeName" : "fetch_test_case_test_type", + "dataSetName" : "test_case_test_type", + "dataSetTag" : "test_case_test_type", + "methodType" : "FETCH", + "name" : "fetch_test_case_test_type", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - }, { - "codeName" : "Default", - "name" : "[VAL][值]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "TEXTBOX", - "name" : "[VAL][值]", - "stringLength" : 100, - "uIMode" : "DEFAULT" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "DEFAULT" - } ], - "codeName" : "val", - "logicName" : "值", - "name" : "VAL", - "stdDataType" : 25, - "stringLength" : 100 - }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[IS_SYSTEM][是否系统默认]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "DROPDOWNLIST_100", - "name" : "[IS_SYSTEM][是否系统默认]", - "uIMode" : "DEFAULT", - "needCodeListConfig" : true + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_test_type" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_test_type" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_test_type", + "builtinMethod" : false + }, { + "codeName" : "fetch_test_case_type", + "dataSetName" : "test_case_type", + "dataSetTag" : "test_case_type", + "methodType" : "FETCH", + "name" : "fetch_test_case_type", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[IS_SYSTEM][是否系统默认]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBSWITCH", - "name" : "[IS_SYSTEM][是否系统默认]移动端默认", - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true, - "needCodeListConfig" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "is_system", - "logicName" : "是否系统默认", - "name" : "IS_SYSTEM", - "stdDataType" : 9 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_type" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_type" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_type", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[COLOR][颜色]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "TEXTBOX", - "name" : "[COLOR][颜色]", - "stringLength" : 100, - "uIMode" : "DEFAULT" + "codeName" : "fetch_ticket", + "dataSetName" : "ticket", + "dataSetTag" : "ticket", + "methodType" : "FETCH", + "name" : "fetch_ticket", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[COLOR][颜色]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBTEXT", - "name" : "[COLOR][颜色]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "color", - "logicName" : "颜色", - "name" : "COLOR", - "stdDataType" : 25, - "stringLength" : 100 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_ticket" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[CATALOG][字典目录]", - "getPSDEFFormItem" : { - "codeName" : "Default", - "editorType" : "DROPDOWNLIST", - "name" : "[CATALOG][字典目录]", - "stringLength" : 60, - "uIMode" : "DEFAULT", - "needCodeListConfig" : true + "codeName" : "fetch_ticket_priority", + "dataSetName" : "ticket_priority", + "dataSetTag" : "ticket_priority", + "methodType" : "FETCH", + "name" : "fetch_ticket_priority", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[CATALOG][字典目录]移动端默认", - "getPSDEFFormItem" : { - "codeName" : "MobileDefault", - "editorType" : "MOBDROPDOWNLIST", - "name" : "[CATALOG][字典目录]移动端默认", - "stringLength" : 60, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true, - "needCodeListConfig" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "catalog", - "logicName" : "字典目录", - "name" : "CATALOG", - "stdDataType" : 25, - "stringLength" : 60 + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_priority" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_ticket_priority" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_priority", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[ID][标识]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.ID" - }, - "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[ID][标识]", - "stringLength" : 100, - "uIMode" : "DEFAULT", - "allowEmpty" : false + "codeName" : "fetch_ticket_solution", + "dataSetName" : "ticket_solution", + "dataSetTag" : "ticket_solution", + "methodType" : "FETCH", + "name" : "fetch_ticket_solution", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[ID][标识]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.ID" - }, - "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[ID][标识]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "allowEmpty" : false, - "mobileMode" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "id", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.ID" + "type" : "PAGE" }, - "logicName" : "标识", - "name" : "ID", - "stdDataType" : 25, - "stringLength" : 100, - "keyField" : true + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_solution" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_ticket_solution" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_solution", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[NAME][名称]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.NAME" - }, - "codeName" : "MobileDefault", - "editorType" : "MOBTEXT", - "name" : "[NAME][名称]移动端默认", - "stringLength" : 200, - "uIMode" : "MOBILEDEFAULT", - "mobileMode" : true + "codeName" : "fetch_ticket_state", + "dataSetName" : "ticket_state", + "dataSetTag" : "ticket_state", + "methodType" : "FETCH", + "name" : "fetch_ticket_state", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - }, { - "codeName" : "Default", - "name" : "[NAME][名称]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.NAME" - }, - "codeName" : "Default", - "editorType" : "TEXTBOX", - "name" : "[NAME][名称]", - "stringLength" : 200, - "uIMode" : "DEFAULT" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "DEFAULT" - } ], - "codeName" : "name", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.NAME" + "type" : "PAGE" }, - "logicName" : "名称", - "name" : "NAME", - "stdDataType" : 25, - "stringLength" : 200, - "enableQuickSearch" : true, - "majorField" : true + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_state" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_ticket_state" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_state", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[CREATE_MAN][建立人]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_MAN" - }, - "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[CREATE_MAN][建立人]", - "stringLength" : 100, - "uIMode" : "DEFAULT", - "allowEmpty" : false + "codeName" : "fetch_work_item", + "dataSetName" : "work_item", + "dataSetTag" : "work_item", + "methodType" : "FETCH", + "name" : "fetch_work_item", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[CREATE_MAN][建立人]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_MAN" - }, - "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[CREATE_MAN][建立人]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "allowEmpty" : false, - "mobileMode" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "create_man", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_MAN" + "type" : "PAGE" }, - "logicName" : "建立人", - "name" : "CREATE_MAN", - "stdDataType" : 25, - "stringLength" : 100 + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[CREATE_TIME][建立时间]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_TIME" - }, - "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[CREATE_TIME][建立时间]移动端默认", - "uIMode" : "MOBILEDEFAULT", - "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", - "allowEmpty" : false, - "mobileMode" : true + "codeName" : "fetch_work_item_category", + "dataSetName" : "work_item_category", + "dataSetTag" : "work_item_category", + "methodType" : "FETCH", + "name" : "fetch_work_item_category", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - }, { - "codeName" : "Default", - "name" : "[CREATE_TIME][建立时间]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_TIME" - }, - "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[CREATE_TIME][建立时间]", - "uIMode" : "DEFAULT", - "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", - "allowEmpty" : false + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "DEFAULT" - } ], - "codeName" : "create_time", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.CREATE_TIME" + "type" : "PAGE" }, - "logicName" : "建立时间", - "name" : "CREATE_TIME", - "stdDataType" : 5, - "valueFormat" : "YYYY-MM-DD HH:mm:ss" + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_category" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_category" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_category", + "builtinMethod" : false }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "Default", - "name" : "[UPDATE_MAN][更新人]", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_MAN" - }, - "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[UPDATE_MAN][更新人]", - "stringLength" : 100, - "uIMode" : "DEFAULT", - "allowEmpty" : false + "codeName" : "fetch_work_item_priority", + "dataSetName" : "work_item_priority", + "dataSetTag" : "work_item_priority", + "methodType" : "FETCH", + "name" : "fetch_work_item_priority", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "type" : "DEFAULT" - }, { - "codeName" : "MobileDefault", - "name" : "[UPDATE_MAN][更新人]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_MAN" - }, - "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[UPDATE_MAN][更新人]移动端默认", - "stringLength" : 100, - "uIMode" : "MOBILEDEFAULT", - "allowEmpty" : false, - "mobileMode" : true + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "type" : "MOBILEDEFAULT", - "mobileMode" : true - } ], - "codeName" : "update_man", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_MAN" + "type" : "PAGE" }, - "logicName" : "更新人", - "name" : "UPDATE_MAN", - "stdDataType" : 25, - "stringLength" : 100 - }, { - "getAllPSAppDEFUIModes" : [ { - "codeName" : "MobileDefault", - "name" : "[UPDATE_TIME][更新时间]移动端默认", - "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_TIME" - }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_priority" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_priority" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_priority", + "builtinMethod" : false + }, { + "codeName" : "fetch_work_item_probability", + "dataSetName" : "work_item_probability", + "dataSetTag" : "work_item_probability", + "methodType" : "FETCH", + "name" : "fetch_work_item_probability", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_probability" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_probability" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_probability", + "builtinMethod" : false + }, { + "codeName" : "fetch_work_item_risk", + "dataSetName" : "work_item_risk", + "dataSetTag" : "work_item_risk", + "methodType" : "FETCH", + "name" : "fetch_work_item_risk", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_risk" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_risk" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_risk", + "builtinMethod" : false + }, { + "codeName" : "fetch_work_item_severity", + "dataSetName" : "work_item_severity", + "dataSetTag" : "work_item_severity", + "methodType" : "FETCH", + "name" : "fetch_work_item_severity", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_severity" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_work_item_severity" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_severity", + "builtinMethod" : false + } ], + "getAllPSAppDEFields" : [ { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[TYPE][类型]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[TYPE][类型]", + "stringLength" : 60, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[TYPE][类型]移动端默认", + "getPSDEFFormItem" : { "codeName" : "MobileDefault", - "editorType" : "SPAN", - "name" : "[UPDATE_TIME][更新时间]移动端默认", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[TYPE][类型]移动端默认", + "stringLength" : 60, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "type", + "logicName" : "类型", + "name" : "TYPE", + "stdDataType" : 25, + "stringLength" : 60 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[SEQUENCE][序号]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[SEQUENCE][序号]移动端默认", "uIMode" : "MOBILEDEFAULT", - "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", - "allowEmpty" : false, "mobileMode" : true }, "type" : "MOBILEDEFAULT", "mobileMode" : true }, { "codeName" : "Default", - "name" : "[UPDATE_TIME][更新时间]", + "name" : "[SEQUENCE][序号]", "getPSDEFFormItem" : { - "getCapPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_TIME" - }, "codeName" : "Default", - "editorType" : "SPAN", - "name" : "[UPDATE_TIME][更新时间]", - "uIMode" : "DEFAULT", - "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", - "allowEmpty" : false + "editorType" : "TEXTBOX", + "name" : "[SEQUENCE][序号]", + "uIMode" : "DEFAULT" }, "type" : "DEFAULT" } ], - "codeName" : "update_time", - "getLNPSLanguageRes" : { - "lanResTag" : "DEF.LNAME.UPDATE_TIME" - }, - "logicName" : "更新时间", - "name" : "UPDATE_TIME", - "stdDataType" : 5, - "valueFormat" : "YYYY-MM-DD HH:mm:ss" - } ], - "getAllPSAppDELogics" : [ { - "codeName" : "nothing", - "defaultParamName" : "Default", - "logicName" : "无操作", - "memo" : "无操作逻辑,用于替换表单的获取数据行为", - "name" : "无操作", - "getPSDELogicNodes" : [ { - "codeName" : "Begin", - "leftPos" : 200, - "logicNodeType" : "BEGIN", - "name" : "开始", - "topPos" : 200, - "parallelOutput" : true + "codeName" : "sequence", + "logicName" : "序号", + "name" : "SEQUENCE", + "stdDataType" : 6 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[VAL][值]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[VAL][值]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[VAL][值]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[VAL][值]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" } ], - "getPSDELogicParams" : [ { + "codeName" : "val", + "logicName" : "值", + "name" : "VAL", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { "codeName" : "Default", - "logicName" : "传入变量", - "name" : "传入变量", - "getParamPSAppDataEntity" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + "name" : "[IS_SYSTEM][是否系统默认]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST_100", + "name" : "[IS_SYSTEM][是否系统默认]", + "uIMode" : "DEFAULT", + "needCodeListConfig" : true }, - "getParamPSDataEntity" : { - "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[IS_SYSTEM][是否系统默认]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBSWITCH", + "name" : "[IS_SYSTEM][是否系统默认]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true }, - "default" : true, - "entityParam" : true + "type" : "MOBILEDEFAULT", + "mobileMode" : true } ], - "getStartPSDELogicNode" : { - "modelref" : true, - "id" : "Begin" - }, - "enableBackend" : false, - "enableFront" : true - } ], - "getAllPSAppDEMethodDTOs" : [ { - "codeName" : "dictionary_data_dto", - "name" : "dictionary_data_dto", - "getPSAppDEMethodDTOFields" : [ { - "codeName" : "sequence", - "logicName" : "序号", - "name" : "sequence", - "getPSAppDEField" : { - "name" : "SEQUENCE", - "codeName" : "sequence" + "codeName" : "is_system", + "logicName" : "是否系统默认", + "name" : "IS_SYSTEM", + "stdDataType" : 9 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[COLOR][颜色]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[COLOR][颜色]", + "stringLength" : 100, + "uIMode" : "DEFAULT" }, - "sourceType" : "DEFIELD", - "stdDataType" : 6, - "type" : "SIMPLE" + "type" : "DEFAULT" }, { - "codeName" : "type", - "logicName" : "类型", - "name" : "type", - "getPSAppDEField" : { - "name" : "TYPE", - "codeName" : "type" + "codeName" : "MobileDefault", + "name" : "[COLOR][颜色]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[COLOR][颜色]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "val", - "logicName" : "值", - "name" : "val", - "getPSAppDEField" : { - "name" : "VAL", - "codeName" : "val" + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "color", + "logicName" : "颜色", + "name" : "COLOR", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[STYLE][背景样式]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[STYLE][背景样式]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE" + "type" : "MOBILEDEFAULT", + "mobileMode" : true }, { - "codeName" : "color", - "logicName" : "颜色", - "name" : "color", - "getPSAppDEField" : { - "name" : "COLOR", - "codeName" : "color" + "codeName" : "Default", + "name" : "[STYLE][背景样式]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[STYLE][背景样式]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "is_system", - "logicName" : "是否系统默认", - "name" : "is_system", - "getPSAppDEField" : { - "name" : "IS_SYSTEM", - "codeName" : "is_system" + "type" : "DEFAULT" + } ], + "codeName" : "style", + "logicName" : "背景样式", + "name" : "STYLE", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CATALOG][字典目录]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[CATALOG][字典目录]", + "stringLength" : 60, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true }, - "sourceType" : "DEFIELD", - "stdDataType" : 9, - "type" : "SIMPLE" + "type" : "DEFAULT" }, { - "codeName" : "catalog", - "logicName" : "字典目录", - "name" : "catalog", - "getPSAppDEField" : { - "name" : "CATALOG", - "codeName" : "catalog" + "codeName" : "MobileDefault", + "name" : "[CATALOG][字典目录]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[CATALOG][字典目录]移动端默认", + "stringLength" : 60, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "create_man", - "logicName" : "建立人", - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "catalog", + "logicName" : "字典目录", + "name" : "CATALOG", + "stdDataType" : 25, + "stringLength" : 60 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[ID][标识]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[ID][标识]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE", - "allowEmpty" : false + "type" : "DEFAULT" }, { - "codeName" : "create_time", - "jsonFormat" : "yyyy-MM-dd HH:mm:ss", - "logicName" : "建立时间", - "name" : "create_time", - "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "codeName" : "MobileDefault", + "name" : "[ID][标识]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[ID][标识]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true }, - "sourceType" : "DEFIELD", - "stdDataType" : 5, - "type" : "SIMPLE", - "allowEmpty" : false - }, { - "codeName" : "id", - "logicName" : "标识", - "name" : "id", - "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "id", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "logicName" : "标识", + "name" : "ID", + "stdDataType" : 25, + "stringLength" : 100, + "keyField" : true + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[NAME][名称]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[NAME][名称]移动端默认", + "stringLength" : 200, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE", - "allowEmpty" : false + "type" : "MOBILEDEFAULT", + "mobileMode" : true }, { - "codeName" : "name", - "logicName" : "名称", - "name" : "name", - "getPSAppDEField" : { - "name" : "NAME", - "codeName" : "name" + "codeName" : "Default", + "name" : "[NAME][名称]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[NAME][名称]", + "stringLength" : 200, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "name", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "logicName" : "名称", + "name" : "NAME", + "stdDataType" : 25, + "stringLength" : 200, + "enableQuickSearch" : true, + "majorField" : true + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[CREATE_MAN][建立人]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[CREATE_MAN][建立人]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[CREATE_MAN][建立人]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[CREATE_MAN][建立人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "create_man", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "logicName" : "建立人", + "name" : "CREATE_MAN", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[CREATE_TIME][建立时间]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[CREATE_TIME][建立时间]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[CREATE_TIME][建立时间]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[CREATE_TIME][建立时间]", + "uIMode" : "DEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false + }, + "type" : "DEFAULT" + } ], + "codeName" : "create_time", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "logicName" : "建立时间", + "name" : "CREATE_TIME", + "stdDataType" : 5, + "valueFormat" : "YYYY-MM-DD HH:mm:ss" + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "Default", + "name" : "[UPDATE_MAN][更新人]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_MAN" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[UPDATE_MAN][更新人]", + "stringLength" : 100, + "uIMode" : "DEFAULT", + "allowEmpty" : false + }, + "type" : "DEFAULT" + }, { + "codeName" : "MobileDefault", + "name" : "[UPDATE_MAN][更新人]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_MAN" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[UPDATE_MAN][更新人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + } ], + "codeName" : "update_man", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_MAN" + }, + "logicName" : "更新人", + "name" : "UPDATE_MAN", + "stdDataType" : 25, + "stringLength" : 100 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[UPDATE_TIME][更新时间]移动端默认", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_TIME" + }, + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[UPDATE_TIME][更新时间]移动端默认", + "uIMode" : "MOBILEDEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false, + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[UPDATE_TIME][更新时间]", + "getPSDEFFormItem" : { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_TIME" + }, + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[UPDATE_TIME][更新时间]", + "uIMode" : "DEFAULT", + "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", + "allowEmpty" : false + }, + "type" : "DEFAULT" + } ], + "codeName" : "update_time", + "getLNPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_TIME" + }, + "logicName" : "更新时间", + "name" : "UPDATE_TIME", + "stdDataType" : 5, + "valueFormat" : "YYYY-MM-DD HH:mm:ss" + } ], + "getAllPSAppDELogics" : [ { + "codeName" : "nothing", + "defaultParamName" : "Default", + "logicName" : "无操作", + "memo" : "无操作逻辑,用于替换表单的获取数据行为", + "name" : "无操作", + "getPSDELogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "topPos" : 200, + "parallelOutput" : true + } ], + "getPSDELogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "getParamPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getParamPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + }, + "default" : true, + "entityParam" : true + } ], + "getStartPSDELogicNode" : { + "modelref" : true, + "id" : "Begin" + }, + "enableBackend" : false, + "enableFront" : true + } ], + "getAllPSAppDEMethodDTOs" : [ { + "codeName" : "dictionary_data_dto", + "name" : "dictionary_data_dto", + "getPSAppDEMethodDTOFields" : [ { + "codeName" : "sequence", + "logicName" : "序号", + "name" : "sequence", + "getPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 6, + "type" : "SIMPLE" + }, { + "codeName" : "type", + "logicName" : "类型", + "name" : "type", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" }, "sourceType" : "DEFIELD", "stdDataType" : 25, "type" : "SIMPLE" }, { - "codeName" : "update_man", - "logicName" : "更新人", - "name" : "update_man", + "codeName" : "val", + "logicName" : "值", + "name" : "val", "getPSAppDEField" : { - "name" : "UPDATE_MAN", - "codeName" : "update_man" + "name" : "VAL", + "codeName" : "val" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "color", + "logicName" : "颜色", + "name" : "color", + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "is_system", + "logicName" : "是否系统默认", + "name" : "is_system", + "getPSAppDEField" : { + "name" : "IS_SYSTEM", + "codeName" : "is_system" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 9, + "type" : "SIMPLE" + }, { + "codeName" : "style", + "logicName" : "背景样式", + "name" : "style", + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "catalog", + "logicName" : "字典目录", + "name" : "catalog", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "create_man", + "logicName" : "建立人", + "name" : "create_man", + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "create_time", + "jsonFormat" : "yyyy-MM-dd HH:mm:ss", + "logicName" : "建立时间", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 5, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "id", + "logicName" : "标识", + "name" : "id", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "name", + "logicName" : "名称", + "name" : "name", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "update_man", + "logicName" : "更新人", + "name" : "update_man", + "getPSAppDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE", + "allowEmpty" : false + }, { + "codeName" : "update_time", + "jsonFormat" : "yyyy-MM-dd HH:mm:ss", + "logicName" : "更新时间", + "name" : "update_time", + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 5, + "type" : "SIMPLE", + "allowEmpty" : false + } ], + "sourceType" : "DE", + "type" : "DEFAULT" + }, { + "codeName" : "dictionary_data_filter_dto", + "name" : "dictionary_data_filter_dto", + "getPSAppDEMethodDTOFields" : [ { + "codeName" : "n_catalog_eq", + "logicName" : "字典目录", + "name" : "n_catalog_eq", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_catalog_like", + "logicName" : "字典目录", + "name" : "n_catalog_like", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_id_eq", + "logicName" : "标识", + "name" : "n_id_eq", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_name_like", + "logicName" : "名称", + "name" : "n_name_like", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_style_eq", + "logicName" : "背景样式", + "name" : "n_style_eq", + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + }, { + "codeName" : "n_type_eq", + "logicName" : "类型", + "name" : "n_type_eq", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" + } ], + "sourceType" : "DE", + "type" : "DEFILTER" + } ], + "getAllPSAppDEMethods" : [ { + "actionMode" : "CHECKKEY", + "actionTag" : "CheckKey", + "codeName" : "check_key", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/CheckKey.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "check_key" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/check_key", + "builtinMethod" : false + }, { + "actionMode" : "CREATE", + "actionTag" : "Create", + "codeName" : "create", + "methodType" : "DEACTION", + "name" : "Create", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Create.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Create" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "builtinMethod" : false, + "noServiceCodeName" : true + }, { + "actionMode" : "READ", + "actionTag" : "Get", + "codeName" : "get", + "methodType" : "DEACTION", + "name" : "Get", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Get.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Get" + }, + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "builtinMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionMode" : "GETDRAFT", + "actionTag" : "GetDraft", + "codeName" : "get_draft", + "methodType" : "DEACTION", + "name" : "GetDraft", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/GetDraft.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", + "builtinMethod" : false + }, { + "actionMode" : "MOVEORDER", + "codeName" : "move_order", + "methodType" : "DEACTION", + "name" : "move_order", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTOS" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/move_order.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "move_order" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/move_order", + "builtinMethod" : false, + "needResourceKey" : true + }, { + "actionMode" : "CUSTOM", + "actionType" : "DELOGIC", + "codeName" : "nothing", + "methodType" : "DEACTION", + "name" : "nothing", + "getPSAppDELogic" : { + "modelref" : true, + "id" : "nothing" + }, + "getPSAppDEMethodInput" : { + "codeName" : "NothingInput", + "name" : "NothingInput", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "codeName" : "NothingResult", + "name" : "NothingResult", + "type" : "VOID" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/nothing.json" + }, + "builtinMethod" : false + }, { + "actionMode" : "DELETE", + "actionTag" : "Remove", + "batchActionMode" : 1, + "codeName" : "remove", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Remove.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "DELETE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", + "builtinMethod" : false, + "enableBatchAction" : true, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionMode" : "SAVE", + "actionTag" : "Save", + "codeName" : "save", + "methodType" : "DEACTION", + "name" : "Save", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Save.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "save" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/save", + "builtinMethod" : false + }, { + "actionMode" : "UPDATE", + "actionTag" : "Update", + "codeName" : "update", + "methodType" : "DEACTION", + "name" : "Update", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Update.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "Update" + }, + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "builtinMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "codeName" : "fetch_default", + "dataSetName" : "DEFAULT", + "dataSetTag" : "Default", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_default", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea", + "dataSetName" : "idea", + "dataSetTag" : "idea", + "methodType" : "FETCH", + "name" : "fetch_idea", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea_priority", + "dataSetName" : "idea_priority", + "dataSetTag" : "idea_priority", + "methodType" : "FETCH", + "name" : "fetch_idea_priority", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_priority" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_priority" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_priority", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea_source", + "dataSetName" : "idea_source", + "dataSetTag" : "idea_source", + "methodType" : "FETCH", + "name" : "fetch_idea_source", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_source" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_source" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_source", + "builtinMethod" : false + }, { + "codeName" : "fetch_idea_state", + "dataSetName" : "idea_state", + "dataSetTag" : "idea_state", + "methodType" : "FETCH", + "name" : "fetch_idea_state", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 25, - "type" : "SIMPLE", - "allowEmpty" : false - }, { - "codeName" : "update_time", - "jsonFormat" : "yyyy-MM-dd HH:mm:ss", - "logicName" : "更新时间", - "name" : "update_time", - "getPSAppDEField" : { - "name" : "UPDATE_TIME", - "codeName" : "update_time" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFIELD", - "stdDataType" : 5, - "type" : "SIMPLE", - "allowEmpty" : false - } ], - "sourceType" : "DE", - "type" : "DEFAULT" + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_state" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_state" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_state", + "builtinMethod" : false }, { - "codeName" : "dictionary_data_filter_dto", - "name" : "dictionary_data_filter_dto", - "getPSAppDEMethodDTOFields" : [ { - "codeName" : "n_catalog_eq", - "logicName" : "字典目录", - "name" : "n_catalog_eq", - "getPSAppDEField" : { - "name" : "CATALOG", - "codeName" : "catalog" + "codeName" : "fetch_idea_type", + "dataSetName" : "idea_type", + "dataSetTag" : "idea_type", + "methodType" : "FETCH", + "name" : "fetch_idea_type", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFSEARCHMODE", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "n_id_eq", - "logicName" : "标识", - "name" : "n_id_eq", - "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFSEARCHMODE", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "n_name_like", - "logicName" : "名称", - "name" : "n_name_like", - "getPSAppDEField" : { - "name" : "NAME", - "codeName" : "name" + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_type" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_idea_type" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_type", + "builtinMethod" : false + }, { + "codeName" : "fetch_release_stage", + "dataSetName" : "release_stage", + "dataSetTag" : "release_stage", + "methodType" : "FETCH", + "name" : "fetch_release_stage", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" }, - "sourceType" : "DEFSEARCHMODE", - "stdDataType" : 25, - "type" : "SIMPLE" - }, { - "codeName" : "n_type_eq", - "logicName" : "类型", - "name" : "n_type_eq", - "getPSAppDEField" : { - "name" : "TYPE", - "codeName" : "type" + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" }, - "sourceType" : "DEFSEARCHMODE", - "stdDataType" : 25, - "type" : "SIMPLE" - } ], - "sourceType" : "DE", - "type" : "DEFILTER" - } ], - "getAllPSAppDEMethods" : [ { - "actionMode" : "CHECKKEY", - "actionTag" : "CheckKey", - "codeName" : "check_key", - "methodType" : "DEACTION", - "name" : "CheckKey", + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "release_stage" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_release_stage" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_release_stage", + "builtinMethod" : false + }, { + "codeName" : "fetch_test_case", + "dataSetName" : "test_case", + "dataSetTag" : "test_case", + "methodType" : "FETCH", + "name" : "fetch_test_case", "getPSAppDEMethodInput" : { "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case", + "builtinMethod" : false + }, { + "codeName" : "fetch_test_case_importance_level", + "dataSetName" : "test_case_importance_level", + "dataSetTag" : "test_case_importance_level", + "methodType" : "FETCH", + "name" : "fetch_test_case_importance_level", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", - "stdDataType" : 9, - "type" : "SIMPLE" + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/CheckKey.json" + "id" : "test_case_importance_level" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "CREATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "check_key" + "id" : "fetch_test_case_importance_level" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/check_key", + "requestPath" : "/fetch_test_case_importance_level", "builtinMethod" : false }, { - "actionMode" : "CREATE", - "actionTag" : "Create", - "codeName" : "create", - "methodType" : "DEACTION", - "name" : "Create", + "codeName" : "fetch_test_case_status", + "dataSetName" : "test_case_status", + "dataSetTag" : "test_case_status", + "methodType" : "FETCH", + "name" : "fetch_test_case_status", "getPSAppDEMethodInput" : { "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO", - "output" : true + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_status" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_test_case_status" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_status", + "builtinMethod" : false + }, { + "codeName" : "fetch_test_case_test_type", + "dataSetName" : "test_case_test_type", + "dataSetTag" : "test_case_test_type", + "methodType" : "FETCH", + "name" : "fetch_test_case_test_type", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", @@ -1255,37 +2647,37 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Create.json" + "id" : "test_case_test_type" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "CREATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "Create" + "id" : "fetch_test_case_test_type" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "builtinMethod" : false, - "noServiceCodeName" : true + "requestPath" : "/fetch_test_case_test_type", + "builtinMethod" : false }, { - "actionMode" : "READ", - "actionTag" : "Get", - "codeName" : "get", - "methodType" : "DEACTION", - "name" : "Get", + "codeName" : "fetch_test_case_type", + "dataSetName" : "test_case_type", + "dataSetTag" : "test_case_type", + "methodType" : "FETCH", + "name" : "fetch_test_case_type", "getPSAppDEMethodInput" : { - "getKeyPSAppDEField" : { - "name" : "ID", - "codeName" : "id" - }, "name" : "输入对象", - "type" : "KEYFIELD" + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", @@ -1293,11 +2685,11 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Get.json" + "id" : "test_case_type" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1305,25 +2697,23 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "Get" + "id" : "fetch_test_case_type" }, - "requestField" : "ID", - "requestMethod" : "GET", - "requestParamType" : "FIELD", - "builtinMethod" : false, - "needResourceKey" : true, - "noServiceCodeName" : true + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_type", + "builtinMethod" : false }, { - "actionMode" : "GETDRAFT", - "actionTag" : "GetDraft", - "codeName" : "get_draft", - "methodType" : "DEACTION", - "name" : "GetDraft", + "codeName" : "fetch_ticket", + "dataSetName" : "ticket", + "dataSetTag" : "ticket", + "methodType" : "FETCH", + "name" : "fetch_ticket", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, "type" : "DTO" }, @@ -1333,34 +2723,35 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/GetDraft.json" + "id" : "ticket" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "CREATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "get_draft" + "id" : "fetch_ticket" }, - "requestMethod" : "GET", - "requestParamType" : "NONE", - "requestPath" : "/get_draft", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket", "builtinMethod" : false }, { - "actionMode" : "MOVEORDER", - "codeName" : "move_order", - "methodType" : "DEACTION", - "name" : "move_order", + "codeName" : "fetch_ticket_priority", + "dataSetName" : "ticket_priority", + "dataSetTag" : "ticket_priority", + "methodType" : "FETCH", + "name" : "fetch_ticket_priority", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, "type" : "DTO" }, @@ -1370,106 +2761,75 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTOS" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/move_order.json" + "id" : "ticket_priority" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "UPDATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "move_order" + "id" : "fetch_ticket_priority" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/move_order", - "builtinMethod" : false, - "needResourceKey" : true + "requestPath" : "/fetch_ticket_priority", + "builtinMethod" : false }, { - "actionMode" : "CUSTOM", - "actionType" : "DELOGIC", - "codeName" : "nothing", - "methodType" : "DEACTION", - "name" : "nothing", - "getPSAppDELogic" : { - "modelref" : true, - "id" : "nothing" - }, + "codeName" : "fetch_ticket_solution", + "dataSetName" : "ticket_solution", + "dataSetTag" : "ticket_solution", + "methodType" : "FETCH", + "name" : "fetch_ticket_solution", "getPSAppDEMethodInput" : { - "codeName" : "NothingInput", - "name" : "NothingInput", + "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, "type" : "DTO" }, - "getPSAppDEMethodReturn" : { - "codeName" : "NothingResult", - "name" : "NothingResult", - "type" : "VOID" - }, - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/nothing.json" - }, - "builtinMethod" : false - }, { - "actionMode" : "DELETE", - "actionTag" : "Remove", - "batchActionMode" : 1, - "codeName" : "remove", - "methodType" : "DEACTION", - "name" : "Remove", - "getPSAppDEMethodInput" : { - "getKeyPSAppDEField" : { - "name" : "ID", - "codeName" : "id" - }, - "name" : "输入对象", - "type" : "KEYFIELDS" - }, "getPSAppDEMethodReturn" : { "name" : "返回对象", - "type" : "VOID" + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Remove.json" + "id" : "ticket_solution" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "DELETE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "Remove" + "id" : "fetch_ticket_solution" }, - "requestField" : "ID", - "requestMethod" : "DELETE", - "requestParamType" : "FIELD", - "builtinMethod" : false, - "enableBatchAction" : true, - "needResourceKey" : true, - "noServiceCodeName" : true + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_solution", + "builtinMethod" : false }, { - "actionMode" : "SAVE", - "actionTag" : "Save", - "codeName" : "save", - "methodType" : "DEACTION", - "name" : "Save", + "codeName" : "fetch_ticket_state", + "dataSetName" : "ticket_state", + "dataSetTag" : "ticket_state", + "methodType" : "FETCH", + "name" : "fetch_ticket_state", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, - "type" : "DTO", - "output" : true + "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", @@ -1477,38 +2837,37 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Save.json" + "id" : "ticket_state" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "CREATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "save" + "id" : "fetch_ticket_state" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/save", + "requestPath" : "/fetch_ticket_state", "builtinMethod" : false }, { - "actionMode" : "UPDATE", - "actionTag" : "Update", - "codeName" : "update", - "methodType" : "DEACTION", - "name" : "Update", + "codeName" : "fetch_work_item", + "dataSetName" : "work_item", + "dataSetTag" : "work_item", + "methodType" : "FETCH", + "name" : "fetch_work_item", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, - "id" : "dictionary_data_dto" + "id" : "dictionary_data_filter_dto" }, - "type" : "DTO", - "output" : true + "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", @@ -1516,31 +2875,30 @@ "modelref" : true, "id" : "dictionary_data_dto" }, - "type" : "DTO" + "type" : "PAGE" }, - "getPSDEAction" : { + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEACTIONS/Update.json" + "id" : "work_item" }, "getPSDEOPPriv" : { "modelref" : true, - "id" : "UPDATE" + "id" : "READ" }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "Update" + "id" : "fetch_work_item" }, - "requestMethod" : "PUT", + "requestMethod" : "POST", "requestParamType" : "ENTITY", - "builtinMethod" : false, - "needResourceKey" : true, - "noServiceCodeName" : true + "requestPath" : "/fetch_work_item", + "builtinMethod" : false }, { - "codeName" : "fetch_default", - "dataSetName" : "DEFAULT", - "dataSetTag" : "Default", + "codeName" : "fetch_work_item_category", + "dataSetName" : "work_item_category", + "dataSetTag" : "work_item_category", "methodType" : "FETCH", - "name" : "fetch_default", + "name" : "fetch_work_item_category", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1559,7 +2917,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "Default" + "id" : "work_item_category" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1567,18 +2925,18 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_default" + "id" : "fetch_work_item_category" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_default", + "requestPath" : "/fetch_work_item_category", "builtinMethod" : false }, { - "codeName" : "fetch_idea", - "dataSetName" : "idea", - "dataSetTag" : "idea", + "codeName" : "fetch_work_item_priority", + "dataSetName" : "work_item_priority", + "dataSetTag" : "work_item_priority", "methodType" : "FETCH", - "name" : "fetch_idea", + "name" : "fetch_work_item_priority", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1597,7 +2955,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "idea" + "id" : "work_item_priority" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1605,18 +2963,18 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_idea" + "id" : "fetch_work_item_priority" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_idea", + "requestPath" : "/fetch_work_item_priority", "builtinMethod" : false }, { - "codeName" : "fetch_idea_state", - "dataSetName" : "idea_state", - "dataSetTag" : "idea_state", + "codeName" : "fetch_work_item_probability", + "dataSetName" : "work_item_probability", + "dataSetTag" : "work_item_probability", "methodType" : "FETCH", - "name" : "fetch_idea_state", + "name" : "fetch_work_item_probability", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1635,7 +2993,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "idea_state" + "id" : "work_item_probability" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1643,18 +3001,18 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_idea_state" + "id" : "fetch_work_item_probability" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_idea_state", + "requestPath" : "/fetch_work_item_probability", "builtinMethod" : false }, { - "codeName" : "fetch_release_stage", - "dataSetName" : "release_stage", - "dataSetTag" : "release_stage", + "codeName" : "fetch_work_item_risk", + "dataSetName" : "work_item_risk", + "dataSetTag" : "work_item_risk", "methodType" : "FETCH", - "name" : "fetch_release_stage", + "name" : "fetch_work_item_risk", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1673,7 +3031,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "release_stage" + "id" : "work_item_risk" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1681,18 +3039,18 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_release_stage" + "id" : "fetch_work_item_risk" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_release_stage", + "requestPath" : "/fetch_work_item_risk", "builtinMethod" : false }, { - "codeName" : "fetch_ticket_state", - "dataSetName" : "ticket_state", - "dataSetTag" : "ticket_state", + "codeName" : "fetch_work_item_severity", + "dataSetName" : "work_item_severity", + "dataSetTag" : "work_item_severity", "methodType" : "FETCH", - "name" : "fetch_ticket_state", + "name" : "fetch_work_item_severity", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { @@ -1711,7 +3069,7 @@ }, "getPSDEDataSet" : { "modelref" : true, - "id" : "ticket_state" + "id" : "work_item_severity" }, "getPSDEOPPriv" : { "modelref" : true, @@ -1719,11 +3077,11 @@ }, "getPSDEServiceAPIMethod" : { "modelref" : true, - "id" : "fetch_ticket_state" + "id" : "fetch_work_item_severity" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_ticket_state", + "requestPath" : "/fetch_work_item_severity", "builtinMethod" : false }, { "codeName" : "FilterCreate", @@ -1855,9 +3213,37 @@ "uIActionMode" : "BACKEND", "uIActionTag" : "delete", "uIActionType" : "DEUIACTION", - "enableConfirm" : true, + "enableConfirm" : true, + "reloadData" : true, + "id" : "delete@dictionary_data" + }, { + "actionTarget" : "NONE", + "caption" : "需求字典新建(行为)", + "codeName" : "idea_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_idea_create", + "name" : "需求字典新建(行为)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSNavigateParams" : [ { + "key" : "catalog", + "name" : "catalog", + "value" : "catalog", + "rawValue" : false + } ], + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "idea_create", + "uIActionType" : "DEUIACTION", "reloadData" : true, - "id" : "delete@dictionary_data" + "id" : "idea_create@dictionary_data" }, { "actionTarget" : "NONE", "caption" : "需求字典新建", @@ -1870,6 +3256,10 @@ "frontProcessType" : "WIZARD", "fullCodeName" : "dictionary_data_idea_dictionary_create", "name" : "需求字典新建", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_tabsearchbar_param" + }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" @@ -1878,6 +3268,7 @@ "uIActionMode" : "FRONT", "uIActionTag" : "idea_dictionary_create", "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", "reloadData" : true, "id" : "idea_dictionary_create@dictionary_data" }, { @@ -1924,6 +3315,120 @@ "enableConfirm" : true, "reloadData" : true, "id" : "idea_remove@dictionary_data" + }, { + "actionTarget" : "NONE", + "caption" : "测试用例字典新建(行为)", + "codeName" : "test_case_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_test_case_create", + "name" : "测试用例字典新建(行为)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSNavigateParams" : [ { + "key" : "catalog", + "name" : "catalog", + "value" : "catalog", + "rawValue" : false + } ], + "refreshMode" : 1, + "tooltip" : "新建", + "uIActionMode" : "FRONT", + "uIActionTag" : "test_case_create", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "test_case_create@dictionary_data" + }, { + "actionTarget" : "NONE", + "caption" : "测试用例字典新建", + "codeName" : "test_case_dictionary_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_test_case_dictionary_create", + "name" : "测试用例字典建", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_tabsearchbar_param" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "refreshMode" : 1, + "tooltip" : "新建", + "uIActionMode" : "FRONT", + "uIActionTag" : "test_case_dictionary_create", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "test_case_dictionary_create@dictionary_data" + }, { + "actionTarget" : "NONE", + "caption" : "工单字典新建(行为)", + "codeName" : "ticket_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_ticket_create", + "name" : "工单字典新建(行为)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSNavigateParams" : [ { + "key" : "catalog", + "name" : "catalog", + "value" : "catalog", + "rawValue" : false + } ], + "refreshMode" : 1, + "tooltip" : "新建", + "uIActionMode" : "FRONT", + "uIActionTag" : "ticket_create", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "ticket_create@dictionary_data" + }, { + "actionTarget" : "NONE", + "caption" : "工单字典新建", + "codeName" : "ticket_dictionary_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_ticket_dictionary_create", + "name" : "工单字典新建", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_tabsearchbar_param" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "refreshMode" : 1, + "tooltip" : "新建", + "uIActionMode" : "FRONT", + "uIActionTag" : "ticket_dictionary_create", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "ticket_dictionary_create@dictionary_data" }, { "actionTarget" : "SINGLEKEY", "caption" : "删除", @@ -1968,8 +3473,308 @@ "enableConfirm" : true, "reloadData" : true, "id" : "ticket_remove@dictionary_data" + }, { + "actionTarget" : "NONE", + "caption" : "工作项字典新建(行为)", + "codeName" : "work_item_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_work_item_create", + "name" : "工作项字典新建(行为)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSNavigateParams" : [ { + "key" : "catalog", + "name" : "catalog", + "value" : "catalog", + "rawValue" : false + } ], + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "work_item_create", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "work_item_create@dictionary_data" + }, { + "actionTarget" : "NONE", + "caption" : "工作项字典新建", + "codeName" : "work_item_dictionary_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_work_item_dictionary_create", + "name" : "工作项字典新建", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_tabsearchbar_param" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "work_item_dictionary_create", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "work_item_dictionary_create@dictionary_data" } ], "getAllPSAppDEUILogics" : [ { + "codeName" : "get_tabsearchbar_param", + "defaultParamName" : "Default", + "logicName" : "获取搜索栏参数", + "name" : "获取搜索栏参数", + "getPSDEUILogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "code" : "var tabsearchbar = uiLogic.tabsearchbar;\r\nvar catalog = tabsearchbar.state.selectedGroupItem.id\r\nvar type = \"\"\r\n\r\nif (catalog == \"work_item_pro\") {\r\n catalog = \"work_item_probability\";\r\n}\r\nuiLogic.default.catalog = catalog;\r\n\r\nif (catalog.includes(\"idea\")) {\r\n type = \"idea\"\r\n} else if (catalog.includes(\"ticket\")) {\r\n type = \"ticket\"\r\n} else if (catalog.includes(\"work_item\")) {\r\n type = \"work_item\"\r\n} else if (catalog.includes(\"test_case\")) {\r\n type = \"test_case\"\r\n}\r\nuiLogic.default.type = type;\r\n", + "codeName" : "RAWJSCODE1", + "leftPos" : 160, + "logicNodeType" : "RAWJSCODE", + "name" : "设置选中搜索栏参数", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEUIACTION1" + }, + "linkMode" : 0, + "name" : "需求", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[type] 等于(=) idea", + "paramValue" : "idea", + "value" : "idea" + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + } + }, { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEUIACTION2" + }, + "linkMode" : 0, + "name" : "工单", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[type] 等于(=) ticket", + "paramValue" : "ticket", + "value" : "ticket" + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + } + }, { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEUIACTION3" + }, + "linkMode" : 0, + "name" : "工作项", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[type] 等于(=) work_item", + "paramValue" : "work_item", + "value" : "work_item" + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + } + }, { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEUIACTION4" + }, + "linkMode" : 0, + "name" : "测试用例", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[type] 等于(=) test_case", + "paramValue" : "test_case", + "value" : "test_case" + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + } + } ], + "topPos" : 426 + }, { + "codeName" : "DEUIACTION3", + "getDstPSAppDEUIAction" : { + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "modelref" : true, + "id" : "work_item_create@dictionary_data" + }, + "getDstPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 900, + "logicNodeType" : "DEUIACTION", + "name" : "工作项字典新建(行为)", + "topPos" : 557 + }, { + "codeName" : "DEUIACTION4", + "getDstPSAppDEUIAction" : { + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "modelref" : true, + "id" : "test_case_create@dictionary_data" + }, + "getDstPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 900, + "logicNodeType" : "DEUIACTION", + "name" : "测试用例字典新建(行为)", + "topPos" : 696 + }, { + "codeName" : "DEUIACTION1", + "getDstPSAppDEUIAction" : { + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "modelref" : true, + "id" : "idea_create@dictionary_data" + }, + "getDstPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 900, + "logicNodeType" : "DEUIACTION", + "name" : "需求字典新建(行为)", + "topPos" : 300 + }, { + "codeName" : "DEUIACTION2", + "getDstPSAppDEUIAction" : { + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "modelref" : true, + "id" : "ticket_create@dictionary_data" + }, + "getDstPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 900, + "logicNodeType" : "DEUIACTION", + "name" : "工单字典新建(行为)", + "topPos" : 436 + } ], + "getPSDEUILogicParams" : [ { + "codeName" : "tabsearchbar", + "logicName" : "tabsearchbar", + "name" : "tabsearchbar", + "ctrlParam" : true + }, { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "default" : true, + "entityParam" : true + } ], + "getStartPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } + }, { "codeName" : "judge_column_state", "defaultParamName" : "Default", "logicName" : "判断操作列是否禁用", @@ -2058,14 +3863,30 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_state_edit_view.json", "viewType" : "DEOPTVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_state_grid_view.json", "viewType" : "DEGRIDVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_confirm_remove_view.json", "viewType" : "DEOPTVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_grid_view.json", + "viewType" : "DEGRIDVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_grid_view.json", @@ -2086,10 +3907,18 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_delete_confirm_option_view.json", "viewType" : "DEOPTVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_grid_view.json", + "viewType" : "DEGRIDVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_quick_create_view.json", "viewType" : "DEOPTVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_grid_view.json", + "viewType" : "DEGRIDVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_state_grid_view.json", @@ -2164,11 +3993,13 @@ "enableWFActions" : false, "major" : true, "getAllPSAppDEUIActionGroups" : [ { + "codeName" : "Acdd62f6957a38db9ab", "name" : "需求数据字典_编辑&删除", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, + "uniqueTag" : "dictionary_data__Acdd62f6957a38db9ab", "getPSUIActionGroupDetails" : [ { "detailType" : "DEUIACTION", "name" : "uf0c2d11", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/usr04285955_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/idea_create_form.json similarity index 87% rename from model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/usr04285955_form.json rename to model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/idea_create_form.json index f78adc207d49f1fc3fc3e4975a06c266049b0003..7bd57ca0d3e89624eb458867a7bfdb085298fa71 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/usr04285955_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/idea_create_form.json @@ -1,5 +1,5 @@ { - "codeName" : "usr04285955_form", + "codeName" : "idea_create_form", "controlType" : "FORM", "getCreatePSControlAction" : { "modelref" : true, @@ -18,7 +18,7 @@ } }, "defaultLabelWidth" : 130, - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/usr04285955_form.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/idea_create_form.json", "getGetDraftFromPSControlAction" : { "modelref" : true, "id" : "loaddraftfrom", @@ -140,6 +140,13 @@ "name" : "COLOR", "codeName" : "color" } + }, { + "id" : "style", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + } }, { "id" : "id", "hidden" : true, @@ -335,6 +342,52 @@ }, "allowEmpty" : true, "showCaption" : true + }, { + "caption" : "背景样式", + "codeName" : "style", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "style", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "idea_priority" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "style", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__background_style.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true } ], "getPSLayout" : { "childColLG" : 12, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/test_case_create_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/test_case_create_form.json new file mode 100644 index 0000000000000000000000000000000000000000..d7f0233153a2bacadad3681558e945f9472b4e7a --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/test_case_create_form.json @@ -0,0 +1,482 @@ +{ + "codeName" : "test_case_create_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/test_case_create_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "logicName" : "测试用例字典新建视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "catalog", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "type", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "id" : "color", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + } + }, { + "id" : "style", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "数据字典基本信息", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "字典目录", + "codeName" : "catalog", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "catalog", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "catalog", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/test_case_dictionary.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "状态名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "TEXTBOX", + "maxLength" : 200, + "name" : "name", + "placeHolder" : "输入状态名称" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "showCaption" : true + }, { + "caption" : "状态类型", + "codeName" : "type", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "idea_state" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + }, { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_type.json" + }, + "placeHolder" : "选择状态类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "caption" : "颜色", + "codeName" : "color", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "color", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "COLORPICKER", + "name" : "color" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "showCaption" : true + }, { + "caption" : "背景样式", + "codeName" : "style", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "style", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "IN", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "test_case_level,test_case_status" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "style", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__background_style.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColLG" : 12, + "childColMD" : 12, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "noTabHeader" : true, + "modelid" : "d770dc44d81419be316d3d569570952a", + "modeltype" : "PSDEFORM_EDITFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/ticket_create_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/ticket_create_form.json new file mode 100644 index 0000000000000000000000000000000000000000..5b7fd4344a82540bd60ebf1904e3d6a25927c213 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/ticket_create_form.json @@ -0,0 +1,482 @@ +{ + "codeName" : "ticket_create_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/ticket_create_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "logicName" : "工单字典新建视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "catalog", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "type", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "id" : "color", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + } + }, { + "id" : "style", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "数据字典基本信息", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "字典目录", + "codeName" : "catalog", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "catalog", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "catalog", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ticket_dictionary.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "状态名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "TEXTBOX", + "maxLength" : 200, + "name" : "name", + "placeHolder" : "输入状态名称" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "showCaption" : true + }, { + "caption" : "状态类型", + "codeName" : "type", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "idea_state" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + }, { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_type.json" + }, + "placeHolder" : "选择状态类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "caption" : "颜色", + "codeName" : "color", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "color", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "COLORPICKER", + "name" : "color" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "showCaption" : true + }, { + "caption" : "背景样式", + "codeName" : "style", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "style", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "ticket_priority" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "style", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__background_style.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColLG" : 12, + "childColMD" : 12, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "noTabHeader" : true, + "modelid" : "1f8e0fd00940224142a2db64ece2fccb", + "modeltype" : "PSDEFORM_EDITFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/work_item_create_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/work_item_create_form.json new file mode 100644 index 0000000000000000000000000000000000000000..cf89bc1b17ef86990c53a117cbc1b40d3def52fa --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/work_item_create_form.json @@ -0,0 +1,482 @@ +{ + "codeName" : "work_item_create_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/work_item_create_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "logicName" : "工作项字典新建视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "catalog", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "type", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "id" : "color", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + } + }, { + "id" : "style", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "数据字典基本信息", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "字典目录", + "codeName" : "catalog", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "catalog", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "catalog", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/work_item_dictionary.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "状态名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "TEXTBOX", + "maxLength" : 200, + "name" : "name", + "placeHolder" : "输入状态名称" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "showCaption" : true + }, { + "caption" : "状态类型", + "codeName" : "type", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "idea_state" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + }, { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_type.json" + }, + "placeHolder" : "选择状态类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "caption" : "颜色", + "codeName" : "color", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "color", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "COLORPICKER", + "name" : "color" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "showCaption" : true + }, { + "caption" : "背景样式", + "codeName" : "style", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "style", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "work_item_priority" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "style", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__background_style.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColLG" : 12, + "childColMD" : 12, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "noTabHeader" : true, + "modelid" : "49cf97ccde10dbdbe92337ee58c770a1", + "modeltype" : "PSDEFORM_EDITFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSGRIDS/idea_dictionary_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSGRIDS/idea_dictionary_grid.json index e936f18d142d31be6aee8d204f66e81249d70837..479047a634296403c11bef67f47119b4c2c43eb3 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSGRIDS/idea_dictionary_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSGRIDS/idea_dictionary_grid.json @@ -12,7 +12,7 @@ "name" : "fetch", "getPSAppDEMethod" : { "modelref" : true, - "id" : "fetch_idea" + "id" : "fetch_test_case" }, "getPSAppDataEntity" : { "modelref" : true, @@ -58,27 +58,6 @@ } } ], "getPSDEGridColumns" : [ { - "align" : "LEFT", - "cLConvertMode" : "FRONT", - "caption" : "分类", - "codeName" : "catalog", - "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "catalog", - "excelCaption" : "分类", - "name" : "catalog", - "noPrivDisplayMode" : 1, - "getPSAppCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_catalog.json" - }, - "getPSAppDEField" : { - "name" : "CATALOG", - "codeName" : "catalog" - }, - "width" : 100, - "widthUnit" : "PX", - "enableSort" : true - }, { "align" : "LEFT", "cLConvertMode" : "NONE", "getCapPSLanguageRes" : { @@ -172,6 +151,7 @@ "name" : "uagridcolumn1", "noPrivDisplayMode" : 1, "getPSDEUIActionGroup" : { + "codeName" : "Acdd62f6957a38db9ab", "name" : "需求数据字典_编辑&删除", "getPSAppDataEntity" : { "modelref" : true, @@ -265,7 +245,8 @@ "addSeparator" : false, "showCaption" : false, "showIcon" : true - } ] + } ], + "uniqueTag" : "dictionary_data__Acdd62f6957a38db9ab" }, "width" : 100, "widthUnit" : "PX", @@ -314,13 +295,6 @@ "hideDefault" : true } ], "getPSDEGridDataItems" : [ { - "dataType" : 25, - "name" : "catalog", - "getPSAppDEField" : { - "name" : "CATALOG", - "codeName" : "catalog" - } - }, { "dataType" : 25, "name" : "name", "getPSAppDEField" : { @@ -365,6 +339,13 @@ "name" : "SEQUENCE", "codeName" : "sequence" } + }, { + "dataType" : 25, + "name" : "catalog", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } }, { "dataType" : 25, "name" : "srfkey", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/idea_dictionary_searchbar.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/idea_dictionary_searchbar.json index 7b7f1311aef36dcbc005187d91d261a2e7675ec4..06f7ac4e222c909f3b8489b52203b385723e6bc8 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/idea_dictionary_searchbar.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/idea_dictionary_searchbar.json @@ -88,7 +88,7 @@ "quickGroupCount" : 4, "quickSearchMode" : 2, "quickSearchWidth" : 0, - "searchBarStyle" : "SEARCHBAR2", + "searchBarStyle" : "SEARCHBAR", "enableFilter" : true, "enableGroup" : true, "enableQuickSearch" : true, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/test_case_searchbar.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/test_case_searchbar.json new file mode 100644 index 0000000000000000000000000000000000000000..0323747f82ad281b085d114a4d0ccab2ef2c6b58 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/test_case_searchbar.json @@ -0,0 +1,98 @@ +{ + "codeName" : "test_case_searchbar", + "controlType" : "SEARCHBAR", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/test_case_searchbar.json", + "logicName" : "测试用例字典搜索栏", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSSearchBarFilters" : [ { + "caption" : "字典目录(=)", + "dataType" : 25, + "itemType" : "FILTER", + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "N_CATALOG_EQ", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSDEFSearchMode" : { + "codeName" : "N_CATALOG_EQ", + "name" : "N_CATALOG_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "N_CATALOG_EQ", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/test_case_dictionary.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "emptyCaption" : false, + "hidden" : false, + "needCodeListConfig" : true, + "showCaption" : false + } ], + "getPSSearchBarGroups" : [ { + "caption" : "测试用例类型", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"test_case_type\"}]}]}}", + "itemType" : "GROUP", + "name" : "test_case_type", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false, + "defaultGroup" : true + }, { + "caption" : "测试用例重要程度", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"test_case_level\"}]}]}}", + "itemType" : "GROUP", + "name" : "test_case_level", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "测试用例测试类型", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"test_case_test_type\"}]}]}}", + "itemType" : "GROUP", + "name" : "test_case_test_type", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "测试用例状态", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"test_case_status\"}]}]}}", + "itemType" : "GROUP", + "name" : "test_case_status", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + } ], + "quickGroupCount" : 4, + "quickSearchMode" : 2, + "quickSearchWidth" : 0, + "searchBarStyle" : "SEARCHBAR", + "enableFilter" : true, + "enableGroup" : true, + "enableQuickSearch" : true, + "mobileSearchBar" : false, + "modelid" : "35419350d6a8aaa75674875bd8a553c7", + "modeltype" : "PSSYSSEARCHBAR" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/ticket_dictionary_searchbar.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/ticket_dictionary_searchbar.json new file mode 100644 index 0000000000000000000000000000000000000000..dfc0553750e33cef6a20f5ffe2043c6c782ac064 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/ticket_dictionary_searchbar.json @@ -0,0 +1,87 @@ +{ + "codeName" : "ticket_dictionary_searchbar", + "controlType" : "SEARCHBAR", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/ticket_dictionary_searchbar.json", + "logicName" : "工单字典搜索栏", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSSearchBarFilters" : [ { + "caption" : "字典目录(=)", + "dataType" : 25, + "itemType" : "FILTER", + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "N_CATALOG_EQ", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSDEFSearchMode" : { + "codeName" : "N_CATALOG_EQ", + "name" : "N_CATALOG_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "N_CATALOG_EQ", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ticket_dictionary.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "emptyCaption" : false, + "hidden" : false, + "needCodeListConfig" : true, + "showCaption" : false + } ], + "getPSSearchBarGroups" : [ { + "caption" : "工单状态", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"ticket_state\"}]}]}}", + "itemType" : "GROUP", + "name" : "ticket_status", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false, + "defaultGroup" : true + }, { + "caption" : "工单解决方案", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"ticket_solution\"}]}]}}", + "itemType" : "GROUP", + "name" : "ticket_solution", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "工单优先级", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"ticket_priority\"}]}]}}", + "itemType" : "GROUP", + "name" : "ticket_priority", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + } ], + "quickGroupCount" : 3, + "quickSearchMode" : 2, + "quickSearchWidth" : 0, + "searchBarStyle" : "SEARCHBAR", + "enableFilter" : true, + "enableGroup" : true, + "enableQuickSearch" : true, + "mobileSearchBar" : false, + "modelid" : "99258482876646982b18949580dda182", + "modeltype" : "PSSYSSEARCHBAR" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/work_item_searchbar.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/work_item_searchbar.json new file mode 100644 index 0000000000000000000000000000000000000000..c0f30c6f55a37cd7b56bc600a96ff07366a912e3 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/work_item_searchbar.json @@ -0,0 +1,109 @@ +{ + "codeName" : "work_item_searchbar", + "controlType" : "SEARCHBAR", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/work_item_searchbar.json", + "logicName" : "工作项字典搜索栏", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSSearchBarFilters" : [ { + "caption" : "字典目录(=)", + "dataType" : 25, + "itemType" : "FILTER", + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "N_CATALOG_EQ", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSDEFSearchMode" : { + "codeName" : "N_CATALOG_EQ", + "name" : "N_CATALOG_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "N_CATALOG_EQ", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/work_item_dictionary.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "emptyCaption" : false, + "hidden" : false, + "needCodeListConfig" : true, + "showCaption" : false + } ], + "getPSSearchBarGroups" : [ { + "caption" : "工作项复现概率", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_probability\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_pro", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false, + "defaultGroup" : true + }, { + "caption" : "工作项优先级", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_priority\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_priority", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "工作项严重程度", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_severity\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_severity", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "工作项风险", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_risk\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_risk", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "工作项任务类别", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_category\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_category", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + } ], + "quickGroupCount" : 5, + "quickSearchMode" : 2, + "quickSearchWidth" : 0, + "searchBarStyle" : "SEARCHBAR", + "enableFilter" : true, + "enableGroup" : true, + "enableQuickSearch" : true, + "mobileSearchBar" : false, + "modelid" : "936517c61c8223b127bc0686cb4ebed4", + "modeltype" : "PSSYSSEARCHBAR" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json index 4fb959bd769767981b54caa51eaa00ef920f205f..dd03c8b059d1c834671e47a2b7e8b0fc03d8c99c 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json @@ -1838,6 +1838,10 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_library_all_grid_view.json", "viewType" : "DEGRIDVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_product_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_redirect_view.json", @@ -1848,6 +1852,20 @@ "viewType" : "DEGRIDVIEW" } ], "getAllPSDEOPPrivs" : [ { + "logicName" : "建立", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDERS/DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "CREATE", + "id" : "PRODUCT__CREATE" + }, { "logicName" : "建立", "mapPSDEName" : "LIBRARY", "mapPSDEOPPrivName" : "SUBDATA", @@ -1878,6 +1896,20 @@ }, "name" : "DELETE", "id" : "LIBRARY__DELETE" + }, { + "logicName" : "删除", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDERS/DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "DELETE", + "id" : "PRODUCT__DELETE" }, { "logicName" : "删除", "name" : "DELETE" @@ -1898,6 +1930,20 @@ }, "name" : "READ", "id" : "LIBRARY__READ" + }, { + "logicName" : "读取", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "READ", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDERS/DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "READ", + "id" : "PRODUCT__READ" }, { "logicName" : "更新", "mapPSDEName" : "LIBRARY", @@ -1912,6 +1958,20 @@ }, "name" : "UPDATE", "id" : "LIBRARY__UPDATE" + }, { + "logicName" : "更新", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDERS/DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "UPDATE", + "id" : "PRODUCT__UPDATE" }, { "logicName" : "更新", "name" : "UPDATE" @@ -1958,6 +2018,28 @@ "codeName" : "scope_id" }, "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "guidelines", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "guideline", + "minorDEName" : "GUIDELINE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "name" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "SCOPE_ID", + "codeName" : "scope_id" + }, + "rSMode" : 2 } ], "name" : "GUIDELINE", "getPSDEName" : "GUIDELINE", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json index 938b16362379c0e7a948b49afd476df551ecdf9e..86e7b4194d040063cb816e649c8100bc4e7c3865 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json @@ -1405,6 +1405,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_baseline_choose_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_baseline_idea", + "dataSetName" : "baseline_idea", + "dataSetTag" : "baseline_idea", + "methodType" : "FETCH", + "name" : "fetch_baseline_idea", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_baseline_idea" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_baseline_idea", + "builtinMethod" : false }, { "codeName" : "fetch_baseline_plan_idea", "dataSetName" : "baseline_plan_idea", @@ -2317,6 +2355,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_relation_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_review_data", + "dataSetName" : "review_data", + "dataSetTag" : "review_data", + "methodType" : "FETCH", + "name" : "fetch_review_data", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "review_data" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_review_data" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_review_data", + "builtinMethod" : false }, { "codeName" : "fetch_user", "dataSetName" : "user", @@ -4527,6 +4603,39 @@ "name" : "RELATION_TOTAL_TEST_CASE", "stdDataType" : 6, "userTag4" : "INTENAL" + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[REVIEW_RESULT_STATE][评审结果]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBDROPDOWNLIST", + "name" : "[REVIEW_RESULT_STATE][评审结果]移动端默认", + "stringLength" : 60, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true, + "needCodeListConfig" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[REVIEW_RESULT_STATE][评审结果]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "DROPDOWNLIST", + "name" : "[REVIEW_RESULT_STATE][评审结果]", + "stringLength" : 60, + "uIMode" : "DEFAULT", + "needCodeListConfig" : true + }, + "type" : "DEFAULT" + } ], + "codeName" : "review_result_state", + "logicName" : "评审结果", + "name" : "REVIEW_RESULT_STATE", + "stdDataType" : 25, + "stringLength" : 60 }, { "getAllPSAppDEFUIModes" : [ { "codeName" : "MobileDefault", @@ -6928,6 +7037,17 @@ "sourceType" : "DEFIELD", "stdDataType" : 6, "type" : "SIMPLE" + }, { + "codeName" : "review_result_state", + "logicName" : "评审结果", + "name" : "review_result_state", + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "codeName" : "remaining_workload", "logicName" : "剩余工时", @@ -7706,6 +7826,17 @@ "sourceType" : "DEFSEARCHMODE", "stdDataType" : 9, "type" : "SIMPLE" + }, { + "codeName" : "n_review_result_state_eq", + "logicName" : "评审结果", + "name" : "n_review_result_state_eq", + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "codeName" : "n_section_id_eq", "logicName" : "子产品标识", @@ -9052,6 +9183,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_baseline_choose_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_baseline_idea", + "dataSetName" : "baseline_idea", + "dataSetTag" : "baseline_idea", + "methodType" : "FETCH", + "name" : "fetch_baseline_idea", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_baseline_idea" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_baseline_idea", + "builtinMethod" : false }, { "codeName" : "fetch_baseline_plan_idea", "dataSetName" : "baseline_plan_idea", @@ -9964,6 +10133,44 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_relation_idea", "builtinMethod" : false + }, { + "codeName" : "fetch_review_data", + "dataSetName" : "review_data", + "dataSetTag" : "review_data", + "methodType" : "FETCH", + "name" : "fetch_review_data", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "review_data" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "fetch_review_data" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_review_data", + "builtinMethod" : false }, { "codeName" : "fetch_user", "dataSetName" : "user", @@ -10192,6 +10399,36 @@ }, "tempDataMode" : 2, "builtinMethod" : false + }, { + "codeName" : "FetchTempBaseline_idea", + "dataSetTag" : "baseline_idea", + "dataSetType" : "DATAQUERY", + "methodType" : "FETCHTEMP", + "name" : "baseline_idea", + "getPSAppDEMethodInput" : { + "codeName" : "Baseline_ideaInput", + "name" : "Baseline_ideaInput", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSAppDEMethodReturn" : { + "codeName" : "Baseline_ideaResult", + "name" : "Baseline_ideaResult", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "getPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "tempDataMode" : 2, + "builtinMethod" : false }, { "codeName" : "FetchTempBi_detail", "dataSetTag" : "bi_detail", @@ -11605,6 +11842,32 @@ "uILogicAttachMode" : "REPLACE", "globalUIAction" : true, "id" : "check_customer_info@idea" + }, { + "actionTarget" : "NONE", + "caption" : "查看评审历史", + "codeName" : "check_review_history", + "frontProcessType" : "OTHER", + "fullCodeName" : "idea_check_review_history", + "name" : "查看评审历史", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "check_review_history" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "idea", + "rawValue" : false + } ], + "uIActionMode" : "FRONT", + "uIActionTag" : "check_review_history", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "check_review_history@idea" }, { "actionTarget" : "NONE", "caption" : "查看工单信息", @@ -14220,6 +14483,54 @@ "modelref" : true, "id" : "Begin" } + }, { + "codeName" : "check_review_history", + "defaultParamName" : "Default", + "logicName" : "查看评审历史", + "memo" : "按钮触发,通过脚本切换显示组件", + "name" : "查看评审历史", + "getPSDEUILogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200 + }, { + "code" : "uiLogic.view.ctx.controllersMap.get(\"form\").details.grouppanel8.state.visible=false;\r\nuiLogic.view.ctx.controllersMap.get(\"form\").details.grouppanel15.state.visible=true;", + "codeName" : "RAWJSCODE1", + "leftPos" : 160, + "logicNodeType" : "RAWJSCODE", + "name" : "切换显示组件", + "topPos" : 350 + } ], + "getPSDEUILogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "default" : true, + "entityParam" : true + }, { + "codeName" : "view", + "logicName" : "当前视图对象", + "name" : "当前视图对象", + "activeViewParam" : true + } ], + "getStartPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } }, { "codeName" : "check_ticket_info", "defaultParamName" : "Default", @@ -14785,38 +15096,67 @@ "id" : "Begin" } } ], - "topPos" : -400 + "topPos" : -450 }, { - "codeName" : "PREPAREJSPARAM2", + "code" : "let choose = uiLogic.default.customer_id;\r\nif(choose != null && choose != ''){\r\n uiLogic.dto.srfactionparam = choose.split(',').map(id => ({ id }));\r\n uiLogic.dto.principal_id = uiLogic.idea.id;\r\n uiLogic.dto.id = uiLogic.idea.id;\r\n uiLogic.dto.principal_type = \"idea\";\r\n uiLogic.dto.target_type = \"customer\";\r\n}", + "codeName" : "RAWJSCODE2", "leftPos" : 590, - "logicNodeType" : "PREPAREJSPARAM", - "name" : "idea实体赋参", + "logicNodeType" : "RAWJSCODE", + "name" : "获取选中列表", "getPSDEUILogicLinks" : [ { "getDstPSDEUILogicNode" : { "modelref" : true, - "id" : "RAWJSCODE2" + "id" : "DEACTION1" }, "linkMode" : 0, "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "ISNOTNULL", + "dstFieldName" : "srfactionparam", + "getDstLogicParam" : { + "modelref" : true, + "id" : "dto" + }, + "logicType" : "SINGLE", + "name" : "dto[srfactionparam] 值不为空(NotNil) 0", + "paramValue" : "0", + "value" : "0" + } ] + }, "getSrcPSDEUILogicNode" : { "modelref" : true, - "id" : "PREPAREJSPARAM2" + "id" : "RAWJSCODE2" } - } ], - "getPSDEUILogicNodeParams" : [ { - "getDstPSDEUILogicParam" : { + }, { + "getDstPSDEUILogicNode" : { "modelref" : true, - "id" : "idea" + "id" : "RAWJSCODE3" }, - "name" : "Default ==> idea", - "paramAction" : "SETPARAMVALUE", - "getSrcPSDEUILogicParam" : { - "modelref" : true, - "id" : "Default" + "linkMode" : 0, + "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "ISNULL", + "dstFieldName" : "srfactionparam", + "getDstLogicParam" : { + "modelref" : true, + "id" : "dto" + }, + "logicType" : "SINGLE", + "name" : "dto[srfactionparam] 值为空(Nil)" + } ] }, - "srcValueType" : "SRCDLPARAM" + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE2" + } } ], - "topPos" : -261 + "topPos" : -40 }, { "code" : "\r\nibiz.mc.command.update.send({ srfdecodename: 'idea', srfkey: context.idea})", "codeName" : "RAWJSCODE3", @@ -14866,66 +15206,6 @@ } } ], "topPos" : 100 - }, { - "code" : "let choose = uiLogic.default.customer;\r\nif(choose != null && choose != ''){\r\n uiLogic.dto.srfactionparam = choose.split(',').map(id => ({ id }));\r\n uiLogic.dto.principal_id = uiLogic.idea.id;\r\n uiLogic.dto.id = uiLogic.idea.id;\r\n uiLogic.dto.principal_type = \"idea\";\r\n uiLogic.dto.target_type = \"customer\";\r\n}", - "codeName" : "RAWJSCODE2", - "leftPos" : 590, - "logicNodeType" : "RAWJSCODE", - "name" : "获取选中列表", - "getPSDEUILogicLinks" : [ { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "DEACTION1" - }, - "linkMode" : 0, - "name" : "连接名称", - "getPSDEUILogicLinkGroupCond" : { - "groupOP" : "AND", - "logicType" : "GROUP", - "getPSDEUILogicLinkConds" : [ { - "condOP" : "ISNOTNULL", - "dstFieldName" : "srfactionparam", - "getDstLogicParam" : { - "modelref" : true, - "id" : "dto" - }, - "logicType" : "SINGLE", - "name" : "dto[srfactionparam] 值不为空(NotNil) 0", - "paramValue" : "0", - "value" : "0" - } ] - }, - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE2" - } - }, { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE3" - }, - "linkMode" : 0, - "name" : "连接名称", - "getPSDEUILogicLinkGroupCond" : { - "groupOP" : "AND", - "logicType" : "GROUP", - "getPSDEUILogicLinkConds" : [ { - "condOP" : "ISNULL", - "dstFieldName" : "srfactionparam", - "getDstLogicParam" : { - "modelref" : true, - "id" : "dto" - }, - "logicType" : "SINGLE", - "name" : "dto[srfactionparam] 值为空(Nil)" - } ] - }, - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE2" - } - } ], - "topPos" : -40 }, { "codeName" : "END1", "leftPos" : 630, @@ -14954,8 +15234,49 @@ "id" : "idea" }, "topPos" : -150 + }, { + "codeName" : "PREPAREJSPARAM2", + "leftPos" : 590, + "logicNodeType" : "PREPAREJSPARAM", + "name" : "idea实体赋参", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE2" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "PREPAREJSPARAM2" + } + } ], + "getPSDEUILogicNodeParams" : [ { + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "Default ==> idea", + "paramAction" : "SETPARAMVALUE", + "getSrcPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : -261 } ], "getPSDEUILogicParams" : [ { + "codeName" : "view", + "logicName" : "视图对象", + "name" : "视图对象", + "activeViewParam" : true + }, { + "codeName" : "idea", + "logicName" : "idea", + "name" : "idea", + "entityParam" : true + }, { "codeName" : "form", "logicName" : "表单对象", "name" : "表单对象", @@ -14965,22 +15286,12 @@ "logicName" : "传入后台对象", "name" : "传入后台对象", "entityParam" : true - }, { - "codeName" : "idea", - "logicName" : "idea", - "name" : "idea", - "entityParam" : true }, { "codeName" : "Default", "logicName" : "传入变量", "name" : "传入变量", "default" : true, "entityParam" : true - }, { - "codeName" : "view", - "logicName" : "视图对象", - "name" : "视图对象", - "activeViewParam" : true } ], "getStartPSDEUILogicNode" : { "modelref" : true, @@ -16701,6 +17012,77 @@ "modelref" : true, "id" : "Begin" } + }, { + "codeName" : "reset_product_id", + "defaultParamName" : "Default", + "logicName" : "重置上下文产品ID", + "name" : "重置上下文产品ID", + "getPSDEUILogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 200, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "code" : "uiLogic.ctx.product=uiLogic.default.product_id;\r\n", + "codeName" : "RAWJSCODE1", + "leftPos" : 325, + "logicNodeType" : "RAWJSCODE", + "name" : "注入脚本代码", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + } + } ], + "topPos" : 208 + }, { + "codeName" : "END1", + "leftPos" : 547, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 200 + } ], + "getPSDEUILogicParams" : [ { + "codeName" : "view", + "logicName" : "view", + "name" : "view", + "activeViewParam" : true + }, { + "codeName" : "ctx", + "logicName" : "ctx", + "name" : "ctx", + "navContextParam" : true + }, { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "default" : true, + "entityParam" : true + } ], + "getStartPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } }, { "codeName" : "show_commnet", "defaultParamName" : "Default", @@ -18818,6 +19200,10 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_version_comparison_view.json", "viewType" : "DEEDITVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_not_add_pick_up_grid_view_review.json", + "viewType" : "DEPICKUPGRIDVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_copy_option_view.json", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/main.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/main.json index 9a87b36cad4d9b7f952424b62888c9204688ed73..608d5aa552765363adcf1257623cd7a7ba280dc7 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/main.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/main.json @@ -339,6 +339,13 @@ }, { "id" : "baseline_name", "dataType" : 25 + }, { + "id" : "review_result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + } }, { "id" : "is_readonly", "hidden" : true, @@ -2409,22 +2416,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2433,30 +2435,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2878,6 +2885,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4191,11 +4242,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4207,17 +4265,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4226,13 +4284,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4292,7 +4343,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -16423,6 +16474,107 @@ }, "infoGroupMode" : false, "showCaption" : false + }, { + "caption" : "评审结果", + "codeName" : "review_result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "review_result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 21, + "colMD" : 21, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true, + "showCaption" : true + }, { + "codeName" : "grouppanel14", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel14", + "getPSDEFormDetails" : [ { + "actionType" : "UIACTION", + "buttonStyle" : "STYLE2", + "caption" : "评审历史", + "codeName" : "button5", + "detailStyle" : "STYLE2", + "detailType" : "BUTTON", + "name" : "button5", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "form_button5" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf18e@FontAwesome", + "cssClass" : "fa fa-arrow-circle-o-right" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "查看评审历史", + "codeName" : "check_review_history", + "frontProcessType" : "OTHER", + "fullCodeName" : "idea_check_review_history", + "name" : "查看评审历史", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "check_review_history" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "idea", + "rawValue" : false + } ], + "uIActionMode" : "FRONT", + "uIActionTag" : "check_review_history", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "check_review_history@idea" + }, + "tooltip" : "评审历史", + "uIActionTarget" : "NONE", + "showCaption" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colLG" : 3, + "colMD" : 3, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false }, { "caption" : "是否只读", "codeName" : "is_readonly", @@ -20871,6 +21023,1401 @@ }, "infoGroupMode" : false, "showCaption" : false + }, { + "caption" : "评审历史", + "codeName" : "grouppanel15", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel15", + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNULL", + "dEFDName" : "id", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "id" ], + "notMode" : false + } ], + "getPSDEFormDetails" : [ { + "codeName" : "druipart8", + "dRItemTag" : "UsrDRItem0509377221", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart8", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审历史", + "codeName" : "review_content_list_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_list_view.json", + "mDCtrlActiveMode" : 0, + "name" : "review_contentlist_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSDEViewCodeName" : "list_view", + "getPSDEViewId" : "56515adf25bb15c98b26b93fe16f82fd", + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "review_data_identifier", + "viewFieldName" : "identifier" + }, { + "id" : "review_data_name", + "viewFieldName" : "name" + }, { + "id" : "review_data_date", + "viewFieldName" : "create_time" + }, { + "id" : "create_man", + "viewFieldName" : "create_man" + }, { + "id" : "create_time", + "viewFieldName" : "create_time" + }, { + "id" : "result_name", + "viewFieldName" : "name" + }, { + "id" : "result_state", + "viewFieldName" : "result_state" + }, { + "id" : "comment", + "viewFieldName" : "comment" + } ], + "codeName" : "usr0612818719", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "list_view列表视图布局面板", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_captionbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "页面标题", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "captionbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "caption" : "容器", + "contentHeight" : 64.0, + "height" : 64.0, + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container4", + "getPSLayout" : { + "align" : "flex-end", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "height" : 64, + "heightMode" : "PX", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "actionType" : "UIACTION", + "buttonStyle" : "DEFAULT", + "caption" : "返回", + "itemStyle" : "DEFAULT", + "itemType" : "BUTTON", + "name" : "button_calluilogic", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "layoutpanel_button_calluilogic" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "返回", + "codeName" : "panel_usr0612818719_button_calluilogic_click", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_panel_usr0612818719_button_calluilogic_click", + "name" : "返回", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "back_history" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "panel_usr0612818719_button_calluilogic_click", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "uILogicType" : "DELOGIC", + "id" : "panel_usr0612818719_button_calluilogic_click@review_content" + }, + "tooltip" : "返回", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + } ], + "getPSSysCss" : { + "cssName" : "toolbar-style-container" + } + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "多项数据容器", + "dataRegionType" : "MULTIDATA", + "dataSourceType" : "DEDATASET", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_multidata1", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "单项数据容器", + "dataName" : "review_data", + "dataRegionType" : "SINGLEDATA", + "dataSourceType" : "ACTIVEDATAPARAM", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_singledata", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container5", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_data_identifier", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_data_identifier", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "identifier" + }, { + "caption" : "标签", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_label", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "getPSRawItem" : { + "caption" : "-", + "contentType" : "RAW", + "name" : "static_label", + "predefinedType" : "STATIC_LABEL", + "renderMode" : "PARAGRAPH" + }, + "rawContent" : "-", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_data_name", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_data_name", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "name" + } ] + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_data_date", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_data_date", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "create_time" + } ] + } ], + "predefinedType" : "CONTAINER_SINGLEDATA" + }, { + "caption" : "多项数据容器", + "dataName" : "stage_results", + "dataRegionType" : "MULTIDATA", + "dataSourceType" : "ACTIVEDATAPARAM", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_multidata", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container1", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container3", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "create_man", + "getPSEditor" : { + "editorStyle" : "PERSONNEL_INFO", + "editorType" : "SPAN", + "name" : "create_man", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSONNEL_INFO", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "create_man", + "convertToCodeItemText" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "create_time", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "create_time", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" + }, + "valueFormat" : "YYYY年MM月DD日", + "viewFieldName" : "create_time" + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container2", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "result_name", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_name", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "name" + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "result_state", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" + }, + "viewFieldName" : "result_state", + "convertToCodeItemText" : true + } ] + } ] + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "comment", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "comment", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" + }, + "viewFieldName" : "comment" + } ], + "predefinedType" : "CONTAINER_MULTIDATA" + }, { + "caption" : "分割线", + "contentType" : "DIVIDER", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "divider", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "contentType" : "DIVIDER", + "name" : "divider", + "predefinedType" : "DIVIDER" + }, + "showCaption" : true + } ], + "predefinedType" : "CONTAINER_MULTIDATA" + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "5a5b1748abab7e1f84a85106d7e2ed0d", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "ListView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "list_view_search_form", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSSEARCHFORMS/list_view_search_form.json", + "logicName" : "评审历史列表视图_搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "be7c8a7cee45116b7ac2255e97d3b11c", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "codeName" : "list_view_list", + "controlType" : "LIST", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSLISTS/list_view_list.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "getItemPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "review_id", + "viewFieldName" : "principal_id" + }, { + "id" : "final_stage_results", + "viewFieldName" : "final_stage_results" + } ], + "codeName" : "usr0601083084", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSPANELS/usr0601083084.json", + "layoutMode" : "TABLE_24COL", + "logicName" : "List_列表项面板", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_id", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_id", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "principal_id" + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "final_stage_results", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "final_stage_results", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__final_stage_results.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "final_stage_results", + "convertToCodeItemText" : true + } ] + } ] + } ], + "name" : "list_itempanel", + "modelid" : "838176dc008edb47ea0b1b8507f69e0c", + "modeltype" : "PSSYSVIEWPANEL" + }, + "logicName" : "List", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "列表控件处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "LIST" + }, + "getPSDEListDataItems" : [ { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableGroup" : false, + "enableRowEdit" : false, + "enableRowEditGroup" : false, + "enableRowEditOrder" : false, + "enableRowNew" : false, + "noSort" : false, + "showHeader" : true, + "singleSelect" : true, + "name" : "list", + "modelid" : "7a1c1119d1cc0b946aa49cb97e853f61", + "modeltype" : "PSDELIST" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审历史", + "codeName" : "list_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审历史列表", + "viewStyle" : "DEFAULT", + "viewType" : "DELISTVIEW", + "xDataControlName" : "list", + "enableDP" : true, + "enableFilter" : true, + "enableSearch" : true, + "showCaptionBar" : false, + "modelid" : "6ce849890265fbb0ab3cddb8e9077b5b", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "idea", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "IDEA", + "SRFPARENTTYPE" : "CUSTOM" + }, + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false } ], "getPSLayout" : { "childColMD" : 24, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/quick_create.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/quick_create.json index 7b410e6e0dabbf84dfe28e45e5b51c332d31f95b..4ade28b1189cc618689f27a7ed14de9582773ee2 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/quick_create.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/quick_create.json @@ -64,11 +64,27 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" } }, + "hookEventNames" : [ "ONCHANGE" ], "logicName" : "需求快速建立视图_表单", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" }, + "getPSControlLogics" : [ { + "eventNames" : "onChange", + "itemName" : "product_name", + "logicTag" : "form", + "logicType" : "APPDEUILOGIC", + "name" : "reset_ctx", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "reset_product_id" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + } ], "getPSCtrlMsg" : { "codeName" : "UsrCtrlMsg0228593610", "dynaModelFilePath" : "PSCTRLMSGS/UsrCtrlMsg0228593610.json", @@ -965,7 +981,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNULL", "dEFDName" : "checkid", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "checkid值为空(Nil)" } ], "relatedDetailNames" : [ "checkid" ], "notMode" : false @@ -1062,7 +1079,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNOTNULL", "dEFDName" : "product_name", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "product_name值不为空(NotNil)" } ], "relatedDetailNames" : [ "product_name" ], "notMode" : false @@ -1151,7 +1169,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNOTNULL", "dEFDName" : "product_name", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "product_name值不为空(NotNil)" } ], "relatedDetailNames" : [ "product_name" ], "notMode" : false @@ -1305,7 +1324,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNOTNULL", "dEFDName" : "product_name", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "product_name值不为空(NotNil)" } ], "relatedDetailNames" : [ "product_name" ], "notMode" : false @@ -1329,33 +1349,38 @@ "getPSEditor" : { "editorParams" : { "multiple" : "true", - "SRFNAVPARAM.n_product_id_eq" : "%product%" + "DROPDOWNVIEW" : "TRUE", + "AC" : "FALSE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "TRUE" }, - "editorType" : "MDROPDOWNLIST", + "editorType" : "PICKEREX_DROPDOWNVIEW", "name" : "customer", - "getPSAppCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__product_customer.json" - }, "getPSEditorItems" : [ { "name" : "customer_id" } ], - "getPSNavigateParams" : [ { - "key" : "n_product_id_eq", - "name" : "n_product_id_eq", - "value" : "product", - "rawValue" : false - } ], + "getPickupPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pc_customer_pickup_tree_view.json", + "viewType" : "DEPICKUPTREEVIEW" + }, "placeHolder" : "选择客户", - "singleSelect" : false + "valueItemName" : "customer_id", + "dropDownView" : true, + "enableAC" : false, + "enablePickupView" : true, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true }, "getPSLayoutPos" : { "colMD" : 24, "layout" : "TABLE_24COL" }, + "resetItemName" : "product_name", + "resetItemNames" : [ "product_name" ], "valueItemName" : "customer_id", "allowEmpty" : true, - "needCodeListConfig" : true, "showCaption" : true }, { "getCapPSLanguageRes" : { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/show_edit_view_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/show_edit_view_form.json index 741c3e567ddc620158f856d9e906e1d4769196b6..72d4df2faf73e68d5e57a9ab018456ab2df0a012 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/show_edit_view_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSFORMS/show_edit_view_form.json @@ -2131,6 +2131,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/main.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/main.json index 37f2eeb6ff31c2d593df7be0759cae6c40be4a7f..31122dd3612737913eeff163f94792c1b620ac8f 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/main.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/main.json @@ -594,7 +594,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -806,6 +806,13 @@ "name" : "STATE", "codeName" : "state" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -988,14 +995,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/main_plan.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/main_plan.json index 3999b5dc089e3d0f3633deaa3105145b01550ffe..2b6baae194639e8244561182f8dc027e999a1bad 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/main_plan.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/main_plan.json @@ -269,7 +269,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -321,6 +321,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -559,8 +566,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/not_check_pickup_grid_review.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/not_check_pickup_grid_review.json new file mode 100644 index 0000000000000000000000000000000000000000..b80a6852e03a4e089427323724d2e0b8300d65c2 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/not_check_pickup_grid_review.json @@ -0,0 +1,330 @@ +{ + "aggMode" : "NONE", + "codeName" : "not_check_pickup_grid_review", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/not_check_pickup_grid_review.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, + "groupMode" : "NONE", + "logicName" : "未选择的需求选择表格(评审)", + "getOrderValuePSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSDEDataImport" : { + "modelref" : true, + "id" : "import_idea" + }, + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.IDEA.IDENTIFIER" + }, + "caption" : "编号", + "codeName" : "identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "identifier", + "excelCaption" : "编号", + "name" : "identifier", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.TITLE" + }, + "caption" : "标题", + "codeName" : "title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "title", + "excelCaption" : "标题", + "name" : "title", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + }, + "width" : 150, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.STATE" + }, + "caption" : "状态", + "codeName" : "state", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "state", + "excelCaption" : "状态", + "name" : "state", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json" + }, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "review_result_state", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "review_result_state", + "excelCaption" : "评审结果", + "name" : "review_result_state", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "需求类型", + "codeName" : "idea_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea_type", + "excelCaption" : "需求类型", + "name" : "idea_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__requirement_type.json" + }, + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.PRIORITY" + }, + "caption" : "优先级", + "codeName" : "priority", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "priority", + "excelCaption" : "优先级", + "name" : "priority", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json" + }, + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ASSIGNEE_NAME" + }, + "caption" : "负责人", + "codeName" : "assignee_name", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "assignee_name", + "excelCaption" : "负责人", + "name" : "assignee_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "identifier", + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + } + }, { + "dataType" : 25, + "name" : "title", + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + } + }, { + "dataType" : 25, + "name" : "state", + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } + }, { + "dataType" : 25, + "name" : "review_result_state", + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + } + }, { + "dataType" : 25, + "name" : "idea_type", + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + } + }, { + "dataType" : 25, + "name" : "priority", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } + }, { + "dataType" : 25, + "name" : "assignee_name", + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "assignee_id", + "getPSAppDEField" : { + "name" : "ASSIGNEE_ID", + "codeName" : "assignee_id" + } + }, { + "dataType" : 25, + "name" : "product_id", + "getPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + } + }, { + "dataType" : 25, + "name" : "category_id", + "getPSAppDEField" : { + "name" : "CATEGORY_ID", + "codeName" : "category_id" + } + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + } + }, { + "dataType" : 25, + "name" : "srfmstag" + } ], + "getPSDEGridEditItems" : [ { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingMode" : 1, + "pagingSize" : 20, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, + "sortMode" : "REMOTE", + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : true, + "enableRowEdit" : false, + "enableRowEditOrder" : false, + "enableRowNew" : false, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : false, + "modelid" : "1c2db98ed5e0dc83683aef35ec23615b", + "modeltype" : "PSDEGRID" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSSEARCHFORMS/review_searchform.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSSEARCHFORMS/review_searchform.json new file mode 100644 index 0000000000000000000000000000000000000000..423eaf0af20274fe4c2ea77b94456146008902b9 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSSEARCHFORMS/review_searchform.json @@ -0,0 +1,288 @@ +{ + "codeName" : "review_searchform", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSSEARCHFORMS/review_searchform.json", + "logicName" : "评审搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSDEFormItems" : [ { + "id" : "n_title_like", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + } + }, { + "id" : "n_state_eq", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } + }, { + "id" : "n_idea_type_eq", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + } + }, { + "id" : "n_assignee_name_eq", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + } + }, { + "id" : "n_assignee_id_eq", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ASSIGNEE_ID", + "codeName" : "assignee_id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_TITLE_LIKE" + }, + "caption" : "标题", + "codeName" : "n_title_like", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_title_like", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + }, + "getPSEditor" : { + "editorType" : "TEXTBOX", + "name" : "n_title_like", + "placeHolder" : "请输入需求标题" + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_STATE_EQ" + }, + "caption" : "状态", + "codeName" : "n_state_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_state_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "n_state_eq", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json" + }, + "placeHolder" : "请选择需求状态", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "需求类型", + "codeName" : "n_idea_type_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_idea_type_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "n_idea_type_eq", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__requirement_type.json" + }, + "placeHolder" : "请选择需求类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_ASSIGNEE_NAME_EQ" + }, + "caption" : "负责人", + "codeName" : "n_assignee_name_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_assignee_name_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + }, + "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.n_department_id_eq" : "%srforgsectorid%", + "AC" : "TRUE", + "SRFNAVPARAM.n_status_eq" : "1", + "TRIGGER" : "TRUE", + "URL" : "products/${context.product}/product_members/fetch_default", + "PICKUPVIEW" : "FALSE", + "USERMETHOD" : "post", + "USERMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "DEPTMAP" : "{\"id\":\"id\",\"name\":\"display_name\"}", + "DEPTMETHOD" : "get", + "DEPTURL" : "/users/fetch_default" + }, + "editorStyle" : "PERSONEL_SELECT_PRODUCT", + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "n_assignee_name_eq", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/user.json" + }, + "getPSEditorItems" : [ { + "name" : "n_assignee_id_eq" + } ], + "getPSNavigateParams" : [ { + "key" : "n_department_id_eq", + "name" : "n_department_id_eq", + "value" : "srforgsectorid", + "rawValue" : false + }, { + "key" : "n_status_eq", + "name" : "n_status_eq", + "value" : "1", + "rawValue" : true + } ], + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSON_SELECT", + "runtimeObject" : true + }, + "placeHolder" : "负责人", + "valueItemName" : "n_assignee_id_eq", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "valueItemName" : "n_assignee_id_eq", + "allowEmpty" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_ASSIGNEE_ID_EQ" + }, + "caption" : "负责人", + "codeName" : "n_assignee_id_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "n_assignee_id_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ASSIGNEE_ID", + "codeName" : "assignee_id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "n_assignee_id_eq" + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColLG" : 5, + "childColMD" : 5, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "modelid" : "F8947DD9-3D16-4F0E-AEDF-7E2C6F10C355", + "modeltype" : "PSDEFORM_SEARCHFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSTREEVIEWS/review_re_idea_tree.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSTREEVIEWS/review_re_idea_tree.json index a86a16849792a6b11480ba4594290d8c150a38ee..7f48809a79bae7df90d99c78b2402da881f02c61 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSTREEVIEWS/review_re_idea_tree.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSTREEVIEWS/review_re_idea_tree.json @@ -84,6 +84,18 @@ }, "parentValueLevel" : 1, "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_5" + }, + "name" : "全部基线 - 基线", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "node_6" + }, + "parentValueLevel" : 1, + "searchMode" : 3 }, { "getChildPSDETreeNode" : { "modelref" : true, @@ -284,6 +296,12 @@ "id" : "node_3" }, "name" : "产品 - 无分组模块", + "getPSNavigateParams" : [ { + "key" : "n_owner_subtype_eq", + "name" : "n_owner_subtype_eq", + "value" : "idea", + "rawValue" : true + } ], "parentFilter" : "owner_id", "getParentPSDETreeNode" : { "modelref" : true, @@ -291,6 +309,18 @@ }, "parentValueLevel" : 1, "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_6" + }, + "name" : "默认根节点 - 全部基线", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "ROOT" + }, + "parentValueLevel" : 1, + "searchMode" : 3 } ], "getPSDETreeNodes" : [ { "counterMode" : 0, @@ -325,8 +355,8 @@ "name" : "产品", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node", "getPSAppDEDataSet" : { @@ -338,24 +368,9 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" }, "getPSNavigateParams" : [ { - "key" : "target_type", - "name" : "target_type", - "value" : "target_type", - "rawValue" : false - }, { - "key" : "principal_type", - "name" : "principal_type", - "value" : "principal_type", - "rawValue" : false - }, { "key" : "n_product_id_eq", "name" : "n_product_id_eq", - "value" : "product", - "rawValue" : false - }, { - "key" : "principal_id", - "name" : "principal_id", - "value" : "principal_id", + "value" : "id", "rawValue" : false } ], "getTextPSAppDEField" : { @@ -394,8 +409,8 @@ "name" : "子产品", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_1", "getPSAppDEDataSet" : { @@ -406,12 +421,6 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/section.json" }, - "getPSNavigateParams" : [ { - "key" : "n_section_id_eq", - "name" : "n_section_id_eq", - "value" : "section", - "rawValue" : false - } ], "sortDir" : "ASC", "getSortPSAppDEField" : { "name" : "SEQUENCE", @@ -454,8 +463,8 @@ "navFilter" : "category_id", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_2", "getPSAppDEDataSet" : { @@ -504,8 +513,8 @@ "navFilter" : "category_id", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_3", "getPSAppDEDataSet" : { @@ -559,8 +568,8 @@ "navFilter" : "category_id", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_view.json", - "viewType" : "DEMPICKUPVIEW2" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_4", "getPSAppDEDataSet" : { @@ -597,6 +606,79 @@ "selectFirstOnly" : false, "selected" : false, "id" : "node_4" + }, { + "counterMode" : 0, + "dataSourceType" : "DEDATASET", + "getIdPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "maxSize" : -1, + "name" : "基线", + "nodeType" : "node_5", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_baseline" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/baseline.json" + }, + "getPSNavigateParams" : [ { + "key" : "baseline", + "name" : "baseline", + "value" : "id", + "rawValue" : false + } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "treeNodeType" : "DE", + "hasPSDETreeNodeRSs" : false, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_5" + }, { + "counterMode" : 0, + "name" : "全部基线", + "nodeType" : "node_6", + "getPSNavigateParams" : [ { + "key" : "tag", + "name" : "tag", + "value" : "baseline", + "rawValue" : true + } ], + "text" : "全部基线", + "treeNodeType" : "STATIC", + "hasPSDETreeNodeRSs" : true, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_6" } ], "getPSSysPFPlugin" : { "pluginType" : "TREE_RENDER", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library/PSTREEVIEWS/tree_exp_view_config_tree_view.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library/PSTREEVIEWS/tree_exp_view_config_tree_view.json index 341f56c2ae494c1064d812718b80cff1dc0145eb..c60fd07b7266d468418aa3f47a3945f18b3b6b85 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library/PSTREEVIEWS/tree_exp_view_config_tree_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library/PSTREEVIEWS/tree_exp_view_config_tree_view.json @@ -299,6 +299,12 @@ "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_5", + "getPSNavigateParams" : [ { + "key" : "n_object_type_eq", + "name" : "n_object_type_eq", + "value" : "LIBRARY", + "rawValue" : true + } ], "text" : "评审配置", "treeNodeType" : "STATIC", "hasPSDETreeNodeRSs" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product/PSTREEVIEWS/tree_exp_view_setting_tree_view.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product/PSTREEVIEWS/tree_exp_view_setting_tree_view.json index a01ca84bdb3457abe995c649ee7a41fbf88fa030..afc845499786451bb7e27e949081f1f2ede3265f 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product/PSTREEVIEWS/tree_exp_view_setting_tree_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product/PSTREEVIEWS/tree_exp_view_setting_tree_view.json @@ -158,6 +158,18 @@ }, "parentValueLevel" : 1, "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_9" + }, + "name" : "配置 - 评审配置", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "node_6" + }, + "parentValueLevel" : 1, + "searchMode" : 3 } ], "getPSDETreeNodes" : [ { "counterMode" : 0, @@ -416,6 +428,39 @@ "selectFirstOnly" : false, "selected" : false, "id" : "node_8" + }, { + "counterMode" : 0, + "name" : "评审配置", + "getNavPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_all_grid_view.json", + "viewType" : "DEGRIDVIEW" + }, + "nodeType" : "node_9", + "getPSNavigateParams" : [ { + "key" : "n_object_type_eq", + "name" : "n_object_type_eq", + "value" : "PRODUCT", + "rawValue" : true + } ], + "text" : "评审配置", + "treeNodeType" : "STATIC", + "hasPSDETreeNodeRSs" : false, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_9" } ], "getPSSysPFPlugin" : { "pluginType" : "TREE_RENDER", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json index 3173283dc261976e55b850ea61fec3b10cb6ff94..b7d83ce66f26aa89d25a023e45c1f701225274aa 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json @@ -729,6 +729,45 @@ "requestParamType" : "NONE", "requestPath" : "/get_draft", "builtinMethod" : false + }, { + "actionMode" : "READ", + "codeName" : "get_redirect_data", + "methodType" : "DEACTION", + "name" : "get_redirect_data", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "get_redirect_data" + }, + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "requestPath" : "/get_redirect_data", + "builtinMethod" : false, + "needResourceKey" : true }, { "actionMode" : "CUSTOM", "actionType" : "DELOGIC", @@ -1351,6 +1390,37 @@ "name" : "DESCRIPTION", "stdDataType" : 25, "stringLength" : 2000 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[REVIEWER][评审人]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "MOBTEXT", + "name" : "[REVIEWER][评审人]移动端默认", + "stringLength" : 100, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[REVIEWER][评审人]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "TEXTBOX", + "name" : "[REVIEWER][评审人]", + "stringLength" : 100, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "reviewer", + "logicName" : "评审人", + "name" : "REVIEWER", + "stdDataType" : 25, + "stringLength" : 100 }, { "getAllPSAppDEFUIModes" : [ { "codeName" : "Default", @@ -3192,6 +3262,17 @@ "sourceType" : "DEFIELD", "stdDataType" : 25, "type" : "SIMPLE" + }, { + "codeName" : "reviewer", + "logicName" : "评审人", + "name" : "reviewer", + "getPSAppDEField" : { + "name" : "REVIEWER", + "codeName" : "reviewer" + }, + "sourceType" : "DEFIELD", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "codeName" : "submitted_at", "jsonFormat" : "yyyy-MM-dd HH:mm:ss", @@ -4401,6 +4482,45 @@ "requestParamType" : "NONE", "requestPath" : "/get_draft", "builtinMethod" : false + }, { + "actionMode" : "READ", + "codeName" : "get_redirect_data", + "methodType" : "DEACTION", + "name" : "get_redirect_data", + "getPSAppDEMethodInput" : { + "getKeyPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "READ" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "get_redirect_data" + }, + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "requestPath" : "/get_redirect_data", + "builtinMethod" : false, + "needResourceKey" : true }, { "actionMode" : "CUSTOM", "actionType" : "DELOGIC", @@ -4999,6 +5119,45 @@ "uIActionType" : "DEUIACTION", "uILogicAttachMode" : "REPLACE", "id" : "add_attachments@review" + }, { + "actionTarget" : "NONE", + "caption" : "添加内容", + "codeName" : "add_idea_review_content", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "fullCodeName" : "review_add_idea_review_content", + "name" : "添加需求评审内容", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "add_review_content" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSNavigateParams" : [ { + "key" : "tag", + "name" : "tag", + "value" : "IDEA", + "rawValue" : true + }, { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 1, + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "add_idea_review_content", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "add_idea_review_content@review" }, { "actionTarget" : "NONE", "caption" : "添加内容", @@ -5019,6 +5178,11 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" }, "getPSNavigateParams" : [ { + "key" : "tag", + "name" : "tag", + "value" : "TEST_CASE", + "rawValue" : true + }, { "key" : "review", "name" : "review", "value" : "review", @@ -5151,6 +5315,10 @@ "frontProcessType" : "WIZARD", "fullCodeName" : "review_new_idea_review", "name" : "新建需求评审", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "notify_refresh" + }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" @@ -5163,6 +5331,7 @@ "uIActionMode" : "FRONT", "uIActionTag" : "new_idea_review", "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", "closeEditView" : true, "closePopupView" : true, "reloadData" : true, @@ -5213,6 +5382,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -5265,6 +5435,32 @@ "uIActionType" : "DEUIACTION", "reloadData" : true, "id" : "set_category@review" + }, { + "actionTarget" : "SINGLEDATA", + "caption" : "设置类别", + "codeName" : "set_idea_category", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_set_idea_category", + "name" : "设置需求评审类别", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "set_idea_category", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "set_idea_category@review" }, { "actionTarget" : "SINGLEDATA", "caption" : "提交评审", @@ -5272,6 +5468,7 @@ "dataAccessAction" : "SUBDATA", "frontProcessType" : "OTHER", "fullCodeName" : "review_submit_review", + "memo" : "SUBDATA", "name" : "提交评审", "getPSAppDEMethod" : { "modelref" : true, @@ -5857,7 +6054,7 @@ "topPos" : 200, "parallelOutput" : true }, { - "code" : "\tconst rows = uiLogic.grid.state.rows;\r\n const ctx = uiLogic.ctx;\r\n\tif (rows && rows.length > 0) {\r\n\t\trows.forEach(row => {\r\n\t\t\tconst titleColumn = row.uiActionGroupStates.name;\r\n\t\t\tconst cur_user = ctx.srfuserid;\r\n\t\t\tconst state = row.data.state;\r\n\t\t\tconst create_man = row.data.create_man;\r\n\t\t\tif (titleColumn && Object.values(titleColumn).length > 0) {\r\n\t\t\t\tObject.values(titleColumn).forEach(action => {\r\n action.visible = false;\r\n if(action.uiActionId === 'delete@review'&& create_man == cur_user){\r\n action.visible = true;\r\n }else if (action.uiActionId === 'repeal_review@review'&& create_man == cur_user && state == '20' ) {\r\n\t\t\t\t\t\taction.visible = true;\r\n\t\t\t\t\t} else if (action.uiActionId === 'submit_review@review'&& create_man == cur_user && (state == '10'||state == '50') ) {\r\n\t\t\t\t\t\taction.visible = true;\r\n\t\t\t\t\t}else if (action.uiActionId === 'set_category@review'&& create_man == cur_user){\r\n action.visible = true;\r\n }\r\n\t\t\t\t})\r\n\t\t\t}\r\n\t\t})\r\n\t}\r\n", + "code" : "\tconst rows = uiLogic.grid.state.rows;\r\n const ctx = uiLogic.ctx;\r\n\tif (rows && rows.length > 0) {\r\n\t\trows.forEach(row => {\r\n\t\t\tconst titleColumn = row.uiActionGroupStates.name;\r\n\t\t\tconst cur_user = ctx.srfuserid;\r\n\t\t\tconst state = row.data.state;\r\n const type = row.data.type;\r\n\t\t\tconst create_man = row.data.create_man;\r\n\t\t\tif (titleColumn && Object.values(titleColumn).length > 0) {\r\n\t\t\t\tObject.values(titleColumn).forEach(action => {\r\n action.visible = false;\r\n if(action.uiActionId === 'delete@review'&& create_man == cur_user){\r\n action.visible = true;\r\n }else if (action.uiActionId === 'repeal_review@review'&& create_man == cur_user && state == '20' ) {\r\n\t\t\t\t\t\taction.visible = true;\r\n\t\t\t\t\t} else if (action.uiActionId === 'submit_review@review'&& create_man == cur_user && (state == '10'||state == '50') ) {\r\n\t\t\t\t\t\taction.visible = true;\r\n\t\t\t\t\t}else if (action.uiActionId === 'set_category@review'&& create_man == cur_user && type == 'TEST_CASE'){\r\n action.visible = true;\r\n }else if (action.uiActionId === 'set_idea_category@review'&& create_man == cur_user && type == 'IDEA'){\r\n action.visible = true;\r\n }\r\n\t\t\t\t})\r\n\t\t\t}\r\n\t\t})\r\n\t}\r\n", "codeName" : "RAWJSCODE1", "leftPos" : 160, "logicNodeType" : "RAWJSCODE", @@ -5887,18 +6084,18 @@ "logicName" : "上下文", "name" : "上下文", "navContextParam" : true - }, { - "codeName" : "Default", - "logicName" : "传入变量", - "name" : "传入变量", - "default" : true, - "entityParam" : true }, { "codeName" : "Grid", "logicName" : "表格", "name" : "表格", "activeCtrlParam" : true, "ctrlParam" : true + }, { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "default" : true, + "entityParam" : true } ], "getStartPSDEUILogicNode" : { "modelref" : true, @@ -6711,6 +6908,67 @@ "modelref" : true, "id" : "Begin" } + }, { + "codeName" : "notify_refresh", + "defaultParamName" : "Default", + "logicName" : "通知刷新", + "name" : "通知刷新", + "getPSDEUILogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : 220, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 230, + "parallelOutput" : true + }, { + "code" : "ibiz.mc.command.create.send({ srfdecodename: 'review'})", + "codeName" : "RAWJSCODE1", + "leftPos" : 399, + "logicNodeType" : "RAWJSCODE", + "name" : "通知刷新", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + } + } ], + "topPos" : 238 + }, { + "codeName" : "END1", + "leftPos" : 650, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 230 + } ], + "getPSDEUILogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "default" : true, + "entityParam" : true + } ], + "getStartPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } }, { "codeName" : "portlet_refresh", "defaultParamName" : "Default", @@ -7104,6 +7362,10 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_main_view.json", "viewType" : "DEEDITVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_main_view.json", + "viewType" : "DEEDITVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_edit_view.json", @@ -7152,6 +7414,10 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_tree_exp_view.json", "viewType" : "DETREEEXPVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_pick_up_tree_view.json", @@ -7162,6 +7428,20 @@ "viewType" : "DETREEEXPVIEW" } ], "getAllPSDEOPPrivs" : [ { + "logicName" : "建立", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "CREATE", + "id" : "PRODUCT__CREATE" + }, { "logicName" : "建立", "name" : "CREATE" }, { @@ -7195,6 +7475,20 @@ }, "name" : "DELETE", "id" : "library__DELETE" + }, { + "logicName" : "删除", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "DELETE", + "id" : "PRODUCT__DELETE" }, { "logicName" : "读取", "name" : "READ" @@ -7212,6 +7506,34 @@ }, "name" : "READ", "id" : "library__READ" + }, { + "logicName" : "读取", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "READ", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "READ", + "id" : "PRODUCT__READ" + }, { + "logicName" : "更新", + "mapPSDEName" : "PRODUCT", + "mapPSDEOPPrivName" : "SUBDATA", + "getMapPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json" + }, + "getMapPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + }, + "name" : "UPDATE", + "id" : "PRODUCT__UPDATE" }, { "logicName" : "更新", "mapPSDEName" : "LIBRARY", @@ -7272,6 +7594,28 @@ "codeName" : "library_id" }, "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], "name" : "REVIEW", "getPSDEName" : "REVIEW", @@ -7392,6 +7736,25 @@ "modelref" : true, "id" : "set_category@review" } + }, { + "caption" : "设置类别", + "detailType" : "DEUIACTION", + "name" : "u3479786", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true, + "getPSUIAction" : { + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "modelref" : true, + "id" : "set_idea_category@review" + } } ] }, { "codeName" : "Usr0507965741", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/create_re_test_case_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/create_re_test_case_form.json index f2bf9d5f8dba5c12bb069d4128f705873d7adbf8..b1339a955b5c92f40ffc85b0bcaf1ee49a2b59fc 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/create_re_test_case_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/create_re_test_case_form.json @@ -135,10 +135,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -165,10 +165,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -232,16 +232,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -256,47 +259,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" + }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -1049,6 +1116,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_main_view_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_main_view_form.json new file mode 100644 index 0000000000000000000000000000000000000000..69d45ad0b9f1241a895569782537f45e35b4f641 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_main_view_form.json @@ -0,0 +1,10837 @@ +{ + "codeName" : "idea_main_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_main_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "hookEventNames" : [ "ONLOADSUCCESS", "ONCHANGE", "ONCLICK" ], + "logicName" : "需求评审主视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "logic", + "scriptCode" : "ctrl.details.formpage1.state.keepAlive=true;" + }, { + "eventNames" : "onChange", + "itemName" : "description", + "logicTag" : "form", + "logicType" : "APPDEUIACTION", + "name" : "change_description", + "getPSAppDEUIAction" : { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.SAVE" + }, + "caption" : "保存", + "codeName" : "Save", + "fullCodeName" : "Save", + "name" : "编辑界面_保存操作", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "EDITVIEW_SAVEACTION", + "timeout" : 60000, + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.SAVE" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Save", + "uIActionType" : "DEUIACTION" + } + }, { + "eventNames" : "onClick", + "itemName" : "attachments", + "logicTag" : "form", + "logicType" : "APPDEUIACTION", + "name" : "change_attachments", + "getPSAppDEUIAction" : { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.SAVE" + }, + "caption" : "保存", + "codeName" : "Save", + "fullCodeName" : "Save", + "name" : "编辑界面_保存操作", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "EDITVIEW_SAVEACTION", + "timeout" : 60000, + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.SAVE" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Save", + "uIActionType" : "DEUIACTION" + } + }, { + "eventNames" : "onChange", + "itemName" : "title", + "logicTag" : "form", + "logicType" : "APPDEUIACTION", + "name" : "title_save", + "getPSAppDEUIAction" : { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.SAVE" + }, + "caption" : "保存", + "codeName" : "Save", + "fullCodeName" : "Save", + "name" : "编辑界面_保存操作", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "EDITVIEW_SAVEACTION", + "timeout" : 60000, + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.SAVE" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Save", + "uIActionType" : "DEUIACTION" + } + } ], + "getPSCtrlMsg" : { + "codeName" : "UsrCtrlMsg0228593610", + "dynaModelFilePath" : "PSCTRLMSGS/UsrCtrlMsg0228593610.json", + "name" : "编辑表单自定义消息(隐藏)", + "getPSCtrlMsgItems" : [ { + "name" : "BEFOREREMOVE_HIDDEN" + }, { + "name" : "CREATESUCCESS_HIDDEN" + }, { + "name" : "UPDATESUCCESS_HIDDEN" + } ] + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "title", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "submitter_name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "SUBMITTER_NAME", + "codeName" : "submitter_name" + } + }, { + "id" : "submitted_at", + "dataType" : 5, + "getPSAppDEField" : { + "name" : "SUBMITTED_AT", + "codeName" : "submitted_at" + } + }, { + "id" : "state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } + }, { + "id" : "type", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "id" : "submitter_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "SUBMITTER_ID", + "codeName" : "submitter_id" + } + }, { + "id" : "identifier", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + } + }, { + "id" : "choosed_content", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "need_refresh", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "description", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "DESCRIPTION", + "codeName" : "description" + } + }, { + "id" : "principal_name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" + } + }, { + "id" : "create_man", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + } + }, { + "id" : "create_time", + "dataType" : 5, + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } + }, { + "id" : "update_man", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + } + }, { + "id" : "update_time", + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN.FORMPAGE.FORMPAGE1" + }, + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.GROUPPANEL.LEFT_GROUPPANEL" + }, + "caption" : "评审基本信息", + "codeName" : "left_grouppanel", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "left_grouppanel", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "title", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "title", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSEditor" : { + "editorParams" : { + "SHOWLIMIT" : "true", + "ISAUTO" : "true" + }, + "editorType" : "TEXTBOX", + "maxLength" : 200, + "name" : "title" + }, + "getPSLayoutPos" : { + "colLG" : 24, + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.SUBMITTER_NAME" + }, + "caption" : "提交人", + "codeName" : "submitter_name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "submitter_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "SUBMITTER_NAME", + "codeName" : "submitter_name" + }, + "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.n_department_id_eq" : "%srforgsectorid%", + "AC" : "TRUE", + "readonly" : "true", + "SRFNAVPARAM.n_status_eq" : "1", + "TRIGGER" : "TRUE", + "URL" : "projects/${context.project}/project_members/fetch_default", + "PICKUPVIEW" : "FALSE", + "USERMETHOD" : "post", + "USERMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "DEPTMAP" : "{\"id\":\"id\",\"name\":\"display_name\"}", + "DEPTMETHOD" : "get", + "DEPTURL" : "/users/fetch_default" + }, + "editorStyle" : "PERSONEL_SELECT_PROJECT", + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "submitter_name", + "getPSEditorItems" : [ { + "name" : "submitter_id" + } ], + "getPSNavigateParams" : [ { + "key" : "n_department_id_eq", + "name" : "n_department_id_eq", + "value" : "srforgsectorid", + "rawValue" : false + }, { + "key" : "n_status_eq", + "name" : "n_status_eq", + "value" : "1", + "rawValue" : true + } ], + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSON_SELECT", + "runtimeObject" : true + }, + "valueItemName" : "submitter_id", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "readOnly" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "valueItemName" : "submitter_id", + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.SUBMITTED_AT" + }, + "caption" : "提交时间", + "codeName" : "submitted_at", + "dataType" : 5, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "submitted_at", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "SUBMITTED_AT", + "codeName" : "submitted_at" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "submitted_at", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "valueFormat" : "YYYY年MM月DD日 HH:mm", + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.FORMITEM.STATE" + }, + "caption" : "状态", + "codeName" : "state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 0, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_state.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.FORMITEM.TYPE" + }, + "caption" : "评审类型", + "codeName" : "type", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_type.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.FORMITEM.SUBMITTER_ID" + }, + "caption" : "提交人标识", + "codeName" : "submitter_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "submitter_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "SUBMITTER_ID", + "codeName" : "submitter_id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "submitter_id" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.REVIEW.IDENTIFIER" + }, + "caption" : "编号", + "codeName" : "identifier", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "identifier", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "identifier" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "选中内容", + "codeName" : "choosed_content", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "fieldName" : "choosed_content", + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "choosed_content", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "choosed_content" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前阶段", + "codeName" : "curstage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "需要刷新", + "codeName" : "need_refresh", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "need_refresh", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "need_refresh" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "codeName" : "tabpanel3", + "detailStyle" : "DEFAULT", + "detailType" : "TABPANEL", + "name" : "tabpanel3", + "getPSDEFormTabPages" : [ { + "caption" : "评审内容", + "codeName" : "tabpage3", + "detailStyle" : "DEFAULT", + "detailType" : "TABPAGE", + "name" : "tabpage3", + "getPSDEFormDetails" : [ { + "caption" : "需求", + "codeName" : "druipart4", + "dRItemTag" : "UsrDRItem0507996873", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart4", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "review_content_idea_grid_view_all", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_grid_view_all.json", + "gridRowActiveMode" : 1, + "name" : "review_contentidea_grid_view_all", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewParams" : [ { + "key" : "PROPERTYMAP", + "name" : "PROPERTYMAP", + "value" : "show_identifier:idea.show_identifier,title:title" + } ], + "getPSDEViewCodeName" : "idea_grid_view_all", + "getPSDEViewId" : "041b4d056d9e525e247f692bfcd968fe", + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "schedule", + "viewFieldName" : "schedule" + }, { + "id" : "total_already", + "viewFieldName" : "total_already" + }, { + "id" : "total", + "viewFieldName" : "total" + } ], + "codeName" : "usr0423295749", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "wf_grid_view表格视图布局", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "滑块", + "contentWidth" : 150.0, + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "schedule", + "getPSEditor" : { + "editorParams" : { + "showText" : "true" + }, + "editorType" : "SLIDER", + "editorWidth" : 150.0, + "name" : "schedule", + "predefinedType" : "FIELD_SLIDER", + "stepValue" : 1.0 + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "width" : 150, + "widthMode" : "PX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "EQ", + "dstModelField" : "total", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "-1" + } ], + "relatedItemNames" : [ "total" ], + "notMode" : false + } ], + "viewFieldName" : "schedule", + "width" : 150.0 + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "已评", + "contentType" : "RAW", + "name" : "static_text", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "已评", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total_already", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total_already", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total_already" + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text1", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "/", + "contentType" : "RAW", + "name" : "static_text1", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "/", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total" + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_searchform", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "搜索表单", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "searchform", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "表格", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "grid", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "d023fb941c247a9d45de6b4fabe6b4fc", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "LOGIC", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_content_total" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSViewCtrlName" : "grid" + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "EDITDATA", + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "realOpenMode" : "POPUPMODAL", + "realTitle" : "需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.MAIN_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "NEWDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "idea_grid_view_all_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "工作流评审内容表格_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "完成评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "(context.review_state == 20&&!!context.curstage_id&&context._parent.curstage_state == 20&&context.cur_reviewer_id == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf192@FontAwesome", + "cssClass" : "fa fa-dot-circle-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "noPrivDisplayMode" : 1, + "caption" : "完成评审", + "codeName" : "open_complete_review", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_complete_review_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_open_complete_review", + "name" : "打开完成评审视图", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "completed_review" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "refresh_main_view" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "refreshMode" : 1, + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "open_complete_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "enableConfirm" : true, + "globalUIAction" : true, + "reloadData" : true, + "id" : "open_complete_review@review" + }, + "tooltip" : "完成评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "提交评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction3", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction3" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction3", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction3", + "scriptCode" : "(!context.curstage_id&&(context.review_state == 10||context.review_state == 50))\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf1d9@FontAwesome", + "cssClass" : "fa fa-paper-plane-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "noPrivDisplayMode" : 1, + "caption" : "提交评审", + "codeName" : "submit_review", + "dataAccessAction" : "UPDATE", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_submit_review", + "name" : "提交评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "submit_review" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "commit_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "getPSNavigateParams" : [ { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 2, + "uIActionMode" : "FRONT", + "uIActionTag" : "submit_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "submit_review@review_content" + }, + "tooltip" : "提交评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "grid", + "modelid" : "d3a9ac86f4712402a0626888611afe18", + "modeltype" : "PSDETOOLBAR" + }, { + "aggMode" : "NONE", + "codeName" : "idea_wf_grid_view_no_check_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_wf_grid_view_no_check_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求工作流评审内容表格_不复选框", + "memo" : "工作流评审内容表格_复选框:带有列表复选框,当状态为评审中并且未选中阶段时,显示该表格", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "calc_button_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_column_action_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSControls" : [ { + "codeName" : "idea_grid_view_all_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "context.review!= null && context.cur_reviewer_id != null && context.cur_reviewer_id == context.srfuserid && context.review_state == 20&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "评审", + "codeName" : "complete_review_quickly", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "review_content_complete_review_quickly", + "name" : "快速评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "refreshMode" : 1, + "successMsg" : "评审已完成", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "complete_review_quickly", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "complete_review_quickly@review_content" + }, + "tooltip" : "评审", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "((context.curstage_id == null && context.review_state == '10')||(context.curstage_id == null&&context.review_state == null))&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "8ff97ed8eeac6f5498f6d54910248a1f", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "objectNameField" : "show_identifier", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT", + "width" : 150, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "objectNameField" : "title", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0507142853", + "name" : "界面行为组(评审结果)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "ucb9925e", + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "u2d8231b", + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "版本比对", + "codeName" : "review_content_version_comparison", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_review_content_version_comparison", + "name" : "评审内容版本比对", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "review_content_version_comparison" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "tooltip" : "版本比对", + "uIActionMode" : "FRONT", + "uIActionTag" : "review_content_version_comparison", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "review_content_version_comparison@review_content" + }, + "tooltip" : "版本比对", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "review_content__Usr0507142853" + }, + "valueType" : "OBJECT", + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "stage_results", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "stage_results", + "excelCaption" : "评审结果", + "name" : "stage_results", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEKEY", + "noPrivDisplayMode" : 1, + "caption" : "设置评审结果", + "codeName" : "set_review_result", + "dataAccessAction" : "SUBDATA", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_set_review_result", + "name" : "设置评审结果", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "open_result" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "successMsg" : "评审结果已设置", + "uIActionMode" : "FRONT", + "uIActionTag" : "set_review_result", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "set_review_result@review_content" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_REVIEW_RESULTS", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 100, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 21, + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT" + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 21, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "评审结果", + "codeName" : "stage_results", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_results", + "valueType" : "OBJECTS" + }, + "allowEmpty" : true + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enableItemPrivilege" : true, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : true, + "singleSelect" : false, + "name" : "grid", + "modelid" : "4d2a3f5ee3de0e95af2b87b8b5ad0559", + "modeltype" : "PSDEGRID" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "idea_grid_view_all_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审内容表格", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableQuickSearch" : true, + "enableRowEdit" : true, + "enableSearch" : true, + "rowEditDefault" : false, + "modelid" : "9f5c77c327e0a74c4b10d6c8d0ed43f9", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNULL", + "dEFDName" : "curstage_id", + "logicType" : "SINGLE" + }, { + "condOP" : "EQ", + "dEFDName" : "state", + "logicType" : "SINGLE", + "value" : "20" + } ], + "notMode" : true + } ], + "relatedDetailNames" : [ "curstage_id", "state" ], + "notMode" : false + } ], + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateContexts" : [ { + "key" : "CUR_REVIEWER_ID", + "name" : "CUR_REVIEWER_ID", + "value" : "cur_reviewer_id", + "rawValue" : false + }, { + "key" : "CURSTAGE_STATE", + "name" : "CURSTAGE_STATE", + "value" : "curstage_state", + "rawValue" : false + }, { + "key" : "CURSTAGE_ID", + "name" : "CURSTAGE_ID", + "value" : "curstage_id", + "rawValue" : false + }, { + "key" : "REVIEW_STATE", + "name" : "REVIEW_STATE", + "value" : "state", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "refreshItems" : "curstage_id", + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + }, { + "caption" : "需求", + "codeName" : "druipart5", + "dRItemTag" : "UsrDRItem0507599397", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart5", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "review_content_idea_no_grid_view_all", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_no_grid_view_all.json", + "gridRowActiveMode" : 1, + "name" : "review_contentidea_no_grid_view_all", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewParams" : [ { + "key" : "PROPERTYMAP", + "name" : "PROPERTYMAP", + "value" : "show_identifier:idea.show_identifier,title:title" + } ], + "getPSDEViewCodeName" : "idea_no_grid_view_all", + "getPSDEViewId" : "8ce423ee0265114262e6e7f17c641a63", + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "schedule", + "viewFieldName" : "schedule" + }, { + "id" : "total_already", + "viewFieldName" : "total_already" + }, { + "id" : "total", + "viewFieldName" : "total" + } ], + "codeName" : "usr0423295749", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "wf_grid_view表格视图布局", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "滑块", + "contentWidth" : 150.0, + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "schedule", + "getPSEditor" : { + "editorParams" : { + "showText" : "true" + }, + "editorType" : "SLIDER", + "editorWidth" : 150.0, + "name" : "schedule", + "predefinedType" : "FIELD_SLIDER", + "stepValue" : 1.0 + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "width" : 150, + "widthMode" : "PX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "EQ", + "dstModelField" : "total", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "-1" + } ], + "relatedItemNames" : [ "total" ], + "notMode" : false + } ], + "viewFieldName" : "schedule", + "width" : 150.0 + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "已评", + "contentType" : "RAW", + "name" : "static_text", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "已评", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total_already", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total_already", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total_already" + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text1", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "/", + "contentType" : "RAW", + "name" : "static_text1", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "/", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total" + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_searchform", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "搜索表单", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "searchform", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "表格", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "grid", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "d023fb941c247a9d45de6b4fabe6b4fc", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "LOGIC", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_content_total" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSViewCtrlName" : "grid" + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "EDITDATA", + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "realOpenMode" : "POPUPMODAL", + "realTitle" : "需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.MAIN_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "NEWDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "idea_no_grid_view_all_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "评审内容表格(无多选)_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "完成评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "(context.review_state == 20&&!!context.curstage_id&&context._parent.curstage_state == 20&&context.cur_reviewer_id == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf192@FontAwesome", + "cssClass" : "fa fa-dot-circle-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "完成评审", + "codeName" : "complete_review", + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_complete_review", + "name" : "完成当前阶段评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "complete_cur_stage_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "complete_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "complete_review@review_content" + }, + "tooltip" : "完成评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "开始评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "(context.review_state == 20&&!!context.curstage_id&&context._parent.curstage_state == 10&&context.cur_reviewer_id == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "开始评审", + "codeName" : "start_cur_stage_review", + "confirmMsg" : "是否开始当前阶段评审", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_start_cur_stage_review", + "name" : "开始当前阶段评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "start_cur_stage_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "successMsg" : "已开启", + "uIActionMode" : "FRONT", + "uIActionTag" : "start_cur_stage_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "enableConfirm" : true, + "reloadData" : true, + "id" : "start_cur_stage_review@review_content" + }, + "tooltip" : "开始评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "提交评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction3", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction3" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction3", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction3", + "scriptCode" : "(!context.curstage_id&&(context.review_state == 10||context.review_state == 50))\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf1d9@FontAwesome", + "cssClass" : "fa fa-paper-plane-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "noPrivDisplayMode" : 1, + "caption" : "提交评审", + "codeName" : "submit_review", + "dataAccessAction" : "UPDATE", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_submit_review", + "name" : "提交评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "submit_review" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "commit_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "getPSNavigateParams" : [ { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 2, + "uIActionMode" : "FRONT", + "uIActionTag" : "submit_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "submit_review@review_content" + }, + "tooltip" : "提交评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "grid", + "modelid" : "8e59f274160e5e92217521ed9898db1d", + "modeltype" : "PSDETOOLBAR" + }, { + "aggMode" : "NONE", + "codeName" : "idea_no_grid_view_all_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_no_grid_view_all_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求评审内容表格(无多选)", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "calc_button_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_column_action_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSControls" : [ { + "codeName" : "idea_no_grid_view_all_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "context.review!= null && context.cur_reviewer_id != null && context.cur_reviewer_id == context.srfuserid && context.review_state == 20&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "评审", + "codeName" : "complete_review_quickly", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "review_content_complete_review_quickly", + "name" : "快速评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "refreshMode" : 1, + "successMsg" : "评审已完成", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "complete_review_quickly", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "complete_review_quickly@review_content" + }, + "tooltip" : "评审", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "((context.curstage_id == null && context.review_state == '10')||(context.curstage_id == null&&context.review_state == null))&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "8ff97ed8eeac6f5498f6d54910248a1f", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "objectNameField" : "show_identifier", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT", + "width" : 150, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "objectNameField" : "title", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0507142853", + "name" : "界面行为组(评审结果)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "ucb9925e", + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "u2d8231b", + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "版本比对", + "codeName" : "review_content_version_comparison", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_review_content_version_comparison", + "name" : "评审内容版本比对", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "review_content_version_comparison" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "tooltip" : "版本比对", + "uIActionMode" : "FRONT", + "uIActionTag" : "review_content_version_comparison", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "review_content_version_comparison@review_content" + }, + "tooltip" : "版本比对", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "review_content__Usr0507142853" + }, + "valueType" : "OBJECT", + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "stage_results", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "stage_results", + "excelCaption" : "评审结果", + "name" : "stage_results", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEKEY", + "noPrivDisplayMode" : 1, + "caption" : "设置评审结果", + "codeName" : "set_review_result", + "dataAccessAction" : "SUBDATA", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_set_review_result", + "name" : "设置评审结果", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "open_result" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "successMsg" : "评审结果已设置", + "uIActionMode" : "FRONT", + "uIActionTag" : "set_review_result", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "set_review_result@review_content" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_REVIEW_RESULTS", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 100, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 21, + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT" + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 21, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "评审结果", + "codeName" : "stage_results", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_results", + "valueType" : "OBJECTS" + }, + "allowEmpty" : true + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : true, + "singleSelect" : true, + "name" : "grid", + "modelid" : "3ac6e0792d3adaf6601b309f30aba7a7", + "modeltype" : "PSDEGRID" + }, { + "codeName" : "no_grid_view_all_search_form", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSSEARCHFORMS/no_grid_view_all_search_form.json", + "logicName" : "评审内容表格(无多选)_搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "1fb467764bc3e7445797626c64d04e8f", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "idea_no_grid_view_all_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审内容表格", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableQuickSearch" : true, + "enableRowEdit" : true, + "enableSearch" : true, + "rowEditDefault" : false, + "modelid" : "fb2368e975f0777fbda0776328f71d83", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNULL", + "dEFDName" : "curstage_id", + "logicType" : "SINGLE" + }, { + "condOP" : "EQ", + "dEFDName" : "state", + "logicType" : "SINGLE", + "value" : "20" + } ], + "relatedDetailNames" : [ "curstage_id", "state" ], + "notMode" : false + } ], + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateContexts" : [ { + "key" : "CUR_REVIEWER_ID", + "name" : "CUR_REVIEWER_ID", + "value" : "cur_reviewer_id", + "rawValue" : false + }, { + "key" : "CURSTAGE_STATE", + "name" : "CURSTAGE_STATE", + "value" : "curstage_state", + "rawValue" : false + }, { + "key" : "CURSTAGE_ID", + "name" : "CURSTAGE_ID", + "value" : "curstage_id", + "rawValue" : false + }, { + "key" : "REVIEW_STATE", + "name" : "REVIEW_STATE", + "value" : "state", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "refreshItems" : "curstage_id", + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "caption" : "评审说明", + "codeName" : "tabpage4", + "detailStyle" : "DEFAULT", + "detailType" : "TABPAGE", + "name" : "tabpage4", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.GROUPPANEL.GROUPPANEL3" + }, + "caption" : "描述", + "codeName" : "description_container", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "description_container", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.FORMITEM.DESCRIPTION" + }, + "codeName" : "description", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "description", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "DESCRIPTION", + "codeName" : "description" + }, + "getPSEditor" : { + "editorParams" : { + "USERINSCRIPT" : "value.replaceAll(/\\@\\{\\\"(user)?id\\\":\\\"(.+?)\\\",\\\"name\\\":\\\"(.+?)\\\"\\}/g,(x, user, id, name) => {return controller.getNodeInfo({ id, name })}).replaceAll(/\\@\\{userid=(.+?),name=(.+?)\\}/g,(x, id, name) => {return controller.getNodeInfo({ id, name })})", + "MAXHEIGHT" : "450", + "QUOTECODELISTMAP" : "{\"type\":\"plmweb.base__recent_visite\"}", + "enableEdit" : "true", + "QUOTEFIELDMAP" : "{\"identifier\":\"show_identifier\",\"name\":\"name\",\"id\":\"id\",\"owner_subtype\":\"owner_subtype\",\"owner_id\":\"owner_id\",\"owner_type\":\"owner_type\",\"recent_parent\":\"recent_parent\"}", + "QUOTEPARAMS" : "{\"sort\":\"update_time,desc\"}", + "enableFullScreen" : "true", + "MODE" : "default", + "QUOTEINSCRIPT" : "value.replaceAll(/\\#\\{(\\\".+?\\\":\\\".+?\\\")(,\\\"icon\\\":\\\"((.|[\\t\\r\\f\\n\\s])+?)\\\")*\\}/g,(x, value, icon) => { const item = JSON.parse(\"{\" + value + \"}\"); if (icon) { icon = icon.slice(8).slice(1, -1); } return controller.getNodeInfo({ icon, ...item })})", + "USERSCRIPT" : "`@{\"id\":\"${data.id}\",\"name\":\"${data.name}\"}`", + "QUOTESCRIPT" : "`#{\"id\":\"${data.id}\",\"name\":\"${data.name}\",\"identifier\":\"${data.identifier}\",\"owner_id\":\"${data.owner_id}\",\"owner_type\":\"${data.owner_type}\",\"owner_subtype\":\"${data.owner_subtype}\",\"recent_parent\":\"${data.recent_parent}\"}`", + "USERURL" : "`${context.library ? `libraries/${context.library}/library_members/fetch_default` : context.product ? `products/${context.product}/product_members/fetch_default` : context.project ? `projects/${context.project}/project_members/fetch_default` : context.discuss_topic? `discuss_topics/${context.discuss_topic}/discuss_members/fetch_default` : ''}`", + "USERFIELDMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "INSERTKEYS" : "[{\"index\":66,\"keys\":[\"marker\"]},{\"index\":5,\"keys\":[\"paintformat\"]}]", + "QUOTEURL" : "`recents/fetch_recent_access`" + }, + "editorStyle" : "COLLAPSE", + "editorType" : "HTMLEDITOR", + "name" : "description", + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "COMMENT", + "runtimeObject" : true + }, + "placeHolder" : "输入描述" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "emptyCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "actionGroupExtractMode" : "ITEM", + "caption" : "附件", + "codeName" : "grouppanel2", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel2", + "getPSDEFormDetails" : [ { + "codeName" : "attachments", + "getContentPSControl" : { + "aggMode" : "NONE", + "codeName" : "attach", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlStyle" : "ATTACHMENT_GRID", + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment/PSGRIDS/attach.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FetchDefault" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "附件表格", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FetchDefault" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "attachments_grid", + "logicType" : "APPDEUILOGIC", + "name" : "logic2", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_attachment_hidden" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "name", + "excelCaption" : "名称", + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "附件预览", + "codeName" : "attachment_preview", + "frontProcessType" : "OTHER", + "fullCodeName" : "attachment_attachment_preview", + "name" : "附件预览", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "attachment_preview" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSSysImage" : { + "glyph" : "xf002@FontAwesome", + "cssClass" : "fa fa-search" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "attachment_preview", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "globalUIAction" : true, + "id" : "attachment_preview@attachment" + }, + "width" : 250, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "caption" : "上传时间", + "codeName" : "create_time", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "create_time", + "excelCaption" : "上传时间", + "name" : "create_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "所属数据标识", + "codeName" : "owner_id", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "owner_id", + "excelCaption" : "所属数据标识", + "hideMode" : 1, + "name" : "owner_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "OWNER_ID", + "codeName" : "owner_id" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : true, + "hideDefault" : true + }, { + "align" : "RIGHT", + "caption" : "操作", + "codeName" : "uagridcolumn1", + "columnType" : "UAGRIDCOLUMN", + "name" : "uagridcolumn1", + "noPrivDisplayMode" : 1, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0103721999", + "name" : "附件表格操作列", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 250, + "detailType" : "DEUIACTION", + "name" : "u73b8ba5", + "getPSSysImage" : { + "glyph" : "xf019@FontAwesome", + "cssClass" : "fa fa-download" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "下载", + "codeName" : "download", + "frontProcessType" : "OTHER", + "fullCodeName" : "attachment_download", + "name" : "附件下载", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSNavigateParams" : [ { + "key" : "fileid", + "name" : "fileid", + "value" : "file_id", + "rawValue" : false + }, { + "key" : "filename", + "name" : "filename", + "value" : "name", + "rawValue" : false + } ], + "getPSSysImage" : { + "glyph" : "xf019@FontAwesome", + "cssClass" : "fa fa-download" + }, + "getPSSysPFPlugin" : { + "pluginType" : "DEUIACTION", + "pluginCode" : "FILE_DOWNLOAD", + "runtimeObject" : true + }, + "tooltip" : "下载当前附件", + "uIActionMode" : "FRONT", + "uIActionTag" : "download", + "uIActionType" : "DEUIACTION", + "id" : "download@attachment" + }, + "tooltip" : "下载当前附件", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "caption" : "删除", + "detailType" : "DEUIACTION", + "name" : "u44d00e2", + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "caption" : "删除", + "codeName" : "delete", + "frontProcessType" : "OTHER", + "fullCodeName" : "attachment_delete", + "name" : "附件删除", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "remove_attachment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "tooltip" : "删除", + "uIActionMode" : "FRONT", + "uIActionTag" : "delete", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "delete@attachment" + }, + "tooltip" : "删除", + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true + } ], + "uniqueTag" : "attachment__Usr0103721999" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "name", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "format" : "YYYY-MM-DD HH:mm:ss", + "dataType" : 5, + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } + }, { + "dataType" : 25, + "name" : "owner_id", + "getPSAppDEField" : { + "name" : "OWNER_ID", + "codeName" : "owner_id" + } + }, { + "dataType" : 25, + "name" : "file_id", + "getPSAppDEField" : { + "name" : "FILE_ID", + "codeName" : "file_id" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "getPSSysPFPlugin" : { + "pluginType" : "GRID_RENDER", + "pluginCode" : "ATTACHMENT_GRID", + "runtimeObject" : true + }, + "pagingSize" : 20, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : false, + "enableGroup" : false, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : true, + "name" : "attachments_grid", + "modelid" : "998d996121eae3cd01a2d8c20de49f02", + "modeltype" : "PSDEGRID" + }, + "contentType" : "GRID", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "attachments", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSUIActionGroup" : { + "codeName" : "Usr0507965741", + "name" : "新建附件", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSUIActionGroupDetails" : [ { + "caption" : "添加附件", + "detailType" : "DEUIACTION", + "name" : "u0f550cf", + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "添加附件", + "codeName" : "add_attachments", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_add_attachments", + "name" : "添加附件", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "add_attachment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "add_attachments", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "add_attachments@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true + } ], + "uniqueTag" : "review__Usr0507965741" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "codeName" : "tabpanel2", + "detailStyle" : "DEFAULT", + "detailType" : "TABPANEL", + "name" : "tabpanel2", + "getPSDEFormTabPages" : [ { + "caption" : "评论", + "codeName" : "tabpage1", + "detailStyle" : "DEFAULT", + "detailType" : "TABPAGE", + "name" : "tabpage1", + "getPSDEFormDetails" : [ { + "codeName" : "druipart1", + "dRItemTag" : "UsrDRItem0506651858", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart1", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.COMMENT" + }, + "caption" : "评论", + "codeName" : "comment_list_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view.json", + "mDCtrlActiveMode" : 0, + "name" : "commentlist_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Base.json" + }, + "getPSAppViewNavContexts" : [ { + "key" : "ARTICLE_PAGE", + "name" : "ARTICLE_PAGE", + "rawValue" : true + }, { + "key" : "SPACE", + "name" : "SPACE", + "rawValue" : true + } ], + "getPSAppViewNavParams" : [ { + "key" : "n_owner_type_eq", + "name" : "n_owner_type_eq", + "value" : "principal_type", + "rawValue" : false + }, { + "key" : "n_principal_id_eq", + "name" : "n_principal_id_eq", + "value" : "principal_id", + "rawValue" : false + } ], + "getPSDEViewCodeName" : "list_view", + "getPSDEViewId" : "2cd57b81d6d3e24a97d721002d13a493", + "getPSViewLayoutPanel" : { + "codeName" : "usr0103274907", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "list_view列表视图布局面板", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_captionbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "页面标题", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "captionbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_searchform", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "搜索表单", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "searchform", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "列表", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "list", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "ec74278f1f5a797ebc942e090298d91c", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "ListView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : false, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "评论编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.COMMENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realTitle" : "评论编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.COMMENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "getPSControls" : [ { + "codeName" : "list", + "controlType" : "LIST", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment/PSLISTS/list.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "groupMode" : "NONE", + "getItemPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "user_name", + "viewFieldName" : "CREATE_MAN" + }, { + "id" : "time", + "viewFieldName" : "CREATE_TIME" + }, { + "id" : "field_text_dynamic3", + "hidden" : true, + "viewFieldName" : "ID" + }, { + "id" : "pid", + "hidden" : true, + "viewFieldName" : "PID" + }, { + "id" : "field_text_dynamic2", + "viewFieldName" : "CONTENT" + }, { + "id" : "pcreate_man", + "viewFieldName" : "PCREATE_MAN" + }, { + "id" : "pcontent", + "viewFieldName" : "PCONTENT" + } ], + "codeName" : "usr0103471499", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment/PSPANELS/usr0103471499.json", + "layoutMode" : "TABLE_24COL", + "logicName" : "list_列表项面板", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container1", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "user_name", + "getPSEditor" : { + "editorStyle" : "PERSONNEL_INFO", + "editorType" : "SPAN", + "name" : "user_name", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSONNEL_INFO", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "CREATE_MAN", + "convertToCodeItemText" : true + }, { + "caption" : "文本(动态)", + "cssStyle" : "line-height: var(--ibiz-height-control-default);", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "time", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "time", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERMEDIUM" + }, + "getPSSysCss" : { + "cssName" : "transition-time" + }, + "viewFieldName" : "CREATE_TIME" + }, { + "caption" : "文本(动态)", + "itemType" : "FIELD", + "name" : "field_text_dynamic3", + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "field_text_dynamic3", + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "ID", + "hidden" : true + }, { + "caption" : "文本(动态)", + "itemType" : "FIELD", + "name" : "pid", + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "pid", + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "PID", + "hidden" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container2", + "getPSControlLogics" : [ { + "itemName" : "CONTAINER2", + "logicTag" : "list_itempanel", + "logicType" : "SCRIPT", + "name" : "readOnly", + "scriptCode" : "context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayout" : { + "dir" : "row-reverse", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "NOTEQ", + "dstModelField" : "FIELD_TEXT_DYNAMIC2", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "

该评论已删除

" + } ], + "relatedItemNames" : [ "field_text_dynamic2" ], + "notMode" : false + } ], + "getPSPanelItems" : [ { + "actionType" : "UIACTION", + "buttonStyle" : "STYLE2", + "caption" : "删除", + "itemStyle" : "STYLE2", + "itemType" : "BUTTON", + "name" : "button_calluilogic", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "list_itempanel_button_calluilogic" + }, + "getPSControlLogics" : [ { + "itemName" : "BUTTON_CALLUILOGIC", + "logicTag" : "list_itempanel", + "logicType" : "SCRIPT", + "name" : "trash", + "scriptCode" : "data.create_man === context.srfuserid", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSSysImage" : { + "glyph" : "xf1f8@FontAwesome", + "cssClass" : "fa fa-trash" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "caption" : "删除评论", + "codeName" : "del_comment", + "confirmMsg" : "确认删除该评论?", + "fullCodeName" : "comment_del_comment", + "name" : "删除评论", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "delete" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "refresh_comment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "refreshMode" : 1, + "successMsg" : "删除成功", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "del_comment", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "enableConfirm" : true, + "reloadData" : true, + "id" : "del_comment@comment" + }, + "tooltip" : "删除", + "uIActionTarget" : "SINGLEKEY" + }, { + "actionType" : "UIACTION", + "buttonStyle" : "STYLE2", + "caption" : "编辑", + "itemStyle" : "STYLE2", + "itemType" : "BUTTON", + "name" : "button_calluilogic1", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "list_itempanel_button_calluilogic1" + }, + "getPSControlLogics" : [ { + "itemName" : "BUTTON_CALLUILOGIC1", + "logicTag" : "list_itempanel", + "logicType" : "SCRIPT", + "name" : "logic", + "scriptCode" : "data.create_man === context.srfuserid", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "编辑", + "codeName" : "panel_usr0103471499_button_calluilogic1_click", + "frontProcessType" : "OTHER", + "fullCodeName" : "comment_panel_usr0103471499_button_calluilogic1_click", + "name" : "编辑", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "edit_comment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "panel_usr0103471499_button_calluilogic1_click", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "uILogicType" : "DELOGIC", + "id" : "panel_usr0103471499_button_calluilogic1_click@comment" + }, + "tooltip" : "编辑", + "uIActionTarget" : "SINGLEDATA" + }, { + "actionType" : "UIACTION", + "buttonStyle" : "STYLE2", + "caption" : "回复", + "itemStyle" : "STYLE2", + "itemType" : "BUTTON", + "name" : "button_calluilogic2", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "list_itempanel_button_calluilogic2" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSSysImage" : { + "glyph" : "xf0e5@FontAwesome", + "cssClass" : "fa fa-comment-o" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "回复", + "codeName" : "panel_usr0103471499_button_calluilogic2_click", + "frontProcessType" : "OTHER", + "fullCodeName" : "comment_panel_usr0103471499_button_calluilogic2_click", + "name" : "回复", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "reply_comment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "panel_usr0103471499_button_calluilogic2_click", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "uILogicType" : "DELOGIC", + "id" : "panel_usr0103471499_button_calluilogic2_click@comment" + }, + "tooltip" : "回复", + "uIActionTarget" : "SINGLEDATA" + } ] + } ] + }, { + "caption" : "容器", + "cssStyle" : "padding-left: 36px;", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container4", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "field_text_dynamic2", + "getPSEditor" : { + "contentType" : "HTML", + "editorParams" : { + "contenttype" : "HTML", + "LINKVIEWID" : "plmweb.recent_custom_redirect_view", + "SCRIPTCODE" : "data.content?.replace(/@{[^,]*,\"name\":\"(.*?)\"}/g,\"@$1\").replace(/@{[^,]*,name=(.*?)}/g,\"@$1\").replaceAll(/\\#\\{(\\\".+?\\\":\\\".+?\\\")(,\\\"icon\\\":\\\"((.|[\\t\\r\\f\\n\\s])+?)\\\")*\\}/g, (x, value, icon) => {const item = JSON.parse(\"{\" + value + \"}\"); if (icon) { icon = icon.slice(8).slice(1, -1).trim(); } return controller.parseCommentTag({icon, ...item});}).replaceAll(/\\{\\\"\\emoji\\\":\\\"(.+?)\\\"\\}/g,(x, emoji) => {const tempVal = decodeURIComponent(atob(emoji)); return `${tempVal}`})", + "TRANSLATEOBJ" : "{\"®\":\"&reg\"}" + }, + "editorStyle" : "COMMENT_ITEM", + "editorType" : "RAW", + "name" : "field_text_dynamic2", + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "COMMENT_ITEM", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "CONTENT" + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container3", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "ISNOTNULL", + "dstModelField" : "PID", + "logicType" : "SINGLE", + "name" : "逻辑项" + } ], + "relatedItemNames" : [ "pid" ], + "notMode" : false + } ], + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "pcreate_man", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "pcreate_man", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "viewFieldName" : "PCREATE_MAN", + "convertToCodeItemText" : true + }, { + "caption" : "标签", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_label", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSRawItem" : { + "caption" : ":", + "contentType" : "RAW", + "name" : "static_label", + "predefinedType" : "STATIC_LABEL", + "renderMode" : "PARAGRAPH" + }, + "rawContent" : ":", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "pcontent", + "getPSEditor" : { + "contentType" : "HTML", + "editorParams" : { + "contenttype" : "HTML", + "SCRIPTCODE" : "data.content?.replace(/@{[^,]*,\"name\":\"(.*?)\"}/g,\"@$1\").replace(/@{[^,]*,name=(.*?)}/g,\"@$1\").replaceAll(/\\#\\{(\\\".+?\\\":\\\".+?\\\")(,\\\"icon\\\":\\\"((.|[\\t\\r\\f\\n\\s])+?)\\\")*\\}/g, (x, value, icon) => {const item = JSON.parse(\"{\" + value + \"}\"); if (icon) { icon = icon.slice(8).slice(1, -1).trim(); } return controller.parseCommentTag({icon, ...item});}).replaceAll(/\\{\\\"\\emoji\\\":\\\"(.+?)\\\"\\}/g,(x, emoji) => {const tempVal = decodeURIComponent(atob(emoji)); return `${tempVal}`})", + "TRANSLATEOBJ" : "{\"®\":\"&reg\"}" + }, + "editorStyle" : "COMMENT_ITEM", + "editorType" : "RAW", + "name" : "pcontent", + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "COMMENT_ITEM", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "viewFieldName" : "PCONTENT" + } ], + "getPSSysCss" : { + "cssName" : "comment-replay" + } + } ] + } ] + } ], + "name" : "list_itempanel", + "modelid" : "ee886f58af63fee0ca6e9603df7aaa8e", + "modeltype" : "PSSYSVIEWPANEL" + }, + "logicName" : "list", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "列表控件处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "LIST" + }, + "getPSDEListDataItems" : [ { + "dataType" : 25, + "name" : "pid", + "getPSAppDEField" : { + "name" : "PID", + "codeName" : "pid" + } + }, { + "dataType" : 25, + "name" : "id", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 21, + "name" : "pcontent", + "getPSAppDEField" : { + "name" : "PCONTENT", + "codeName" : "pcontent" + } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } + }, { + "dataType" : 25, + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "pcreate_man", + "getPSAppDEField" : { + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" + } + }, { + "dataType" : 25, + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + } + }, { + "dataType" : 21, + "name" : "content", + "getPSAppDEField" : { + "name" : "CONTENT", + "codeName" : "content" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSSysCss" : { + "cssName" : "comment-list-height-auto" + }, + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "hasWFDataItems" : false, + "enableGroup" : false, + "enableRowEdit" : false, + "enableRowEditGroup" : false, + "enableRowEditOrder" : false, + "enableRowNew" : false, + "noSort" : false, + "showHeader" : true, + "singleSelect" : true, + "name" : "list", + "modelid" : "9b4452e60e1fe2c3e394cd0199c78969", + "modeltype" : "PSDELIST" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.COMMENT" + }, + "caption" : "评论", + "codeName" : "list_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评论列表视图", + "viewStyle" : "DEFAULT", + "viewType" : "DELISTVIEW", + "xDataControlName" : "list", + "enableDP" : true, + "enableFilter" : true, + "enableSearch" : true, + "showCaptionBar" : false, + "modelid" : "eac2aa8e4fe80453d257341ab278a79a", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "test_plans", + "dataRSMode" : 0, + "majorDECodeName" : "project", + "majorDEName" : "PROJECT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project.json" + }, + "minorDECodeName" : "test_plan", + "minorDEName" : "TEST_PLAN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "name" : "DER1N_TEST_PLAN_PROJECT_PROJECT_ID", + "getParentPSAppDEField" : { + "name" : "PROJECT_ID", + "codeName" : "project_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_plan", + "majorDEName" : "TEST_PLAN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_PLAN_PLAN_ID", + "getParentPSAppDEField" : { + "name" : "PLAN_ID", + "codeName" : "plan_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_plans", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_plan", + "minorDEName" : "TEST_PLAN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "name" : "DER1N_TEST_PLAN_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_plan", + "majorDEName" : "TEST_PLAN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_PLAN_PLAN_ID", + "getParentPSAppDEField" : { + "name" : "PLAN_ID", + "codeName" : "plan_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_CASE_CASE_ID", + "getParentPSAppDEField" : { + "name" : "CASE_ID", + "codeName" : "case_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "discuss_posts", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_topic", + "majorDEName" : "DISCUSS_TOPIC", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_topic.json" + }, + "minorDECodeName" : "discuss_post", + "minorDEName" : "DISCUSS_POST", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "name" : "DER1N_DISCUSS_POST_DISCUSS_TOPIC_TOPIC_ID", + "getParentPSAppDEField" : { + "name" : "TOPIC_ID", + "codeName" : "topic_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "discuss_replies", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_post", + "majorDEName" : "DISCUSS_POST", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "minorDECodeName" : "discuss_reply", + "minorDEName" : "DISCUSS_REPLY", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "name" : "DER1N_DISCUSS_REPLY_DISCUSS_POST_POST_ID", + "getParentPSAppDEField" : { + "name" : "POST_ID", + "codeName" : "post_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_reply", + "majorDEName" : "DISCUSS_REPLY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_REPLY", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "article_pages", + "dataRSMode" : 0, + "majorDECodeName" : "shared_space", + "majorDEName" : "SHARED_SPACE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/shared_space.json" + }, + "minorDECodeName" : "article_page", + "minorDEName" : "PAGE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "name" : "DERCUSTOM_SHARED_SPACE_PAGE", + "getParentPSAppDEField" : { + "name" : "SPACE_ID", + "codeName" : "space_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "article_page", + "majorDEName" : "PAGE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_PAGE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "work_items", + "dataRSMode" : 0, + "majorDECodeName" : "project", + "majorDEName" : "PROJECT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project.json" + }, + "minorDECodeName" : "work_item", + "minorDEName" : "WORK_ITEM", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + }, + "name" : "DER1N_WORK_ITEM_PROJECT_PROJECT_ID", + "getParentPSAppDEField" : { + "name" : "PROJECT_ID", + "codeName" : "project_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "work_item", + "majorDEName" : "WORK_ITEM", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_WORK_ITEM_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "tickets", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "ticket", + "minorDEName" : "TICKET", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + }, + "name" : "DER1N_TICKET_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "ticket", + "majorDEName" : "TICKET", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_TICKET_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_TEST_CASE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_plan", + "majorDEName" : "TEST_PLAN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_PLAN_PLAN_ID", + "getParentPSAppDEField" : { + "name" : "PLAN_ID", + "codeName" : "plan_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_CASE_CASE_ID", + "getParentPSAppDEField" : { + "name" : "CASE_ID", + "codeName" : "case_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "pages", + "dataRSMode" : 0, + "majorDECodeName" : "space", + "majorDEName" : "SPACE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/space.json" + }, + "minorDECodeName" : "article_page", + "minorDEName" : "PAGE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "name" : "DER1N_PAGE_SPACE_SPACE_ID", + "getParentPSAppDEField" : { + "name" : "SPACE_ID", + "codeName" : "space_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "article_page", + "majorDEName" : "PAGE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_PAGE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "ideas", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "idea", + "minorDEName" : "IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "name" : "DER1N_IDEA_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "idea", + "majorDEName" : "IDEA", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_IDEA_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "discuss_replies", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_post", + "majorDEName" : "DISCUSS_POST", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "minorDECodeName" : "discuss_reply", + "minorDEName" : "DISCUSS_REPLY", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "name" : "DER1N_DISCUSS_REPLY_DISCUSS_POST_POST_ID", + "getParentPSAppDEField" : { + "name" : "POST_ID", + "codeName" : "post_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_reply", + "majorDEName" : "DISCUSS_REPLY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_REPLY", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "discuss_posts", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_topic", + "majorDEName" : "DISCUSS_TOPIC", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_topic.json" + }, + "minorDECodeName" : "discuss_post", + "minorDEName" : "DISCUSS_POST", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "name" : "DER1N_DISCUSS_POST_DISCUSS_TOPIC_TOPIC_ID", + "getParentPSAppDEField" : { + "name" : "TOPIC_ID", + "codeName" : "topic_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_post", + "majorDEName" : "DISCUSS_POST", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_POST", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "customers", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "customer", + "minorDEName" : "CUSTOMER", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "name" : "DER1N_CUSTOMER_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "customer", + "majorDEName" : "CUSTOMER", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_CUSTOMER_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "work_item", + "majorDEName" : "WORK_ITEM", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_WORK_ITEM_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "ticket", + "majorDEName" : "TICKET", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_TICKET_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_TEST_CASE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "idea", + "majorDEName" : "IDEA", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_IDEA_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_reply", + "majorDEName" : "DISCUSS_REPLY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_REPLY", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_post", + "majorDEName" : "DISCUSS_POST", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_POST", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "customer", + "majorDEName" : "CUSTOMER", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_CUSTOMER_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "article_page", + "majorDEName" : "PAGE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_PAGE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + } + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayoutPos" : { + "colLG" : 24, + "colMD" : 24, + "layout" : "TABLE_24COL" + } + } ], + "getPSLayout" : { + "childColLG" : 6, + "childColMD" : 6, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colLG" : 16, + "colMD" : 16, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "right_grouppanel", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "right_grouppanel", + "getPSDEFormDetails" : [ { + "codeName" : "grouppanel6", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel6", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "grouppanel4", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel4", + "getPSDEFormDetails" : [ { + "codeName" : "druipart2", + "dRItemTag" : "UsrDRItem0516009922", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart2", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_STAGE" + }, + "caption" : "评审阶段", + "codeName" : "review_stage_list_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_list_view.json", + "mDCtrlActiveMode" : 0, + "name" : "review_stagelist_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSAppViewNavParams" : [ { + "key" : "submitter_id", + "name" : "submitter_id", + "value" : "SUBMITTER_ID", + "rawValue" : false + } ], + "getPSDEViewCodeName" : "list_view", + "getPSDEViewId" : "4bbb21d1872ebcd758ad32ec9b51d22b", + "getPSViewLayoutPanel" : { + "codeName" : "usr0520728860", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "list_view列表视图布局面板", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_captionbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "页面标题", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "captionbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + } + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "列表", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "list", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "d7c9940e5793e559c4da263b73e484a1", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "ListView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "eventNames" : "onSelectionChange", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "ONSELECTIONCHANGE", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "choose_stage" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSViewCtrlName" : "list" + }, { + "eventNames" : "onLoadSuccess", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "DEFAULT_SELECTED", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "default_choose" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSViewCtrlName" : "list" + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : false, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "评审阶段编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_STAGE.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realTitle" : "评审阶段编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_STAGE.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "getPSControls" : [ { + "codeName" : "default", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage/PSSEARCHFORMS/default.json", + "logicName" : "默认搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_STAGE.DEFAULT.FORMPAGE.FORMPAGE1" + }, + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "6a830069f68f3cacd06e018e773f245e", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "codeName" : "stage_list", + "controlStyle" : "REVIEW_LIST", + "controlType" : "LIST", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage/PSLISTS/stage_list.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FetchDefault" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "groupMode" : "NONE", + "getItemPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "stage_state", + "viewFieldName" : "stage_state" + }, { + "id" : "name", + "viewFieldName" : "name" + }, { + "id" : "reviewer_name", + "viewFieldName" : "reviewer_name" + }, { + "id" : "reviewer_readonly", + "viewFieldName" : "reviewer" + }, { + "id" : "reviewer", + "hidden" : true, + "viewFieldName" : "reviewer" + }, { + "id" : "reviewer_type", + "hidden" : true, + "viewFieldName" : "reviewer_type" + } ], + "codeName" : "usr0516263811", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage/PSPANELS/usr0516263811.json", + "hookEventNames" : [ "ONCHANGE" ], + "layoutMode" : "TABLE_24COL", + "logicName" : "stage_list_列表项面板", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlLogics" : [ { + "eventNames" : "onChange", + "itemName" : "reviewer_name", + "logicTag" : "list_itempanel", + "logicType" : "APPDEUILOGIC", + "name" : "logic", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "set_stage_reviewer" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + } ], + "getPSControlParam" : { }, + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container1", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container2", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "stage_state", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "stage_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__stage_state.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "hAlignSelf" : "LEFT", + "layout" : "FLEX", + "vAlignSelf" : "MIDDLE" + }, + "getPSSysCss" : { + "cssName" : "codelist-only-icon" + }, + "viewFieldName" : "stage_state", + "convertToCodeItemText" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container3", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "cssStyle" : "font-size:0;", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "name", + "getPSEditor" : { + "editorType" : "SPAN", + "hAlign" : "CENTER", + "name" : "name", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "hAlignSelf" : "LEFT", + "layout" : "FLEX", + "vAlignSelf" : "MIDDLE" + }, + "viewFieldName" : "name" + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container4", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "reviewer_name", + "getPSEditor" : { + "editorParams" : { + "VALUEITEMNAME" : "reviewer", + "SHOWNAMETEXT" : "false", + "SHOWNAMETIP" : "true", + "SRFNAVPARAM.n_department_id_eq" : "%srforgsectorid%", + "AC" : "TRUE", + "SRFNAVPARAM.n_status_eq" : "1", + "TRIGGER" : "TRUE", + "URL" : "libraries/${context.library}/library_members/fetch_default", + "PICKUPVIEW" : "FALSE", + "USERMETHOD" : "post", + "USERMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "DEPTMAP" : "{\"id\":\"id\",\"name\":\"display_name\"}", + "DEPTMETHOD" : "get", + "DEPTURL" : "/users/fetch_default" + }, + "editorStyle" : "PERSONEL_SELECT_LIBRARY", + "editorType" : "PICKEREX_TRIGGER", + "name" : "reviewer_name", + "getPSNavigateParams" : [ { + "key" : "n_department_id_eq", + "name" : "n_department_id_eq", + "value" : "srforgsectorid", + "rawValue" : false + }, { + "key" : "n_status_eq", + "name" : "n_status_eq", + "value" : "1", + "rawValue" : true + } ], + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSON_SELECT", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "逻辑分组", + "getPSPanelItemLogics" : [ { + "condOp" : "EQ", + "dstModelField" : "reviewer_type", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "10" + }, { + "condOp" : "EQ", + "dstModelField" : "reviewer_type", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "50" + } ], + "notMode" : false + } ], + "relatedItemNames" : [ "reviewer_type" ], + "notMode" : false + } ], + "viewFieldName" : "reviewer_name" + }, { + "caption" : "文本(动态)", + "cssStyle" : "display: flex;\nalign-items: center;", + "fieldStates" : 1, + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "reviewer_readonly", + "getPSEditor" : { + "editorParams" : { + "SHOWNAMETEXT" : "false", + "READONLY" : "TRUE" + }, + "editorStyle" : "PERSONNEL_INFO", + "editorType" : "SPAN", + "name" : "reviewer_readonly", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSONNEL_INFO", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false, + "readOnly" : true + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "逻辑分组", + "getPSPanelItemLogics" : [ { + "condOp" : "NOTEQ", + "dstModelField" : "reviewer_type", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "10" + }, { + "condOp" : "NOTEQ", + "dstModelField" : "reviewer_type", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "50" + } ], + "notMode" : false + } ], + "relatedItemNames" : [ "reviewer_type" ], + "notMode" : false + } ], + "viewFieldName" : "reviewer", + "convertToCodeItemText" : true + } ] + } ] + }, { + "caption" : "文本(动态)", + "itemType" : "FIELD", + "name" : "reviewer", + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "reviewer", + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "reviewer", + "hidden" : true + }, { + "caption" : "文本(动态)", + "itemType" : "FIELD", + "name" : "reviewer_type", + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "reviewer_type", + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "reviewer_type", + "hidden" : true + } ] + } ], + "name" : "list_itempanel", + "modelid" : "6a14381f2e563365a984919d97e65a4f", + "modeltype" : "PSSYSVIEWPANEL" + }, + "logicName" : "stage_list", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FetchDefault" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "列表控件处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "LIST" + }, + "getPSDEListDataItems" : [ { + "dataType" : 25, + "name" : "reviewer_name", + "getPSAppDEField" : { + "name" : "REVIEWER_NAME", + "codeName" : "reviewer_name" + } + }, { + "dataType" : 25, + "name" : "reviewer", + "getPSAppDEField" : { + "name" : "REVIEWER", + "codeName" : "reviewer" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "dataType" : 25, + "name" : "guideline_id", + "getPSAppDEField" : { + "name" : "GUIDELINE_ID", + "codeName" : "Guideline_id" + } + } ], + "getPSSysPFPlugin" : { + "pluginType" : "LIST_RENDER", + "pluginCode" : "REVIEW_LIST", + "runtimeObject" : true + }, + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "hasWFDataItems" : false, + "enableGroup" : false, + "enableRowEdit" : false, + "enableRowEditGroup" : false, + "enableRowEditOrder" : false, + "enableRowNew" : false, + "noSort" : false, + "showHeader" : true, + "singleSelect" : true, + "name" : "list", + "modelid" : "d3d04b69a45d623ce8307afb2b4dc1f3", + "modeltype" : "PSDELIST" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_STAGE" + }, + "caption" : "评审阶段", + "codeName" : "list_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审阶段列表", + "viewStyle" : "DEFAULT", + "viewType" : "DELISTVIEW", + "xDataControlName" : "list", + "enableDP" : true, + "enableFilter" : true, + "enableQuickSearch" : true, + "enableSearch" : true, + "showCaptionBar" : false, + "modelid" : "fe1747f4c00f8f335c9075f0b50d29c5", + "modeltype" : "PSAPPDEVIEW" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateParams" : [ { + "key" : "submitter_id", + "name" : "submitter_id", + "value" : "SUBMITTER_ID", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "refreshItems" : "need_refresh", + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.GROUPPANEL.GROUPPANEL1" + }, + "caption" : "基础信息", + "codeName" : "grouppanel1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel1", + "getPSDEFormDetails" : [ { + "caption" : "所属产品", + "codeName" : "principal_name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "principal_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "principal_name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "caption" : "创建人", + "codeName" : "create_man", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "create_man", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "create_man", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "caption" : "建立时间", + "codeName" : "create_time", + "dataType" : 5, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "create_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "create_time", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_MAN" + }, + "caption" : "更新人", + "codeName" : "update_man", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "update_man", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "update_man", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_TIME" + }, + "caption" : "更新时间", + "codeName" : "update_time", + "dataType" : 5, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "update_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "update_time", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "allowEmpty" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "caption" : "设置评审结果", + "codeName" : "review_results", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "review_results", + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "choosed_content", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "choosed_content" ], + "notMode" : false + } ], + "getPSDEFormDetails" : [ { + "codeName" : "druipart3", + "dRItemTag" : "UsrDRItem0509839110", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart3", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审结果", + "codeName" : "review_content_idea_set_result_edit_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_set_result_edit_view.json", + "name" : "review_contentidea_set_result_edit_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "EditView", + "name" : "engine" + } ], + "getPSAppViewNavContexts" : [ { + "key" : "REVIEW_CONTENT", + "name" : "REVIEW_CONTENT", + "value" : "review_content", + "rawValue" : false + } ], + "getPSControls" : [ { + "codeName" : "idea_set_result_edit_view_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "设置评审结果编辑视图_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "返回", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "返回", + "codeName" : "back", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_back", + "name" : "返回", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "back" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "tooltip" : "返回", + "uIActionMode" : "FRONT", + "uIActionTag" : "back", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "back@review_content" + }, + "tooltip" : "返回", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "form", + "modelid" : "aaf289a359beee100449349ee35e3987", + "modeltype" : "PSDETOOLBAR" + }, { + "codeName" : "idea_set_result_edit_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/idea_set_result_edit_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "logicName" : "设置需求评审结果编辑视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "FORM" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "codeName" : "idea", + "contentType" : "REPEATER", + "detailStyle" : "STYLE3", + "detailType" : "MDCTRL", + "fieldName" : "idea", + "name" : "idea", + "getPSDEFormDetails" : [ { + "caption" : "show_identifier", + "codeName" : "show_identifier", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "show_identifier", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "show_identifier", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "allowEmpty" : true, + "repeatContent" : true + }, { + "caption" : "title", + "codeName" : "title", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "title", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "title", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "allowEmpty" : true, + "repeatContent" : true + } ], + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "codeName" : "grouppanel1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel1", + "getPSControlLogics" : [ { + "itemName" : "grouppanel1", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "grouppanel1", + "scriptCode" : "context.review_state == 20 && context.curstage_id != null && context.cur_reviewer_id == context.srfpersonid", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSDEFormDetails" : [ { + "buildInActions" : 2, + "codeName" : "mdctrl1", + "getContentPSControl" : { + "codeName" : "set_result_edit_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/set_result_edit_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "logicName" : "设置评审结果_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "stage_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + } + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "curstage_id", + "updateDVT" : "APPDATA", + "updateDV" : "curstage_id" + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "updateDV" : "cur_reviewer_id" + }, { + "id" : "cur_user", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "srfuserid", + "updateDVT" : "APPDATA", + "updateDV" : "srfuserid" + }, { + "id" : "whether_review", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + } + }, { + "id" : "comment", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + } + }, { + "id" : "next_review", + "dataType" : 25, + "createDV" : "1", + "updateDV" : "1" + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "当前阶段", + "codeName" : "stage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "stage_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前选中阶段", + "codeName" : "curstage_id", + "createDV" : "curstage_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "curstage_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "createDV" : "cur_reviewer_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前操作用户", + "codeName" : "cur_user", + "createDV" : "srfuserid", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_user", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_user" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "srfuserid", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "是否可评审", + "codeName" : "whether_review", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "whether_review", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "whether_review" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "detail", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "detail", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSControlLogics" : [ { + "itemName" : "name", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "name", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)\r\n\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 22, + "colMD" : 22, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "caption" : "状态", + "codeName" : "result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + }, + "getPSControlLogics" : [ { + "itemName" : "result_state", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "result_state", + "scriptCode" : "(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)&&(data.review_results == 3||data.review_results == 4)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_state_passordenial.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 2, + "colMD" : 2, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true + }, { + "caption" : "评审意见", + "codeName" : "comment", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "comment", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + }, + "getPSControlLogics" : [ { + "itemName" : "comment", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "comment", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "comment", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "comment2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorParams" : { + "triggerMode" : "input" + }, + "editorType" : "TEXTAREA", + "maxLength" : 2000, + "name" : "comment", + "placeHolder" : "请输入评审意见", + "showMaxLength" : true + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "actionType" : "UIACTION", + "caption" : "通过", + "codeName" : "button1", + "detailStyle" : "DEFAULT", + "detailType" : "BUTTON", + "name" : "button1", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "mdctrl1_form_button1" + }, + "getPSControlLogics" : [ { + "itemName" : "button1", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "button1", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf00c@FontAwesome", + "cssClass" : "fa fa-check" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "通过", + "codeName" : "pass", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_result_pass", + "name" : "通过(单条)", + "getNextPSUIAction" : { + "modelref" : true, + "id" : "Refresh" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "pass" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "pass", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "pass@review_result" + }, + "tooltip" : "通过", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + }, { + "actionType" : "UIACTION", + "caption" : "拒绝", + "codeName" : "button2", + "detailStyle" : "DEFAULT", + "detailType" : "BUTTON", + "name" : "button2", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "mdctrl1_form_button2" + }, + "getPSControlLogics" : [ { + "itemName" : "button2", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "button2", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf00d@FontAwesome", + "cssClass" : "fa fa-times" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "拒绝", + "codeName" : "decline", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_result_decline", + "name" : "拒绝(单条)", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "refuse" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "decline", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "decline@review_result" + }, + "tooltip" : "拒绝", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + }, { + "caption" : "继续下一条", + "codeName" : "next_review", + "createDV" : "1", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "RIGHT", + "labelWidth" : 130, + "name" : "next_review", + "noPrivDisplayMode" : 1, + "getPSControlLogics" : [ { + "itemName" : "next_review", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "next_review", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "CHECKBOX", + "name" : "next_review" + }, + "getPSLayoutPos" : { + "colLG" : 8, + "colLGOffset" : 4, + "colMD" : 8, + "colMDOffset" : 4, + "layout" : "TABLE_24COL" + }, + "updateDV" : "1", + "allowEmpty" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSSysCss" : { + "cssName" : "review_btn_style" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "noTabHeader" : true, + "name" : "mdctrl1_form", + "modelid" : "f75759e440add5333964d3534b98f592", + "modeltype" : "PSDEFORM_EDITFORM" + }, + "contentType" : "FORM", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "mdctrl1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "grouppanel2", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel2", + "getPSControlLogics" : [ { + "itemName" : "grouppanel2", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "grouppanel2", + "scriptCode" : "(context.curstage_id == null || context.cur_reviewer_id != context.srfpersonid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSDEFormDetails" : [ { + "codeName" : "mdctrl2", + "getContentPSControl" : { + "codeName" : "show_main", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/show_main.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "logicName" : "评审结果展示表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "stage_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + } + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "curstage_id", + "updateDVT" : "APPDATA", + "updateDV" : "curstage_id" + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "updateDV" : "cur_reviewer_id" + }, { + "id" : "cur_user", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "srfuserid", + "updateDVT" : "APPDATA", + "updateDV" : "srfuserid" + }, { + "id" : "whether_review", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + } + }, { + "id" : "comment", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "当前阶段", + "codeName" : "stage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "stage_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前选中阶段", + "codeName" : "curstage_id", + "createDV" : "curstage_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "curstage_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "createDV" : "cur_reviewer_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前操作用户", + "codeName" : "cur_user", + "createDV" : "srfuserid", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_user", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_user" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "srfuserid", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "是否可评审", + "codeName" : "whether_review", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "whether_review", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "whether_review" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "detail", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "detail", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSControlLogics" : [ { + "itemName" : "name", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "name", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)\r\n\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 21, + "colMD" : 21, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "caption" : "状态", + "codeName" : "result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "fieldName" : "result_state", + "ignoreInput" : 3, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + }, + "getPSControlLogics" : [ { + "itemName" : "result_state", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "result_state", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "result_state", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "result_state2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_state_passordenial.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 3, + "colMD" : 3, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true + }, { + "caption" : "评审意见", + "codeName" : "comment", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "comment", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + }, + "getPSControlLogics" : [ { + "itemName" : "comment", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "comment", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "comment", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "comment2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "comment", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "noTabHeader" : true, + "name" : "mdctrl2_form", + "modelid" : "88bf50b85bf093b353bcb5ffe7514944", + "modeltype" : "PSDEFORM_EDITFORM" + }, + "contentType" : "FORM", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "mdctrl2", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "noTabHeader" : true, + "name" : "form", + "modelid" : "8862d66141c29668ebd6a59dfcb5b650", + "modeltype" : "PSDEFORM_EDITFORM" + }, { + "codeName" : "idea_set_result_edit_view_datainfobar", + "controlType" : "DATAINFOBAR", + "name" : "datainfobar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "datainfobar" + } + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审结果", + "codeName" : "idea_set_result_edit_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "idea_set_result_edit_view", + "getPSDEViewId" : "2b248bb622d1ff532eb976b91db79917", + "getPSSysCss" : { + "cssName" : "review-results-style" + }, + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEEDITVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "设置评审结果", + "viewStyle" : "DEFAULT", + "viewType" : "DEEDITVIEW", + "xDataControlName" : "form", + "enableDP" : true, + "showCaptionBar" : false, + "showDataInfoBar" : true, + "modelid" : "6945fb52761ec76cef2b9ec58b47abd6", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateContexts" : [ { + "key" : "REVIEW_STATE", + "name" : "REVIEW_STATE", + "value" : "state", + "rawValue" : false + }, { + "key" : "CURSTAGE_ID", + "name" : "CURSTAGE_ID", + "value" : "curstage_id", + "rawValue" : false + }, { + "key" : "CUR_REVIEWER_ID", + "name" : "CUR_REVIEWER_ID", + "value" : "cur_reviewer_id", + "rawValue" : false + }, { + "key" : "REVIEW_CONTENT", + "name" : "REVIEW_CONTENT", + "value" : "choosed_content", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "refreshItems" : "choosed_content", + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colLG" : 8, + "colMD" : 8, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "enableItemPrivilege" : true, + "noTabHeader" : true, + "modelid" : "2a8a52da0cca631ba0075022bda52038", + "modeltype" : "PSDEFORM_EDITFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_set_category_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_set_category_form.json new file mode 100644 index 0000000000000000000000000000000000000000..9048cddc3090100cca7ac63ae075f47d42bc6581 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_set_category_form.json @@ -0,0 +1,302 @@ +{ + "codeName" : "idea_set_category_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_set_category_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "logicName" : "需求设置类别表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "categories_name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATEGORIES_NAME", + "codeName" : "categories_name" + } + }, { + "id" : "categories", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATEGORIES", + "codeName" : "categories" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "类别", + "codeName" : "categories_name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "categories_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATEGORIES_NAME", + "codeName" : "categories_name" + }, + "getPSEditor" : { + "editorParams" : { + "DROPDOWNVIEW" : "TRUE", + "AC" : "FALSE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "TRUE" + }, + "editorType" : "PICKEREX_DROPDOWNVIEW", + "handlerType" : "PickupText", + "name" : "categories_name", + "getPSEditorItems" : [ { + "name" : "categories" + } ], + "getPickupPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_pick_up_tree_view.json", + "viewType" : "DEPICKUPTREEVIEW" + }, + "placeHolder" : "请选择类别", + "valueItemName" : "categories", + "dropDownView" : true, + "enableAC" : false, + "enablePickupView" : true, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "valueItemName" : "categories", + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.REVIEW.CATEGORIES" + }, + "caption" : "类别", + "codeName" : "categories", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "categories", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATEGORIES", + "codeName" : "categories" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "categories" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "noTabHeader" : true, + "modelid" : "6c58c4ec73c6f63c8846fcc6450a3000", + "modeltype" : "PSDEFORM_EDITFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/main_view_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/main_view_form.json index 830fa670923e19d14c65ffd90850733fc4788134..fa706f6e8601d47aead31ce364c443b901922a10 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/main_view_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/main_view_form.json @@ -1065,10 +1065,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1093,10 +1093,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1172,16 +1172,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "grid_view_all_toolbar", @@ -2163,6 +2166,50 @@ "modelid" : "961db6b53633c132f82c9005947fd19c", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, @@ -2756,10 +2803,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -2784,10 +2831,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -2863,16 +2910,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "no_grid_view_all_toolbar", @@ -3973,6 +4023,50 @@ "modelid" : "83523b7767f2949141412f8265235d29", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, @@ -5816,22 +5910,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -5840,30 +5929,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -6285,6 +6379,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -9213,6 +9351,9 @@ "triggerType" : "ITEMVISIBLE" } ], "getPSEditor" : { + "editorParams" : { + "triggerMode" : "input" + }, "editorType" : "TEXTAREA", "maxLength" : 2000, "name" : "comment", @@ -10316,6 +10457,50 @@ "modelid" : "5956bc94f187fb16ddff5afecb4759df", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, @@ -10648,6 +10833,7 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" } }, + "enableItemPrivilege" : true, "noTabHeader" : true, "modelid" : "42a3feb159bc5d5ff0f0cdde2c755ca7", "modeltype" : "PSDEFORM_EDITFORM" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSGRIDS/all_grid_view_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSGRIDS/all_grid_view_grid.json index 1c34ca55126be82974ddc9905fdbcecf9c70aa9c..4f28f1ef977b0baea102f894c5fa79acc26901e0 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSGRIDS/all_grid_view_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSGRIDS/all_grid_view_grid.json @@ -104,6 +104,7 @@ "dataAccessAction" : "SUBDATA", "frontProcessType" : "OTHER", "fullCodeName" : "review_submit_review", + "memo" : "SUBDATA", "name" : "提交评审", "getPSAppDEMethod" : { "modelref" : true, @@ -149,6 +150,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -265,6 +267,44 @@ "addSeparator" : false, "showCaption" : true, "showIcon" : true + }, { + "caption" : "设置类别", + "detailType" : "DEUIACTION", + "name" : "u3479786", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "设置类别", + "codeName" : "set_idea_category", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_set_idea_category", + "name" : "设置需求评审类别", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "set_idea_category", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "set_idea_category@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true } ], "uniqueTag" : "review__Usr0428064370" }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSWIZARDPANELS/create_wizard_view_wizard.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSWIZARDPANELS/create_wizard_view_wizard.json index 312d7323df5a93725cb2fceaf338f8db85bdb87f..3ac96528b1b392fd2c4252b794f9bd8b9f710a43 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSWIZARDPANELS/create_wizard_view_wizard.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSWIZARDPANELS/create_wizard_view_wizard.json @@ -1016,10 +1016,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1046,10 +1046,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1113,16 +1113,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -1137,47 +1140,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" + }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -1930,6 +1997,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json index 1277722cb88b5ae61b46c11cd6e906126ab0bf60..4743ec5bbcf6c34f976889a2587ebcdd5fa45c95 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json @@ -144,6 +144,44 @@ "requestParamType" : "ENTITY", "builtinMethod" : false, "noServiceCodeName" : true + }, { + "actionMode" : "CREATE", + "codeName" : "create_review_data", + "methodType" : "DEACTION", + "name" : "create_review_data", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "create_review_data" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/create_review_data", + "builtinMethod" : false }, { "actionMode" : "READ", "actionTag" : "Get", @@ -1123,6 +1161,37 @@ "name" : "TEST_CASE", "stdDataType" : 21, "stringLength" : 1048576 + }, { + "getAllPSAppDEFUIModes" : [ { + "codeName" : "MobileDefault", + "name" : "[IDEA][产品需求]移动端默认", + "getPSDEFFormItem" : { + "codeName" : "MobileDefault", + "editorType" : "SPAN", + "name" : "[IDEA][产品需求]移动端默认", + "stringLength" : 1048576, + "uIMode" : "MOBILEDEFAULT", + "mobileMode" : true + }, + "type" : "MOBILEDEFAULT", + "mobileMode" : true + }, { + "codeName" : "Default", + "name" : "[IDEA][产品需求]", + "getPSDEFFormItem" : { + "codeName" : "Default", + "editorType" : "SPAN", + "name" : "[IDEA][产品需求]", + "stringLength" : 1048576, + "uIMode" : "DEFAULT" + }, + "type" : "DEFAULT" + } ], + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "IDEA", + "stdDataType" : 21, + "stringLength" : 1048576 }, { "getAllPSAppDEFUIModes" : [ { "codeName" : "MobileDefault", @@ -1830,6 +1899,24 @@ }, "sourceType" : "DEFIELD", "type" : "DTO" + }, { + "codeName" : "idea", + "logicName" : "产品需求", + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getRefPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "getRefPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "sourceType" : "DEFIELD", + "type" : "DTO" }, { "codeName" : "test_case", "logicName" : "测试用例", @@ -2226,6 +2313,44 @@ "requestParamType" : "ENTITY", "builtinMethod" : false, "noServiceCodeName" : true + }, { + "actionMode" : "CREATE", + "codeName" : "create_review_data", + "methodType" : "DEACTION", + "name" : "create_review_data", + "getPSAppDEMethodInput" : { + "name" : "输入对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO", + "output" : true + }, + "getPSAppDEMethodReturn" : { + "name" : "返回对象", + "getPSAppDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "CREATE" + }, + "getPSDEServiceAPIMethod" : { + "modelref" : true, + "id" : "create_review_data" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/create_review_data", + "builtinMethod" : false }, { "actionMode" : "READ", "actionTag" : "Get", @@ -2965,6 +3090,60 @@ "uILogicAttachMode" : "REPLACE", "uILogicType" : "DELOGIC", "id" : "panel_usr0612818719_button_calluilogic_click@review_content" + }, { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" + }, { + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, { "actionTarget" : "MULTIKEY", "noPrivDisplayMode" : 1, @@ -4106,6 +4285,99 @@ "modelref" : true, "id" : "Begin" } + }, { + "codeName" : "get_review_data", + "defaultParamName" : "Default", + "logicName" : "获取评审数据", + "name" : "获取评审数据", + "getPSDEUILogicNodes" : [ { + "codeName" : "Begin", + "leftPos" : -130, + "logicNodeType" : "BEGIN", + "name" : "开始", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } + } ], + "topPos" : 200, + "parallelOutput" : true + }, { + "codeName" : "END1", + "leftPos" : 570, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 200 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 39, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 208 + }, { + "code" : "const appDataEntityId = 'plmweb.review_content';\r\nconst context = uiLogic.ctx;\r\nconst data_arr = uiLogic.default;\r\n\r\nconst keyMapping = {\r\n srfkey: 'target_id',\r\n};\r\n\r\nconst propertyMap = uiLogic.view.model.appViewParams?.find(\r\n item => item.key.toLowerCase() === 'PROPERTYMAP'.toLowerCase(),\r\n);\r\n\r\nif (propertyMap) {\r\n const keyValuePairs = propertyMap.value.split(',');\r\n // 遍历键值对数组并添加到 keyMapping 映射对象中\r\n for (const pair of keyValuePairs) {\r\n const [sourceKey, targetKey] = pair.split(':');\r\n if (sourceKey && targetKey) {\r\n keyMapping[sourceKey] = targetKey;\r\n }\r\n }\r\n}\r\n\r\n// *转换属性\r\nconst addData = data_arr.map(item => {\r\n const tempData = {};\r\n // 遍历映射对象,将属性从 item 复制到 tempData\r\n Object.keys(keyMapping).forEach(key => {\r\n const targetKey = keyMapping[key];\r\n tempData[targetKey] = item[key];\r\n });\r\n // 获取 change_version 中 from 对象的 owner_type\r\n const ownerType = context.principal_type.toUpperCase();\r\n // 将 target_type 字段设置为 owner_type\r\n tempData['target_type'] = ownerType;\r\n keyMapping['srfkey'] = item['id'];\r\n return tempData;\r\n});\r\n\r\n// 获取实体服务并调用创建接口\r\nconst service = ibiz.hub.getApp(context.srfappid).deService;\r\nservice.exec(appDataEntityId, 'Create', context, addData);\r\n", + "codeName" : "RAWJSCODE1", + "leftPos" : 296, + "logicNodeType" : "RAWJSCODE", + "name" : "注入脚本代码", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + } + } ], + "topPos" : 208 + } ], + "getPSDEUILogicParams" : [ { + "codeName" : "Default", + "logicName" : "传入变量", + "name" : "传入变量", + "default" : true, + "entityListParam" : true + }, { + "codeName" : "view", + "logicName" : "view", + "name" : "view", + "activeViewParam" : true + }, { + "codeName" : "ctx", + "logicName" : "应用上下文", + "name" : "应用上下文", + "navContextParam" : true + } ], + "getStartPSDEUILogicNode" : { + "modelref" : true, + "id" : "Begin" + } }, { "codeName" : "open_result", "defaultParamName" : "Default", @@ -4255,7 +4527,7 @@ "name" : "评审内容版本比对", "getPSDEUILogicNodes" : [ { "codeName" : "Begin", - "leftPos" : 200, + "leftPos" : 40, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDEUILogicLinks" : [ { @@ -4270,8 +4542,179 @@ "id" : "Begin" } } ], - "topPos" : 200, + "topPos" : 250, "parallelOutput" : true + }, { + "codeName" : "PREPAREJSPARAM4", + "leftPos" : 550, + "logicNodeType" : "PREPAREJSPARAM", + "name" : "准备参数", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "PREPAREJSPARAM4" + } + } ], + "getPSDEUILogicNodeParams" : [ { + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "review_content" + }, + "name" : "Default ==> review_content", + "paramAction" : "COPYPARAM", + "getSrcPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : 258 + }, { + "codeName" : "PREPAREJSPARAM2", + "leftPos" : 1132, + "logicNodeType" : "PREPAREJSPARAM", + "name" : "准备参数", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "PREPAREJSPARAM2" + } + } ], + "getPSDEUILogicNodeParams" : [ { + "dstFieldName" : "test_case", + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "ctx" + }, + "name" : "无值(NONE) ==> ctx[test_case]", + "paramAction" : "SETPARAMVALUE", + "srcValueType" : "NONEVALUE" + }, { + "dstFieldName" : "idea", + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "ctx" + }, + "name" : "无值(NONE) ==> ctx[idea]", + "paramAction" : "SETPARAMVALUE", + "srcValueType" : "NONEVALUE" + } ], + "topPos" : 258 + }, { + "codeName" : "END1", + "leftPos" : 1375, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 250 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 137, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "PREPAREJSPARAM1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "OR", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "principal_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "ctx" + }, + "logicType" : "SINGLE", + "name" : "ctx[principal_type] 等于(=) test_case", + "paramValue" : "test_case", + "value" : "test_case" + }, { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE", + "value" : "TEST_CASE" + } ] + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + }, { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "PREPAREJSPARAM3" + }, + "linkMode" : 0, + "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "OR", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) IDEA", + "paramValue" : "IDEA", + "value" : "IDEA" + }, { + "condOP" : "EQ", + "dstFieldName" : "principal_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "ctx" + }, + "logicType" : "SINGLE", + "name" : "ctx[principal_type] 等于(=) idea", + "paramValue" : "idea", + "value" : "idea" + } ] + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : 258 }, { "codeName" : "DEUIACTION1", "getDstPSAppDEUIAction" : { @@ -4290,7 +4733,7 @@ "modelref" : true, "id" : "review_content" }, - "leftPos" : 936, + "leftPos" : 940, "logicNodeType" : "DEUIACTION", "name" : "界面行为", "getPSDEUILogicLinks" : [ { @@ -4305,7 +4748,7 @@ "id" : "DEUIACTION1" } } ], - "topPos" : 208 + "topPos" : 180 }, { "code" : "const review_content = uiLogic.review_content;\r\nconst content_version = review_content.change_version;\r\n\r\n\r\nif(content_version && content_version.length >0){\r\n content_version.forEach((c_version, index) => {\r\n if(c_version.srflistmapfield == 'from'){\r\n review_content.base_version = c_version.id;\r\n }\r\n if(c_version.srflistmapfield == 'to'){\r\n review_content.compare_version = c_version.id;\r\n }\r\n })\r\n\r\n}\r\n\r\n", "codeName" : "RAWJSCODE1", @@ -4319,55 +4762,163 @@ }, "linkMode" : 0, "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "OR", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) TEST_CASE", + "paramValue" : "TEST_CASE", + "value" : "TEST_CASE" + }, { + "condOP" : "EQ", + "dstFieldName" : "principal_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "ctx" + }, + "logicType" : "SINGLE", + "name" : "ctx[principal_type] 等于(=) test_case", + "paramValue" : "test_case", + "value" : "test_case" + } ] + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + } + }, { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEUIACTION2" + }, + "linkMode" : 0, + "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "OR", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "target_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[target_type] 等于(=) IDEA", + "paramValue" : "IDEA", + "value" : "IDEA" + }, { + "condOP" : "EQ", + "dstFieldName" : "principal_type", + "getDstLogicParam" : { + "modelref" : true, + "id" : "ctx" + }, + "logicType" : "SINGLE", + "name" : "ctx[principal_type] 等于(=) idea", + "paramValue" : "idea", + "value" : "idea" + } ] + } ] + }, "getSrcPSDEUILogicNode" : { "modelref" : true, "id" : "RAWJSCODE1" } } ], - "topPos" : 208 + "topPos" : 258 }, { - "codeName" : "END1", - "leftPos" : 1425, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 200 + "codeName" : "DEUIACTION2", + "getDstPSAppDEUIAction" : { + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "modelref" : true, + "id" : "idea_review_content_version_comparison@version" + }, + "getDstPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "review_content" + }, + "leftPos" : 940, + "logicNodeType" : "DEUIACTION", + "name" : "界面行为", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "PREPAREJSPARAM2" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEUIACTION2" + } + } ], + "topPos" : 326 }, { - "codeName" : "PREPAREJSPARAM2", - "leftPos" : 1102, + "codeName" : "PREPAREJSPARAM3", + "leftPos" : 370, "logicNodeType" : "PREPAREJSPARAM", "name" : "准备参数", "getPSDEUILogicLinks" : [ { "getDstPSDEUILogicNode" : { "modelref" : true, - "id" : "END1" + "id" : "PREPAREJSPARAM4" }, "linkMode" : 0, "name" : "连接名称", "getSrcPSDEUILogicNode" : { "modelref" : true, - "id" : "PREPAREJSPARAM2" + "id" : "PREPAREJSPARAM3" } } ], "getPSDEUILogicNodeParams" : [ { - "dstFieldName" : "test_case", + "dstFieldName" : "idea", "getDstPSDEUILogicParam" : { "modelref" : true, "id" : "ctx" }, - "name" : "无值(NONE) ==> ctx[test_case]", + "name" : "Default[target_id] ==> ctx[idea]", "paramAction" : "SETPARAMVALUE", - "srcValueType" : "NONEVALUE" + "srcFieldName" : "target_id", + "getSrcPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 208 + "topPos" : 326 }, { "codeName" : "PREPAREJSPARAM1", - "leftPos" : 520, + "leftPos" : 370, "logicNodeType" : "PREPAREJSPARAM", "name" : "准备参数", "getPSDEUILogicLinks" : [ { "getDstPSDEUILogicNode" : { "modelref" : true, - "id" : "RAWJSCODE1" + "id" : "PREPAREJSPARAM4" }, "linkMode" : 0, "name" : "连接名称", @@ -4377,18 +4928,6 @@ } } ], "getPSDEUILogicNodeParams" : [ { - "getDstPSDEUILogicParam" : { - "modelref" : true, - "id" : "review_content" - }, - "name" : "Default ==> review_content", - "paramAction" : "COPYPARAM", - "getSrcPSDEUILogicParam" : { - "modelref" : true, - "id" : "Default" - }, - "srcValueType" : "SRCDLPARAM" - }, { "dstFieldName" : "test_case", "getDstPSDEUILogicParam" : { "modelref" : true, @@ -4403,29 +4942,7 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : 210 - }, { - "codeName" : "DEBUGPARAM1", - "getDstPSDEUILogicParam" : { - "modelref" : true, - "id" : "Default" - }, - "leftPos" : 347, - "logicNodeType" : "DEBUGPARAM", - "name" : "调试逻辑参数", - "getPSDEUILogicLinks" : [ { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "PREPAREJSPARAM1" - }, - "linkMode" : 0, - "name" : "连接名称", - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "DEBUGPARAM1" - } - } ], - "topPos" : 208 + "topPos" : 190 } ], "getPSDEUILogicParams" : [ { "codeName" : "ctx", @@ -4682,6 +5199,10 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_set_result_edit_view.json", "viewType" : "DEEDITVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_set_result_edit_view.json", + "viewType" : "DEEDITVIEW" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_list_view.json", @@ -4698,6 +5219,14 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_grid_view_all.json", "viewType" : "DEGRIDVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_grid_view_all.json", + "viewType" : "DEGRIDVIEW" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_no_grid_view_all.json", + "viewType" : "DEGRIDVIEW" } ], "getAllPSDEOPPrivs" : [ { "logicName" : "建立", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/idea_set_result_edit_view_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/idea_set_result_edit_view_form.json new file mode 100644 index 0000000000000000000000000000000000000000..360e4db658a8c859ff9c40db15c98d24ef569d9d --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/idea_set_result_edit_view_form.json @@ -0,0 +1,1809 @@ +{ + "codeName" : "idea_set_result_edit_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/idea_set_result_edit_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "logicName" : "设置需求评审结果编辑视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "codeName" : "idea", + "contentType" : "REPEATER", + "detailStyle" : "STYLE3", + "detailType" : "MDCTRL", + "fieldName" : "idea", + "name" : "idea", + "getPSDEFormDetails" : [ { + "caption" : "show_identifier", + "codeName" : "show_identifier", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "show_identifier", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "show_identifier", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "allowEmpty" : true, + "repeatContent" : true + }, { + "caption" : "title", + "codeName" : "title", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "title", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "title", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "allowEmpty" : true, + "repeatContent" : true + } ], + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "codeName" : "grouppanel1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel1", + "getPSControlLogics" : [ { + "itemName" : "grouppanel1", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "grouppanel1", + "scriptCode" : "context.review_state == 20 && context.curstage_id != null && context.cur_reviewer_id == context.srfpersonid", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSDEFormDetails" : [ { + "buildInActions" : 2, + "codeName" : "mdctrl1", + "getContentPSControl" : { + "codeName" : "set_result_edit_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/set_result_edit_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "logicName" : "设置评审结果_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "stage_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + } + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "curstage_id", + "updateDVT" : "APPDATA", + "updateDV" : "curstage_id" + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "updateDV" : "cur_reviewer_id" + }, { + "id" : "cur_user", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "srfuserid", + "updateDVT" : "APPDATA", + "updateDV" : "srfuserid" + }, { + "id" : "whether_review", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + } + }, { + "id" : "comment", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + } + }, { + "id" : "next_review", + "dataType" : 25, + "createDV" : "1", + "updateDV" : "1" + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "当前阶段", + "codeName" : "stage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "stage_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前选中阶段", + "codeName" : "curstage_id", + "createDV" : "curstage_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "curstage_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "createDV" : "cur_reviewer_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前操作用户", + "codeName" : "cur_user", + "createDV" : "srfuserid", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_user", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_user" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "srfuserid", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "是否可评审", + "codeName" : "whether_review", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "whether_review", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "whether_review" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "detail", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "detail", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSControlLogics" : [ { + "itemName" : "name", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "name", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)\r\n\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 22, + "colMD" : 22, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "caption" : "状态", + "codeName" : "result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + }, + "getPSControlLogics" : [ { + "itemName" : "result_state", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "result_state", + "scriptCode" : "(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)&&(data.review_results == 3||data.review_results == 4)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_state_passordenial.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 2, + "colMD" : 2, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true + }, { + "caption" : "评审意见", + "codeName" : "comment", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "comment", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + }, + "getPSControlLogics" : [ { + "itemName" : "comment", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "comment", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "comment", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "comment2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorParams" : { + "triggerMode" : "input" + }, + "editorType" : "TEXTAREA", + "maxLength" : 2000, + "name" : "comment", + "placeHolder" : "请输入评审意见", + "showMaxLength" : true + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "actionType" : "UIACTION", + "caption" : "通过", + "codeName" : "button1", + "detailStyle" : "DEFAULT", + "detailType" : "BUTTON", + "name" : "button1", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "mdctrl1_form_button1" + }, + "getPSControlLogics" : [ { + "itemName" : "button1", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "button1", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf00c@FontAwesome", + "cssClass" : "fa fa-check" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "通过", + "codeName" : "pass", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_result_pass", + "name" : "通过(单条)", + "getNextPSUIAction" : { + "modelref" : true, + "id" : "Refresh" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "pass" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "pass", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "pass@review_result" + }, + "tooltip" : "通过", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + }, { + "actionType" : "UIACTION", + "caption" : "拒绝", + "codeName" : "button2", + "detailStyle" : "DEFAULT", + "detailType" : "BUTTON", + "name" : "button2", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "mdctrl1_form_button2" + }, + "getPSControlLogics" : [ { + "itemName" : "button2", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "button2", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf00d@FontAwesome", + "cssClass" : "fa fa-times" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "拒绝", + "codeName" : "decline", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_result_decline", + "name" : "拒绝(单条)", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "refuse" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "decline", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "decline@review_result" + }, + "tooltip" : "拒绝", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + }, { + "caption" : "继续下一条", + "codeName" : "next_review", + "createDV" : "1", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "RIGHT", + "labelWidth" : 130, + "name" : "next_review", + "noPrivDisplayMode" : 1, + "getPSControlLogics" : [ { + "itemName" : "next_review", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "next_review", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "CHECKBOX", + "name" : "next_review" + }, + "getPSLayoutPos" : { + "colLG" : 8, + "colLGOffset" : 4, + "colMD" : 8, + "colMDOffset" : 4, + "layout" : "TABLE_24COL" + }, + "updateDV" : "1", + "allowEmpty" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSSysCss" : { + "cssName" : "review_btn_style" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "noTabHeader" : true, + "name" : "mdctrl1_form", + "modelid" : "f75759e440add5333964d3534b98f592", + "modeltype" : "PSDEFORM_EDITFORM" + }, + "contentType" : "FORM", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "mdctrl1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "grouppanel2", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel2", + "getPSControlLogics" : [ { + "itemName" : "grouppanel2", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "grouppanel2", + "scriptCode" : "(context.curstage_id == null || context.cur_reviewer_id != context.srfpersonid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSDEFormDetails" : [ { + "codeName" : "mdctrl2", + "getContentPSControl" : { + "codeName" : "show_main", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/show_main.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "logicName" : "评审结果展示表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "stage_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + } + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "curstage_id", + "updateDVT" : "APPDATA", + "updateDV" : "curstage_id" + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "updateDV" : "cur_reviewer_id" + }, { + "id" : "cur_user", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "srfuserid", + "updateDVT" : "APPDATA", + "updateDV" : "srfuserid" + }, { + "id" : "whether_review", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + } + }, { + "id" : "comment", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "当前阶段", + "codeName" : "stage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "stage_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前选中阶段", + "codeName" : "curstage_id", + "createDV" : "curstage_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "curstage_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "createDV" : "cur_reviewer_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前操作用户", + "codeName" : "cur_user", + "createDV" : "srfuserid", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_user", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_user" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "srfuserid", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "是否可评审", + "codeName" : "whether_review", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "whether_review", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "whether_review" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "detail", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "detail", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSControlLogics" : [ { + "itemName" : "name", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "name", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)\r\n\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 21, + "colMD" : 21, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "caption" : "状态", + "codeName" : "result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "fieldName" : "result_state", + "ignoreInput" : 3, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + }, + "getPSControlLogics" : [ { + "itemName" : "result_state", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "result_state", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "result_state", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "result_state2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_state_passordenial.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 3, + "colMD" : 3, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true + }, { + "caption" : "评审意见", + "codeName" : "comment", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "comment", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + }, + "getPSControlLogics" : [ { + "itemName" : "comment", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "comment", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "comment", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "comment2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "comment", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "noTabHeader" : true, + "name" : "mdctrl2_form", + "modelid" : "88bf50b85bf093b353bcb5ffe7514944", + "modeltype" : "PSDEFORM_EDITFORM" + }, + "contentType" : "FORM", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "mdctrl2", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "noTabHeader" : true, + "modelid" : "8862d66141c29668ebd6a59dfcb5b650", + "modeltype" : "PSDEFORM_EDITFORM" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/set_result_edit_view_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/set_result_edit_view_form.json index 7f98c1106058bde85820f84e66e922ca7a978819..6277f5a826c4531fc47e0ef67fb9849a402bc822 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/set_result_edit_view_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/set_result_edit_view_form.json @@ -755,6 +755,9 @@ "triggerType" : "ITEMVISIBLE" } ], "getPSEditor" : { + "editorParams" : { + "triggerMode" : "input" + }, "editorType" : "TEXTAREA", "maxLength" : 2000, "name" : "comment", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_no_grid_view_all_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_no_grid_view_all_grid.json new file mode 100644 index 0000000000000000000000000000000000000000..11acad5ce9ae70f0b14a1612ffb544ac4382281c --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_no_grid_view_all_grid.json @@ -0,0 +1,695 @@ +{ + "aggMode" : "NONE", + "codeName" : "idea_no_grid_view_all_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_no_grid_view_all_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求评审内容表格(无多选)", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "calc_button_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_column_action_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "getPSControls" : [ { + "codeName" : "idea_no_grid_view_all_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "context.review!= null && context.cur_reviewer_id != null && context.cur_reviewer_id == context.srfuserid && context.review_state == 20&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "评审", + "codeName" : "complete_review_quickly", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "review_content_complete_review_quickly", + "name" : "快速评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "refreshMode" : 1, + "successMsg" : "评审已完成", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "complete_review_quickly", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "complete_review_quickly@review_content" + }, + "tooltip" : "评审", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "((context.curstage_id == null && context.review_state == '10')||(context.curstage_id == null&&context.review_state == null))&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "8ff97ed8eeac6f5498f6d54910248a1f", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "objectNameField" : "show_identifier", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT", + "width" : 150, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "objectNameField" : "title", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0507142853", + "name" : "界面行为组(评审结果)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "ucb9925e", + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "u2d8231b", + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "版本比对", + "codeName" : "review_content_version_comparison", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_review_content_version_comparison", + "name" : "评审内容版本比对", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "review_content_version_comparison" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "tooltip" : "版本比对", + "uIActionMode" : "FRONT", + "uIActionTag" : "review_content_version_comparison", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "review_content_version_comparison@review_content" + }, + "tooltip" : "版本比对", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "review_content__Usr0507142853" + }, + "valueType" : "OBJECT", + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "stage_results", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "stage_results", + "excelCaption" : "评审结果", + "name" : "stage_results", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEKEY", + "noPrivDisplayMode" : 1, + "caption" : "设置评审结果", + "codeName" : "set_review_result", + "dataAccessAction" : "SUBDATA", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_set_review_result", + "name" : "设置评审结果", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "open_result" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "successMsg" : "评审结果已设置", + "uIActionMode" : "FRONT", + "uIActionTag" : "set_review_result", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "set_review_result@review_content" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_REVIEW_RESULTS", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 100, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 21, + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT" + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 21, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "评审结果", + "codeName" : "stage_results", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_results", + "valueType" : "OBJECTS" + }, + "allowEmpty" : true + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : true, + "singleSelect" : true, + "modelid" : "3ac6e0792d3adaf6601b309f30aba7a7", + "modeltype" : "PSDEGRID" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_wf_grid_view_no_check_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_wf_grid_view_no_check_grid.json new file mode 100644 index 0000000000000000000000000000000000000000..c661621da93a181ef8bafcaef0e680521fb6bc7e --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_wf_grid_view_no_check_grid.json @@ -0,0 +1,697 @@ +{ + "aggMode" : "NONE", + "codeName" : "idea_wf_grid_view_no_check_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_wf_grid_view_no_check_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求工作流评审内容表格_不复选框", + "memo" : "工作流评审内容表格_复选框:带有列表复选框,当状态为评审中并且未选中阶段时,显示该表格", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "calc_button_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_column_action_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "getPSControls" : [ { + "codeName" : "idea_grid_view_all_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "context.review!= null && context.cur_reviewer_id != null && context.cur_reviewer_id == context.srfuserid && context.review_state == 20&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "评审", + "codeName" : "complete_review_quickly", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "review_content_complete_review_quickly", + "name" : "快速评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "refreshMode" : 1, + "successMsg" : "评审已完成", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "complete_review_quickly", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "complete_review_quickly@review_content" + }, + "tooltip" : "评审", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "((context.curstage_id == null && context.review_state == '10')||(context.curstage_id == null&&context.review_state == null))&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "8ff97ed8eeac6f5498f6d54910248a1f", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "objectNameField" : "show_identifier", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT", + "width" : 150, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "objectNameField" : "title", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0507142853", + "name" : "界面行为组(评审结果)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "ucb9925e", + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "u2d8231b", + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "版本比对", + "codeName" : "review_content_version_comparison", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_review_content_version_comparison", + "name" : "评审内容版本比对", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "review_content_version_comparison" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "tooltip" : "版本比对", + "uIActionMode" : "FRONT", + "uIActionTag" : "review_content_version_comparison", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "review_content_version_comparison@review_content" + }, + "tooltip" : "版本比对", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "review_content__Usr0507142853" + }, + "valueType" : "OBJECT", + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "stage_results", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "stage_results", + "excelCaption" : "评审结果", + "name" : "stage_results", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEKEY", + "noPrivDisplayMode" : 1, + "caption" : "设置评审结果", + "codeName" : "set_review_result", + "dataAccessAction" : "SUBDATA", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_set_review_result", + "name" : "设置评审结果", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "open_result" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "successMsg" : "评审结果已设置", + "uIActionMode" : "FRONT", + "uIActionTag" : "set_review_result", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "set_review_result@review_content" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_REVIEW_RESULTS", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 100, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 21, + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT" + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 21, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "评审结果", + "codeName" : "stage_results", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_results", + "valueType" : "OBJECTS" + }, + "allowEmpty" : true + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enableItemPrivilege" : true, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : true, + "singleSelect" : false, + "modelid" : "4d2a3f5ee3de0e95af2b87b8b5ad0559", + "modeltype" : "PSDEGRID" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json index 47af87cc34bcd514f6100a58a4842edc31f82e72..a10ed56987e3f5ff24a84916f297ba1ec2c6fe64 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json @@ -1265,11 +1265,11 @@ "topPos" : 200, "parallelOutput" : true }, { - "code" : " uiLogic.parent_form.control.details.grouppanel6.state.visible=true;\r\n uiLogic.parent_form.control.details.review_results.state.keepAlive=true;\r\n uiLogic.parent_form.control.details.review_results.state.visible=false;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(null);", - "codeName" : "RAWJSCODE3", + "code" : "const rows = uiLogic.content_grid.state.rows;\r\nconst ctx = uiLogic.ctx;\r\n\r\nif (rows && rows.length > 0) {\r\n const cur_content_id = ctx.review_content;\r\n let next_content = null;\r\n let foundMatch = false;\r\n\r\n rows.forEach((row, index) => {\r\n const for_id = row.data.id;\r\n if (foundMatch) {\r\n next_content = row.data;\r\n foundMatch = false;\r\n }\r\n if (!foundMatch && for_id == cur_content_id) {\r\n foundMatch = true;\r\n }\r\n });\r\n\r\n const review_results_state = uiLogic.parent_form.control.details.review_results.state;\r\n review_results_state.keepAlive = true;\r\n review_results_state.visible = false;\r\n const grouppanel6_state = uiLogic.parent_form.control.details.grouppanel6.state;\r\n\r\n if (next_content) {\r\n ctx.review_content = next_content.id;\r\n grouppanel6_state.visible = false;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(next_content.id);\r\n uiLogic.next_content = next_content;\r\n } else {\r\n grouppanel6_state.visible = true;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(null);\r\n }\r\n}", + "codeName" : "RAWJSCODE2", "leftPos" : 976, "logicNodeType" : "RAWJSCODE", - "name" : "控制非下一阶段", + "name" : "下一阶段评审", "getPSDEUILogicLinks" : [ { "getDstPSDEUILogicNode" : { "modelref" : true, @@ -1279,16 +1279,16 @@ "name" : "连接名称", "getSrcPSDEUILogicNode" : { "modelref" : true, - "id" : "RAWJSCODE3" + "id" : "RAWJSCODE2" } } ], - "topPos" : 292 + "topPos" : 140 }, { - "code" : "const rows = uiLogic.content_grid.state.rows;\r\nconst ctx = uiLogic.ctx;\r\n\r\nif (rows && rows.length > 0) {\r\n const cur_content_id = ctx.review_content;\r\n let next_content = null;\r\n let foundMatch = false;\r\n\r\n rows.forEach((row, index) => {\r\n const for_id = row.data.id;\r\n if (foundMatch) {\r\n next_content = row.data;\r\n foundMatch = false;\r\n }\r\n if (!foundMatch && for_id == cur_content_id) {\r\n foundMatch = true;\r\n }\r\n });\r\n\r\n const review_results_state = uiLogic.parent_form.control.details.review_results.state;\r\n review_results_state.keepAlive = true;\r\n review_results_state.visible = false;\r\n const grouppanel6_state = uiLogic.parent_form.control.details.grouppanel6.state;\r\n\r\n if (next_content) {\r\n ctx.review_content = next_content.id;\r\n grouppanel6_state.visible = false;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(next_content.id);\r\n } else {\r\n grouppanel6_state.visible = true;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(null);\r\n }\r\n}", - "codeName" : "RAWJSCODE2", + "code" : " uiLogic.parent_form.control.details.grouppanel6.state.visible=true;\r\n uiLogic.parent_form.control.details.review_results.state.keepAlive=true;\r\n uiLogic.parent_form.control.details.review_results.state.visible=false;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(null);", + "codeName" : "RAWJSCODE3", "leftPos" : 976, "logicNodeType" : "RAWJSCODE", - "name" : "下一阶段评审", + "name" : "控制非下一阶段", "getPSDEUILogicLinks" : [ { "getDstPSDEUILogicNode" : { "modelref" : true, @@ -1298,93 +1298,16 @@ "name" : "连接名称", "getSrcPSDEUILogicNode" : { "modelref" : true, - "id" : "RAWJSCODE2" + "id" : "RAWJSCODE3" } } ], - "topPos" : 140 + "topPos" : 292 }, { "codeName" : "END1", "leftPos" : 1470, "logicNodeType" : "END", "name" : "结束", "topPos" : 200 - }, { - "codeName" : "DEACTION1", - "getDstPSAppDEAction" : { - "modelref" : true, - "id" : "set_review_result" - }, - "getDstPSAppDataEntity" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" - }, - "getDstPSDEUILogicParam" : { - "modelref" : true, - "id" : "Default" - }, - "leftPos" : 543, - "logicNodeType" : "DEACTION", - "name" : "实体行为", - "getPSDEUILogicLinks" : [ { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE2" - }, - "linkMode" : 0, - "name" : "连接名称", - "getPSDEUILogicLinkGroupCond" : { - "groupOP" : "AND", - "logicType" : "GROUP", - "getPSDEUILogicLinkConds" : [ { - "condOP" : "EQ", - "dstFieldName" : "next_review", - "getDstLogicParam" : { - "modelref" : true, - "id" : "Default" - }, - "logicType" : "SINGLE", - "name" : "Default[next_review] 等于(=) 1", - "paramValue" : "1", - "value" : "1" - } ] - }, - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "DEACTION1" - } - }, { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE3" - }, - "linkMode" : 0, - "name" : "连接名称", - "getPSDEUILogicLinkGroupCond" : { - "groupOP" : "AND", - "logicType" : "GROUP", - "getPSDEUILogicLinkConds" : [ { - "condOP" : "NOTEQ", - "dstFieldName" : "next_review", - "getDstLogicParam" : { - "modelref" : true, - "id" : "Default" - }, - "logicType" : "SINGLE", - "name" : "Default[next_review] 不等于(<>) 1", - "paramValue" : "1", - "value" : "1" - } ] - }, - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "DEACTION1" - } - } ], - "getRetPSDEUILogicParam" : { - "modelref" : true, - "id" : "review_content" - }, - "topPos" : 208 }, { "codeName" : "PREPAREJSPARAM1", "leftPos" : 322, @@ -1467,7 +1390,84 @@ } ], "topPos" : 208 }, { - "code" : "ibiz.mc.command.create.send({ srfdecodename: 'review_content'})", + "codeName" : "DEACTION1", + "getDstPSAppDEAction" : { + "modelref" : true, + "id" : "set_review_result" + }, + "getDstPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : 543, + "logicNodeType" : "DEACTION", + "name" : "实体行为", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE2" + }, + "linkMode" : 0, + "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "next_review", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[next_review] 等于(=) 1", + "paramValue" : "1", + "value" : "1" + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + }, { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE3" + }, + "linkMode" : 0, + "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "NOTEQ", + "dstFieldName" : "next_review", + "getDstLogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "logicType" : "SINGLE", + "name" : "Default[next_review] 不等于(<>) 1", + "paramValue" : "1", + "value" : "1" + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEACTION1" + } + } ], + "getRetPSDEUILogicParam" : { + "modelref" : true, + "id" : "review_content" + }, + "topPos" : 208 + }, { + "code" : "const grid = uiLogic.content_grid;\r\nawait grid.load({ isInitialLoad: false, triggerSource: 'REFRESH' });\r\nif (uiLogic.next_content) {\r\n const item = grid.state.items.find(x => x.id === uiLogic.next_content.id);\r\n if (item) {\r\n grid.setSelection([item], false);\r\n }\r\n}", "codeName" : "RAWJSCODE4", "leftPos" : 1246, "logicNodeType" : "RAWJSCODE", @@ -1487,51 +1487,56 @@ "topPos" : 208 } ], "getPSDEUILogicParams" : [ { - "codeName" : "view", - "logicName" : "当前视图对象", - "name" : "当前视图对象", - "activeViewParam" : true + "codeName" : "grid_view", + "logicName" : "评审内容表格视图", + "name" : "评审内容表格视图", + "entityParam" : true }, { "codeName" : "parentView", "logicName" : "父视图", "name" : "父视图", "entityParam" : true + }, { + "codeName" : "ctx", + "logicName" : "上下文", + "name" : "上下文", + "navContextParam" : true + }, { + "codeName" : "parent_form", + "logicName" : "父表单", + "name" : "父表单", + "entityParam" : true }, { "codeName" : "form", "logicName" : "当前表单", "name" : "当前表单", "ctrlParam" : true + }, { + "codeName" : "content_grid", + "logicName" : "评审内容表格", + "name" : "评审内容表格", + "entityParam" : true }, { "codeName" : "Default", "logicName" : "传入变量", "name" : "传入变量", "default" : true, "entityParam" : true - }, { - "codeName" : "parent_form", - "logicName" : "父表单", - "name" : "父表单", - "entityParam" : true }, { "codeName" : "review_content", "logicName" : "评审内容", "name" : "评审内容", "entityParam" : true }, { - "codeName" : "content_grid", - "logicName" : "评审内容表格", - "name" : "评审内容表格", + "codeName" : "next_content", + "logicName" : "下一条内容", + "name" : "下一条内容", "entityParam" : true }, { - "codeName" : "ctx", - "logicName" : "上下文", - "name" : "上下文", - "navContextParam" : true - }, { - "codeName" : "grid_view", - "logicName" : "评审内容表格视图", - "name" : "评审内容表格视图", - "entityParam" : true + "codeName" : "view", + "logicName" : "当前视图对象", + "name" : "当前视图对象", + "activeViewParam" : true } ], "getStartPSDEUILogicNode" : { "modelref" : true, @@ -1563,11 +1568,25 @@ "topPos" : 284, "parallelOutput" : true }, { - "codeName" : "END1", - "leftPos" : 1500, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 200 + "code" : "const grid = uiLogic.content_grid;\r\nawait grid.load({ isInitialLoad: false, triggerSource: 'REFRESH' });\r\nif (uiLogic.next_content) {\r\n const item = grid.state.items.find(x => x.id === uiLogic.next_content.id);\r\n if (item) {\r\n grid.setSelection([item], false);\r\n }\r\n}", + "codeName" : "RAWJSCODE4", + "leftPos" : 1240, + "logicNodeType" : "RAWJSCODE", + "memo" : "ibiz.mc.command.create.send({ srfdecodename: 'review_content'})", + "name" : "通知刷新", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE4" + } + } ], + "topPos" : 208 }, { "codeName" : "DEACTION1", "getDstPSAppDEAction" : { @@ -1646,45 +1665,7 @@ }, "topPos" : 208 }, { - "code" : " uiLogic.parent_form.control.details.grouppanel6.state.visible=true;\r\n uiLogic.parent_form.control.details.review_results.state.keepAlive=true;\r\n uiLogic.parent_form.control.details.review_results.state.visible=false;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(null);", - "codeName" : "RAWJSCODE3", - "leftPos" : 976, - "logicNodeType" : "RAWJSCODE", - "name" : "控制表单状态", - "getPSDEUILogicLinks" : [ { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE4" - }, - "linkMode" : 0, - "name" : "连接名称", - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE3" - } - } ], - "topPos" : 292 - }, { - "code" : "ibiz.mc.command.create.send({ srfdecodename: 'review_content'})", - "codeName" : "RAWJSCODE4", - "leftPos" : 1240, - "logicNodeType" : "RAWJSCODE", - "name" : "通知刷新", - "getPSDEUILogicLinks" : [ { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "END1" - }, - "linkMode" : 0, - "name" : "连接名称", - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE4" - } - } ], - "topPos" : 208 - }, { - "code" : "const rows = uiLogic.content_grid.state.rows;\r\nconst ctx = uiLogic.ctx;\r\n\r\nif (rows && rows.length > 0) {\r\n const cur_content_id = ctx.review_content;\r\n let next_content = null;\r\n let foundMatch = false;\r\n\r\n rows.forEach((row, index) => {\r\n const for_id = row.data.id;\r\n if (foundMatch) {\r\n next_content = row.data;\r\n foundMatch = false;\r\n }\r\n if (!foundMatch && for_id == cur_content_id) {\r\n foundMatch = true;\r\n }\r\n });\r\n\r\n const review_results_state = uiLogic.parent_form.control.details.review_results.state;\r\n review_results_state.keepAlive = true;\r\n review_results_state.visible = false;\r\n const grouppanel6_state = uiLogic.parent_form.control.details.grouppanel6.state;\r\n\r\n if (next_content) {\r\n ctx.review_content = next_content.id;\r\n grouppanel6_state.visible = false;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(next_content.id);\r\n } else {\r\n grouppanel6_state.visible = true;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(null);\r\n }\r\n}", + "code" : "const rows = uiLogic.content_grid.state.rows;\r\nconst ctx = uiLogic.ctx;\r\n\r\nif (rows && rows.length > 0) {\r\n const cur_content_id = ctx.review_content;\r\n let next_content = null;\r\n let foundMatch = false;\r\n\r\n rows.forEach((row, index) => {\r\n const for_id = row.data.id;\r\n if (foundMatch) {\r\n next_content = row.data;\r\n foundMatch = false;\r\n }\r\n if (!foundMatch && for_id == cur_content_id) {\r\n foundMatch = true;\r\n }\r\n });\r\n\r\n const review_results_state = uiLogic.parent_form.control.details.review_results.state;\r\n review_results_state.keepAlive = true;\r\n review_results_state.visible = false;\r\n const grouppanel6_state = uiLogic.parent_form.control.details.grouppanel6.state;\r\n\r\n if (next_content) {\r\n ctx.review_content = next_content.id;\r\n grouppanel6_state.visible = false;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(next_content.id);\r\n uiLogic.next_content = next_content;\r\n } else {\r\n grouppanel6_state.visible = true;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(null);\r\n }\r\n}", "codeName" : "RAWJSCODE2", "leftPos" : 976, "logicNodeType" : "RAWJSCODE", @@ -1702,13 +1683,6 @@ } } ], "topPos" : 140 - }, { - "code" : "util.message.error('请填写拒绝评审意见!');", - "codeName" : "RAWJSCODE5", - "leftPos" : 543, - "logicNodeType" : "RAWJSCODE", - "name" : "拒绝评审意见必填", - "topPos" : 341 }, { "codeName" : "PREPAREJSPARAM1", "leftPos" : 222, @@ -1845,27 +1819,54 @@ "srcValueType" : "SRCDLPARAM" } ], "topPos" : 292 + }, { + "code" : "util.message.error('请填写拒绝评审意见!');", + "codeName" : "RAWJSCODE5", + "leftPos" : 543, + "logicNodeType" : "RAWJSCODE", + "name" : "拒绝评审意见必填", + "topPos" : 341 + }, { + "code" : " uiLogic.parent_form.control.details.grouppanel6.state.visible=true;\r\n uiLogic.parent_form.control.details.review_results.state.keepAlive=true;\r\n uiLogic.parent_form.control.details.review_results.state.visible=false;\r\n const choose_data = uiLogic.parent_form.control.details.choosed_content;\r\n choose_data.setDataValue(null);", + "codeName" : "RAWJSCODE3", + "leftPos" : 976, + "logicNodeType" : "RAWJSCODE", + "name" : "控制表单状态", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE4" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE3" + } + } ], + "topPos" : 292 + }, { + "codeName" : "END1", + "leftPos" : 1500, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 200 } ], "getPSDEUILogicParams" : [ { - "codeName" : "grid_view", - "logicName" : "评审内容表格视图", - "name" : "评审内容表格视图", + "codeName" : "parent_form", + "logicName" : "父表单", + "name" : "父表单", + "entityParam" : true + }, { + "codeName" : "next_content", + "logicName" : "下一条内容", + "name" : "下一条内容", "entityParam" : true }, { "codeName" : "view", "logicName" : "当前视图对象", "name" : "当前视图对象", "activeViewParam" : true - }, { - "codeName" : "content_grid", - "logicName" : "评审内容表格", - "name" : "评审内容表格", - "entityParam" : true - }, { - "codeName" : "form", - "logicName" : "当前表单", - "name" : "当前表单", - "ctrlParam" : true }, { "codeName" : "review_content", "logicName" : "评审内容", @@ -1876,6 +1877,16 @@ "logicName" : "父视图", "name" : "父视图", "entityParam" : true + }, { + "codeName" : "grid_view", + "logicName" : "评审内容表格视图", + "name" : "评审内容表格视图", + "entityParam" : true + }, { + "codeName" : "content_grid", + "logicName" : "评审内容表格", + "name" : "评审内容表格", + "entityParam" : true }, { "codeName" : "ctx", "logicName" : "上下文", @@ -1888,10 +1899,10 @@ "default" : true, "entityParam" : true }, { - "codeName" : "parent_form", - "logicName" : "父表单", - "name" : "父表单", - "entityParam" : true + "codeName" : "form", + "logicName" : "当前表单", + "name" : "当前表单", + "ctrlParam" : true } ], "getStartPSDEUILogicNode" : { "modelref" : true, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/set_result_edit_view_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/set_result_edit_view_form.json index 60c3ea6f0008ac2c70716da75672cfcf4e743e99..cde86d241b653c58c285a21b5ae36e9b57e561cb 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/set_result_edit_view_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/set_result_edit_view_form.json @@ -461,6 +461,9 @@ "triggerType" : "ITEMVISIBLE" } ], "getPSEditor" : { + "editorParams" : { + "triggerMode" : "input" + }, "editorType" : "TEXTAREA", "maxLength" : 2000, "name" : "comment", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json index e8ff9c5641c64b13b353ced2ae1f418b4520361c..1f42b6f1c33050b6013413a94f99396a88f1d245 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json @@ -1584,7 +1584,7 @@ "name" : "默认选中", "getPSDEUILogicNodes" : [ { "codeName" : "Begin", - "leftPos" : -1606, + "leftPos" : -1826, "logicNodeType" : "BEGIN", "name" : "开始", "getPSDEUILogicLinks" : [ { @@ -1602,77 +1602,33 @@ "topPos" : -98, "parallelOutput" : true }, { - "code" : "const cur_reviewer_id = uiLogic.parent_form.details.cur_reviewer_id;\r\ncur_reviewer_id.setDataValue(uiLogic.default.reviewer);\r\n\r\nconst curstage_id = uiLogic.parent_form.details.curstage_id;\r\ncurstage_id.setDataValue(uiLogic.default.id);\r\n\r\n", - "codeName" : "RAWJSCODE1", - "leftPos" : -500, - "logicNodeType" : "RAWJSCODE", - "name" : "设置选中值", - "getPSDEUILogicLinks" : [ { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE7" - }, - "linkMode" : 0, - "name" : "连接名称", - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE1" - } - } ], - "topPos" : -190 - }, { - "code" : "const cur_reviewer_id = uiLogic.parent_form.details.cur_reviewer_id;\r\ncur_reviewer_id.setDataValue(null);\r\nconst curstage_id = uiLogic.parent_form.details.curstage_id;\r\ncurstage_id.setDataValue(null);", - "codeName" : "RAWJSCODE2", - "leftPos" : -700, - "logicNodeType" : "RAWJSCODE", - "name" : "取消选中值", - "getPSDEUILogicLinks" : [ { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE7" - }, - "linkMode" : 0, - "name" : "连接名称", - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE2" - } - } ], - "topPos" : 8 - }, { - "code" : "const cur_reviewer_id = uiLogic.parent_form.details.cur_reviewer_id;\r\ncur_reviewer_id.setDataValue(uiLogic.review_info.cur_reviewer_id);\r\n\r\nconst curstage_id = uiLogic.parent_form.details.curstage_id;\r\ncurstage_id.setDataValue(uiLogic.default.id);", - "codeName" : "RAWJSCODE3", - "leftPos" : -500, + "code" : "uiLogic.list.ctx.parent.controllersMap.get(\"form\").state.modified = false;", + "codeName" : "RAWJSCODE7", + "leftPos" : -253, "logicNodeType" : "RAWJSCODE", - "name" : "设置选中值", - "getPSDEUILogicLinks" : [ { - "getDstPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE7" - }, - "linkMode" : 0, - "name" : "连接名称", - "getSrcPSDEUILogicNode" : { - "modelref" : true, - "id" : "RAWJSCODE3" - } - } ], + "name" : "设置表单是否编辑", "topPos" : -90 }, { - "codeName" : "PREPAREJSPARAM2", + "codeName" : "END2", + "leftPos" : -1160, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 104 + }, { + "codeName" : "PREPAREJSPARAM3", "leftPos" : -700, "logicNodeType" : "PREPAREJSPARAM", "name" : "准备参数", "getPSDEUILogicLinks" : [ { "getDstPSDEUILogicNode" : { "modelref" : true, - "id" : "RAWJSCODE1" + "id" : "RAWJSCODE3" }, "linkMode" : 0, "name" : "连接名称", "getSrcPSDEUILogicNode" : { "modelref" : true, - "id" : "PREPAREJSPARAM2" + "id" : "PREPAREJSPARAM3" } } ], "getPSDEUILogicNodeParams" : [ { @@ -1681,12 +1637,12 @@ "modelref" : true, "id" : "parent_view" }, - "name" : "Default[id] ==> parent_view[context.curstage_id]", + "name" : "review_info[cur_reviewer_id] ==> parent_view[context.curstage_id]", "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "id", + "srcFieldName" : "cur_reviewer_id", "getSrcPSDEUILogicParam" : { "modelref" : true, - "id" : "Default" + "id" : "review_info" }, "srcValueType" : "SRCDLPARAM" }, { @@ -1704,69 +1660,54 @@ }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : -190 - }, { - "codeName" : "END2", - "leftPos" : -1160, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 104 + "topPos" : -90 }, { - "codeName" : "PREPAREJSPARAM3", - "leftPos" : -700, + "codeName" : "PREPAREJSPARAM4", + "leftPos" : -1704, "logicNodeType" : "PREPAREJSPARAM", "name" : "准备参数", "getPSDEUILogicLinks" : [ { "getDstPSDEUILogicNode" : { "modelref" : true, - "id" : "RAWJSCODE3" + "id" : "DEBUGPARAM1" }, "linkMode" : 0, "name" : "连接名称", "getSrcPSDEUILogicNode" : { "modelref" : true, - "id" : "PREPAREJSPARAM3" + "id" : "PREPAREJSPARAM4" } } ], "getPSDEUILogicNodeParams" : [ { - "dstFieldName" : "context.curstage_id", - "getDstPSDEUILogicParam" : { - "modelref" : true, - "id" : "parent_view" - }, - "name" : "review_info[cur_reviewer_id] ==> parent_view[context.curstage_id]", - "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "cur_reviewer_id", - "getSrcPSDEUILogicParam" : { - "modelref" : true, - "id" : "review_info" - }, - "srcValueType" : "SRCDLPARAM" - }, { - "dstFieldName" : "context.curstage_state", "getDstPSDEUILogicParam" : { "modelref" : true, "id" : "parent_view" }, - "name" : "Default[stage_state] ==> parent_view[context.curstage_state]", + "name" : "list[ctx.parent.controllersMap.get(\"reviewidea_main_view\")] ==> parent_view", "paramAction" : "SETPARAMVALUE", - "srcFieldName" : "stage_state", + "srcFieldName" : "ctx.parent.controllersMap.get(\"reviewidea_main_view\")", "getSrcPSDEUILogicParam" : { "modelref" : true, - "id" : "Default" + "id" : "list" }, "srcValueType" : "SRCDLPARAM" } ], - "topPos" : -90 + "topPos" : 8 + }, { + "codeName" : "END1", + "leftPos" : -1384, + "logicNodeType" : "END", + "name" : "结束", + "topPos" : 104 }, { "codeName" : "PREPAREJSPARAM1", - "leftPos" : -1424, + "leftPos" : -1704, "logicNodeType" : "PREPAREJSPARAM", "name" : "绑定父级页面/表单", "getPSDEUILogicLinks" : [ { "getDstPSDEUILogicNode" : { "modelref" : true, - "id" : "RAWJSCODE4" + "id" : "PREPAREJSPARAM4" }, "linkMode" : 0, "name" : "连接名称", @@ -1774,16 +1715,28 @@ "groupOP" : "AND", "logicType" : "GROUP", "getPSDEUILogicLinkConds" : [ { - "condOP" : "EQ", - "dstFieldName" : "details.state.value", - "getDstLogicParam" : { - "modelref" : true, - "id" : "parent_form" - }, - "logicType" : "SINGLE", - "name" : "parent_form[details.state.value] 等于(=) 20", - "paramValue" : "20", - "value" : "20" + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "OR", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "getDstLogicParam" : { + "modelref" : true, + "id" : "parent_view" + }, + "logicType" : "SINGLE", + "name" : "parent_view 等于(=) undefined", + "paramValue" : "undefined", + "value" : "undefined" + }, { + "condOP" : "ISNULL", + "getDstLogicParam" : { + "modelref" : true, + "id" : "parent_view" + }, + "logicType" : "SINGLE", + "name" : "parent_view 值为空(Nil)" + } ] } ] }, "getSrcPSDEUILogicNode" : { @@ -1793,7 +1746,7 @@ }, { "getDstPSDEUILogicNode" : { "modelref" : true, - "id" : "END1" + "id" : "DEBUGPARAM1" }, "linkMode" : 0, "name" : "连接名称", @@ -1801,16 +1754,28 @@ "groupOP" : "AND", "logicType" : "GROUP", "getPSDEUILogicLinkConds" : [ { - "condOP" : "NOTEQ", - "dstFieldName" : "details.state.value", - "getDstLogicParam" : { - "modelref" : true, - "id" : "parent_form" - }, - "logicType" : "SINGLE", - "name" : "parent_form[details.state.value] 不等于(<>) 20", - "paramValue" : "20", - "value" : "20" + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "OR", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "ISNOTNULL", + "getDstLogicParam" : { + "modelref" : true, + "id" : "parent_view" + }, + "logicType" : "SINGLE", + "name" : "parent_view 值不为空(NotNil)" + }, { + "condOP" : "NOTEQ", + "getDstLogicParam" : { + "modelref" : true, + "id" : "parent_view" + }, + "logicType" : "SINGLE", + "name" : "parent_view 不等于(<>) undefined", + "paramValue" : "undefined", + "value" : "undefined" + } ] } ] }, "getSrcPSDEUILogicNode" : { @@ -1847,18 +1812,71 @@ } ], "topPos" : -90 }, { - "code" : "uiLogic.list.ctx.parent.controllersMap.get(\"form\").state.modified = false;", - "codeName" : "RAWJSCODE7", - "leftPos" : -253, - "logicNodeType" : "RAWJSCODE", - "name" : "设置表单是否编辑", - "topPos" : -98 + "codeName" : "PREPAREJSPARAM2", + "leftPos" : -700, + "logicNodeType" : "PREPAREJSPARAM", + "name" : "准备参数", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "PREPAREJSPARAM2" + } + } ], + "getPSDEUILogicNodeParams" : [ { + "dstFieldName" : "context.curstage_id", + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "parent_view" + }, + "name" : "Default[id] ==> parent_view[context.curstage_id]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "id", + "getSrcPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + }, { + "dstFieldName" : "context.curstage_state", + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "parent_view" + }, + "name" : "Default[stage_state] ==> parent_view[context.curstage_state]", + "paramAction" : "SETPARAMVALUE", + "srcFieldName" : "stage_state", + "getSrcPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "srcValueType" : "SRCDLPARAM" + } ], + "topPos" : -190 }, { - "codeName" : "END1", - "leftPos" : -1384, - "logicNodeType" : "END", - "name" : "结束", - "topPos" : 104 + "code" : "const cur_reviewer_id = uiLogic.parent_form.details.cur_reviewer_id;\r\ncur_reviewer_id.setDataValue(uiLogic.review_info.cur_reviewer_id);\r\n\r\nconst curstage_id = uiLogic.parent_form.details.curstage_id;\r\ncurstage_id.setDataValue(uiLogic.default.id);", + "codeName" : "RAWJSCODE3", + "leftPos" : -500, + "logicNodeType" : "RAWJSCODE", + "name" : "设置选中值", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE7" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE3" + } + } ], + "topPos" : -90 }, { "code" : "uiLogic.default = null;\r\nuiLogic.list.state.selectedData=[];\r\nlet items = uiLogic.list.state.items;\r\nlet srfpersonid = uiLogic.ctx.srfpersonid;\r\nfor (let i = 0; i < items.length; i++) {\r\n if (items[i].reviewer === srfpersonid && items[i].stage_state === '20') {\r\n uiLogic.default = items[i];\r\n uiLogic.list.state.selectedData.push(items[i]);\r\n break;\r\n }\r\n}", "codeName" : "RAWJSCODE4", @@ -1935,6 +1953,25 @@ } } ], "topPos" : -90 + }, { + "code" : "const cur_reviewer_id = uiLogic.parent_form.details.cur_reviewer_id;\r\ncur_reviewer_id.setDataValue(null);\r\nconst curstage_id = uiLogic.parent_form.details.curstage_id;\r\ncurstage_id.setDataValue(null);", + "codeName" : "RAWJSCODE2", + "leftPos" : -700, + "logicNodeType" : "RAWJSCODE", + "name" : "取消选中值", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE7" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE2" + } + } ], + "topPos" : 8 }, { "codeName" : "DEACTION1", "getDstPSAppDEAction" : { @@ -2055,6 +2092,90 @@ "id" : "review_info" }, "topPos" : -90 + }, { + "codeName" : "DEBUGPARAM1", + "getDstPSDEUILogicParam" : { + "modelref" : true, + "id" : "Default" + }, + "leftPos" : -1424, + "logicNodeType" : "DEBUGPARAM", + "name" : "调试逻辑参数", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE4" + }, + "linkMode" : 0, + "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "EQ", + "dstFieldName" : "details.state.value", + "getDstLogicParam" : { + "modelref" : true, + "id" : "parent_form" + }, + "logicType" : "SINGLE", + "name" : "parent_form[details.state.value] 等于(=) 20", + "paramValue" : "20", + "value" : "20" + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + }, { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "END1" + }, + "linkMode" : 0, + "name" : "连接名称", + "getPSDEUILogicLinkGroupCond" : { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEUILogicLinkConds" : [ { + "condOP" : "NOTEQ", + "dstFieldName" : "details.state.value", + "getDstLogicParam" : { + "modelref" : true, + "id" : "parent_form" + }, + "logicType" : "SINGLE", + "name" : "parent_form[details.state.value] 不等于(<>) 20", + "paramValue" : "20", + "value" : "20" + } ] + }, + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "DEBUGPARAM1" + } + } ], + "topPos" : -90 + }, { + "code" : "const cur_reviewer_id = uiLogic.parent_form.details.cur_reviewer_id;\r\ncur_reviewer_id.setDataValue(uiLogic.default.reviewer);\r\n\r\nconst curstage_id = uiLogic.parent_form.details.curstage_id;\r\ncurstage_id.setDataValue(uiLogic.default.id);\r\n\r\n", + "codeName" : "RAWJSCODE1", + "leftPos" : -500, + "logicNodeType" : "RAWJSCODE", + "name" : "设置选中值", + "getPSDEUILogicLinks" : [ { + "getDstPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE7" + }, + "linkMode" : 0, + "name" : "连接名称", + "getSrcPSDEUILogicNode" : { + "modelref" : true, + "id" : "RAWJSCODE1" + } + } ], + "topPos" : -190 } ], "getPSDEUILogicParams" : [ { "codeName" : "view", @@ -2062,10 +2183,10 @@ "name" : "当前视图对象", "activeViewParam" : true }, { - "codeName" : "parent_view", - "logicName" : "父视图对象", - "name" : "父视图对象", - "entityParam" : true + "codeName" : "ctx", + "logicName" : "上下文", + "name" : "上下文", + "navContextParam" : true }, { "codeName" : "Default", "logicName" : "传入变量", @@ -2073,9 +2194,14 @@ "default" : true, "entityParam" : true }, { - "codeName" : "parent_form", - "logicName" : "父表单", - "name" : "父表单", + "codeName" : "parent_view", + "logicName" : "父视图对象", + "name" : "父视图对象", + "entityParam" : true + }, { + "codeName" : "review_info", + "logicName" : "评审信息", + "name" : "评审信息", "entityParam" : true }, { "codeName" : "list", @@ -2083,15 +2209,10 @@ "name" : "列表对象", "ctrlParam" : true }, { - "codeName" : "review_info", - "logicName" : "评审信息", - "name" : "评审信息", + "codeName" : "parent_form", + "logicName" : "父表单", + "name" : "父表单", "entityParam" : true - }, { - "codeName" : "ctx", - "logicName" : "上下文", - "name" : "上下文", - "navContextParam" : true } ], "getStartPSDEUILogicNode" : { "modelref" : true, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json index 0d7bd7fe8d15e261b5516ea6016396393b795382..b8ef9615e5c2827bd3fd78477f5387b7ac38442d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json @@ -2193,6 +2193,17 @@ "sourceType" : "DEFSEARCHMODE", "stdDataType" : 25, "type" : "SIMPLE" + }, { + "codeName" : "n_principal_id_eq", + "logicName" : "评审主体标识", + "name" : "n_principal_id_eq", + "getPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "sourceType" : "DEFSEARCHMODE", + "stdDataType" : 25, + "type" : "SIMPLE" }, { "codeName" : "n_state_eq", "logicName" : "评审状态", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_form.json index bfdefe7b4ff305916287dc7a76b8adf1dd5ee161..4f89ddeae24f59eef4f7f28683b099665aa35d18 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_form.json @@ -120,8 +120,16 @@ "name" : "DESCRIPTION", "codeName" : "description" } + }, { + "id" : "principal_name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" + } }, { "id" : "library_name", + "hidden" : true, "dataType" : 25, "getPSAppDEField" : { "name" : "LIBRARY_NAME", @@ -137,6 +145,28 @@ "name" : "LIBRARY_ID", "codeName" : "library_id" } + }, { + "id" : "principal_type", + "hidden" : true, + "dataType" : 25, + "createDV" : "library", + "updateDV" : "library", + "getPSAppDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + } + }, { + "id" : "principal_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "library", + "updateDVT" : "APPDATA", + "updateDV" : "library", + "getPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + } }, { "id" : "type", "dataType" : 25, @@ -316,11 +346,8 @@ "detailType" : "GROUPPANEL", "name" : "grouppanel2", "getPSDEFormDetails" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "CONTROL.DEFORM.REVIEW_WIZARD.CREATE_FORM.FORMITEM.LIBRARY_NAME" - }, "caption" : "所属测试库", - "codeName" : "library_name", + "codeName" : "principal_name", "dataType" : 25, "detailStyle" : "DEFAULT", "detailType" : "FORMITEM", @@ -328,44 +355,40 @@ "ignoreInput" : 0, "labelPos" : "TOP", "labelWidth" : 130, - "name" : "library_name", + "name" : "principal_name", "noPrivDisplayMode" : 1, "getPSAppDEField" : { - "name" : "LIBRARY_NAME", - "codeName" : "library_name" + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" }, "getPSEditor" : { "editorParams" : { "AC" : "TRUE", - "PICKUPVIEW" : "TRUE" + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" }, - "editorType" : "PICKER", + "editorType" : "PICKEREX_TRIGGER", "handlerType" : "PickupText", - "name" : "library_name", + "name" : "principal_name", "getPSAppDEACMode" : { "modelref" : true, "id" : "Default" }, "getPSAppDEDataSet" : { "modelref" : true, - "id" : "fetch_default" + "id" : "fetch_quick" }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" }, "getPSEditorItems" : [ { - "name" : "library_id" + "name" : "principal_id" } ], - "getPickupPSAppView" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/library_pick_up_view.json", - "viewType" : "DEPICKUPVIEW" - }, "placeHolder" : "选择所属测试库", - "valueItemName" : "library_id", + "valueItemName" : "principal_id", "enableAC" : true, - "enablePickupView" : true, + "enablePickupView" : false, "forceSelection" : true, "showTrigger" : true, "singleSelect" : true @@ -374,9 +397,55 @@ "colMD" : 24, "layout" : "TABLE_24COL" }, + "valueItemName" : "principal_id", + "allowEmpty" : false, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_WIZARD.CREATE_FORM.FORMITEM.LIBRARY_NAME" + }, + "caption" : "所属测试库", + "codeName" : "library_name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 0, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "library_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "LIBRARY_NAME", + "codeName" : "library_name" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "library_name", + "getPSEditorItems" : [ { + "name" : "library_id", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + } + } ], + "placeHolder" : "选择所属测试库" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, "valueItemName" : "library_id", "allowEmpty" : true, - "showCaption" : true + "hidden" : true }, { "getCapPSLanguageRes" : { "lanResTag" : "DEF.LNAME.LIBRARY_ID" @@ -408,6 +477,64 @@ "updateDVT" : "APPDATA", "allowEmpty" : true, "hidden" : true + }, { + "caption" : "评审主体类型", + "codeName" : "principal_type", + "createDV" : "library", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "principal_type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "principal_type" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "updateDV" : "library", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "评审主体标识", + "codeName" : "principal_id", + "createDV" : "library", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "principal_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "principal_id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "updateDV" : "library", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true }, { "getCapPSLanguageRes" : { "lanResTag" : "CONTROL.DEFORM.REVIEW_WIZARD.CREATE_FORM.FORMITEM.TYPE" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_re_idea_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_re_idea_form.json index d98daa866e12662ae946334832371d48dbfc9d50..bd36e37343ce3c34a6eaa22fe9cda0e50b7e70e2 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_re_idea_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_re_idea_form.json @@ -143,10 +143,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -173,10 +173,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -240,16 +240,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -264,47 +267,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" + }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -1057,6 +1124,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_re_test_case_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_re_test_case_form.json index 85cc07c4116cfeec7270078c0e1546b0118416ee..a88e48515c9085088713c657d1dcc8f0ca4a6f97 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_re_test_case_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/create_re_test_case_form.json @@ -143,10 +143,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -173,10 +173,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -240,16 +240,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -264,47 +267,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" + }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -1057,6 +1124,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/idea_create_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/idea_create_form.json index c3a2010d26b662ea9ac4c8ea60b43e8ab39d9067..a3d7bb84071d28ad77dd8e8108af519415dab945 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/idea_create_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSFORMS/idea_create_form.json @@ -57,9 +57,9 @@ "id" : "fill_guideline" }, "getPSDEFIUpdateDetails" : [ { - "name" : "review_guideline_id" - }, { "name" : "review_stage" + }, { + "name" : "review_guideline_id" } ] } ], "getPSDEFormItems" : [ { @@ -519,17 +519,17 @@ "getPSNavigateParams" : [ { "key" : "n_owner_subtype_eq", "name" : "n_owner_subtype_eq", - "value" : "library_review", + "value" : "product_review", "rawValue" : true }, { "key" : "n_owner_id_eq", "name" : "n_owner_id_eq", - "value" : "library", + "value" : "product", "rawValue" : false }, { "key" : "n_owner_type_eq", "name" : "n_owner_type_eq", - "value" : "library", + "value" : "product", "rawValue" : true } ] } ], @@ -908,26 +908,26 @@ }, "getPSEditor" : { "editorParams" : { - "srfnavparam.n_owner_subtype_eq" : "library_review", - "srfnavparam.n_owner_id_eq" : "%library%", - "srfnavparam.n_owner_type_eq" : "library" + "srfnavparam.n_owner_subtype_eq" : "product_review", + "srfnavparam.n_owner_id_eq" : "%product%", + "srfnavparam.n_owner_type_eq" : "product" }, "editorType" : "HIDDEN", "name" : "categories", "getPSNavigateParams" : [ { "key" : "n_owner_subtype_eq", "name" : "n_owner_subtype_eq", - "value" : "library_review", + "value" : "product_review", "rawValue" : true }, { "key" : "n_owner_id_eq", "name" : "n_owner_id_eq", - "value" : "library", + "value" : "product", "rawValue" : false }, { "key" : "n_owner_type_eq", "name" : "n_owner_type_eq", - "value" : "library", + "value" : "product", "rawValue" : true } ] }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSWIZARDPANELS/create_wizard_view_wizard.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSWIZARDPANELS/create_wizard_view_wizard.json index 855c2408126e9a5ffd23af386aec07c0b141f8f1..4c36b29785d613efc92d8d9d5d130159285038f2 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSWIZARDPANELS/create_wizard_view_wizard.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSWIZARDPANELS/create_wizard_view_wizard.json @@ -197,8 +197,16 @@ "name" : "DESCRIPTION", "codeName" : "description" } + }, { + "id" : "principal_name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" + } }, { "id" : "library_name", + "hidden" : true, "dataType" : 25, "getPSAppDEField" : { "name" : "LIBRARY_NAME", @@ -214,6 +222,28 @@ "name" : "LIBRARY_ID", "codeName" : "library_id" } + }, { + "id" : "principal_type", + "hidden" : true, + "dataType" : 25, + "createDV" : "library", + "updateDV" : "library", + "getPSAppDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + } + }, { + "id" : "principal_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "library", + "updateDVT" : "APPDATA", + "updateDV" : "library", + "getPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + } }, { "id" : "type", "dataType" : 25, @@ -393,11 +423,8 @@ "detailType" : "GROUPPANEL", "name" : "grouppanel2", "getPSDEFormDetails" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "CONTROL.DEFORM.REVIEW_WIZARD.CREATE_FORM.FORMITEM.LIBRARY_NAME" - }, "caption" : "所属测试库", - "codeName" : "library_name", + "codeName" : "principal_name", "dataType" : 25, "detailStyle" : "DEFAULT", "detailType" : "FORMITEM", @@ -405,44 +432,40 @@ "ignoreInput" : 0, "labelPos" : "TOP", "labelWidth" : 130, - "name" : "library_name", + "name" : "principal_name", "noPrivDisplayMode" : 1, "getPSAppDEField" : { - "name" : "LIBRARY_NAME", - "codeName" : "library_name" + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" }, "getPSEditor" : { "editorParams" : { "AC" : "TRUE", - "PICKUPVIEW" : "TRUE" + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" }, - "editorType" : "PICKER", + "editorType" : "PICKEREX_TRIGGER", "handlerType" : "PickupText", - "name" : "library_name", + "name" : "principal_name", "getPSAppDEACMode" : { "modelref" : true, "id" : "Default" }, "getPSAppDEDataSet" : { "modelref" : true, - "id" : "fetch_default" + "id" : "fetch_quick" }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" }, "getPSEditorItems" : [ { - "name" : "library_id" + "name" : "principal_id" } ], - "getPickupPSAppView" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/library_pick_up_view.json", - "viewType" : "DEPICKUPVIEW" - }, "placeHolder" : "选择所属测试库", - "valueItemName" : "library_id", + "valueItemName" : "principal_id", "enableAC" : true, - "enablePickupView" : true, + "enablePickupView" : false, "forceSelection" : true, "showTrigger" : true, "singleSelect" : true @@ -451,9 +474,55 @@ "colMD" : 24, "layout" : "TABLE_24COL" }, + "valueItemName" : "principal_id", + "allowEmpty" : false, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_WIZARD.CREATE_FORM.FORMITEM.LIBRARY_NAME" + }, + "caption" : "所属测试库", + "codeName" : "library_name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 0, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "library_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "LIBRARY_NAME", + "codeName" : "library_name" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "library_name", + "getPSEditorItems" : [ { + "name" : "library_id", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + } + } ], + "placeHolder" : "选择所属测试库" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, "valueItemName" : "library_id", "allowEmpty" : true, - "showCaption" : true + "hidden" : true }, { "getCapPSLanguageRes" : { "lanResTag" : "DEF.LNAME.LIBRARY_ID" @@ -485,6 +554,64 @@ "updateDVT" : "APPDATA", "allowEmpty" : true, "hidden" : true + }, { + "caption" : "评审主体类型", + "codeName" : "principal_type", + "createDV" : "library", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "principal_type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "principal_type" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "updateDV" : "library", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "评审主体标识", + "codeName" : "principal_id", + "createDV" : "library", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "principal_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "principal_id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "updateDV" : "library", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true }, { "getCapPSLanguageRes" : { "lanResTag" : "CONTROL.DEFORM.REVIEW_WIZARD.CREATE_FORM.FORMITEM.TYPE" @@ -1336,10 +1463,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1366,10 +1493,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1433,16 +1560,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -1457,47 +1587,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" + }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -2250,6 +2444,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSWIZARDPANELS/idea_create_wizard_view_wizard.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSWIZARDPANELS/idea_create_wizard_view_wizard.json index c31fd6069f79c17aab3c441a1711d1b5d85f1c66..dbd7b77f4daebeaa8bb3e2c78ad5284a2bd47610 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSWIZARDPANELS/idea_create_wizard_view_wizard.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard/PSWIZARDPANELS/idea_create_wizard_view_wizard.json @@ -134,9 +134,9 @@ "id" : "fill_guideline" }, "getPSDEFIUpdateDetails" : [ { - "name" : "review_guideline_id" - }, { "name" : "review_stage" + }, { + "name" : "review_guideline_id" } ] } ], "getPSDEFormItems" : [ { @@ -596,17 +596,17 @@ "getPSNavigateParams" : [ { "key" : "n_owner_subtype_eq", "name" : "n_owner_subtype_eq", - "value" : "library_review", + "value" : "product_review", "rawValue" : true }, { "key" : "n_owner_id_eq", "name" : "n_owner_id_eq", - "value" : "library", + "value" : "product", "rawValue" : false }, { "key" : "n_owner_type_eq", "name" : "n_owner_type_eq", - "value" : "library", + "value" : "product", "rawValue" : true } ] } ], @@ -985,26 +985,26 @@ }, "getPSEditor" : { "editorParams" : { - "srfnavparam.n_owner_subtype_eq" : "library_review", - "srfnavparam.n_owner_id_eq" : "%library%", - "srfnavparam.n_owner_type_eq" : "library" + "srfnavparam.n_owner_subtype_eq" : "product_review", + "srfnavparam.n_owner_id_eq" : "%product%", + "srfnavparam.n_owner_type_eq" : "product" }, "editorType" : "HIDDEN", "name" : "categories", "getPSNavigateParams" : [ { "key" : "n_owner_subtype_eq", "name" : "n_owner_subtype_eq", - "value" : "library_review", + "value" : "product_review", "rawValue" : true }, { "key" : "n_owner_id_eq", "name" : "n_owner_id_eq", - "value" : "library", + "value" : "product", "rawValue" : false }, { "key" : "n_owner_type_eq", "name" : "n_owner_type_eq", - "value" : "library", + "value" : "product", "rawValue" : true } ] }, @@ -1377,10 +1377,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1407,10 +1407,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1474,16 +1474,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -1498,47 +1501,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -2291,6 +2358,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run/PSFORMS/main.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run/PSFORMS/main.json index 1c556be5bb418bfe4f379b81ce061b2ddb77dcc9..d359877678ae3642d00160715f0c49c3ee648688 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run/PSFORMS/main.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run/PSFORMS/main.json @@ -503,7 +503,7 @@ "allowEmpty" : true, "showCaption" : true }, { - "caption" : "评审状态", + "caption" : "用例状态", "codeName" : "state", "dataType" : 25, "detailStyle" : "DEFAULT", @@ -2850,22 +2850,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2874,30 +2869,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3319,6 +3319,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4635,11 +4679,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4651,17 +4702,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4670,13 +4721,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4736,7 +4780,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json index 93a91dc1182279a7ef230d018c30bf0e89af20e0..b0213bd8aa6180519bf3b16bb8571f29545b1ca2 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json @@ -1098,6 +1098,10 @@ "codeName" : "attentions_imp" } } ], + "getPSSysSFPlugin" : { + "modelref" : true, + "path" : "PSSYSSFPLUGINS/DynaFieldDEDataImportRuntimeEx.json" + }, "updateDataAccessAction" : "UPDATE", "getUpdatePSAppDEAction" : { "modelref" : true, @@ -8568,6 +8572,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "test_case", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "check_review_history", "uIActionType" : "DEUIACTION", @@ -9945,6 +9955,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "test_library_id", + "name" : "test_library_id", + "value" : "library", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "test_case_import_data", "uIActionType" : "DEUIACTION", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSFORMS/main.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSFORMS/main.json index 029661ad97df8e3703b6ce2c84b9440dffb0fb64..06254b643344066107c5f9169f7eb118676f4843 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSFORMS/main.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSFORMS/main.json @@ -2590,22 +2590,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2614,30 +2609,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3059,6 +3059,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4369,11 +4413,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4385,17 +4436,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4404,13 +4455,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4470,7 +4514,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -13095,6 +13139,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "test_case", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "check_review_history", "uIActionType" : "DEUIACTION", @@ -15655,12 +15705,6 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" }, - "getPSAppViewNavParams" : [ { - "key" : "n_target_id_eq", - "name" : "n_target_id_eq", - "value" : "test_case", - "rawValue" : false - } ], "getPSDEViewCodeName" : "list_view", "getPSDEViewId" : "56515adf25bb15c98b26b93fe16f82fd", "getPSViewLayoutPanel" : { @@ -15927,7 +15971,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "getPSPanelItems" : [ { "caption" : "容器", @@ -15969,7 +16015,9 @@ "name" : "static_label", "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" }, "getPSRawItem" : { "caption" : "-", @@ -16104,7 +16152,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "valueFormat" : "YYYY年MM月DD日", "viewFieldName" : "create_time" @@ -16159,7 +16208,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "viewFieldName" : "result_state", "convertToCodeItemText" : true @@ -16179,7 +16229,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "viewFieldName" : "comment" } ], @@ -16224,10 +16276,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -16252,10 +16304,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -16312,16 +16364,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "list_view_search_form", @@ -16731,6 +16786,50 @@ "modelid" : "6ce849890265fbb0ab3cddb8e9077b5b", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSGRIDS/main.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSGRIDS/main.json index f0a11b4b486a252b2323f1bc0ebff5b81285f2e8..3dd6a3e991746a3de4e9ce7d5de4d263be7fc1b7 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSGRIDS/main.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSGRIDS/main.json @@ -727,7 +727,7 @@ "caption" : "状态", "codeName" : "state", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "state", + "dataItemName" : "state_text", "excelCaption" : "状态", "name" : "state", "noPrivDisplayMode" : 1, @@ -774,7 +774,7 @@ "caption" : "重要程度", "codeName" : "level", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "level", + "dataItemName" : "level_text", "excelCaption" : "重要程度", "memo" : "允许值: P0, P1, P2, P3, P4", "name" : "level", @@ -797,7 +797,7 @@ "caption" : "用例类型", "codeName" : "type", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "type", + "dataItemName" : "type_text", "excelCaption" : "用例类型", "name" : "type", "noPrivDisplayMode" : 1, @@ -946,6 +946,13 @@ "name" : "TITLE", "codeName" : "title" } + }, { + "dataType" : 25, + "name" : "state_text", + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } }, { "dataType" : 25, "name" : "state", @@ -960,6 +967,13 @@ "name" : "MAINTENANCE_NAME", "codeName" : "maintenance_name" } + }, { + "dataType" : 25, + "name" : "level_text", + "getPSAppDEField" : { + "name" : "LEVEL", + "codeName" : "level" + } }, { "dataType" : 25, "name" : "level", @@ -967,6 +981,13 @@ "name" : "LEVEL", "codeName" : "level" } + }, { + "dataType" : 25, + "name" : "type_text", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } }, { "dataType" : 25, "name" : "type", @@ -1095,8 +1116,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json" }, + "getPSEditorItems" : [ { + "name" : "state" + } ], "singleSelect" : true }, + "valueItemName" : "state", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1245,8 +1270,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json" }, + "getPSEditorItems" : [ { + "name" : "level" + } ], "singleSelect" : true }, + "valueItemName" : "level", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1266,8 +1295,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json" }, + "getPSEditorItems" : [ { + "name" : "type" + } ], "singleSelect" : true }, + "valueItemName" : "type", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSSEARCHFORMS/usr12261880_search_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSSEARCHFORMS/usr12261880_search_form.json index e981449b32cf4d30fed03d070693f34a8c7ccf4d..21aa35ae16dcfbf977f246e07208a82528259684 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSSEARCHFORMS/usr12261880_search_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSSEARCHFORMS/usr12261880_search_form.json @@ -209,6 +209,7 @@ "pluginCode" : "PERSON_SELECT", "runtimeObject" : true }, + "placeHolder" : "维护人", "valueItemName" : "n_maintenance_id_eq", "enableAC" : true, "enablePickupView" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json index ea95e3bec5bdccadce0ade7778595d100bdaaabd..8283b74a76edfe8ae17430e40f2bc6ca70ecb91d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json @@ -1234,6 +1234,10 @@ "codeName" : "attentions_imp" } } ], + "getPSSysSFPlugin" : { + "modelref" : true, + "path" : "PSSYSSFPLUGINS/DynaFieldDEDataImportRuntimeEx.json" + }, "updateDataAccessAction" : "UPDATE", "getUpdatePSAppDEAction" : { "modelref" : true, @@ -8439,6 +8443,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "ticket_custom_import_data", "uIActionType" : "DEUIACTION", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket/PSFORMS/main.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket/PSFORMS/main.json index 453248482ca6c31180aaf358ac758c4c974e5dd6..207de83227bf25446d5588e2509270e2b0224202 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket/PSFORMS/main.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket/PSFORMS/main.json @@ -2341,22 +2341,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2365,30 +2360,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2810,6 +2810,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4120,11 +4164,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4136,17 +4187,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4155,13 +4206,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4221,7 +4265,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -12329,6 +12373,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket/PSGRIDS/main.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket/PSGRIDS/main.json index aaac145501262e2e5562728a3e4c8aae8b5a124a..9f1ca9f9d7f7a1235b047b339f85b9d409bbee3c 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket/PSGRIDS/main.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket/PSGRIDS/main.json @@ -812,6 +812,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -819,7 +822,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json index cd9660ed6f8e55c5aa4a14639235dda488893487..6a549e867094d12fefc2597318ce8d0f465149c3 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json @@ -1912,6 +1912,43 @@ "uIActionType" : "DEUIACTION", "reloadData" : true, "id" : "edit_version@version" + }, { + "actionTarget" : "SINGLEDATA", + "caption" : "版本对比", + "codeName" : "idea_review_content_version_comparison", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_version_comparison_view.json", + "viewType" : "DEEDITVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "version_idea_review_content_version_comparison", + "name" : "需求评审内容版本对比", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "getPSNavigateParams" : [ { + "key" : "base_version", + "name" : "base_version", + "value" : "base_version", + "rawValue" : false + }, { + "key" : "compare_version", + "name" : "compare_version", + "value" : "compare_version", + "rawValue" : false + } ], + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "tooltip" : "版本对比", + "uIActionMode" : "FRONT", + "uIActionTag" : "idea_review_content_version_comparison", + "uIActionType" : "DEUIACTION", + "globalUIAction" : true, + "id" : "idea_review_content_version_comparison@version" }, { "actionTarget" : "SINGLEDATA", "caption" : "版本对比", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json index 77ed7881d1ec6b4b3a2f43cd7c095a9be3e9445e..47a5fe98a7cdcbaf4e5069a8dadc6503ce67b9ae 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json @@ -24388,6 +24388,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "kanban_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -30208,7 +30214,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -30317,6 +30323,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_backlog_import_data", "uIActionType" : "DEUIACTION", @@ -30346,6 +30358,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_bug_import_data", "uIActionType" : "DEUIACTION", @@ -30375,6 +30393,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_upload", "uIActionType" : "DEUIACTION", @@ -31341,6 +31365,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_upload_back", "uIActionType" : "DEUIACTION", @@ -31370,6 +31400,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_upload_bug", "uIActionType" : "DEUIACTION", @@ -31399,6 +31435,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_work_item_import_data", "uIActionType" : "DEUIACTION", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_bug.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_bug.json index 1898c0fa5507ffea05bbbac69c9e63d51ec9a026..c754d0897b9e0b32d21faf8d8f24b7394eb68268 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_bug.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_bug.json @@ -2621,22 +2621,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2645,30 +2640,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3090,6 +3090,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4400,11 +4444,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4416,17 +4467,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4435,13 +4486,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4501,7 +4545,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_epic.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_epic.json index 0a9a9e1857db2859052257fd9175b80bf0f89742..b8f93a13c15d9aa35dd9e1594b9042a03d961fea 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_epic.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_epic.json @@ -2621,22 +2621,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2645,30 +2640,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3090,6 +3090,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4400,11 +4444,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4416,17 +4467,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4435,13 +4486,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4501,7 +4545,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_feature.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_feature.json index ec7d3d885c016094499140f27da17b6f04717d36..58e36466283acd61211e2e48df3a8dc0b6d28971 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_feature.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_feature.json @@ -2621,22 +2621,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2645,30 +2640,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3090,6 +3090,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4400,11 +4444,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4416,17 +4467,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4435,13 +4486,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4501,7 +4545,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_issue.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_issue.json index ae619157e9aac9c41423b6b27688c1ab9e3c28ee..ad246c4b26a477e5d10e858cedcdbbc176ff5ce8 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_issue.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_issue.json @@ -2621,22 +2621,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2645,30 +2640,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3090,6 +3090,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4400,11 +4444,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4416,17 +4467,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4435,13 +4486,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4501,7 +4545,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_milestone.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_milestone.json index 61cd38e0a8d2f8b0ebd45bcf22b935d3ea01a41a..4e709c63d210f25864d6bb6b615c51e211f0c747 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_milestone.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_milestone.json @@ -2621,22 +2621,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2645,30 +2640,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3090,6 +3090,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4400,11 +4444,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4416,17 +4467,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4435,13 +4486,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4501,7 +4545,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_requirement.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_requirement.json index 0ae5e633f772bd9322705b749f1a26b765ade041..fb7a58a19b89b0faecc9330755a3336370cc1695 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_requirement.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_requirement.json @@ -2621,22 +2621,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2645,30 +2640,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3090,6 +3090,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4400,11 +4444,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4416,17 +4467,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4435,13 +4486,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4501,7 +4545,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_stage.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_stage.json index ed2461ae5ab32e8ba257c596915ef0e99e94d553..de085e44c664cb876abf948a76587d018506fac5 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_stage.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_stage.json @@ -2621,22 +2621,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2645,30 +2640,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3090,6 +3090,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4400,11 +4444,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4416,17 +4467,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4435,13 +4486,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4501,7 +4545,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_story.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_story.json index 1013c17ce7c9b58e37779d13a6f6a0fe210335b1..cadef3c67d486e5d7ad42a5a7c379c0852614b50 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_story.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_story.json @@ -2621,22 +2621,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2645,30 +2640,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3090,6 +3090,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4400,11 +4444,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4416,17 +4467,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4435,13 +4486,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4501,7 +4545,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_task.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_task.json index 9b744c0bbc6ddb41503abf5926a34f758d75d2ac..ea993b1b9ec9d4f9fc1cd8dd52272918a7330dad 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_task.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/hybrid_task.json @@ -2918,22 +2918,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2942,30 +2937,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3387,6 +3387,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4697,11 +4741,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4713,17 +4764,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4732,13 +4783,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4798,7 +4842,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_bug.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_bug.json index d5e7375beb828c971ae78cb8ddd20581aa93f97c..1b9cbf32952901e11c344f2a53c0708df173b2c9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_bug.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_bug.json @@ -2622,22 +2622,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2646,30 +2641,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3091,6 +3091,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4401,11 +4445,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4417,17 +4468,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4436,13 +4487,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4502,7 +4546,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_epic.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_epic.json index 3c1db25628c4135a9a296fb155f034b198a1d4e8..e5b08ff4095eea87324c78f27e157062b2884595 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_epic.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_epic.json @@ -2479,22 +2479,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2503,30 +2498,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2948,6 +2948,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4258,11 +4302,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4274,17 +4325,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4293,13 +4344,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4359,7 +4403,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_feature.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_feature.json index 540317609ec6eecf320e0f85975eb08621b2521d..b7230b809d1028e64ed79d649623984a14e762a3 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_feature.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_feature.json @@ -2479,22 +2479,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2503,30 +2498,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2948,6 +2948,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4258,11 +4302,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4274,17 +4325,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4293,13 +4344,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4359,7 +4403,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_issue.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_issue.json index c9eb42d278e1cf794f35f97c0537a6dafffc9cae..a4ab06a3246642a154be242ffaa0a413b60d0fee 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_issue.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_issue.json @@ -2608,22 +2608,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2632,30 +2627,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3077,6 +3077,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4387,11 +4431,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4403,17 +4454,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4422,13 +4473,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4488,7 +4532,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_story.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_story.json index 4ca0f0aad5132df0d227a2ddd3a5ecdebfb3135b..84f91ee1abfc6989105a41a78eaed56c80828287 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_story.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_story.json @@ -2486,22 +2486,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2510,30 +2505,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2955,6 +2955,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4265,11 +4309,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4281,17 +4332,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4300,13 +4351,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4366,7 +4410,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_task.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_task.json index 82d1dea26a6ecf3c7dd333ede9ddbaf53089479a..1bcc031ab1013fe064535180239fa4e3e8d6c7d8 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_task.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/kanban_task.json @@ -2904,22 +2904,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2928,30 +2923,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3373,6 +3373,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4683,11 +4727,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4699,17 +4750,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4718,13 +4769,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4784,7 +4828,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/normal_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/normal_form.json index 74e2971071244eaa80824a5a88fcdbc61534e09f..20977660fc5c359021ad864796f3740ef173d9b9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/normal_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/normal_form.json @@ -2497,22 +2497,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2521,30 +2516,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2966,6 +2966,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4276,11 +4320,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4292,17 +4343,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4311,13 +4362,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4377,7 +4421,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/recycle_bin_form.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/recycle_bin_form.json index 1bf6d56c6db2499127a13cb15922243dc709799f..8ed5e01cb2d2ee9bc27a53eb6e39e0f356afb13b 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/recycle_bin_form.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/recycle_bin_form.json @@ -2224,22 +2224,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2248,30 +2243,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2693,6 +2693,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4003,11 +4047,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4019,17 +4070,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4038,13 +4089,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4104,7 +4148,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_bug.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_bug.json index eba30f7a5c4b84281e8a8c29fc0cf9ef91b5e9d7..d38a724f9ccad78a69c5aa3f623ce11343f6faac 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_bug.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_bug.json @@ -2619,22 +2619,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2643,30 +2638,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3088,6 +3088,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4398,11 +4442,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4414,17 +4465,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4433,13 +4484,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4499,7 +4543,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_epic.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_epic.json index 4c40332cad924c89f2929810372e002264cb2096..798182c2c03c43ae6ddd6c6470aaf68ff9154275 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_epic.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_epic.json @@ -2463,22 +2463,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2487,30 +2482,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2932,6 +2932,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4242,11 +4286,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4258,17 +4309,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4277,13 +4328,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4343,7 +4387,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_feature.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_feature.json index e64cbf55ffba8c4c321779d1a64724e7e3b020ca..bb55a1373f84e69960ddfc8623f00610ba3b6e94 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_feature.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_feature.json @@ -2463,22 +2463,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2487,30 +2482,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2932,6 +2932,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4242,11 +4286,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4258,17 +4309,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4277,13 +4328,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4343,7 +4387,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_story.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_story.json index b9905bab48752695f66be458efdb8e01b33b10e0..4b16403cdf22bd2bc1a0e896c59b8124b82b5283 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_story.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_story.json @@ -2463,22 +2463,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2487,30 +2482,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2932,6 +2932,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4242,11 +4286,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4258,17 +4309,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4277,13 +4328,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4343,7 +4387,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_task.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_task.json index 65b9ddccdb5bb19d9c42996413b4f430848ae2c6..9a5da99fc14c041ce425e72df3495598c3be415b 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_task.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/scrum_task.json @@ -2888,22 +2888,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2912,30 +2907,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3357,6 +3357,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4667,11 +4711,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4683,17 +4734,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4702,13 +4753,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4768,7 +4812,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_bug.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_bug.json index cc29ea469c6fa8b5dc41da7dfedaae5b52b23cdd..075bc3ff368563e8033a6884952653f5787877bb 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_bug.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_bug.json @@ -2592,22 +2592,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2616,30 +2611,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3061,6 +3061,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4371,11 +4415,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4387,17 +4438,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4406,13 +4457,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4472,7 +4516,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_milestone.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_milestone.json index d6dcf87256f70dabeb377bd1fa254d989e2533b4..6e5768d85e0ea8c1e40d420abda9deaba6d0f507 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_milestone.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_milestone.json @@ -2428,22 +2428,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2452,30 +2447,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2897,6 +2897,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4207,11 +4251,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4223,17 +4274,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4242,13 +4293,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4308,7 +4352,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_requirement.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_requirement.json index 7c6fd046dd0a7b4b993c56ef141dfbec4f1851ab..9a6573136f0c6865562cc55c77d1778f6411b506 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_requirement.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_requirement.json @@ -2442,22 +2442,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2466,30 +2461,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2911,6 +2911,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4221,11 +4265,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4237,17 +4288,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4256,13 +4307,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4322,7 +4366,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_stage.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_stage.json index 6984a9f50251284b5ec3e59d4973f96512a1dcf1..cf170c062cbacdb782afe2ed92a7b01c11298eff 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_stage.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_stage.json @@ -2428,22 +2428,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2452,30 +2447,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2897,6 +2897,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4207,11 +4251,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4223,17 +4274,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4242,13 +4293,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4308,7 +4352,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_task.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_task.json index 76f8948c4762910b5f040e359d3b4f9d8b3e7b67..4d1abc657ffb835960bfe3af535e071f2703c37e 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_task.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSFORMS/waterfall_task.json @@ -2874,22 +2874,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2898,30 +2893,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3343,6 +3343,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4653,11 +4697,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4669,17 +4720,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4688,13 +4739,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4754,7 +4798,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGANTTS/gantt_view_gantt.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGANTTS/gantt_view_gantt.json index f3a61a4745027f317e4f47516591377461ac470b..3e279149f52a62b2504e9807843e8cf76191dd4b 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGANTTS/gantt_view_gantt.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGANTTS/gantt_view_gantt.json @@ -13,7 +13,7 @@ "getPSAppViewLogics" : [ { "logicTrigger" : "CUSTOM", "logicType" : "APPUILOGIC", - "name" : "node_newdata", + "name" : "top_node_newdata", "getPSAppUILogic" : { "actionAfterWizard" : "DEFAULT", "logicType" : "PREDEFINED", @@ -26,7 +26,7 @@ }, { "logicTrigger" : "CUSTOM", "logicType" : "APPUILOGIC", - "name" : "node_opendata", + "name" : "top_node_opendata", "getPSAppUILogic" : { "logicType" : "PREDEFINED", "name" : "打开数据", @@ -86,7 +86,7 @@ }, { "logicTrigger" : "CUSTOM", "logicType" : "APPUILOGIC", - "name" : "top_node_newdata", + "name" : "node_newdata", "getPSAppUILogic" : { "actionAfterWizard" : "DEFAULT", "logicType" : "PREDEFINED", @@ -99,7 +99,7 @@ }, { "logicTrigger" : "CUSTOM", "logicType" : "APPUILOGIC", - "name" : "top_node_opendata", + "name" : "node_opendata", "getPSAppUILogic" : { "logicType" : "PREDEFINED", "name" : "打开数据", @@ -158,26 +158,26 @@ } } ], "getPSControls" : [ { - "codeName" : "gantt_view_node_cm", + "codeName" : "gantt_view_top_node_cm", "controlType" : "CONTEXTMENU", "logicName" : "甘特图节点上下文菜单", - "name" : "node_cm", + "name" : "top_node_cm", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" }, "getPSControlParam" : { - "id" : "node_cm" + "id" : "top_node_cm" }, "getPSDEToolbarItems" : [ { - "caption" : "新建计划", + "caption" : "新建", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction1", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "node_cm_deuiaction1" + "id" : "top_node_cm_deuiaction1" }, "getPSSysImage" : { "cssClass" : "add" @@ -230,14 +230,14 @@ "showCaption" : true, "showIcon" : true }, { - "caption" : "删除计划", + "caption" : "删除", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "node_cm_deuiaction2" + "id" : "top_node_cm_deuiaction2" }, "getPSSysImage" : { "glyph" : "xf014@FontAwesome", @@ -252,7 +252,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -272,7 +272,7 @@ "reloadData" : true, "id" : "remove_waterfall_plan@work_item" }, - "tooltip" : "删除计划", + "tooltip" : "删除", "uIActionTarget" : "SINGLEKEY", "showCaption" : true, "showIcon" : true @@ -280,26 +280,26 @@ "modelid" : "0a34a6f6b626c24922b75f3d9f736eb8", "modeltype" : "PSDETOOLBAR" }, { - "codeName" : "gantt_view_top_node_cm", + "codeName" : "gantt_view_node_cm", "controlType" : "CONTEXTMENU", "logicName" : "甘特图节点上下文菜单", - "name" : "top_node_cm", + "name" : "node_cm", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" }, "getPSControlParam" : { - "id" : "top_node_cm" + "id" : "node_cm" }, "getPSDEToolbarItems" : [ { - "caption" : "新建计划", + "caption" : "新建", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction1", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "top_node_cm_deuiaction1" + "id" : "node_cm_deuiaction1" }, "getPSSysImage" : { "cssClass" : "add" @@ -352,14 +352,14 @@ "showCaption" : true, "showIcon" : true }, { - "caption" : "删除计划", + "caption" : "删除", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "top_node_cm_deuiaction2" + "id" : "node_cm_deuiaction2" }, "getPSSysImage" : { "glyph" : "xf014@FontAwesome", @@ -374,7 +374,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -394,7 +394,7 @@ "reloadData" : true, "id" : "remove_waterfall_plan@work_item" }, - "tooltip" : "删除计划", + "tooltip" : "删除", "uIActionTarget" : "SINGLEKEY", "showCaption" : true, "showIcon" : true @@ -1068,7 +1068,7 @@ "id" : "node_cm" }, "getPSDEToolbarItems" : [ { - "caption" : "新建计划", + "caption" : "新建", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction1", @@ -1128,7 +1128,7 @@ "showCaption" : true, "showIcon" : true }, { - "caption" : "删除计划", + "caption" : "删除", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction2", @@ -1150,7 +1150,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -1170,7 +1170,7 @@ "reloadData" : true, "id" : "remove_waterfall_plan@work_item" }, - "tooltip" : "删除计划", + "tooltip" : "删除", "uIActionTarget" : "SINGLEKEY", "showCaption" : true, "showIcon" : true @@ -2075,7 +2075,7 @@ "id" : "top_node_cm" }, "getPSDEToolbarItems" : [ { - "caption" : "新建计划", + "caption" : "新建", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction1", @@ -2135,7 +2135,7 @@ "showCaption" : true, "showIcon" : true }, { - "caption" : "删除计划", + "caption" : "删除", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction2", @@ -2157,7 +2157,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -2177,7 +2177,7 @@ "reloadData" : true, "id" : "remove_waterfall_plan@work_item" }, - "tooltip" : "删除计划", + "tooltip" : "删除", "uIActionTarget" : "SINGLEKEY", "showCaption" : true, "showIcon" : true diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/bug_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/bug_grid.json index 9160486200c89a34054558e6ec396a6641a80144..2b9374fbd0754745ce351b15d563975bd81efd5a 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/bug_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/bug_grid.json @@ -1125,7 +1125,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1164,7 +1164,7 @@ "caption" : "严重程度", "codeName" : "severity", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "severity", + "dataItemName" : "severity_text", "excelCaption" : "严重程度", "name" : "severity", "noPrivDisplayMode" : 1, @@ -1186,7 +1186,7 @@ "caption" : "复现概率", "codeName" : "reappear_probability", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "reappear_probability", + "dataItemName" : "reappear_probability_text", "excelCaption" : "复现概率", "name" : "reappear_probability", "noPrivDisplayMode" : 1, @@ -1435,6 +1435,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1449,6 +1456,13 @@ "name" : "PTITLE", "codeName" : "ptitle" } + }, { + "dataType" : 25, + "name" : "severity_text", + "getPSAppDEField" : { + "name" : "SEVERITY", + "codeName" : "severity" + } }, { "dataType" : 25, "name" : "severity", @@ -1456,6 +1470,13 @@ "name" : "SEVERITY", "codeName" : "severity" } + }, { + "dataType" : 25, + "name" : "reappear_probability_text", + "getPSAppDEField" : { + "name" : "REAPPEAR_PROBABILITY", + "codeName" : "reappear_probability" + } }, { "dataType" : 25, "name" : "reappear_probability", @@ -1897,14 +1918,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1918,14 +1958,33 @@ "codeName" : "severity" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "severity", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json" }, + "getPSEditorItems" : [ { + "name" : "severity", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "severity", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1939,14 +1998,33 @@ "codeName" : "reappear_probability" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "reappear_probability", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json" }, + "getPSEditorItems" : [ { + "name" : "reappear_probability", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "reappear_probability", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/dyna_kanban_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/dyna_kanban_grid.json index 45a37b14aec90d6684ffb8a96de6d87843c7b2b5..4e6ab6f5ccd358ada42d4b94135542d2e0f62e67 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/dyna_kanban_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/dyna_kanban_grid.json @@ -1502,7 +1502,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1679,6 +1679,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2067,8 +2074,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/dyna_waterfall_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/dyna_waterfall_grid.json index 4b3baccf4d2284ff0d57303b7feb006137df44cf..fdd93304a81350ff43db133b506b9c49a7e4bfe1 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/dyna_waterfall_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/dyna_waterfall_grid.json @@ -982,7 +982,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1159,6 +1159,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1554,8 +1561,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/kanban_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/kanban_grid.json index 8a2c5bb51f24f3c29614972031b0d3f22320cae7..96b0d8247c917b433caab958997550d9cdb53e57 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/kanban_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/kanban_grid.json @@ -1545,7 +1545,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1659,6 +1659,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1978,8 +1985,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/release_work_item_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/release_work_item_grid.json index e00b597b71cf4cc52d4375ef4ffc56283f4d9c27..e225f27bf94250ad7586303da9d4be74352903a9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/release_work_item_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/release_work_item_grid.json @@ -1033,7 +1033,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1159,6 +1159,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1543,8 +1550,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/scrum_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/scrum_grid.json index 8839f2172b3069cce3cb2f71d4bb1cb3ca15399c..8f1a8b09b2a5983f46dc830a1494be878c692932 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/scrum_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/scrum_grid.json @@ -1103,7 +1103,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1238,6 +1238,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1563,8 +1570,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/scrum_grid_dyna.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/scrum_grid_dyna.json index 106faad061c5a289c82e5856a7d7eea09a0335b6..e25748b9c895b4bd8dabbd73d168869ed5411cd4 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/scrum_grid_dyna.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/scrum_grid_dyna.json @@ -1088,7 +1088,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1363,6 +1363,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1789,8 +1796,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/sprint_work_item_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/sprint_work_item_grid.json index 51a815ff2a3892fe29240e1cb88cfeb91a9e4150..b46a3f178897e0ab0530120d6ea1b5c866595289 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/sprint_work_item_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/sprint_work_item_grid.json @@ -1033,7 +1033,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1159,6 +1159,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1543,8 +1550,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/story_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/story_grid.json index 743ebb5d56c4e500681052c0ddedf21a5d73857c..41a033f26831974fd1bd01eb579aa822286002c2 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/story_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/story_grid.json @@ -1083,7 +1083,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1286,6 +1286,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1693,8 +1700,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/test_plan_bug_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/test_plan_bug_grid.json index 5cfe7f95beb8865eec05f97679729cd73eb46404..69b6ee21133079510e6794b6e1a6a3370826f3eb 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/test_plan_bug_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/test_plan_bug_grid.json @@ -1082,7 +1082,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1121,7 +1121,7 @@ "caption" : "严重程度", "codeName" : "severity", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "severity", + "dataItemName" : "severity_text", "excelCaption" : "严重程度", "name" : "severity", "noPrivDisplayMode" : 1, @@ -1143,7 +1143,7 @@ "caption" : "复现概率", "codeName" : "reappear_probability", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "reappear_probability", + "dataItemName" : "reappear_probability_text", "excelCaption" : "复现概率", "name" : "reappear_probability", "noPrivDisplayMode" : 1, @@ -1218,6 +1218,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1232,6 +1239,13 @@ "name" : "PTITLE", "codeName" : "ptitle" } + }, { + "dataType" : 25, + "name" : "severity_text", + "getPSAppDEField" : { + "name" : "SEVERITY", + "codeName" : "severity" + } }, { "dataType" : 25, "name" : "severity", @@ -1239,6 +1253,13 @@ "name" : "SEVERITY", "codeName" : "severity" } + }, { + "dataType" : 25, + "name" : "reappear_probability_text", + "getPSAppDEField" : { + "name" : "REAPPEAR_PROBABILITY", + "codeName" : "reappear_probability" + } }, { "dataType" : 25, "name" : "reappear_probability", @@ -1608,8 +1629,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1629,8 +1654,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json" }, + "getPSEditorItems" : [ { + "name" : "severity" + } ], "singleSelect" : true }, + "valueItemName" : "severity", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1650,8 +1679,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json" }, + "getPSEditorItems" : [ { + "name" : "reappear_probability" + } ], "singleSelect" : true }, + "valueItemName" : "reappear_probability", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/waterfall_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/waterfall_grid.json index b1c46137434bf2bde6d0417f0d838c8611d5ada9..6dc741228dd4f5ee041ae06c30784c82ab5c3e92 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/waterfall_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSGRIDS/waterfall_grid.json @@ -983,7 +983,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1097,6 +1097,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1422,8 +1429,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_hybrid_tree_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_hybrid_tree_grid.json index c014ff7118d1f90cd4a3a4dd9c28c7c3d901ec63..18801ffbcdeaa5bae1f3aaf20400fa014a91c02b 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_hybrid_tree_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_hybrid_tree_grid.json @@ -1192,7 +1192,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1578,6 +1578,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2005,14 +2012,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "hybrid" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "hybrid", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "hybrid", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_kanban_tree_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_kanban_tree_grid.json index eba2b71a7162419f9a9a514f47497d513e9317cc..273138ef2a2c5ad471aced56e6ed8573974257f1 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_kanban_tree_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_kanban_tree_grid.json @@ -1592,7 +1592,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1971,6 +1971,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2398,14 +2405,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "kanban" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "kanban", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "kanban", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_require_tree_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_require_tree_grid.json index ae9f471fb546d6fcf1a7f5143d27d4b314a8d86c..b6f3366bad19dcef34063a7f14f43ddc37365dbe 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_require_tree_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_require_tree_grid.json @@ -1192,7 +1192,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1568,6 +1568,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1995,14 +2002,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_scrum_tree_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_scrum_tree_grid.json index 7eefe239c152979b03f5f62a19463a8dc21d81bf..954c175f4f086c66814062e74039df09aab4a9c7 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_scrum_tree_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_scrum_tree_grid.json @@ -1192,7 +1192,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1578,6 +1578,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1819,7 +1826,8 @@ "srfnavparam.project_id" : "%project_id%", "srfnavparam.work_item_type_id" : "%work_item_type_id%", "type" : "round", - "alwaysLoad" : "true" + "alwaysLoad" : "true", + "SRFNAVPARAM.project" : "%project%" }, "editorType" : "DROPDOWNLIST", "name" : "state", @@ -1856,6 +1864,11 @@ "name" : "work_item_type_id", "value" : "work_item_type_id", "rawValue" : false + }, { + "key" : "project", + "name" : "project", + "value" : "project", + "rawValue" : false } ] } ], "getPSNavigateParams" : [ { @@ -1873,6 +1886,11 @@ "name" : "work_item_type_id", "value" : "work_item_type_id", "rawValue" : false + }, { + "key" : "project", + "name" : "project", + "value" : "project", + "rawValue" : false } ], "singleSelect" : true }, @@ -2005,14 +2023,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_waterfall_tree_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_waterfall_tree_grid.json index 8e44992084eeab47d206e4a42e966940c682bfd4..389b3f67670832c2de986076c55fdea9ab127ed2 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_waterfall_tree_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/dyna_waterfall_tree_grid.json @@ -1071,7 +1071,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1450,6 +1450,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1877,14 +1884,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "waterfall" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "waterfall", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "waterfall", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/idea_tree_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/idea_tree_grid.json index fd7cdb637e5ae8f6f759551d0b1de5768b580429..cb9f59dd8d10073575f8805edc2a8dcbb3482f21 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/idea_tree_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/idea_tree_grid.json @@ -1191,7 +1191,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1484,6 +1484,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1833,8 +1840,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/kanban_tree_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/kanban_tree_grid.json index a1d789af6e9f3725118431362b2550e66a935d9c..c38c919d2753b331ce2fbd3d244037c252f4b1a6 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/kanban_tree_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/kanban_tree_grid.json @@ -1591,7 +1591,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1887,6 +1887,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2236,8 +2243,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/scrum_tree_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/scrum_tree_grid.json index a9f9de928b4980ef616b17ab8432fffdd0110bc1..0d6564b28fc020eedded56bb7f35fd6e80cf3528 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/scrum_tree_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/scrum_tree_grid.json @@ -1191,7 +1191,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1487,6 +1487,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1836,8 +1843,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/waterfall_tree_grid.json b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/waterfall_tree_grid.json index fa056941d081e202cc26df6e135ff5fa8f2be9d9..ab68ec99942d4f1d16a291cadaea5c08c9fb2e6d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/waterfall_tree_grid.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSTREEGRIDS/waterfall_tree_grid.json @@ -1070,7 +1070,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1368,6 +1368,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1717,8 +1724,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/activity_history_list_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/activity_history_list_view.json index 000507270ac4ab67757d1af451980410a71008d1..226c91ea502cdeb8c59ca409a4992745eed2949c 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/activity_history_list_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/activity_history_list_view.json @@ -571,11 +571,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -587,17 +594,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -606,13 +613,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -672,7 +672,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_customer_connect_list_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_customer_connect_list_view.json index 593d6790d165180b1cdc3434d8776481d8ee4b08..ddbe07abdf61ecb43a31473287968b105e2d6978 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_customer_connect_list_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_customer_connect_list_view.json @@ -1615,6 +1615,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json index bb99264dd2e9bd665c7a6a4614c8b2066b82f956..89ebc2002f1392dae88c05052c4408abbd694da9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json @@ -835,6 +835,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_idea_list_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_idea_list_view.json index 091dc66f76e16391cddc471635b06dfcfd3b3b9b..2b6d47411b57e8e6e3e2f4db0eb505981386abcc 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_idea_list_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_idea_list_view.json @@ -923,22 +923,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -947,30 +942,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -1392,6 +1392,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view.json index 49902cbe943b39e118ec7f6cf4bf85a90afe13ed..2b9f335c14b8481abc4983792481026d9942f254 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view.json @@ -922,22 +922,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -946,30 +941,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -1391,6 +1391,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view_idea.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view_idea.json index 78c87e5fee8a62a0c1879daea47e0ec7bc355404..8b7b5a92a4aadd2e84134c27b7252b1f6583ca85 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view_idea.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view_idea.json @@ -1197,6 +1197,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_redirect_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_redirect_view.json index e08dc148186539d3a09488e4e734035ae0b524d2..ef2ef00033c29bc92fb8443bb0c96dff33052b4b 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_redirect_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_redirect_view.json @@ -391,6 +391,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_ticket_list_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_ticket_list_view.json index dcab00e58b9969f24c34a5c30d0dd6912cbefe06..5bcf0cfbecef602367e48e7213b799e9dd63275a 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_ticket_list_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_ticket_list_view.json @@ -923,22 +923,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -947,30 +942,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -1392,6 +1392,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_wiki_list_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_wiki_list_view.json index 78ffb7a7a7db2097aaa85ac8a1e1662aa267cf09..61488f8d1697ada665107939243879a8ef68d501 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_wiki_list_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_wiki_list_view.json @@ -1636,6 +1636,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_all_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_all_grid_view.json index d32d3888f8772899247ba12472b1327a1007bef6..01d910da71f70180f5d14493eba319ec81568dd2 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_all_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_all_grid_view.json @@ -393,6 +393,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "customer_import_data", "uIActionType" : "DEUIACTION", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_customer_pick_up_tree_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_customer_pick_up_tree_view.json new file mode 100644 index 0000000000000000000000000000000000000000..a70620cf6ae0c1852215db9ac148f1e3801f2132 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_customer_pick_up_tree_view.json @@ -0,0 +1,548 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.CUSTOMER" + }, + "caption" : "客户", + "codeName" : "customer_customer_pick_up_tree_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_customer_pick_up_tree_view.json", + "mDCtrlActiveMode" : 1, + "name" : "customercustomer_pick_up_tree_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewNavParams" : [ { + "key" : "n_owner_id_eq", + "name" : "n_owner_id_eq", + "value" : "product", + "rawValue" : false + }, { + "key" : "n_owner_type_eq", + "name" : "n_owner_type_eq", + "value" : "customer", + "rawValue" : true + } ], + "getPSDEViewCodeName" : "customer_pick_up_tree_view", + "getPSDEViewId" : "bd06fd7828ff0ccab9225ae4e83999ee", + "getPSViewLayoutPanel" : { + "codeName" : "usr0205148465", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "customerPickupTreeView实体选择树视图布局面板", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "树", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "tree", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "f8db455d1b2d00ff8eb4102729128e0f", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "PickupTreeView", + "name" : "engine" + } ], + "getPSControls" : [ { + "codeName" : "customer_pickup_tree", + "controlType" : "TREEVIEW", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer/PSTREEVIEWS/customer_pickup_tree.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "logicName" : "客户选择树", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "树视图处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "TREE" + }, + "getPSDEDataImport" : { + "modelref" : true, + "id" : "import_customer" + }, + "getPSDETreeNodeRSs" : [ { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_2" + }, + "name" : "null - null", + "getParentPSAppDEField" : { + "name" : "SECTION_ID", + "codeName" : "section_id" + }, + "getParentPSDER1N" : { + "codeName" : "section", + "dERType" : "DER1N", + "dynaModelFilePath" : "PSMODULES/Base/PSDATAENTITIES/category/PSDERS/DER1N_CATEGORY_SECTION_SECTION_ID.json", + "fKeyName" : "FB9B5B68802E10A225", + "logicName" : "分组-类别", + "getMajorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/section.json" + }, + "masterOrder" : -1, + "masterRS" : 32, + "minorCodeName" : "section_categories", + "getMinorPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" + }, + "minorServiceCodeName" : "section_categories", + "name" : "DER1N_CATEGORY_SECTION_SECTION_ID", + "orderValue" : 100, + "getPSDER1NDEFieldMaps" : [ { + "codeName" : "Usr0219356015", + "getMajorPSDEField" : { + "name" : "IS_LEAF", + "codeName" : "is_leaf" + }, + "mapType" : "NOTEXISTS", + "name" : "是否叶子节点" + } ], + "getPSPickupDEField" : { + "name" : "SECTION_ID", + "codeName" : "Section_id" + }, + "getPSPickupTextDEField" : { + "name" : "SECTION_NAME", + "codeName" : "section_name" + }, + "pickupDEFName" : "SECTION_ID", + "removeActionType" : 2, + "removeOrder" : 0, + "serviceCodeName" : "section", + "enableFKey" : true + }, + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "node_1" + }, + "parentValueLevel" : 1, + "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_1" + }, + "name" : "null - null", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "ROOT" + }, + "parentValueLevel" : 1, + "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_3" + }, + "name" : "null - null", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "ROOT" + }, + "parentValueLevel" : 1, + "searchMode" : 3 + } ], + "getPSDETreeNodes" : [ { + "counterMode" : 0, + "name" : "默认根节点", + "nodeType" : "ROOT", + "nodeValue" : "root", + "text" : "默认根节点", + "treeNodeType" : "STATIC", + "hasPSDETreeNodeRSs" : true, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : true, + "selectFirstOnly" : false, + "selected" : false, + "id" : "ROOT" + }, { + "counterMode" : 0, + "dataSourceType" : "DEDATASET", + "getIdPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getLeafFlagPSAppDEField" : { + "name" : "IS_LEAF", + "codeName" : "is_leaf" + }, + "maxSize" : -1, + "name" : "客户分组", + "nodeType" : "node_1", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/section.json" + }, + "getPSSysImage" : { + "glyph" : "xf0c0@FontAwesome", + "cssClass" : "fa fa-users" + }, + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "treeNodeType" : "DE", + "hasPSDETreeNodeRSs" : true, + "appendPNodeId" : false, + "disableSelect" : true, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : true, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_1" + }, { + "counterMode" : 0, + "dataSourceType" : "DEDATASET", + "getIdPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getLeafFlagPSAppDEField" : { + "name" : "IS_LEAF", + "codeName" : "is_leaf" + }, + "maxSize" : -1, + "name" : "客户类型", + "nodeType" : "node_2", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/category.json" + }, + "getPSSysImage" : { + "glyph" : "xf007@FontAwesome", + "cssClass" : "fa fa-user" + }, + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "treeNodeType" : "DE", + "hasPSDETreeNodeRSs" : false, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_2" + }, { + "counterMode" : 0, + "dataSourceType" : "DEDATASET", + "getIdPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getLeafFlagPSAppDEField" : { + "name" : "IS_LEAF", + "codeName" : "is_leaf" + }, + "maxSize" : -1, + "name" : "未分组客户", + "nodeType" : "node_3", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_no_section" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/category.json" + }, + "getPSSysImage" : { + "glyph" : "xf007@FontAwesome", + "cssClass" : "fa fa-user" + }, + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "treeNodeType" : "DE", + "hasPSDETreeNodeRSs" : false, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_3" + } ], + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "treeGridMode" : 0, + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + } + }, + "enableRootSelect" : false, + "outputIconDefault" : true, + "rootVisible" : false, + "name" : "tree", + "modelid" : "97762511aeadabfe55556d43e18c5380", + "modeltype" : "PSDETREEVIEW" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.CUSTOMER" + }, + "caption" : "客户", + "codeName" : "customer_pick_up_tree_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "getPSControlParam" : { } + } ] + }, + "refFlag" : false, + "title" : "客户选择树视图", + "viewStyle" : "DEFAULT", + "viewType" : "DEPICKUPTREEVIEW", + "xDataControlName" : "tree", + "enableDP" : true, + "enableFilter" : true, + "enableSearch" : true, + "expandSearchForm" : true, + "pickupMode" : true, + "modelid" : "39a87280a1f9f3586fefab8fcf73054d", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "customers", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "customer", + "minorDEName" : "CUSTOMER", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "name" : "DER1N_CUSTOMER_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_main_view.json index f2c7220b61fea7b9eddbd837baa094b6cc9e960f..6d4bb8b69b66a3313a6474128a9bb64611374733 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_main_view.json @@ -2173,22 +2173,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2197,30 +2192,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2642,6 +2642,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pc_customer_pickup_tree_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pc_customer_pickup_tree_view.json index 76e61f5797f65270056e05fd108e35c093e08707..5869754f6882f8b83488b3d0a473eb7f0121fdc7 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pc_customer_pickup_tree_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pc_customer_pickup_tree_view.json @@ -174,6 +174,24 @@ }, "parentValueLevel" : 1, "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "customer" + }, + "name" : "未分组类型 - 客户", + "getPSNavigateParams" : [ { + "key" : "n_categories_like", + "name" : "n_categories_like", + "value" : "ID", + "rawValue" : false + } ], + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "ungrouped_type" + }, + "parentValueLevel" : 1, + "searchMode" : 3 }, { "getChildPSDETreeNode" : { "modelref" : true, @@ -398,10 +416,6 @@ "name" : "ID", "codeName" : "id" }, - "getLeafFlagPSAppDEField" : { - "name" : "IS_LEAF", - "codeName" : "is_leaf" - }, "maxSize" : -1, "name" : "客户类型", "nodeType" : "customer_type", @@ -484,10 +498,6 @@ "name" : "ID", "codeName" : "id" }, - "getLeafFlagPSAppDEField" : { - "name" : "IS_LEAF", - "codeName" : "is_leaf" - }, "maxSize" : -1, "name" : "未分组类型", "nodeType" : "ungrouped_type", @@ -508,10 +518,10 @@ "codeName" : "name" }, "treeNodeType" : "DE", - "hasPSDETreeNodeRSs" : false, + "hasPSDETreeNodeRSs" : true, "appendPNodeId" : false, "disableSelect" : true, - "enableCheck" : false, + "enableCheck" : true, "enableEditData" : false, "enableNewData" : false, "enableQuickCreate" : false, @@ -519,7 +529,7 @@ "enableRemoveData" : false, "enableViewData" : false, "expandFirstOnly" : false, - "expanded" : false, + "expanded" : true, "rootNode" : false, "selectFirstOnly" : false, "selected" : false, @@ -611,7 +621,6 @@ "layoutPanel" : true, "useDefaultLayout" : true }, - "refFlag" : false, "title" : "客户选择树视图", "viewStyle" : "DEFAULT", "viewType" : "DEPICKUPTREEVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pick_up_tree_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pick_up_tree_view.json index 19a91a4c882b26d7fbb5fac6fadb75d9738d7d51..2c2059a72304ae3044a44b56ad7c534819b651a9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pick_up_tree_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pick_up_tree_view.json @@ -111,7 +111,7 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" } }, - "logicName" : "客户选择树", + "logicName" : "客户类别选择树", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_delete_confirm_option_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_delete_confirm_option_view.json index 7ab9205d3afa1f393485ea48d5b40823c4404ed2..e8b82168b3d082440818ec1eb9ed72913bee3cf9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_delete_confirm_option_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_delete_confirm_option_view.json @@ -536,7 +536,6 @@ "layoutPanel" : true, "useDefaultLayout" : true }, - "refFlag" : false, "title" : "数据字典确认删除视图", "viewStyle" : "DEFAULT", "viewType" : "DEOPTVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json index 165d58f6d54870cc9035d58b13f72982b0b32ca3..405b4ae66ca751b8d8e2cea733c0f9a0fbe483ed 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json @@ -516,7 +516,6 @@ "layoutPanel" : true, "useDefaultLayout" : true }, - "refFlag" : false, "title" : "数据字典编辑视图", "getTitlePSLanguageRes" : { "lanResTag" : "PAGE.TITLE.DICTIONARY.EDITVIEW" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_confirm_remove_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_confirm_remove_view.json index d8bef908039f9eddf662756c498c75fa1cefe14b..e67c4a21ba8e5aa55f31580ad8de7bc78cacdf56 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_confirm_remove_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_confirm_remove_view.json @@ -537,6 +537,7 @@ "layoutPanel" : true, "useDefaultLayout" : true }, + "refFlag" : false, "title" : "需求配置状态管理实体确认删除视图", "viewStyle" : "DEFAULT", "viewType" : "DEOPTVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_create_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_create_view.json index 9f276633d6a714c6327721a97fdd74b6308dd883..bcb136c89e16b05bdcde4244ed43dac049578063 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_create_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_create_view.json @@ -23,7 +23,7 @@ "name" : "engine" } ], "getPSControls" : [ { - "codeName" : "usr04285955_form", + "codeName" : "idea_create_form", "controlType" : "FORM", "getCreatePSControlAction" : { "modelref" : true, @@ -42,7 +42,7 @@ } }, "defaultLabelWidth" : 130, - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/usr04285955_form.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/idea_create_form.json", "getGetDraftFromPSControlAction" : { "modelref" : true, "id" : "loaddraftfrom", @@ -248,6 +248,13 @@ "name" : "COLOR", "codeName" : "color" } + }, { + "id" : "style", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + } }, { "id" : "id", "hidden" : true, @@ -443,6 +450,52 @@ }, "allowEmpty" : true, "showCaption" : true + }, { + "caption" : "背景样式", + "codeName" : "style", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "style", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "idea_priority" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "style", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__background_style.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true } ], "getPSLayout" : { "childColLG" : 12, @@ -576,7 +629,6 @@ "layoutPanel" : true, "useDefaultLayout" : true }, - "refFlag" : false, "title" : "需求字典新建视图", "viewStyle" : "DEFAULT", "viewType" : "DEOPTVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_grid_view.json index 37e637d0112a8d669d9f21e8a0e22017c67fbf56..a7274d0c765a37b57cb53c8162a4477a4bd9a9bb 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_grid_view.json @@ -77,7 +77,7 @@ } ], "getPSAppViewMsgGroup" : { "modelref" : true, - "id" : "UsrVMGroup0428819696" + "id" : "ideaUsrVMGroup" }, "getPSAppViewRefs" : [ { "name" : "NEWDATA", @@ -259,27 +259,6 @@ "id" : "GRID" }, "getPSDEGridColumns" : [ { - "align" : "LEFT", - "cLConvertMode" : "FRONT", - "caption" : "分类", - "codeName" : "catalog", - "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "catalog", - "excelCaption" : "分类", - "name" : "catalog", - "noPrivDisplayMode" : 1, - "getPSAppCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_catalog.json" - }, - "getPSAppDEField" : { - "name" : "CATALOG", - "codeName" : "catalog" - }, - "width" : 100, - "widthUnit" : "PX", - "enableSort" : true - }, { "align" : "LEFT", "cLConvertMode" : "NONE", "getCapPSLanguageRes" : { @@ -373,6 +352,7 @@ "name" : "uagridcolumn1", "noPrivDisplayMode" : 1, "getPSDEUIActionGroup" : { + "codeName" : "Acdd62f6957a38db9ab", "name" : "需求数据字典_编辑&删除", "getPSAppDataEntity" : { "modelref" : true, @@ -466,7 +446,8 @@ "addSeparator" : false, "showCaption" : false, "showIcon" : true - } ] + } ], + "uniqueTag" : "dictionary_data__Acdd62f6957a38db9ab" }, "width" : 100, "widthUnit" : "PX", @@ -515,13 +496,6 @@ "hideDefault" : true } ], "getPSDEGridDataItems" : [ { - "dataType" : 25, - "name" : "catalog", - "getPSAppDEField" : { - "name" : "CATALOG", - "codeName" : "catalog" - } - }, { "dataType" : 25, "name" : "name", "getPSAppDEField" : { @@ -566,6 +540,13 @@ "name" : "SEQUENCE", "codeName" : "sequence" } + }, { + "dataType" : 25, + "name" : "catalog", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } }, { "dataType" : 25, "name" : "srfkey", @@ -733,7 +714,7 @@ "quickGroupCount" : 4, "quickSearchMode" : 2, "quickSearchWidth" : 0, - "searchBarStyle" : "SEARCHBAR2", + "searchBarStyle" : "SEARCHBAR", "enableFilter" : true, "enableGroup" : true, "enableQuickSearch" : true, @@ -782,6 +763,10 @@ "frontProcessType" : "WIZARD", "fullCodeName" : "dictionary_data_idea_dictionary_create", "name" : "需求字典新建", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_tabsearchbar_param" + }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" @@ -790,6 +775,7 @@ "uIActionMode" : "FRONT", "uIActionTag" : "idea_dictionary_create", "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", "reloadData" : true, "id" : "idea_dictionary_create@dictionary_data" }, @@ -848,7 +834,6 @@ "layoutPanel" : true, "useDefaultLayout" : true }, - "refFlag" : false, "title" : "需求字典表格视图", "viewStyle" : "DEFAULT", "viewType" : "DEGRIDVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_state_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_state_grid_view.json index 9b877a4cf570355649173274289aab244c54190b..20f7752171697279b704524d2d098cc73ae75c3d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_state_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_state_grid_view.json @@ -710,6 +710,7 @@ "layoutPanel" : true, "useDefaultLayout" : true }, + "refFlag" : false, "title" : "状态管理", "viewStyle" : "DEFAULT", "viewType" : "DEGRIDVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_quick_create_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_quick_create_view.json index cc99d114eaf9684553e6d06b49db3a842176d0b4..6a70ae8c8ca71fad412550e3ee1ee1a4843428d7 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_quick_create_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_quick_create_view.json @@ -527,6 +527,7 @@ "layoutPanel" : true, "useDefaultLayout" : true }, + "refFlag" : false, "title" : "新建状态", "viewStyle" : "DEFAULT", "viewType" : "DEOPTVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_state_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_state_edit_view.json index 18b9eb370bed1e93d47c7c638c7641c2c367ebee..303c83d373fc8789a51d41fc36ca8a7f08d51eaa 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_state_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_state_edit_view.json @@ -525,6 +525,7 @@ "layoutPanel" : true, "useDefaultLayout" : true }, + "refFlag" : false, "title" : "编辑状态", "viewStyle" : "DEFAULT", "viewType" : "DEOPTVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json new file mode 100644 index 0000000000000000000000000000000000000000..cd4b360b3f6347d5dca7533b4ecfece2f64dd60b --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json @@ -0,0 +1,641 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "dictionary_data_test_case_dictionary_create_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json", + "height" : 320, + "name" : "dictionary_datatest_case_dictionary_create_view", + "openMode" : "POPUPMODAL", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "OptionView", + "name" : "engine" + } ], + "getPSControls" : [ { + "codeName" : "test_case_create_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/test_case_create_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "logicName" : "测试用例字典新建视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "选项表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "FORM" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "catalog", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "type", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "id" : "color", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + } + }, { + "id" : "style", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "数据字典基本信息", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "字典目录", + "codeName" : "catalog", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "catalog", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "catalog", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/test_case_dictionary.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "状态名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "TEXTBOX", + "maxLength" : 200, + "name" : "name", + "placeHolder" : "输入状态名称" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "showCaption" : true + }, { + "caption" : "状态类型", + "codeName" : "type", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "idea_state" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + }, { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_type.json" + }, + "placeHolder" : "选择状态类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "caption" : "颜色", + "codeName" : "color", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "color", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "COLORPICKER", + "name" : "color" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "showCaption" : true + }, { + "caption" : "背景样式", + "codeName" : "style", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "style", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "IN", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "test_case_level,test_case_status" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "style", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__background_style.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColLG" : 12, + "childColMD" : 12, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "noTabHeader" : true, + "name" : "form", + "modelid" : "d770dc44d81419be316d3d569570952a", + "modeltype" : "PSDEFORM_EDITFORM" + }, { + "codeName" : "test_case_dictionary_create_view_datainfobar", + "controlType" : "DATAINFOBAR", + "name" : "datainfobar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "id" : "datainfobar" + } + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "test_case_dictionary_create_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "test_case_dictionary_create_view", + "getPSDEViewId" : "befb2aa72caaf2c97b6c0c8df9accee2", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEOPTVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "测试用例字典新建视图", + "viewStyle" : "DEFAULT", + "viewType" : "DEOPTVIEW", + "width" : 660, + "xDataControlName" : "form", + "enableDP" : true, + "showDataInfoBar" : true, + "modelid" : "34914ea9ef31838e5feed286eb819420", + "modeltype" : "PSAPPDEVIEW" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_grid_view.json new file mode 100644 index 0000000000000000000000000000000000000000..433676e5619f57d5ac5cc7d9daf48cce22733482 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_grid_view.json @@ -0,0 +1,852 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "dictionary_data_test_case_dictionary_grid_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_grid_view.json", + "gridRowActiveMode" : 0, + "name" : "dictionary_datatest_case_dictionary_grid_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : false, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewMsgGroup" : { + "modelref" : true, + "id" : "test_caseUsrVMGroup" + }, + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "数据字典编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.DICTIONARY.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "测试用例字典新建视图", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + } + } ], + "getPSControls" : [ { + "aggMode" : "NONE", + "codeName" : "idea_dictionary_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSGRIDS/idea_dictionary_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_test_case" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求字典表格", + "getMovePSControlAction" : { + "actionName" : "move_order", + "actionType" : "DEACTION", + "name" : "move", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "move_order" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getOrderValuePSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "move_order", + "actionType" : "DEACTION", + "name" : "move", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "move_order" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_test_case" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "judge_column_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "judge_column_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "name", + "excelCaption" : "名称", + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "类型", + "codeName" : "type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "type", + "excelCaption" : "类型", + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_type.json" + }, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "width" : 200, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "caption" : "建立人", + "codeName" : "create_man", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "create_man", + "excelCaption" : "建立人", + "name" : "create_man", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "caption" : "建立时间", + "codeName" : "create_time", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "create_time", + "excelCaption" : "建立时间", + "name" : "create_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "CENTER", + "caption" : "操作", + "codeName" : "uagridcolumn1", + "columnType" : "UAGRIDCOLUMN", + "name" : "uagridcolumn1", + "noPrivDisplayMode" : 1, + "getPSDEUIActionGroup" : { + "codeName" : "Acdd62f6957a38db9ab", + "name" : "需求数据字典_编辑&删除", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSUIActionGroupDetails" : [ { + "detailType" : "DEUIACTION", + "name" : "uf0c2d11", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.EDIT" + }, + "caption" : "编辑", + "codeName" : "Edit", + "fullCodeName" : "Edit", + "name" : "表格界面_编辑操作", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "predefinedType" : "GRIDVIEW_EDITACTION", + "timeout" : 60000, + "tooltip" : "编辑", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.EDIT" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Edit", + "uIActionType" : "DEUIACTION" + }, + "tooltip" : "编辑", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.EDIT" + }, + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "detailType" : "DEUIACTION", + "name" : "ucbb1fc3", + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "caption" : "删除", + "codeName" : "delete", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_delete_confirm_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "dictionary_data_delete", + "name" : "数据字典删除", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSNavigateParams" : [ { + "key" : "name", + "name" : "name", + "value" : "name", + "rawValue" : false + } ], + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "refreshMode" : 1, + "successMsg" : "删除成功", + "timeout" : 60000, + "tooltip" : "删除", + "uIActionMode" : "BACKEND", + "uIActionTag" : "delete", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "delete@dictionary_data" + }, + "tooltip" : "删除", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "dictionary_data__Acdd62f6957a38db9ab" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "是否系统默认", + "codeName" : "is_system", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "is_system", + "excelCaption" : "是否系统默认", + "hideMode" : 1, + "name" : "is_system", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/YesNo.json" + }, + "getPSAppDEField" : { + "name" : "IS_SYSTEM", + "codeName" : "is_system" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : true, + "hideDefault" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "序号", + "codeName" : "sequence", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "sequence", + "excelCaption" : "序号", + "hideMode" : 1, + "name" : "sequence", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : true, + "hideDefault" : true + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "name", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "scriptCode" : "data.is_system === 1 ? data.name + '系统':data.name", + "customCode" : true + }, { + "dataType" : 25, + "name" : "type", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "dataType" : 25, + "name" : "create_man", + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + } + }, { + "format" : "YYYY-MM-DD HH:mm:ss", + "dataType" : 5, + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } + }, { + "dataType" : 9, + "name" : "is_system", + "getPSAppDEField" : { + "name" : "IS_SYSTEM", + "codeName" : "is_system" + } + }, { + "dataType" : 6, + "name" : "sequence", + "getPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + } + }, { + "dataType" : 25, + "name" : "catalog", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingMode" : 1, + "pagingSize" : 20, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "sortMode" : "REMOTE", + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : true, + "enableRowEdit" : false, + "enableRowEditOrder" : true, + "enableRowNew" : false, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : true, + "name" : "grid", + "modelid" : "CEE66AF2-50CC-419B-8BF1-5803A848A3A7", + "modeltype" : "PSDEGRID" + }, { + "codeName" : "test_case_searchbar", + "controlType" : "SEARCHBAR", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/test_case_searchbar.json", + "logicName" : "测试用例字典搜索栏", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "ctrlParams" : { + "TELEPORTFLAG" : "true" + }, + "id" : "TABSEARCHBAR" + }, + "getPSSearchBarFilters" : [ { + "caption" : "字典目录(=)", + "dataType" : 25, + "itemType" : "FILTER", + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "N_CATALOG_EQ", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSDEFSearchMode" : { + "codeName" : "N_CATALOG_EQ", + "name" : "N_CATALOG_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "N_CATALOG_EQ", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/test_case_dictionary.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "emptyCaption" : false, + "hidden" : false, + "needCodeListConfig" : true, + "showCaption" : false + } ], + "getPSSearchBarGroups" : [ { + "caption" : "测试用例类型", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"test_case_type\"}]}]}}", + "itemType" : "GROUP", + "name" : "test_case_type", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false, + "defaultGroup" : true + }, { + "caption" : "测试用例重要程度", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"test_case_level\"}]}]}}", + "itemType" : "GROUP", + "name" : "test_case_level", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "测试用例测试类型", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"test_case_test_type\"}]}]}}", + "itemType" : "GROUP", + "name" : "test_case_test_type", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "测试用例状态", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"test_case_status\"}]}]}}", + "itemType" : "GROUP", + "name" : "test_case_status", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + } ], + "quickGroupCount" : 4, + "quickSearchMode" : 2, + "quickSearchWidth" : 0, + "searchBarStyle" : "SEARCHBAR", + "enableFilter" : true, + "enableGroup" : true, + "enableQuickSearch" : true, + "mobileSearchBar" : false, + "name" : "tabsearchbar", + "modelid" : "35419350d6a8aaa75674875bd8a553c7", + "modeltype" : "PSSYSSEARCHBAR" + }, { + "codeName" : "test_case_dictionary_grid_view_tabtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "测试用例字典工具栏", + "name" : "tabtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "ctrlParams" : { + "TELEPORTFLAG" : "true" + }, + "id" : "TABTOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "新建", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "tabtoolbar_deuiaction1" + }, + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "测试用例字典新建", + "codeName" : "test_case_dictionary_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_test_case_dictionary_create", + "name" : "测试用例字典建", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_tabsearchbar_param" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "refreshMode" : 1, + "tooltip" : "新建", + "uIActionMode" : "FRONT", + "uIActionTag" : "test_case_dictionary_create", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "test_case_dictionary_create@dictionary_data" + }, + "tooltip" : "新建", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "xDataControlName" : "grid", + "modelid" : "80fe900c7db96153f27984151e5e5efe", + "modeltype" : "PSDETOOLBAR" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "test_case_dictionary_grid_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "test_case_dictionary_grid_view", + "getPSDEViewId" : "28ca6f0e06edabf50a5e75b715383c36", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEGRIDVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "测试用例字典表格视图", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableRowEdit" : false, + "enableSearch" : true, + "rowEditDefault" : false, + "showCaptionBar" : false, + "modelid" : "5cd06effbb11e64f156218e1facb7d1d", + "modeltype" : "PSAPPDEVIEW" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_confirm_remove_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_confirm_remove_view.json index d0dc102fced7566a4f891aaa196d6a5065d820fc..5f69a5241957e5c40f064851d26292ab63ef9262 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_confirm_remove_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_confirm_remove_view.json @@ -537,6 +537,7 @@ "layoutPanel" : true, "useDefaultLayout" : true }, + "refFlag" : false, "title" : "工单配置状态管理实体确认删除视图", "viewStyle" : "DEFAULT", "viewType" : "DEOPTVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json new file mode 100644 index 0000000000000000000000000000000000000000..7134bb339c100ba92e7383a9896abe97c896dec5 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json @@ -0,0 +1,641 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "dictionary_data_ticket_dictionary_create_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json", + "height" : 320, + "name" : "dictionary_dataticket_dictionary_create_view", + "openMode" : "POPUPMODAL", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "OptionView", + "name" : "engine" + } ], + "getPSControls" : [ { + "codeName" : "ticket_create_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/ticket_create_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "logicName" : "工单字典新建视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "选项表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "FORM" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "catalog", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "type", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "id" : "color", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + } + }, { + "id" : "style", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "数据字典基本信息", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "字典目录", + "codeName" : "catalog", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "catalog", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "catalog", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ticket_dictionary.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "状态名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "TEXTBOX", + "maxLength" : 200, + "name" : "name", + "placeHolder" : "输入状态名称" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "showCaption" : true + }, { + "caption" : "状态类型", + "codeName" : "type", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "idea_state" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + }, { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_type.json" + }, + "placeHolder" : "选择状态类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "caption" : "颜色", + "codeName" : "color", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "color", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "COLORPICKER", + "name" : "color" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "showCaption" : true + }, { + "caption" : "背景样式", + "codeName" : "style", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "style", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "ticket_priority" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "style", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__background_style.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColLG" : 12, + "childColMD" : 12, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "noTabHeader" : true, + "name" : "form", + "modelid" : "1f8e0fd00940224142a2db64ece2fccb", + "modeltype" : "PSDEFORM_EDITFORM" + }, { + "codeName" : "ticket_dictionary_create_view_datainfobar", + "controlType" : "DATAINFOBAR", + "name" : "datainfobar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "id" : "datainfobar" + } + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "ticket_dictionary_create_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "ticket_dictionary_create_view", + "getPSDEViewId" : "16ce21f2e14e1d7046c31ddbba4b41ba", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEOPTVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "工单字典新建视图", + "viewStyle" : "DEFAULT", + "viewType" : "DEOPTVIEW", + "width" : 660, + "xDataControlName" : "form", + "enableDP" : true, + "showDataInfoBar" : true, + "modelid" : "56fd09fc8bf09dd24dfb9cacefe5924a", + "modeltype" : "PSAPPDEVIEW" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_grid_view.json new file mode 100644 index 0000000000000000000000000000000000000000..1d126e97a893338340b2d7876cc8c415296bd1fd --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_grid_view.json @@ -0,0 +1,841 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "dictionary_data_ticket_dictionary_grid_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_grid_view.json", + "gridRowActiveMode" : 0, + "name" : "dictionary_dataticket_dictionary_grid_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : false, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewMsgGroup" : { + "modelref" : true, + "id" : "ticketUsrVMGroup" + }, + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "数据字典编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.DICTIONARY.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "工单字典新建视图", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + } + } ], + "getPSControls" : [ { + "aggMode" : "NONE", + "codeName" : "idea_dictionary_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSGRIDS/idea_dictionary_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_ticket" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求字典表格", + "getMovePSControlAction" : { + "actionName" : "move_order", + "actionType" : "DEACTION", + "name" : "move", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "move_order" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getOrderValuePSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "move_order", + "actionType" : "DEACTION", + "name" : "move", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "move_order" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_ticket" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "judge_column_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "judge_column_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "name", + "excelCaption" : "名称", + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "类型", + "codeName" : "type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "type", + "excelCaption" : "类型", + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_type.json" + }, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "width" : 200, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "caption" : "建立人", + "codeName" : "create_man", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "create_man", + "excelCaption" : "建立人", + "name" : "create_man", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "caption" : "建立时间", + "codeName" : "create_time", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "create_time", + "excelCaption" : "建立时间", + "name" : "create_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "CENTER", + "caption" : "操作", + "codeName" : "uagridcolumn1", + "columnType" : "UAGRIDCOLUMN", + "name" : "uagridcolumn1", + "noPrivDisplayMode" : 1, + "getPSDEUIActionGroup" : { + "codeName" : "Acdd62f6957a38db9ab", + "name" : "需求数据字典_编辑&删除", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSUIActionGroupDetails" : [ { + "detailType" : "DEUIACTION", + "name" : "uf0c2d11", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.EDIT" + }, + "caption" : "编辑", + "codeName" : "Edit", + "fullCodeName" : "Edit", + "name" : "表格界面_编辑操作", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "predefinedType" : "GRIDVIEW_EDITACTION", + "timeout" : 60000, + "tooltip" : "编辑", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.EDIT" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Edit", + "uIActionType" : "DEUIACTION" + }, + "tooltip" : "编辑", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.EDIT" + }, + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "detailType" : "DEUIACTION", + "name" : "ucbb1fc3", + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "caption" : "删除", + "codeName" : "delete", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_delete_confirm_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "dictionary_data_delete", + "name" : "数据字典删除", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSNavigateParams" : [ { + "key" : "name", + "name" : "name", + "value" : "name", + "rawValue" : false + } ], + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "refreshMode" : 1, + "successMsg" : "删除成功", + "timeout" : 60000, + "tooltip" : "删除", + "uIActionMode" : "BACKEND", + "uIActionTag" : "delete", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "delete@dictionary_data" + }, + "tooltip" : "删除", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "dictionary_data__Acdd62f6957a38db9ab" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "是否系统默认", + "codeName" : "is_system", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "is_system", + "excelCaption" : "是否系统默认", + "hideMode" : 1, + "name" : "is_system", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/YesNo.json" + }, + "getPSAppDEField" : { + "name" : "IS_SYSTEM", + "codeName" : "is_system" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : true, + "hideDefault" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "序号", + "codeName" : "sequence", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "sequence", + "excelCaption" : "序号", + "hideMode" : 1, + "name" : "sequence", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : true, + "hideDefault" : true + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "name", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "scriptCode" : "data.is_system === 1 ? data.name + '系统':data.name", + "customCode" : true + }, { + "dataType" : 25, + "name" : "type", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "dataType" : 25, + "name" : "create_man", + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + } + }, { + "format" : "YYYY-MM-DD HH:mm:ss", + "dataType" : 5, + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } + }, { + "dataType" : 9, + "name" : "is_system", + "getPSAppDEField" : { + "name" : "IS_SYSTEM", + "codeName" : "is_system" + } + }, { + "dataType" : 6, + "name" : "sequence", + "getPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + } + }, { + "dataType" : 25, + "name" : "catalog", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingMode" : 1, + "pagingSize" : 20, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "sortMode" : "REMOTE", + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : true, + "enableRowEdit" : false, + "enableRowEditOrder" : true, + "enableRowNew" : false, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : true, + "name" : "grid", + "modelid" : "CEE66AF2-50CC-419B-8BF1-5803A848A3A7", + "modeltype" : "PSDEGRID" + }, { + "codeName" : "ticket_dictionary_searchbar", + "controlType" : "SEARCHBAR", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/ticket_dictionary_searchbar.json", + "logicName" : "工单字典搜索栏", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "ctrlParams" : { + "TELEPORTFLAG" : "true" + }, + "id" : "TABSEARCHBAR" + }, + "getPSSearchBarFilters" : [ { + "caption" : "字典目录(=)", + "dataType" : 25, + "itemType" : "FILTER", + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "N_CATALOG_EQ", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSDEFSearchMode" : { + "codeName" : "N_CATALOG_EQ", + "name" : "N_CATALOG_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "N_CATALOG_EQ", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ticket_dictionary.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "emptyCaption" : false, + "hidden" : false, + "needCodeListConfig" : true, + "showCaption" : false + } ], + "getPSSearchBarGroups" : [ { + "caption" : "工单状态", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"ticket_state\"}]}]}}", + "itemType" : "GROUP", + "name" : "ticket_status", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false, + "defaultGroup" : true + }, { + "caption" : "工单解决方案", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"ticket_solution\"}]}]}}", + "itemType" : "GROUP", + "name" : "ticket_solution", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "工单优先级", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"ticket_priority\"}]}]}}", + "itemType" : "GROUP", + "name" : "ticket_priority", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + } ], + "quickGroupCount" : 3, + "quickSearchMode" : 2, + "quickSearchWidth" : 0, + "searchBarStyle" : "SEARCHBAR", + "enableFilter" : true, + "enableGroup" : true, + "enableQuickSearch" : true, + "mobileSearchBar" : false, + "name" : "tabsearchbar", + "modelid" : "99258482876646982b18949580dda182", + "modeltype" : "PSSYSSEARCHBAR" + }, { + "codeName" : "ticket_dictionary_grid_view_tabtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "工单字典工具栏", + "name" : "tabtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "ctrlParams" : { + "TELEPORTFLAG" : "true" + }, + "id" : "TABTOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "新建", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "tabtoolbar_deuiaction1" + }, + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "工单字典新建", + "codeName" : "ticket_dictionary_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_ticket_dictionary_create", + "name" : "工单字典新建", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_tabsearchbar_param" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "refreshMode" : 1, + "tooltip" : "新建", + "uIActionMode" : "FRONT", + "uIActionTag" : "ticket_dictionary_create", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "ticket_dictionary_create@dictionary_data" + }, + "tooltip" : "新建", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "xDataControlName" : "grid", + "modelid" : "b6e12c80a6bda416011f8e6555580463", + "modeltype" : "PSDETOOLBAR" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "ticket_dictionary_grid_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "ticket_dictionary_grid_view", + "getPSDEViewId" : "c3d90e339fff297d34465e2c41048155", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEGRIDVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "工单字典表格视图", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableRowEdit" : false, + "enableSearch" : true, + "rowEditDefault" : false, + "showCaptionBar" : false, + "modelid" : "a0fe11290b7cfc73c469558d5c023b2a", + "modeltype" : "PSAPPDEVIEW" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_state_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_state_grid_view.json index eebb4c6125d4447c7ac4b9c2fc1b02b446774748..f3842a621a967dc5b8e58c2ad74672d964b42946 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_state_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_state_grid_view.json @@ -761,6 +761,7 @@ "layoutPanel" : true, "useDefaultLayout" : true }, + "refFlag" : false, "title" : "状态管理", "viewStyle" : "DEFAULT", "viewType" : "DEGRIDVIEW", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json new file mode 100644 index 0000000000000000000000000000000000000000..61dfd6a9c4d774b3ea418e346b811cb225de2f7c --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json @@ -0,0 +1,641 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "dictionary_data_work_item_dictionary_create_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json", + "height" : 320, + "name" : "dictionary_datawork_item_dictionary_create_view", + "openMode" : "POPUPMODAL", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProjMgmt.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "OptionView", + "name" : "engine" + } ], + "getPSControls" : [ { + "codeName" : "work_item_create_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSFORMS/work_item_create_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "logicName" : "工作项字典新建视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "选项表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "FORM" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "catalog", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "type", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "id" : "color", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + } + }, { + "id" : "style", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "数据字典基本信息", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "字典目录", + "codeName" : "catalog", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "catalog", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "catalog", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/work_item_dictionary.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "状态名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "TEXTBOX", + "maxLength" : 200, + "name" : "name", + "placeHolder" : "输入状态名称" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "showCaption" : true + }, { + "caption" : "状态类型", + "codeName" : "type", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "idea_state" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + }, { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_type.json" + }, + "placeHolder" : "选择状态类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "caption" : "颜色", + "codeName" : "color", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "color", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "catalog", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "COLORPICKER", + "name" : "color" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "showCaption" : true + }, { + "caption" : "背景样式", + "codeName" : "style", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "style", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "EQ", + "dEFDName" : "catalog", + "logicType" : "SINGLE", + "value" : "work_item_priority" + } ], + "relatedDetailNames" : [ "catalog" ], + "notMode" : false + } ], + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "style", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__background_style.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColLG" : 12, + "childColMD" : 12, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "noTabHeader" : true, + "name" : "form", + "modelid" : "49cf97ccde10dbdbe92337ee58c770a1", + "modeltype" : "PSDEFORM_EDITFORM" + }, { + "codeName" : "work_item_dictionary_create_view_datainfobar", + "controlType" : "DATAINFOBAR", + "name" : "datainfobar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "id" : "datainfobar" + } + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "work_item_dictionary_create_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "work_item_dictionary_create_view", + "getPSDEViewId" : "9a31aceb47bd3b1acc8aa8b315a4c292", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEOPTVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "工作项字典新建视图", + "viewStyle" : "DEFAULT", + "viewType" : "DEOPTVIEW", + "width" : 660, + "xDataControlName" : "form", + "enableDP" : true, + "showDataInfoBar" : true, + "modelid" : "45f0450b12824552ac46c4dbcf2cfa4f", + "modeltype" : "PSAPPDEVIEW" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_grid_view.json new file mode 100644 index 0000000000000000000000000000000000000000..044d1ff097bb0a167627c1796b2bc53294029e14 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_grid_view.json @@ -0,0 +1,862 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "dictionary_data_work_item_dictionary_grid_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_grid_view.json", + "gridRowActiveMode" : 0, + "name" : "dictionary_datawork_item_dictionary_grid_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProjMgmt.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : false, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewMsgGroup" : { + "modelref" : true, + "id" : "work_itemUsrVMGroup" + }, + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "数据字典编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.DICTIONARY.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "工作项字典新建视图", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + } + } ], + "getPSControls" : [ { + "aggMode" : "NONE", + "codeName" : "idea_dictionary_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSGRIDS/idea_dictionary_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_work_item" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求字典表格", + "getMovePSControlAction" : { + "actionName" : "move_order", + "actionType" : "DEACTION", + "name" : "move", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "move_order" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "getOrderValuePSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "move_order", + "actionType" : "DEACTION", + "name" : "move", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "move_order" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_work_item" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "judge_column_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "judge_column_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "name", + "excelCaption" : "名称", + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "类型", + "codeName" : "type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "type", + "excelCaption" : "类型", + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/Base__dictionary_type.json" + }, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "width" : 200, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "caption" : "建立人", + "codeName" : "create_man", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "create_man", + "excelCaption" : "建立人", + "name" : "create_man", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "caption" : "建立时间", + "codeName" : "create_time", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "create_time", + "excelCaption" : "建立时间", + "name" : "create_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "CENTER", + "caption" : "操作", + "codeName" : "uagridcolumn1", + "columnType" : "UAGRIDCOLUMN", + "name" : "uagridcolumn1", + "noPrivDisplayMode" : 1, + "getPSDEUIActionGroup" : { + "codeName" : "Acdd62f6957a38db9ab", + "name" : "需求数据字典_编辑&删除", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSUIActionGroupDetails" : [ { + "detailType" : "DEUIACTION", + "name" : "uf0c2d11", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.EDIT" + }, + "caption" : "编辑", + "codeName" : "Edit", + "fullCodeName" : "Edit", + "name" : "表格界面_编辑操作", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "predefinedType" : "GRIDVIEW_EDITACTION", + "timeout" : 60000, + "tooltip" : "编辑", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.EDIT" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Edit", + "uIActionType" : "DEUIACTION" + }, + "tooltip" : "编辑", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.EDIT" + }, + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "detailType" : "DEUIACTION", + "name" : "ucbb1fc3", + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "caption" : "删除", + "codeName" : "delete", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_delete_confirm_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "dictionary_data_delete", + "name" : "数据字典删除", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSNavigateParams" : [ { + "key" : "name", + "name" : "name", + "value" : "name", + "rawValue" : false + } ], + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "refreshMode" : 1, + "successMsg" : "删除成功", + "timeout" : 60000, + "tooltip" : "删除", + "uIActionMode" : "BACKEND", + "uIActionTag" : "delete", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "delete@dictionary_data" + }, + "tooltip" : "删除", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "dictionary_data__Acdd62f6957a38db9ab" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "是否系统默认", + "codeName" : "is_system", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "is_system", + "excelCaption" : "是否系统默认", + "hideMode" : 1, + "name" : "is_system", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/YesNo.json" + }, + "getPSAppDEField" : { + "name" : "IS_SYSTEM", + "codeName" : "is_system" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : true, + "hideDefault" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "序号", + "codeName" : "sequence", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "sequence", + "excelCaption" : "序号", + "hideMode" : 1, + "name" : "sequence", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : true, + "hideDefault" : true + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "name", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "scriptCode" : "data.is_system === 1 ? data.name + '系统':data.name", + "customCode" : true + }, { + "dataType" : 25, + "name" : "type", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "dataType" : 25, + "name" : "create_man", + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + } + }, { + "format" : "YYYY-MM-DD HH:mm:ss", + "dataType" : 5, + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } + }, { + "dataType" : 9, + "name" : "is_system", + "getPSAppDEField" : { + "name" : "IS_SYSTEM", + "codeName" : "is_system" + } + }, { + "dataType" : 6, + "name" : "sequence", + "getPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + } + }, { + "dataType" : 25, + "name" : "catalog", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingMode" : 1, + "pagingSize" : 20, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + } + }, + "sortMode" : "REMOTE", + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : true, + "enableRowEdit" : false, + "enableRowEditOrder" : true, + "enableRowNew" : false, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : true, + "name" : "grid", + "modelid" : "CEE66AF2-50CC-419B-8BF1-5803A848A3A7", + "modeltype" : "PSDEGRID" + }, { + "codeName" : "work_item_searchbar", + "controlType" : "SEARCHBAR", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data/PSSEARCHBARS/work_item_searchbar.json", + "logicName" : "工作项字典搜索栏", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "ctrlParams" : { + "TELEPORTFLAG" : "true" + }, + "id" : "TABSEARCHBAR" + }, + "getPSSearchBarFilters" : [ { + "caption" : "字典目录(=)", + "dataType" : 25, + "itemType" : "FILTER", + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "N_CATALOG_EQ", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "getPSDEFSearchMode" : { + "codeName" : "N_CATALOG_EQ", + "name" : "N_CATALOG_EQ", + "stdDataType" : 25, + "valueOP" : "EQ" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "N_CATALOG_EQ", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/work_item_dictionary.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "emptyCaption" : false, + "hidden" : false, + "needCodeListConfig" : true, + "showCaption" : false + } ], + "getPSSearchBarGroups" : [ { + "caption" : "工作项复现概率", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_probability\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_pro", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false, + "defaultGroup" : true + }, { + "caption" : "工作项优先级", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_priority\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_priority", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "工作项严重程度", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_severity\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_severity", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "工作项风险", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_risk\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_risk", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + }, { + "caption" : "工作项任务类别", + "data" : "{\"theme_model\":{\"searchconds\":[{\"condtype\":\"GROUP\",\"condop\":\"AND\",\"bnotmode\":false,\"searchconds\":[{\"condtype\":\"DEFIELD\",\"fieldname\":\"catalog\",\"condop\":\"EQ\",\"value\":\"work_item_category\"}]}]}}", + "itemType" : "GROUP", + "name" : "work_item_category", + "getPSAppDEField" : { + "name" : "CATALOG", + "codeName" : "catalog" + }, + "width" : 0.0, + "addSeparator" : false + } ], + "quickGroupCount" : 5, + "quickSearchMode" : 2, + "quickSearchWidth" : 0, + "searchBarStyle" : "SEARCHBAR", + "enableFilter" : true, + "enableGroup" : true, + "enableQuickSearch" : true, + "mobileSearchBar" : false, + "name" : "tabsearchbar", + "modelid" : "936517c61c8223b127bc0686cb4ebed4", + "modeltype" : "PSSYSSEARCHBAR" + }, { + "codeName" : "work_item_dictionary_grid_view_tabtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "工作项字典工具栏", + "name" : "tabtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "ctrlParams" : { + "TELEPORTFLAG" : "true" + }, + "id" : "TABTOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "新建", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "tabtoolbar_deuiaction1" + }, + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "工作项字典新建", + "codeName" : "work_item_dictionary_create", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "dictionary_data_work_item_dictionary_create", + "name" : "工作项字典新建", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_tabsearchbar_param" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "work_item_dictionary_create", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "work_item_dictionary_create@dictionary_data" + }, + "tooltip" : "新建", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "xDataControlName" : "grid", + "modelid" : "5baa1b2c4a79e8493f69e308adec4886", + "modeltype" : "PSDETOOLBAR" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.DICTIONARY" + }, + "caption" : "数据字典", + "codeName" : "work_item_dictionary_grid_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "work_item_dictionary_grid_view", + "getPSDEViewId" : "1f85830019946fcb9ecedb653aada576", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEGRIDVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "工作项字典表格视图", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableRowEdit" : false, + "enableSearch" : true, + "rowEditDefault" : false, + "showCaptionBar" : false, + "modelid" : "beb475ed39b2087873fe96e81a4b3474", + "modeltype" : "PSAPPDEVIEW" +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_all_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_all_grid_view.json index 0f1611361c5127ec43612afd5b9e5cc0837f20c2..da0911911b7076e3b7fe50d4de0ede49bd4b4bda 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_all_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_all_grid_view.json @@ -687,6 +687,28 @@ "modelid" : "dd9dd2022a8f175b16807bf438a8459c", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "guidelines", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "guideline", + "minorDEName" : "GUIDELINE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "name" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "SCOPE_ID", + "codeName" : "scope_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "guidelines", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_config_option_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_config_option_view.json index 0cc246d6b488cba738cb8a73e593010a3591698d..a06503f4de263a154aed92a752cd29f3944c0e19 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_config_option_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_config_option_view.json @@ -973,6 +973,28 @@ "modelid" : "51340ac2651755d6765fac923219bada", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "guidelines", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "guideline", + "minorDEName" : "GUIDELINE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "name" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "SCOPE_ID", + "codeName" : "scope_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "guidelines", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_edit_view.json index 684412fed42d6f8e31d53f58ec8f3a030805bf43..b40b9fe2dc7de6f80e2678ad68c1a68214b21a4f 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_edit_view.json @@ -528,6 +528,28 @@ "modelid" : "0956f766defc440b921f074131aa3f1f", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "guidelines", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "guideline", + "minorDEName" : "GUIDELINE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "name" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "SCOPE_ID", + "codeName" : "scope_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "guidelines", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_library_all_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_library_all_grid_view.json index 1ced31d307b17d60f7ea4d27a2f84b416dbddb62..c4658a2a062c337dccf0088edb2908d1ea5a254d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_library_all_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_library_all_grid_view.json @@ -687,6 +687,28 @@ "modelid" : "6bbea2e714e45e986b7be1eadbfdd434", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "guidelines", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "guideline", + "minorDEName" : "GUIDELINE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "name" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "SCOPE_ID", + "codeName" : "scope_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "guidelines", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_product_all_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_product_all_grid_view.json new file mode 100644 index 0000000000000000000000000000000000000000..ad2b151379aee4c9744df273a5f6d913dc23f833 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_product_all_grid_view.json @@ -0,0 +1,734 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.GUIDELINE" + }, + "caption" : "评审配置", + "codeName" : "guideline_product_all_grid_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_product_all_grid_view.json", + "gridRowActiveMode" : 1, + "name" : "guidelineproduct_all_grid_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : false, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_config_option_view.json", + "viewType" : "DEOPTVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_config_option_view.json", + "viewType" : "DEOPTVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewMsgGroup" : { + "modelref" : true, + "id" : "UsrVMGroup0514237398" + }, + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "流程准则编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.GUIDELINE.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "流程配置选项操作视图", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_config_option_view.json", + "viewType" : "DEOPTVIEW" + } + } ], + "getPSControls" : [ { + "codeName" : "product_all_grid_view_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "测试库流程准则表格视图_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "xDataControlName" : "grid", + "modelid" : "6e643bfcea36c98c409f26a98376c200", + "modeltype" : "PSDETOOLBAR" + }, { + "aggMode" : "NONE", + "codeName" : "all_grid_view_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline/PSGRIDS/all_grid_view_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, + "groupMode" : "NONE", + "logicName" : "流程准则全部表格视图_表格", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "评审类型", + "codeName" : "name", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "name", + "excelCaption" : "评审类型", + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "width" : 200, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_MAN" + }, + "caption" : "操作人", + "codeName" : "update_man", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "update_man", + "excelCaption" : "操作人", + "name" : "update_man", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSAppDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + }, + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_TIME" + }, + "caption" : "操作时间", + "codeName" : "update_time", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "update_time", + "excelCaption" : "操作时间", + "name" : "update_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "是否启用", + "codeName" : "is_enabled", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "is_enabled", + "excelCaption" : "是否启用", + "name" : "is_enabled", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/YesNo.json" + }, + "getPSAppDEField" : { + "name" : "IS_ENABLED", + "codeName" : "is_enabled" + }, + "width" : 150, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : true + }, { + "align" : "CENTER", + "caption" : "操作", + "codeName" : "uagridcolumn1", + "columnType" : "UAGRIDCOLUMN", + "name" : "uagridcolumn1", + "noPrivDisplayMode" : 1, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0520946801", + "name" : "表格列界面行为组", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 250, + "detailType" : "DEUIACTION", + "name" : "uad3db1c", + "getPSSysImage" : { + "glyph" : "xf185@FontAwesome", + "cssClass" : "fa fa-sun-o" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "配置", + "codeName" : "edit_guideline", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_config_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "guideline_edit_guideline", + "name" : "配置流程准则", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "getPSSysImage" : { + "glyph" : "xf185@FontAwesome", + "cssClass" : "fa fa-sun-o" + }, + "tooltip" : "配置", + "uIActionMode" : "FRONT", + "uIActionTag" : "edit_guideline", + "uIActionType" : "DEUIACTION", + "id" : "edit_guideline@guideline" + }, + "tooltip" : "配置", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "guideline__Usr0520946801" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "name", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "dataType" : 25, + "name" : "update_man", + "getPSAppDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + } + }, { + "format" : "YYYY-MM-DD HH:mm:ss", + "dataType" : 5, + "name" : "update_time", + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "dataType" : 9, + "name" : "is_enabled", + "getPSAppDEField" : { + "name" : "IS_ENABLED", + "codeName" : "is_enabled" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "是否启用", + "codeName" : "is_enabled", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "is_enabled", + "getPSAppDEField" : { + "name" : "IS_ENABLED", + "codeName" : "is_enabled" + }, + "getPSEditor" : { + "editorType" : "SWITCH", + "name" : "is_enabled" + }, + "allowEmpty" : true + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 50, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : true, + "name" : "grid", + "modelid" : "9737e76b0aac5833fb58cb837eee65c2", + "modeltype" : "PSDEGRID" + }, { + "codeName" : "usr05137803_search_form", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline/PSSEARCHFORMS/usr05137803_search_form.json", + "logicName" : "测试库流程准则表格视图_搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "1355af4a5d2a259606899431bc59383a", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.GUIDELINE" + }, + "caption" : "评审配置", + "codeName" : "product_all_grid_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "product_all_grid_view", + "getPSDEViewId" : "e43f62f62def04b312214f7debced7df", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEGRIDVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "测试库流程准则表格视图", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableQuickSearch" : true, + "enableRowEdit" : true, + "enableSearch" : true, + "rowEditDefault" : false, + "modelid" : "701a3c72da9dbf9bc31d5861de822996", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "guidelines", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "guideline", + "minorDEName" : "GUIDELINE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "name" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "SCOPE_ID", + "codeName" : "scope_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "guidelines", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "guideline", + "minorDEName" : "GUIDELINE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "name" : "DERCUSTOM_GUIDELINE_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "SCOPE_ID", + "codeName" : "scope_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_redirect_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_redirect_view.json index f887339328f63947e929abd52a951a32216a311a..e450324ffa35bef36ead91bdce4c9ffbd2845a00 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_redirect_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_redirect_view.json @@ -84,6 +84,28 @@ "modelid" : "a1b94f14162e2f8401379f08130f5592", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "guidelines", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "guideline", + "minorDEName" : "GUIDELINE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "name" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "SCOPE_ID", + "codeName" : "scope_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "guidelines", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json index 618008d91f1ce21dbce06632a930dd3bf9a599d5..0d3c8a3a67c4a2e2a53b1f0c04dfe9e8f6d58d64 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json @@ -1178,7 +1178,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1390,6 +1390,13 @@ "name" : "STATE", "codeName" : "state" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1572,14 +1579,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_config_tab_exp_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_config_tab_exp_view.json index 7d24d891c5b90cce540ae14778d2959d2dd51852..f1ada50a39b00f845d34fc1096901a5b593dea3d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_config_tab_exp_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_config_tab_exp_view.json @@ -295,19 +295,13 @@ "rawValue" : true } ] }, { - "caption" : "状态管理", - "name" : "state_manage", + "caption" : "数据字典", + "name" : "dictionary", "getPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_state_grid_view.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_idea_dictionary_grid_view.json", "viewType" : "DEGRIDVIEW" - }, - "getPSNavigateContexts" : [ { - "key" : "CATALOG", - "name" : "CATALOG", - "value" : "idea_state", - "rawValue" : true - } ] + } } ], "uniqueTag" : "idea_config_tab_exp_view__tabexppanel", "hideEditItem" : true, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_create_re_idea_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_create_re_idea_view.json index d936b375ae21e0d547300fb244055a6a5751ba4d..3f015c70dd7e92455b748a52c464114d5ef585f0 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_create_re_idea_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_create_re_idea_view.json @@ -98,6 +98,7 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" } }, + "hookEventNames" : [ "ONCHANGE" ], "logicName" : "需求快速建立视图_表单", "getPSAppDataEntity" : { "modelref" : true, @@ -182,6 +183,21 @@ "enableDEFieldPrivilege" : false, "id" : "选项表单处理器" }, + "getPSControlLogics" : [ { + "eventNames" : "onChange", + "itemName" : "product_name", + "logicTag" : "form", + "logicType" : "APPDEUILOGIC", + "name" : "reset_ctx", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "reset_product_id" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + } ], "getPSControlParam" : { "autoLoad" : true, "showBusyIndicator" : true, @@ -1083,7 +1099,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNULL", "dEFDName" : "checkid", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "checkid值为空(Nil)" } ], "relatedDetailNames" : [ "checkid" ], "notMode" : false @@ -1180,7 +1197,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNOTNULL", "dEFDName" : "product_name", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "product_name值不为空(NotNil)" } ], "relatedDetailNames" : [ "product_name" ], "notMode" : false @@ -1269,7 +1287,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNOTNULL", "dEFDName" : "product_name", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "product_name值不为空(NotNil)" } ], "relatedDetailNames" : [ "product_name" ], "notMode" : false @@ -1423,7 +1442,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNOTNULL", "dEFDName" : "product_name", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "product_name值不为空(NotNil)" } ], "relatedDetailNames" : [ "product_name" ], "notMode" : false @@ -1447,33 +1467,38 @@ "getPSEditor" : { "editorParams" : { "multiple" : "true", - "SRFNAVPARAM.n_product_id_eq" : "%product%" + "DROPDOWNVIEW" : "TRUE", + "AC" : "FALSE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "TRUE" }, - "editorType" : "MDROPDOWNLIST", + "editorType" : "PICKEREX_DROPDOWNVIEW", "name" : "customer", - "getPSAppCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__product_customer.json" - }, "getPSEditorItems" : [ { "name" : "customer_id" } ], - "getPSNavigateParams" : [ { - "key" : "n_product_id_eq", - "name" : "n_product_id_eq", - "value" : "product", - "rawValue" : false - } ], + "getPickupPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pc_customer_pickup_tree_view.json", + "viewType" : "DEPICKUPTREEVIEW" + }, "placeHolder" : "选择客户", - "singleSelect" : false + "valueItemName" : "customer_id", + "dropDownView" : true, + "enableAC" : false, + "enablePickupView" : true, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true }, "getPSLayoutPos" : { "colMD" : 24, "layout" : "TABLE_24COL" }, + "resetItemName" : "product_name", + "resetItemNames" : [ "product_name" ], "valueItemName" : "customer_id", "allowEmpty" : true, - "needCodeListConfig" : true, "showCaption" : true }, { "getCapPSLanguageRes" : { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_edit_view.json index 3aa3384f5c693c955543d916cea71d1172b8b8cf..2ff74ae298df7eed97e476146a6e933da0f975d5 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_edit_view.json @@ -523,6 +523,13 @@ }, { "id" : "baseline_name", "dataType" : 25 + }, { + "id" : "review_result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + } }, { "id" : "is_readonly", "hidden" : true, @@ -2593,22 +2600,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2617,30 +2619,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3062,6 +3069,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4375,11 +4426,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4391,17 +4449,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4410,13 +4468,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4476,7 +4527,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -16607,6 +16658,107 @@ }, "infoGroupMode" : false, "showCaption" : false + }, { + "caption" : "评审结果", + "codeName" : "review_result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "review_result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 21, + "colMD" : 21, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true, + "showCaption" : true + }, { + "codeName" : "grouppanel14", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel14", + "getPSDEFormDetails" : [ { + "actionType" : "UIACTION", + "buttonStyle" : "STYLE2", + "caption" : "评审历史", + "codeName" : "button5", + "detailStyle" : "STYLE2", + "detailType" : "BUTTON", + "name" : "button5", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "form_button5" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf18e@FontAwesome", + "cssClass" : "fa fa-arrow-circle-o-right" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "查看评审历史", + "codeName" : "check_review_history", + "frontProcessType" : "OTHER", + "fullCodeName" : "idea_check_review_history", + "name" : "查看评审历史", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "check_review_history" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "idea", + "rawValue" : false + } ], + "uIActionMode" : "FRONT", + "uIActionTag" : "check_review_history", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "check_review_history@idea" + }, + "tooltip" : "评审历史", + "uIActionTarget" : "NONE", + "showCaption" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colLG" : 3, + "colMD" : 3, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false }, { "caption" : "是否只读", "codeName" : "is_readonly", @@ -21055,6 +21207,1401 @@ }, "infoGroupMode" : false, "showCaption" : false + }, { + "caption" : "评审历史", + "codeName" : "grouppanel15", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel15", + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNULL", + "dEFDName" : "id", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "id" ], + "notMode" : false + } ], + "getPSDEFormDetails" : [ { + "codeName" : "druipart8", + "dRItemTag" : "UsrDRItem0509377221", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart8", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审历史", + "codeName" : "review_content_list_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_list_view.json", + "mDCtrlActiveMode" : 0, + "name" : "review_contentlist_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSDEViewCodeName" : "list_view", + "getPSDEViewId" : "56515adf25bb15c98b26b93fe16f82fd", + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "review_data_identifier", + "viewFieldName" : "identifier" + }, { + "id" : "review_data_name", + "viewFieldName" : "name" + }, { + "id" : "review_data_date", + "viewFieldName" : "create_time" + }, { + "id" : "create_man", + "viewFieldName" : "create_man" + }, { + "id" : "create_time", + "viewFieldName" : "create_time" + }, { + "id" : "result_name", + "viewFieldName" : "name" + }, { + "id" : "result_state", + "viewFieldName" : "result_state" + }, { + "id" : "comment", + "viewFieldName" : "comment" + } ], + "codeName" : "usr0612818719", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "list_view列表视图布局面板", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_captionbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "页面标题", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "captionbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "caption" : "容器", + "contentHeight" : 64.0, + "height" : 64.0, + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container4", + "getPSLayout" : { + "align" : "flex-end", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "height" : 64, + "heightMode" : "PX", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "actionType" : "UIACTION", + "buttonStyle" : "DEFAULT", + "caption" : "返回", + "itemStyle" : "DEFAULT", + "itemType" : "BUTTON", + "name" : "button_calluilogic", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "layoutpanel_button_calluilogic" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "返回", + "codeName" : "panel_usr0612818719_button_calluilogic_click", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_panel_usr0612818719_button_calluilogic_click", + "name" : "返回", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "back_history" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "panel_usr0612818719_button_calluilogic_click", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "uILogicType" : "DELOGIC", + "id" : "panel_usr0612818719_button_calluilogic_click@review_content" + }, + "tooltip" : "返回", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + } ], + "getPSSysCss" : { + "cssName" : "toolbar-style-container" + } + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "多项数据容器", + "dataRegionType" : "MULTIDATA", + "dataSourceType" : "DEDATASET", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_multidata1", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "单项数据容器", + "dataName" : "review_data", + "dataRegionType" : "SINGLEDATA", + "dataSourceType" : "ACTIVEDATAPARAM", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_singledata", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container5", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_data_identifier", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_data_identifier", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "identifier" + }, { + "caption" : "标签", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_label", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "getPSRawItem" : { + "caption" : "-", + "contentType" : "RAW", + "name" : "static_label", + "predefinedType" : "STATIC_LABEL", + "renderMode" : "PARAGRAPH" + }, + "rawContent" : "-", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_data_name", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_data_name", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "name" + } ] + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_data_date", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_data_date", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "create_time" + } ] + } ], + "predefinedType" : "CONTAINER_SINGLEDATA" + }, { + "caption" : "多项数据容器", + "dataName" : "stage_results", + "dataRegionType" : "MULTIDATA", + "dataSourceType" : "ACTIVEDATAPARAM", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_multidata", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container1", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container3", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "create_man", + "getPSEditor" : { + "editorStyle" : "PERSONNEL_INFO", + "editorType" : "SPAN", + "name" : "create_man", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSONNEL_INFO", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "create_man", + "convertToCodeItemText" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "create_time", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "create_time", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" + }, + "valueFormat" : "YYYY年MM月DD日", + "viewFieldName" : "create_time" + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container2", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "result_name", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_name", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "name" + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "result_state", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" + }, + "viewFieldName" : "result_state", + "convertToCodeItemText" : true + } ] + } ] + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "comment", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "comment", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" + }, + "viewFieldName" : "comment" + } ], + "predefinedType" : "CONTAINER_MULTIDATA" + }, { + "caption" : "分割线", + "contentType" : "DIVIDER", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "divider", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "contentType" : "DIVIDER", + "name" : "divider", + "predefinedType" : "DIVIDER" + }, + "showCaption" : true + } ], + "predefinedType" : "CONTAINER_MULTIDATA" + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "5a5b1748abab7e1f84a85106d7e2ed0d", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "ListView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "list_view_search_form", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSSEARCHFORMS/list_view_search_form.json", + "logicName" : "评审历史列表视图_搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "be7c8a7cee45116b7ac2255e97d3b11c", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "codeName" : "list_view_list", + "controlType" : "LIST", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSLISTS/list_view_list.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "getItemPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "review_id", + "viewFieldName" : "principal_id" + }, { + "id" : "final_stage_results", + "viewFieldName" : "final_stage_results" + } ], + "codeName" : "usr0601083084", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSPANELS/usr0601083084.json", + "layoutMode" : "TABLE_24COL", + "logicName" : "List_列表项面板", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_id", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_id", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "principal_id" + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "final_stage_results", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "final_stage_results", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__final_stage_results.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "final_stage_results", + "convertToCodeItemText" : true + } ] + } ] + } ], + "name" : "list_itempanel", + "modelid" : "838176dc008edb47ea0b1b8507f69e0c", + "modeltype" : "PSSYSVIEWPANEL" + }, + "logicName" : "List", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "列表控件处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "LIST" + }, + "getPSDEListDataItems" : [ { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableGroup" : false, + "enableRowEdit" : false, + "enableRowEditGroup" : false, + "enableRowEditOrder" : false, + "enableRowNew" : false, + "noSort" : false, + "showHeader" : true, + "singleSelect" : true, + "name" : "list", + "modelid" : "7a1c1119d1cc0b946aa49cb97e853f61", + "modeltype" : "PSDELIST" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审历史", + "codeName" : "list_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审历史列表", + "viewStyle" : "DEFAULT", + "viewType" : "DELISTVIEW", + "xDataControlName" : "list", + "enableDP" : true, + "enableFilter" : true, + "enableSearch" : true, + "showCaptionBar" : false, + "modelid" : "6ce849890265fbb0ab3cddb8e9077b5b", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "idea", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "IDEA", + "SRFPARENTTYPE" : "CUSTOM" + }, + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false } ], "getPSLayout" : { "childColMD" : 24, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_grid_view.json index 453a73e3440e9e3a5bb6d93c690f76ea70d49c7d..6f19b6c705d28b6c8d8afe579cfce5ed2d51a9c9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_grid_view.json @@ -947,7 +947,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1159,6 +1159,13 @@ "name" : "STATE", "codeName" : "state" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1341,14 +1348,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json index 83ee6b42bd6114e4c287bc9a17f8f8bf2b55cf7d..80a8114a4e5639501efc258fda2f0381c297be19 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json @@ -1852,6 +1852,13 @@ }, { "id" : "baseline_name", "dataType" : 25 + }, { + "id" : "review_result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + } }, { "id" : "is_readonly", "hidden" : true, @@ -3922,22 +3929,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -3946,30 +3948,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -4391,6 +4398,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -5704,11 +5755,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -5720,17 +5778,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -5739,13 +5797,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -5805,7 +5856,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -17936,6 +17987,107 @@ }, "infoGroupMode" : false, "showCaption" : false + }, { + "caption" : "评审结果", + "codeName" : "review_result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "review_result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 21, + "colMD" : 21, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true, + "showCaption" : true + }, { + "codeName" : "grouppanel14", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel14", + "getPSDEFormDetails" : [ { + "actionType" : "UIACTION", + "buttonStyle" : "STYLE2", + "caption" : "评审历史", + "codeName" : "button5", + "detailStyle" : "STYLE2", + "detailType" : "BUTTON", + "name" : "button5", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "form_button5" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf18e@FontAwesome", + "cssClass" : "fa fa-arrow-circle-o-right" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "查看评审历史", + "codeName" : "check_review_history", + "frontProcessType" : "OTHER", + "fullCodeName" : "idea_check_review_history", + "name" : "查看评审历史", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "check_review_history" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "idea", + "rawValue" : false + } ], + "uIActionMode" : "FRONT", + "uIActionTag" : "check_review_history", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "check_review_history@idea" + }, + "tooltip" : "评审历史", + "uIActionTarget" : "NONE", + "showCaption" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colLG" : 3, + "colMD" : 3, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false }, { "caption" : "是否只读", "codeName" : "is_readonly", @@ -22384,6 +22536,1401 @@ }, "infoGroupMode" : false, "showCaption" : false + }, { + "caption" : "评审历史", + "codeName" : "grouppanel15", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel15", + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNULL", + "dEFDName" : "id", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "id" ], + "notMode" : false + } ], + "getPSDEFormDetails" : [ { + "codeName" : "druipart8", + "dRItemTag" : "UsrDRItem0509377221", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart8", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审历史", + "codeName" : "review_content_list_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_list_view.json", + "mDCtrlActiveMode" : 0, + "name" : "review_contentlist_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSDEViewCodeName" : "list_view", + "getPSDEViewId" : "56515adf25bb15c98b26b93fe16f82fd", + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "review_data_identifier", + "viewFieldName" : "identifier" + }, { + "id" : "review_data_name", + "viewFieldName" : "name" + }, { + "id" : "review_data_date", + "viewFieldName" : "create_time" + }, { + "id" : "create_man", + "viewFieldName" : "create_man" + }, { + "id" : "create_time", + "viewFieldName" : "create_time" + }, { + "id" : "result_name", + "viewFieldName" : "name" + }, { + "id" : "result_state", + "viewFieldName" : "result_state" + }, { + "id" : "comment", + "viewFieldName" : "comment" + } ], + "codeName" : "usr0612818719", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "list_view列表视图布局面板", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_captionbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "页面标题", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "captionbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "caption" : "容器", + "contentHeight" : 64.0, + "height" : 64.0, + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container4", + "getPSLayout" : { + "align" : "flex-end", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "height" : 64, + "heightMode" : "PX", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "actionType" : "UIACTION", + "buttonStyle" : "DEFAULT", + "caption" : "返回", + "itemStyle" : "DEFAULT", + "itemType" : "BUTTON", + "name" : "button_calluilogic", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "layoutpanel_button_calluilogic" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "返回", + "codeName" : "panel_usr0612818719_button_calluilogic_click", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_panel_usr0612818719_button_calluilogic_click", + "name" : "返回", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "back_history" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "panel_usr0612818719_button_calluilogic_click", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "uILogicType" : "DELOGIC", + "id" : "panel_usr0612818719_button_calluilogic_click@review_content" + }, + "tooltip" : "返回", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + } ], + "getPSSysCss" : { + "cssName" : "toolbar-style-container" + } + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "多项数据容器", + "dataRegionType" : "MULTIDATA", + "dataSourceType" : "DEDATASET", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_multidata1", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "单项数据容器", + "dataName" : "review_data", + "dataRegionType" : "SINGLEDATA", + "dataSourceType" : "ACTIVEDATAPARAM", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_singledata", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container5", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_data_identifier", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_data_identifier", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "identifier" + }, { + "caption" : "标签", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_label", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "getPSRawItem" : { + "caption" : "-", + "contentType" : "RAW", + "name" : "static_label", + "predefinedType" : "STATIC_LABEL", + "renderMode" : "PARAGRAPH" + }, + "rawContent" : "-", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_data_name", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_data_name", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "name" + } ] + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_data_date", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_data_date", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "create_time" + } ] + } ], + "predefinedType" : "CONTAINER_SINGLEDATA" + }, { + "caption" : "多项数据容器", + "dataName" : "stage_results", + "dataRegionType" : "MULTIDATA", + "dataSourceType" : "ACTIVEDATAPARAM", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_multidata", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container1", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container3", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "create_man", + "getPSEditor" : { + "editorStyle" : "PERSONNEL_INFO", + "editorType" : "SPAN", + "name" : "create_man", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSONNEL_INFO", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "create_man", + "convertToCodeItemText" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "create_time", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "create_time", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" + }, + "valueFormat" : "YYYY年MM月DD日", + "viewFieldName" : "create_time" + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container2", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "result_name", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_name", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "name" + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "result_state", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" + }, + "viewFieldName" : "result_state", + "convertToCodeItemText" : true + } ] + } ] + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "comment", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "comment", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" + }, + "viewFieldName" : "comment" + } ], + "predefinedType" : "CONTAINER_MULTIDATA" + }, { + "caption" : "分割线", + "contentType" : "DIVIDER", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "divider", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "contentType" : "DIVIDER", + "name" : "divider", + "predefinedType" : "DIVIDER" + }, + "showCaption" : true + } ], + "predefinedType" : "CONTAINER_MULTIDATA" + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "5a5b1748abab7e1f84a85106d7e2ed0d", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "ListView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "list_view_search_form", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSSEARCHFORMS/list_view_search_form.json", + "logicName" : "评审历史列表视图_搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "be7c8a7cee45116b7ac2255e97d3b11c", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "codeName" : "list_view_list", + "controlType" : "LIST", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSLISTS/list_view_list.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "getItemPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "review_id", + "viewFieldName" : "principal_id" + }, { + "id" : "final_stage_results", + "viewFieldName" : "final_stage_results" + } ], + "codeName" : "usr0601083084", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSPANELS/usr0601083084.json", + "layoutMode" : "TABLE_24COL", + "logicName" : "List_列表项面板", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "review_id", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "review_id", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "principal_id" + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "final_stage_results", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "final_stage_results", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__final_stage_results.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "final_stage_results", + "convertToCodeItemText" : true + } ] + } ] + } ], + "name" : "list_itempanel", + "modelid" : "838176dc008edb47ea0b1b8507f69e0c", + "modeltype" : "PSSYSVIEWPANEL" + }, + "logicName" : "List", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "列表控件处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "LIST" + }, + "getPSDEListDataItems" : [ { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableGroup" : false, + "enableRowEdit" : false, + "enableRowEditGroup" : false, + "enableRowEditOrder" : false, + "enableRowNew" : false, + "noSort" : false, + "showHeader" : true, + "singleSelect" : true, + "name" : "list", + "modelid" : "7a1c1119d1cc0b946aa49cb97e853f61", + "modeltype" : "PSDELIST" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审历史", + "codeName" : "list_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审历史列表", + "viewStyle" : "DEFAULT", + "viewType" : "DELISTVIEW", + "xDataControlName" : "list", + "enableDP" : true, + "enableFilter" : true, + "enableSearch" : true, + "showCaptionBar" : false, + "modelid" : "6ce849890265fbb0ab3cddb8e9077b5b", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "idea", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "IDEA", + "SRFPARENTTYPE" : "CUSTOM" + }, + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false } ], "getPSLayout" : { "childColMD" : 24, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_not_add_pick_up_grid_view_review.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_not_add_pick_up_grid_view_review.json new file mode 100644 index 0000000000000000000000000000000000000000..d366724f38aa116436921fd1d65fc39c2e4e48d9 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_not_add_pick_up_grid_view_review.json @@ -0,0 +1,857 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.IDEA" + }, + "caption" : "需求", + "codeName" : "idea_not_add_pick_up_grid_view_review", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_not_add_pick_up_grid_view_review.json", + "gridRowActiveMode" : 1, + "name" : "ideanot_add_pick_up_grid_view_review", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "PickupGridView", + "name" : "engine" + } ], + "getPSControls" : [ { + "codeName" : "review_searchform", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSSEARCHFORMS/review_searchform.json", + "logicName" : "评审搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormItems" : [ { + "id" : "n_title_like", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + } + }, { + "id" : "n_state_eq", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } + }, { + "id" : "n_idea_type_eq", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + } + }, { + "id" : "n_assignee_name_eq", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + } + }, { + "id" : "n_assignee_id_eq", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ASSIGNEE_ID", + "codeName" : "assignee_id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_TITLE_LIKE" + }, + "caption" : "标题", + "codeName" : "n_title_like", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_title_like", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + }, + "getPSEditor" : { + "editorType" : "TEXTBOX", + "name" : "n_title_like", + "placeHolder" : "请输入需求标题" + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_STATE_EQ" + }, + "caption" : "状态", + "codeName" : "n_state_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_state_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "n_state_eq", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json" + }, + "placeHolder" : "请选择需求状态", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "需求类型", + "codeName" : "n_idea_type_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_idea_type_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "n_idea_type_eq", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__requirement_type.json" + }, + "placeHolder" : "请选择需求类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_ASSIGNEE_NAME_EQ" + }, + "caption" : "负责人", + "codeName" : "n_assignee_name_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_assignee_name_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + }, + "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.n_department_id_eq" : "%srforgsectorid%", + "AC" : "TRUE", + "SRFNAVPARAM.n_status_eq" : "1", + "TRIGGER" : "TRUE", + "URL" : "products/${context.product}/product_members/fetch_default", + "PICKUPVIEW" : "FALSE", + "USERMETHOD" : "post", + "USERMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "DEPTMAP" : "{\"id\":\"id\",\"name\":\"display_name\"}", + "DEPTMETHOD" : "get", + "DEPTURL" : "/users/fetch_default" + }, + "editorStyle" : "PERSONEL_SELECT_PRODUCT", + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "n_assignee_name_eq", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/user.json" + }, + "getPSEditorItems" : [ { + "name" : "n_assignee_id_eq" + } ], + "getPSNavigateParams" : [ { + "key" : "n_department_id_eq", + "name" : "n_department_id_eq", + "value" : "srforgsectorid", + "rawValue" : false + }, { + "key" : "n_status_eq", + "name" : "n_status_eq", + "value" : "1", + "rawValue" : true + } ], + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSON_SELECT", + "runtimeObject" : true + }, + "placeHolder" : "负责人", + "valueItemName" : "n_assignee_id_eq", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "valueItemName" : "n_assignee_id_eq", + "allowEmpty" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_ASSIGNEE_ID_EQ" + }, + "caption" : "负责人", + "codeName" : "n_assignee_id_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "n_assignee_id_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ASSIGNEE_ID", + "codeName" : "assignee_id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "n_assignee_id_eq" + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColLG" : 5, + "childColMD" : 5, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "F8947DD9-3D16-4F0E-AEDF-7E2C6F10C355", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "aggMode" : "NONE", + "codeName" : "not_check_pickup_grid_review", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/not_check_pickup_grid_review.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, + "groupMode" : "NONE", + "logicName" : "未选择的需求选择表格(评审)", + "getOrderValuePSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSDEDataImport" : { + "modelref" : true, + "id" : "import_idea" + }, + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.IDEA.IDENTIFIER" + }, + "caption" : "编号", + "codeName" : "identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "identifier", + "excelCaption" : "编号", + "name" : "identifier", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.TITLE" + }, + "caption" : "标题", + "codeName" : "title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "title", + "excelCaption" : "标题", + "name" : "title", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + }, + "width" : 150, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.STATE" + }, + "caption" : "状态", + "codeName" : "state", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "state", + "excelCaption" : "状态", + "name" : "state", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json" + }, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "review_result_state", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "review_result_state", + "excelCaption" : "评审结果", + "name" : "review_result_state", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "需求类型", + "codeName" : "idea_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea_type", + "excelCaption" : "需求类型", + "name" : "idea_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__requirement_type.json" + }, + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.PRIORITY" + }, + "caption" : "优先级", + "codeName" : "priority", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "priority", + "excelCaption" : "优先级", + "name" : "priority", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json" + }, + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ASSIGNEE_NAME" + }, + "caption" : "负责人", + "codeName" : "assignee_name", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "assignee_name", + "excelCaption" : "负责人", + "name" : "assignee_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "identifier", + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + } + }, { + "dataType" : 25, + "name" : "title", + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + } + }, { + "dataType" : 25, + "name" : "state", + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } + }, { + "dataType" : 25, + "name" : "review_result_state", + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + } + }, { + "dataType" : 25, + "name" : "idea_type", + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + } + }, { + "dataType" : 25, + "name" : "priority", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } + }, { + "dataType" : 25, + "name" : "assignee_name", + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "assignee_id", + "getPSAppDEField" : { + "name" : "ASSIGNEE_ID", + "codeName" : "assignee_id" + } + }, { + "dataType" : 25, + "name" : "product_id", + "getPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + } + }, { + "dataType" : 25, + "name" : "category_id", + "getPSAppDEField" : { + "name" : "CATEGORY_ID", + "codeName" : "category_id" + } + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + } + }, { + "dataType" : 25, + "name" : "srfmstag" + } ], + "getPSDEGridEditItems" : [ { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingMode" : 1, + "pagingSize" : 20, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, + "sortMode" : "REMOTE", + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : true, + "enableRowEdit" : false, + "enableRowEditOrder" : false, + "enableRowNew" : false, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : false, + "name" : "grid", + "modelid" : "1c2db98ed5e0dc83683aef35ec23615b", + "modeltype" : "PSDEGRID" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.IDEA" + }, + "caption" : "需求", + "codeName" : "not_add_pick_up_grid_view_review_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "not_add_pick_up_grid_view_review", + "getPSDEViewId" : "8B35ECE3-F519-4698-B15C-8525557B6D74", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEPICKUPGRIDVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "未添加的需求表格", + "viewStyle" : "DEFAULT", + "viewType" : "DEPICKUPGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableRowEdit" : false, + "enableSearch" : true, + "expandSearchForm" : true, + "pickupMode" : true, + "rowEditDefault" : false, + "modelid" : "9464b3736d3ebda075a0df2a45011724", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "ideas", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "idea", + "minorDEName" : "IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "name" : "DER1N_IDEA_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_plan_count_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_plan_count_grid_view.json index b9a7a933086d90a64997df8667bef3601907c566..c17e13ce9f0cf2c5701e3e580f07e764ae0b5a4b 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_plan_count_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_plan_count_grid_view.json @@ -634,7 +634,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -686,6 +686,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -924,8 +931,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_quick_create_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_quick_create_view.json index 434eff39f28fd34d148b9c21357ff5f3964500ca..b9d4f0869d9c5d8227797ef0de00790a37b57a88 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_quick_create_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_quick_create_view.json @@ -101,6 +101,7 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" } }, + "hookEventNames" : [ "ONCHANGE" ], "logicName" : "需求快速建立视图_表单", "getPSAppDataEntity" : { "modelref" : true, @@ -185,6 +186,21 @@ "enableDEFieldPrivilege" : false, "id" : "选项表单处理器" }, + "getPSControlLogics" : [ { + "eventNames" : "onChange", + "itemName" : "product_name", + "logicTag" : "form", + "logicType" : "APPDEUILOGIC", + "name" : "reset_ctx", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "reset_product_id" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + } ], "getPSControlParam" : { "autoLoad" : true, "showBusyIndicator" : true, @@ -1086,7 +1102,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNULL", "dEFDName" : "checkid", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "checkid值为空(Nil)" } ], "relatedDetailNames" : [ "checkid" ], "notMode" : false @@ -1183,7 +1200,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNOTNULL", "dEFDName" : "product_name", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "product_name值不为空(NotNil)" } ], "relatedDetailNames" : [ "product_name" ], "notMode" : false @@ -1272,7 +1290,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNOTNULL", "dEFDName" : "product_name", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "product_name值不为空(NotNil)" } ], "relatedDetailNames" : [ "product_name" ], "notMode" : false @@ -1426,7 +1445,8 @@ "getPSDEFDLogics" : [ { "condOP" : "ISNOTNULL", "dEFDName" : "product_name", - "logicType" : "SINGLE" + "logicType" : "SINGLE", + "name" : "product_name值不为空(NotNil)" } ], "relatedDetailNames" : [ "product_name" ], "notMode" : false @@ -1450,33 +1470,38 @@ "getPSEditor" : { "editorParams" : { "multiple" : "true", - "SRFNAVPARAM.n_product_id_eq" : "%product%" + "DROPDOWNVIEW" : "TRUE", + "AC" : "FALSE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "TRUE" }, - "editorType" : "MDROPDOWNLIST", + "editorType" : "PICKEREX_DROPDOWNVIEW", "name" : "customer", - "getPSAppCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__product_customer.json" - }, "getPSEditorItems" : [ { "name" : "customer_id" } ], - "getPSNavigateParams" : [ { - "key" : "n_product_id_eq", - "name" : "n_product_id_eq", - "value" : "product", - "rawValue" : false - } ], + "getPickupPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_pc_customer_pickup_tree_view.json", + "viewType" : "DEPICKUPTREEVIEW" + }, "placeHolder" : "选择客户", - "singleSelect" : false + "valueItemName" : "customer_id", + "dropDownView" : true, + "enableAC" : false, + "enablePickupView" : true, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true }, "getPSLayoutPos" : { "colMD" : 24, "layout" : "TABLE_24COL" }, + "resetItemName" : "product_name", + "resetItemNames" : [ "product_name" ], "valueItemName" : "customer_id", "allowEmpty" : true, - "needCodeListConfig" : true, "showCaption" : true }, { "getCapPSLanguageRes" : { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json index 052fc486074e2a835490a43855d0f5e399fe7736..c0c0db8bd5fed2fd6b4335420f3fff321b4e7876 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json @@ -477,13 +477,13 @@ "getEmbeddedPSAppDEView" : { "accUserMode" : 2, "getCapPSLanguageRes" : { - "lanResTag" : "PAGE.CAPTION.IDEA.NOT_RE_PICKUP_GRID" + "lanResTag" : "DE.LNAME.IDEA" }, - "caption" : "选择需求", - "codeName" : "idea_un_scheduled_pickup_grid_view", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_un_scheduled_pickup_grid_view.json", + "caption" : "需求", + "codeName" : "idea_not_add_pick_up_grid_view_review", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_not_add_pick_up_grid_view_review.json", "gridRowActiveMode" : 1, - "name" : "ideaun_scheduled_pickup_grid_view", + "name" : "ideanot_add_pick_up_grid_view_review", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" @@ -497,29 +497,344 @@ "engineType" : "PickupGridView", "name" : "engine" } ], - "getPSAppViewNavParams" : [ { - "key" : "principal_type", - "name" : "principal_type", - "value" : "principal_type", - "rawValue" : false - }, { - "key" : "target_type", - "name" : "target_type", - "value" : "target_type", - "rawValue" : false - }, { - "key" : "principal_id", - "name" : "principal_id", - "value" : "principal_id", - "rawValue" : false - } ], "getPSControls" : [ { + "codeName" : "review_searchform", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSSEARCHFORMS/review_searchform.json", + "logicName" : "评审搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormItems" : [ { + "id" : "n_title_like", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + } + }, { + "id" : "n_state_eq", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } + }, { + "id" : "n_idea_type_eq", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + } + }, { + "id" : "n_assignee_name_eq", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + } + }, { + "id" : "n_assignee_id_eq", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ASSIGNEE_ID", + "codeName" : "assignee_id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_TITLE_LIKE" + }, + "caption" : "标题", + "codeName" : "n_title_like", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_title_like", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TITLE", + "codeName" : "title" + }, + "getPSEditor" : { + "editorType" : "TEXTBOX", + "name" : "n_title_like", + "placeHolder" : "请输入需求标题" + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_STATE_EQ" + }, + "caption" : "状态", + "codeName" : "n_state_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_state_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "n_state_eq", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json" + }, + "placeHolder" : "请选择需求状态", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "需求类型", + "codeName" : "n_idea_type_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_idea_type_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "n_idea_type_eq", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__requirement_type.json" + }, + "placeHolder" : "请选择需求类型", + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_ASSIGNEE_NAME_EQ" + }, + "caption" : "负责人", + "codeName" : "n_assignee_name_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "n_assignee_name_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + }, + "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.n_department_id_eq" : "%srforgsectorid%", + "AC" : "TRUE", + "SRFNAVPARAM.n_status_eq" : "1", + "TRIGGER" : "TRUE", + "URL" : "products/${context.product}/product_members/fetch_default", + "PICKUPVIEW" : "FALSE", + "USERMETHOD" : "post", + "USERMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "DEPTMAP" : "{\"id\":\"id\",\"name\":\"display_name\"}", + "DEPTMETHOD" : "get", + "DEPTURL" : "/users/fetch_default" + }, + "editorStyle" : "PERSONEL_SELECT_PRODUCT", + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "n_assignee_name_eq", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/user.json" + }, + "getPSEditorItems" : [ { + "name" : "n_assignee_id_eq" + } ], + "getPSNavigateParams" : [ { + "key" : "n_department_id_eq", + "name" : "n_department_id_eq", + "value" : "srforgsectorid", + "rawValue" : false + }, { + "key" : "n_status_eq", + "name" : "n_status_eq", + "value" : "1", + "rawValue" : true + } ], + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSON_SELECT", + "runtimeObject" : true + }, + "placeHolder" : "负责人", + "valueItemName" : "n_assignee_id_eq", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "valueItemName" : "n_assignee_id_eq", + "allowEmpty" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_ASSIGNEE_ID_EQ" + }, + "caption" : "负责人", + "codeName" : "n_assignee_id_eq", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "n_assignee_id_eq", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ASSIGNEE_ID", + "codeName" : "assignee_id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "n_assignee_id_eq" + }, + "getPSLayoutPos" : { + "colLG" : 5, + "colMD" : 5, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColLG" : 5, + "childColMD" : 5, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "F8947DD9-3D16-4F0E-AEDF-7E2C6F10C355", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { "aggMode" : "NONE", - "codeName" : "not_re_pickup_grid_grid", + "codeName" : "not_check_pickup_grid_review", "columnEnableFilter" : 2, "columnEnableLink" : 2, "controlType" : "GRID", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/not_re_pickup_grid_grid.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSGRIDS/not_check_pickup_grid_review.json", "getFetchPSControlAction" : { "modelref" : true, "id" : "fetch", @@ -527,7 +842,7 @@ "name" : "fetch", "getPSAppDEMethod" : { "modelref" : true, - "id" : "fetch_not_exsists_relation" + "id" : "fetch_review_data" }, "getPSAppDataEntity" : { "modelref" : true, @@ -535,7 +850,7 @@ } }, "groupMode" : "NONE", - "logicName" : "未排期的需求选择表格_表格", + "logicName" : "未选择的需求选择表格(评审)", "getOrderValuePSAppDEField" : { "name" : "SEQUENCE", "codeName" : "sequence" @@ -615,7 +930,7 @@ "name" : "fetch", "getPSAppDEMethod" : { "modelref" : true, - "id" : "fetch_not_exsists_relation" + "id" : "fetch_review_data" }, "getPSAppDataEntity" : { "modelref" : true, @@ -636,6 +951,26 @@ "id" : "import_idea" }, "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.IDEA.IDENTIFIER" + }, + "caption" : "编号", + "codeName" : "identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "identifier", + "excelCaption" : "编号", + "name" : "identifier", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { "align" : "LEFT", "cLConvertMode" : "NONE", "getCapPSLanguageRes" : { @@ -652,7 +987,7 @@ "name" : "TITLE", "codeName" : "title" }, - "width" : 200, + "width" : 150, "widthUnit" : "STAR", "enableSort" : true }, { @@ -679,6 +1014,48 @@ "width" : 150, "widthUnit" : "PX", "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "review_result_state", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "review_result_state", + "excelCaption" : "评审结果", + "name" : "review_result_state", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "需求类型", + "codeName" : "idea_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea_type", + "excelCaption" : "需求类型", + "name" : "idea_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__requirement_type.json" + }, + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true }, { "align" : "LEFT", "cLConvertMode" : "FRONT", @@ -703,8 +1080,35 @@ "width" : 150, "widthUnit" : "PX", "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ASSIGNEE_NAME" + }, + "caption" : "负责人", + "codeName" : "assignee_name", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "assignee_name", + "excelCaption" : "负责人", + "name" : "assignee_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true } ], "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "identifier", + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + } + }, { "dataType" : 25, "name" : "title", "getPSAppDEField" : { @@ -718,6 +1122,20 @@ "name" : "STATE", "codeName" : "state" } + }, { + "dataType" : 25, + "name" : "review_result_state", + "getPSAppDEField" : { + "name" : "REVIEW_RESULT_STATE", + "codeName" : "review_result_state" + } + }, { + "dataType" : 25, + "name" : "idea_type", + "getPSAppDEField" : { + "name" : "IDEA_TYPE", + "codeName" : "idea_type" + } }, { "dataType" : 25, "name" : "priority", @@ -725,6 +1143,13 @@ "name" : "PRIORITY", "codeName" : "priority" } + }, { + "dataType" : 25, + "name" : "assignee_name", + "getPSAppDEField" : { + "name" : "ASSIGNEE_NAME", + "codeName" : "assignee_name" + } }, { "dataType" : 25, "name" : "srfkey", @@ -818,131 +1243,8 @@ "noSort" : false, "singleSelect" : false, "name" : "grid", - "modelid" : "ead185875a2073695785998c494e5a01", + "modelid" : "1c2db98ed5e0dc83683aef35ec23615b", "modeltype" : "PSDEGRID" - }, { - "codeName" : "not_re_pickup_grid_search_form", - "controlType" : "SEARCHFORM", - "defaultLabelWidth" : 130, - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSSEARCHFORMS/not_re_pickup_grid_search_form.json", - "logicName" : "未排期的需求选择表格_搜索表单", - "getPSAppDataEntity" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" - }, - "getPSControlHandler" : { - "getPSHandlerActions" : [ { - "actionType" : "FILTERACTION", - "name" : "load", - "getPSAppDEMethod" : { - "modelref" : true, - "id" : "FilterGet" - }, - "getPSAppDataEntity" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" - } - }, { - "actionType" : "FILTERACTION", - "name" : "loaddraft", - "getPSAppDEMethod" : { - "modelref" : true, - "id" : "FilterGetDraft" - }, - "getPSAppDataEntity" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" - } - }, { - "actionType" : "FILTERACTION", - "name" : "search", - "getPSAppDEMethod" : { - "modelref" : true, - "id" : "FilterSearch" - }, - "getPSAppDataEntity" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" - } - } ], - "enableDEFieldPrivilege" : false, - "id" : "搜索表单处理器" - }, - "getPSControlParam" : { - "autoLoad" : true, - "showBusyIndicator" : true, - "id" : "SEARCHFORM" - }, - "getPSDEFormItems" : [ { - "id" : "n_title_like", - "dataType" : 25, - "getPSAppDEField" : { - "name" : "TITLE", - "codeName" : "title" - } - } ], - "getPSDEFormPages" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "CONTROL.DEFORM.IDEA.NOT_RE_PICKUP_GRID_SEARCHFORM.FORMPAGE.FORMPAGE1" - }, - "caption" : "常规条件", - "codeName" : "formpage1", - "detailStyle" : "DEFAULT", - "detailType" : "FORMPAGE", - "name" : "formpage1", - "getPSDEFormDetails" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "CONTROL.DEFORM.IDEA.NOT_RE_PICKUP_GRID_SEARCHFORM.FORMITEM.N_TITLE_LIKE" - }, - "codeName" : "n_title_like", - "dataType" : 25, - "detailStyle" : "DEFAULT", - "detailType" : "FORMITEM", - "enableCond" : 3, - "ignoreInput" : 0, - "labelPos" : "NONE", - "labelWidth" : 0, - "name" : "n_title_like", - "noPrivDisplayMode" : 1, - "getPSAppDEField" : { - "name" : "TITLE", - "codeName" : "title" - }, - "getPSEditor" : { - "editorType" : "TEXTBOX", - "name" : "n_title_like", - "placeHolder" : "请输入查询标题" - }, - "getPSLayoutPos" : { - "colLG" : 8, - "colMD" : 8, - "layout" : "TABLE_24COL" - }, - "allowEmpty" : true, - "emptyCaption" : true - } ], - "getPSLayout" : { - "childColLG" : 8, - "childColMD" : 8, - "columnCount" : 24, - "layout" : "TABLE_24COL" - }, - "infoGroupMode" : false - } ], - "getPSLayout" : { - "childColMD" : 24, - "columnCount" : 24, - "layout" : "TABLE_24COL" - }, - "searchButtonStyle" : "DEFAULT", - "tabHeaderPos" : "TOP", - "enableAdvanceSearch" : false, - "enableAutoSearch" : false, - "enableFilterSave" : false, - "noTabHeader" : true, - "name" : "searchform", - "modelid" : "3d33f3cf53dec293100956b259a51e85", - "modeltype" : "PSDEFORM_SEARCHFORM" }, { "controlType" : "SEARCHBAR", "name" : "searchbar", @@ -962,10 +1264,10 @@ "mobileSearchBar" : false }, { "getCapPSLanguageRes" : { - "lanResTag" : "PAGE.CAPTION.IDEA.NOT_RE_PICKUP_GRID" + "lanResTag" : "DE.LNAME.IDEA" }, - "caption" : "选择需求", - "codeName" : "un_scheduled_pickup_grid_view_captionbar", + "caption" : "需求", + "codeName" : "not_add_pick_up_grid_view_review_captionbar", "controlType" : "CAPTIONBAR", "name" : "captionbar", "getPSAppDataEntity" : { @@ -974,8 +1276,8 @@ }, "getPSControlParam" : { } } ], - "getPSDEViewCodeName" : "un_scheduled_pickup_grid_view", - "getPSDEViewId" : "cf65ac676e51fbda931d6dc7a929ab2f", + "getPSDEViewCodeName" : "not_add_pick_up_grid_view_review", + "getPSDEViewId" : "8B35ECE3-F519-4698-B15C-8525557B6D74", "getPSViewLayoutPanel" : { "codeName" : "layoutpanel", "controlStyle" : "APPDEPICKUPGRIDVIEW", @@ -990,10 +1292,7 @@ "layoutPanel" : true, "useDefaultLayout" : true }, - "title" : "未排期的需求", - "getTitlePSLanguageRes" : { - "lanResTag" : "PAGE.TITLE.IDEA.NOT_RE_PICKUP_GRID" - }, + "title" : "未添加的需求表格", "viewStyle" : "DEFAULT", "viewType" : "DEPICKUPGRIDVIEW", "xDataControlName" : "grid", @@ -1006,8 +1305,7 @@ "expandSearchForm" : true, "pickupMode" : true, "rowEditDefault" : false, - "showCaptionBar" : false, - "modelid" : "c031189422e54d63628a9888283c7b97", + "modelid" : "9464b3736d3ebda075a0df2a45011724", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { "actionRSMode" : 1, @@ -1051,56 +1349,67 @@ }, "getPSAppViewRefs" : [ { "name" : "EXPITEM:node", - "realTitle" : "其他实体关联需求多项数据选择视图_选择数据视图", + "realTitle" : "全部需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.GRID_VIEW_ALL" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" } }, { "name" : "EXPITEM:node_1", - "realTitle" : "其他实体关联需求多项数据选择视图_选择数据视图", + "realTitle" : "全部需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.GRID_VIEW_ALL" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" } }, { "name" : "EXPITEM:node_2", "parentDataJO" : { "srfparentdefname" : "category_id" }, - "realTitle" : "其他实体关联需求多项数据选择视图_选择数据视图", + "realTitle" : "全部需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.GRID_VIEW_ALL" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" } }, { "name" : "EXPITEM:node_3", "parentDataJO" : { "srfparentdefname" : "category_id" }, - "realTitle" : "其他实体关联需求多项数据选择视图_选择数据视图", + "realTitle" : "全部需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.GRID_VIEW_ALL" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" } }, { "name" : "EXPITEM:node_4", "parentDataJO" : { "srfparentdefname" : "category_id" }, - "realOpenMode" : "POPUPMODAL", - "realTitle" : "其他实体关联需求多项数据选择视图", + "realTitle" : "全部需求", "getRealTitlePSLanguageRes" : { - "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + "lanResTag" : "PAGE.TITLE.IDEA.GRID_VIEW_ALL" }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_view.json", - "viewType" : "DEMPICKUPVIEW2" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" } } ], "getPSControlHandler" : { @@ -1268,6 +1577,18 @@ }, "parentValueLevel" : 1, "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_5" + }, + "name" : "全部基线 - 基线", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "node_6" + }, + "parentValueLevel" : 1, + "searchMode" : 3 }, { "getChildPSDETreeNode" : { "modelref" : true, @@ -1468,6 +1789,12 @@ "id" : "node_3" }, "name" : "产品 - 无分组模块", + "getPSNavigateParams" : [ { + "key" : "n_owner_subtype_eq", + "name" : "n_owner_subtype_eq", + "value" : "idea", + "rawValue" : true + } ], "parentFilter" : "owner_id", "getParentPSDETreeNode" : { "modelref" : true, @@ -1475,6 +1802,18 @@ }, "parentValueLevel" : 1, "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_6" + }, + "name" : "默认根节点 - 全部基线", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "ROOT" + }, + "parentValueLevel" : 1, + "searchMode" : 3 } ], "getPSDETreeNodes" : [ { "counterMode" : 0, @@ -1509,8 +1848,8 @@ "name" : "产品", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node", "getPSAppDEDataSet" : { @@ -1522,24 +1861,9 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" }, "getPSNavigateParams" : [ { - "key" : "target_type", - "name" : "target_type", - "value" : "target_type", - "rawValue" : false - }, { - "key" : "principal_type", - "name" : "principal_type", - "value" : "principal_type", - "rawValue" : false - }, { "key" : "n_product_id_eq", "name" : "n_product_id_eq", - "value" : "product", - "rawValue" : false - }, { - "key" : "principal_id", - "name" : "principal_id", - "value" : "principal_id", + "value" : "id", "rawValue" : false } ], "getTextPSAppDEField" : { @@ -1578,8 +1902,8 @@ "name" : "子产品", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_1", "getPSAppDEDataSet" : { @@ -1590,12 +1914,6 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/section.json" }, - "getPSNavigateParams" : [ { - "key" : "n_section_id_eq", - "name" : "n_section_id_eq", - "value" : "section", - "rawValue" : false - } ], "sortDir" : "ASC", "getSortPSAppDEField" : { "name" : "SEQUENCE", @@ -1638,8 +1956,8 @@ "navFilter" : "category_id", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_2", "getPSAppDEDataSet" : { @@ -1688,8 +2006,8 @@ "navFilter" : "category_id", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_grid_view.json", - "viewType" : "DEPICKUPGRIDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_3", "getPSAppDEDataSet" : { @@ -1743,8 +2061,8 @@ "navFilter" : "category_id", "getNavPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_others_re_mpick_up_view.json", - "viewType" : "DEMPICKUPVIEW2" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_all_grid_view.json", + "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_4", "getPSAppDEDataSet" : { @@ -1781,6 +2099,79 @@ "selectFirstOnly" : false, "selected" : false, "id" : "node_4" + }, { + "counterMode" : 0, + "dataSourceType" : "DEDATASET", + "getIdPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "maxSize" : -1, + "name" : "基线", + "nodeType" : "node_5", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_baseline" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/baseline.json" + }, + "getPSNavigateParams" : [ { + "key" : "baseline", + "name" : "baseline", + "value" : "id", + "rawValue" : false + } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "treeNodeType" : "DE", + "hasPSDETreeNodeRSs" : false, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_5" + }, { + "counterMode" : 0, + "name" : "全部基线", + "nodeType" : "node_6", + "getPSNavigateParams" : [ { + "key" : "tag", + "name" : "tag", + "value" : "baseline", + "rawValue" : true + } ], + "text" : "全部基线", + "treeNodeType" : "STATIC", + "hasPSDETreeNodeRSs" : true, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_6" } ], "getPSSysPFPlugin" : { "pluginType" : "TREE_RENDER", @@ -2122,7 +2513,6 @@ "getPSControlParam" : { } } ] }, - "refFlag" : false, "title" : "计划关联需求多项数据选择视图", "getTitlePSLanguageRes" : { "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_show_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_show_edit_view.json index f688def7ad418a92a089f287a8e21cb4784012ee..102aaa4e1875ce1432a2b14f752a9f23e95f76b3 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_show_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_show_edit_view.json @@ -3076,6 +3076,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/library_config_tree_exp_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/library_config_tree_exp_view.json index aae06b65cc73bba12d1d99b5616376dbd46a3a43..6d236f3a40b31f70518c826d598b51357312c9f6 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/library_config_tree_exp_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/library_config_tree_exp_view.json @@ -465,6 +465,12 @@ "viewType" : "DEGRIDVIEW" }, "nodeType" : "node_5", + "getPSNavigateParams" : [ { + "key" : "n_object_type_eq", + "name" : "n_object_type_eq", + "value" : "LIBRARY", + "rawValue" : true + } ], "text" : "评审配置", "treeNodeType" : "STATIC", "hasPSDETreeNodeRSs" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_config_tree_exp_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_config_tree_exp_view.json index e1aed09c001099d2bafa4910f4788044cfd2637c..aea8d5e82fa7fd815b3d3d48c45dfa31742651ef 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_config_tree_exp_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_config_tree_exp_view.json @@ -90,6 +90,14 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_template_global_all_grid_view.json", "viewType" : "DEGRIDVIEW" } + }, { + "name" : "EXPITEM:node_9", + "realTitle" : "流程准则全部表格视图", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_all_grid_view.json", + "viewType" : "DEGRIDVIEW" + } } ], "getPSControlHandler" : { "enableDEFieldPrivilege" : false, @@ -330,6 +338,18 @@ }, "parentValueLevel" : 1, "searchMode" : 3 + }, { + "getChildPSDETreeNode" : { + "modelref" : true, + "id" : "node_9" + }, + "name" : "配置 - 评审配置", + "getParentPSDETreeNode" : { + "modelref" : true, + "id" : "node_6" + }, + "parentValueLevel" : 1, + "searchMode" : 3 } ], "getPSDETreeNodes" : [ { "counterMode" : 0, @@ -588,6 +608,39 @@ "selectFirstOnly" : false, "selected" : false, "id" : "node_8" + }, { + "counterMode" : 0, + "name" : "评审配置", + "getNavPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_all_grid_view.json", + "viewType" : "DEGRIDVIEW" + }, + "nodeType" : "node_9", + "getPSNavigateParams" : [ { + "key" : "n_object_type_eq", + "name" : "n_object_type_eq", + "value" : "PRODUCT", + "rawValue" : true + } ], + "text" : "评审配置", + "treeNodeType" : "STATIC", + "hasPSDETreeNodeRSs" : false, + "appendPNodeId" : false, + "disableSelect" : false, + "enableCheck" : false, + "enableEditData" : false, + "enableNewData" : false, + "enableQuickCreate" : false, + "enableQuickSearch" : false, + "enableRemoveData" : false, + "enableViewData" : false, + "expandFirstOnly" : false, + "expanded" : false, + "rootNode" : false, + "selectFirstOnly" : false, + "selected" : false, + "id" : "node_9" } ], "getPSSysPFPlugin" : { "pluginType" : "TREE_RENDER", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_index_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_index_view.json index c59bfa30e10c22346984c2551b8d7a554231a129..7c6398faaefa3893e60dc54185a2b6d53385111b 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_index_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_index_view.json @@ -12,6 +12,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" }, + "getPSAppViewNavContexts" : [ { + "key" : "IDENTIFIER", + "name" : "IDENTIFIER", + "value" : "identifier", + "rawValue" : false + } ], "getPSAppViewNavParams" : [ { "key" : "product", "name" : "product", @@ -441,6 +447,11 @@ "name" : "基线", "hidden" : false, "id" : "UsrDRGroup0423482168" + }, { + "caption" : "评审", + "name" : "评审", + "hidden" : false, + "id" : "UsrDRGroup0425581290" }, { "caption" : "项目", "name" : "项目", @@ -545,6 +556,18 @@ "value" : "srfreadonly", "rawValue" : false } ] + }, { + "caption" : "评审", + "name" : "review", + "getPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_tree_exp_view.json", + "viewType" : "DETREEEXPVIEW" + }, + "getPSDEDRBarGroup" : { + "modelref" : true, + "id" : "UsrDRGroup0425581290" + } }, { "caption" : "项目", "name" : "project", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_setting_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_setting_view.json index c2c653b22ca4af75390b047f2dbb47528c93ec90..b231a80e60dd01e98e572140c8205c7416458a11 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_setting_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_setting_view.json @@ -483,6 +483,18 @@ "modelref" : true, "id" : "UsrDRGroup0314383150" } + }, { + "caption" : "评审配置", + "name" : "guideline", + "getPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_product_all_grid_view.json", + "viewType" : "DEGRIDVIEW" + }, + "getPSDEDRBarGroup" : { + "modelref" : true, + "id" : "UsrDRGroup0314174756" + } } ], "uniqueTag" : "product_setting_view__drbar", "hideEditItem" : true, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_all_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_all_grid_view.json index 6f9bcf8020a142e99710a236770f6ee830d136e9..c68ad2fe233e4eba7648a2eb8a181e43b315a07c 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_all_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_all_grid_view.json @@ -61,16 +61,16 @@ "openMode" : "INDEXVIEWTAB_POPUPMODAL", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_main_view.json", - "viewType" : "DEEDITVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_redirect_view.json", + "viewType" : "DEREDIRECTVIEW" } }, "getPSAppUILogicRefViews" : [ { "openMode" : "INDEXVIEWTAB_POPUPMODAL", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_main_view.json", - "viewType" : "DEEDITVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_redirect_view.json", + "viewType" : "DEREDIRECTVIEW" } } ], "viewLogicType" : "APP_OPENDATA", @@ -84,30 +84,30 @@ "rawValue" : true } ], "getPSAppViewRefs" : [ { - "name" : "EDITDATA", + "name" : "NEWDATA", "openMode" : "INDEXVIEWTAB_POPUPMODAL", "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL", - "realTitle" : "评审主视图", + "realTitle" : "评审新建向导", "getRealTitlePSLanguageRes" : { - "lanResTag" : "PAGE.TITLE.REVIEW.MAIN_VIEW" + "lanResTag" : "PAGE.TITLE.REVIEW.CREATE_WIZARD_VIEW" }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_main_view.json", - "viewType" : "DEEDITVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_create_wizard_view.json", + "viewType" : "DEWIZARDVIEW" } }, { - "name" : "NEWDATA", + "name" : "EDITDATA", "openMode" : "INDEXVIEWTAB_POPUPMODAL", "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL", - "realTitle" : "评审新建向导", + "realTitle" : "评审数据重定向视图", "getRealTitlePSLanguageRes" : { - "lanResTag" : "PAGE.TITLE.REVIEW.CREATE_WIZARD_VIEW" + "lanResTag" : "PAGE.TITLE.REVIEW.REDIRECTVIEW" }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_create_wizard_view.json", - "viewType" : "DEWIZARDVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_redirect_view.json", + "viewType" : "DEREDIRECTVIEW" } } ], "getPSControls" : [ { @@ -209,6 +209,10 @@ "frontProcessType" : "WIZARD", "fullCodeName" : "review_new_idea_review", "name" : "新建需求评审", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "notify_refresh" + }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" @@ -221,6 +225,7 @@ "uIActionMode" : "FRONT", "uIActionTag" : "new_idea_review", "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", "closeEditView" : true, "closePopupView" : true, "reloadData" : true, @@ -427,6 +432,7 @@ "dataAccessAction" : "SUBDATA", "frontProcessType" : "OTHER", "fullCodeName" : "review_submit_review", + "memo" : "SUBDATA", "name" : "提交评审", "getPSAppDEMethod" : { "modelref" : true, @@ -472,6 +478,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -588,6 +595,44 @@ "addSeparator" : false, "showCaption" : true, "showIcon" : true + }, { + "caption" : "设置类别", + "detailType" : "DEUIACTION", + "name" : "u3479786", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "设置类别", + "codeName" : "set_idea_category", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_set_idea_category", + "name" : "设置需求评审类别", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "set_idea_category", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "set_idea_category@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true } ], "uniqueTag" : "review__Usr0428064370" }, @@ -1175,6 +1220,28 @@ "modelid" : "a8b94f32e2decb911cc9a7042d0c56ea", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_baseline_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_baseline_grid_view.json index bda380c8fa9108866501f3c1e5064e4d5adad5d4..32ae7b93d4653ca284c08f7e0472e98237245e92 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_baseline_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_baseline_grid_view.json @@ -204,6 +204,10 @@ "frontProcessType" : "WIZARD", "fullCodeName" : "review_new_idea_review", "name" : "新建需求评审", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "notify_refresh" + }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" @@ -216,6 +220,7 @@ "uIActionMode" : "FRONT", "uIActionTag" : "new_idea_review", "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", "closeEditView" : true, "closePopupView" : true, "reloadData" : true, @@ -422,6 +427,7 @@ "dataAccessAction" : "SUBDATA", "frontProcessType" : "OTHER", "fullCodeName" : "review_submit_review", + "memo" : "SUBDATA", "name" : "提交评审", "getPSAppDEMethod" : { "modelref" : true, @@ -467,6 +473,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -583,6 +590,44 @@ "addSeparator" : false, "showCaption" : true, "showIcon" : true + }, { + "caption" : "设置类别", + "detailType" : "DEUIACTION", + "name" : "u3479786", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "设置类别", + "codeName" : "set_idea_category", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_set_idea_category", + "name" : "设置需求评审类别", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "set_idea_category", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "set_idea_category@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true } ], "uniqueTag" : "review__Usr0428064370" }, @@ -1170,6 +1215,28 @@ "modelid" : "72c95e53f6dea6e72e93d327145d534f", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_complete_review_option_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_complete_review_option_view.json index c5dab5ced5682a5c71a1e4e1a8bd16dde6fed4ca..1bde87d625c89560b901571574225c7d51ff4233 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_complete_review_option_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_complete_review_option_view.json @@ -1006,6 +1006,28 @@ "modelid" : "8c8cd8b9655902b39bea6b372cef57a3", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json index 2a3ad2aeb8d2a253ed4d42ba09595ebe5c0f8a17..527ab399bffd997288b020d9df237b2ebcc4d255 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json @@ -490,6 +490,50 @@ "modelid" : "2e4c83b435929853d3f73d2232dc3b92", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_grid_view_all.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_grid_view_all.json index 552f7e5a7bc1a71b7b81769198c0746a5953a4ce..b88b07b6f26315ac326bbaa3e7d59688ab648d5d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_grid_view_all.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_grid_view_all.json @@ -331,10 +331,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -359,10 +359,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -438,16 +438,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "grid_view_all_toolbar", @@ -1429,6 +1432,50 @@ "modelid" : "961db6b53633c132f82c9005947fd19c", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json new file mode 100644 index 0000000000000000000000000000000000000000..63b81822c5b4f87c3b6b038ae3deaf6c564da042 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json @@ -0,0 +1,667 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "caption" : "产品需求评审内容", + "codeName" : "review_content_idea_edit_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json", + "funcViewMode" : "EDITVIEW", + "memo" : "系统自动添加", + "name" : "review_content_ideaEditView", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "EditView", + "name" : "engine" + } ], + "getPSControls" : [ { + "codeName" : "edit_view_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "工具栏模板(默认编辑界面)", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" + }, + "caption" : "保存", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "getPSUIAction" : { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" + }, + "caption" : "保存并关闭", + "codeName" : "SaveAndExit", + "dataAccessAction" : "SUBDATA", + "fullCodeName" : "SaveAndExit", + "name" : "编辑界面_保存并退出操作", + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "getPSSysImage" : { + "cssClass" : "sx-tb-saveandclose" + }, + "predefinedType" : "EDITVIEW_SAVEANDEXITACTION", + "timeout" : 60000, + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveAndExit", + "uIActionType" : "DEUIACTION" + }, + "tooltip" : "保存", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE" + }, + "showCaption" : true, + "showIcon" : true + } ], + "xDataControlName" : "form", + "modelid" : "48c8f789be8a5522d3003293c1cf2ffb", + "modeltype" : "PSDETOOLBAR" + }, { + "codeName" : "main", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSFORMS/main.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "logicName" : "主编辑表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "FORM" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.FORMPAGE.FORMPAGE1" + }, + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.GROUPPANEL.GROUP1" + }, + "caption" : "产品需求评审内容基本信息", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.FORMPAGE.FORMPAGE2" + }, + "caption" : "其它", + "codeName" : "formpage2", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage2", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.GROUPPANEL.GROUP2" + }, + "caption" : "操作信息", + "codeName" : "group2", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group2", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "noTabHeader" : false, + "name" : "form", + "modelid" : "243dc06a9654325baef07fd2abce69fa", + "modeltype" : "PSDEFORM_EDITFORM" + }, { + "codeName" : "edit_view_datainfobar", + "controlType" : "DATAINFOBAR", + "name" : "datainfobar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { + "id" : "datainfobar" + } + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "caption" : "产品需求评审内容", + "codeName" : "edit_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "EditView", + "getPSDEViewId" : "89ea74d0762b5151c4b2727a44b7cd2e", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEEDITVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "refFlag" : false, + "title" : "产品需求评审内容编辑视图", + "getTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.EDITVIEW" + }, + "viewStyle" : "DEFAULT", + "viewType" : "DEEDITVIEW", + "xDataControlName" : "form", + "enableDP" : true, + "showDataInfoBar" : true, + "modelid" : "52184dc4a619071e764ef4f1337d82ab", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_grid_view_all.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_grid_view_all.json new file mode 100644 index 0000000000000000000000000000000000000000..78249aae46d30ab27aec306eb9c375d88de966fe --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_grid_view_all.json @@ -0,0 +1,1681 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "review_content_idea_grid_view_all", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_grid_view_all.json", + "gridRowActiveMode" : 1, + "name" : "review_contentidea_grid_view_all", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewParams" : [ { + "key" : "PROPERTYMAP", + "name" : "PROPERTYMAP", + "value" : "show_identifier:idea.show_identifier,title:title" + } ], + "getPSDEViewCodeName" : "idea_grid_view_all", + "getPSDEViewId" : "041b4d056d9e525e247f692bfcd968fe", + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "schedule", + "viewFieldName" : "schedule" + }, { + "id" : "total_already", + "viewFieldName" : "total_already" + }, { + "id" : "total", + "viewFieldName" : "total" + } ], + "codeName" : "usr0423295749", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "wf_grid_view表格视图布局", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "滑块", + "contentWidth" : 150.0, + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "schedule", + "getPSEditor" : { + "editorParams" : { + "showText" : "true" + }, + "editorType" : "SLIDER", + "editorWidth" : 150.0, + "name" : "schedule", + "predefinedType" : "FIELD_SLIDER", + "stepValue" : 1.0 + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "width" : 150, + "widthMode" : "PX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "EQ", + "dstModelField" : "total", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "-1" + } ], + "relatedItemNames" : [ "total" ], + "notMode" : false + } ], + "viewFieldName" : "schedule", + "width" : 150.0 + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "已评", + "contentType" : "RAW", + "name" : "static_text", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "已评", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total_already", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total_already", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total_already" + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text1", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "/", + "contentType" : "RAW", + "name" : "static_text1", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "/", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total" + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_searchform", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "搜索表单", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "searchform", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "表格", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "grid", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "d023fb941c247a9d45de6b4fabe6b4fc", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "LOGIC", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_content_total" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSViewCtrlName" : "grid" + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "EDITDATA", + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "realOpenMode" : "POPUPMODAL", + "realTitle" : "需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.MAIN_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "NEWDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "idea_grid_view_all_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "工作流评审内容表格_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "完成评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "(context.review_state == 20&&!!context.curstage_id&&context._parent.curstage_state == 20&&context.cur_reviewer_id == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf192@FontAwesome", + "cssClass" : "fa fa-dot-circle-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "noPrivDisplayMode" : 1, + "caption" : "完成评审", + "codeName" : "open_complete_review", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_complete_review_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_open_complete_review", + "name" : "打开完成评审视图", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "completed_review" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "refresh_main_view" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "refreshMode" : 1, + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "open_complete_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "enableConfirm" : true, + "globalUIAction" : true, + "reloadData" : true, + "id" : "open_complete_review@review" + }, + "tooltip" : "完成评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "提交评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction3", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction3" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction3", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction3", + "scriptCode" : "(!context.curstage_id&&(context.review_state == 10||context.review_state == 50))\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf1d9@FontAwesome", + "cssClass" : "fa fa-paper-plane-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "noPrivDisplayMode" : 1, + "caption" : "提交评审", + "codeName" : "submit_review", + "dataAccessAction" : "UPDATE", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_submit_review", + "name" : "提交评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "submit_review" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "commit_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "getPSNavigateParams" : [ { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 2, + "uIActionMode" : "FRONT", + "uIActionTag" : "submit_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "submit_review@review_content" + }, + "tooltip" : "提交评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "grid", + "modelid" : "d3a9ac86f4712402a0626888611afe18", + "modeltype" : "PSDETOOLBAR" + }, { + "aggMode" : "NONE", + "codeName" : "idea_wf_grid_view_no_check_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_wf_grid_view_no_check_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求工作流评审内容表格_不复选框", + "memo" : "工作流评审内容表格_复选框:带有列表复选框,当状态为评审中并且未选中阶段时,显示该表格", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "calc_button_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_column_action_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSControls" : [ { + "codeName" : "idea_grid_view_all_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "context.review!= null && context.cur_reviewer_id != null && context.cur_reviewer_id == context.srfuserid && context.review_state == 20&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "评审", + "codeName" : "complete_review_quickly", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "review_content_complete_review_quickly", + "name" : "快速评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "refreshMode" : 1, + "successMsg" : "评审已完成", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "complete_review_quickly", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "complete_review_quickly@review_content" + }, + "tooltip" : "评审", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "((context.curstage_id == null && context.review_state == '10')||(context.curstage_id == null&&context.review_state == null))&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "8ff97ed8eeac6f5498f6d54910248a1f", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "objectNameField" : "show_identifier", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT", + "width" : 150, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "objectNameField" : "title", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0507142853", + "name" : "界面行为组(评审结果)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "ucb9925e", + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "u2d8231b", + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "版本比对", + "codeName" : "review_content_version_comparison", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_review_content_version_comparison", + "name" : "评审内容版本比对", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "review_content_version_comparison" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "tooltip" : "版本比对", + "uIActionMode" : "FRONT", + "uIActionTag" : "review_content_version_comparison", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "review_content_version_comparison@review_content" + }, + "tooltip" : "版本比对", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "review_content__Usr0507142853" + }, + "valueType" : "OBJECT", + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "stage_results", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "stage_results", + "excelCaption" : "评审结果", + "name" : "stage_results", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEKEY", + "noPrivDisplayMode" : 1, + "caption" : "设置评审结果", + "codeName" : "set_review_result", + "dataAccessAction" : "SUBDATA", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_set_review_result", + "name" : "设置评审结果", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "open_result" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "successMsg" : "评审结果已设置", + "uIActionMode" : "FRONT", + "uIActionTag" : "set_review_result", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "set_review_result@review_content" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_REVIEW_RESULTS", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 100, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 21, + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT" + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 21, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "评审结果", + "codeName" : "stage_results", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_results", + "valueType" : "OBJECTS" + }, + "allowEmpty" : true + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enableItemPrivilege" : true, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : true, + "singleSelect" : false, + "name" : "grid", + "modelid" : "4d2a3f5ee3de0e95af2b87b8b5ad0559", + "modeltype" : "PSDEGRID" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "idea_grid_view_all_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审内容表格", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableQuickSearch" : true, + "enableRowEdit" : true, + "enableSearch" : true, + "rowEditDefault" : false, + "modelid" : "9f5c77c327e0a74c4b10d6c8d0ed43f9", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_no_grid_view_all.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_no_grid_view_all.json new file mode 100644 index 0000000000000000000000000000000000000000..d597f05794a347c499455843d7a5c83db3807c14 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_no_grid_view_all.json @@ -0,0 +1,1799 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "review_content_idea_no_grid_view_all", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_no_grid_view_all.json", + "gridRowActiveMode" : 1, + "name" : "review_contentidea_no_grid_view_all", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewParams" : [ { + "key" : "PROPERTYMAP", + "name" : "PROPERTYMAP", + "value" : "show_identifier:idea.show_identifier,title:title" + } ], + "getPSDEViewCodeName" : "idea_no_grid_view_all", + "getPSDEViewId" : "8ce423ee0265114262e6e7f17c641a63", + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "schedule", + "viewFieldName" : "schedule" + }, { + "id" : "total_already", + "viewFieldName" : "total_already" + }, { + "id" : "total", + "viewFieldName" : "total" + } ], + "codeName" : "usr0423295749", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "wf_grid_view表格视图布局", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "滑块", + "contentWidth" : 150.0, + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "schedule", + "getPSEditor" : { + "editorParams" : { + "showText" : "true" + }, + "editorType" : "SLIDER", + "editorWidth" : 150.0, + "name" : "schedule", + "predefinedType" : "FIELD_SLIDER", + "stepValue" : 1.0 + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "width" : 150, + "widthMode" : "PX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "EQ", + "dstModelField" : "total", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "-1" + } ], + "relatedItemNames" : [ "total" ], + "notMode" : false + } ], + "viewFieldName" : "schedule", + "width" : 150.0 + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "已评", + "contentType" : "RAW", + "name" : "static_text", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "已评", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total_already", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total_already", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total_already" + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text1", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "/", + "contentType" : "RAW", + "name" : "static_text1", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "/", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total" + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_searchform", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "搜索表单", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "searchform", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "表格", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "grid", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "d023fb941c247a9d45de6b4fabe6b4fc", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "LOGIC", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_content_total" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSViewCtrlName" : "grid" + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "EDITDATA", + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "realOpenMode" : "POPUPMODAL", + "realTitle" : "需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.MAIN_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "NEWDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "idea_no_grid_view_all_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "评审内容表格(无多选)_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "完成评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "(context.review_state == 20&&!!context.curstage_id&&context._parent.curstage_state == 20&&context.cur_reviewer_id == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf192@FontAwesome", + "cssClass" : "fa fa-dot-circle-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "完成评审", + "codeName" : "complete_review", + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_complete_review", + "name" : "完成当前阶段评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "complete_cur_stage_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "complete_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "complete_review@review_content" + }, + "tooltip" : "完成评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "开始评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "(context.review_state == 20&&!!context.curstage_id&&context._parent.curstage_state == 10&&context.cur_reviewer_id == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "开始评审", + "codeName" : "start_cur_stage_review", + "confirmMsg" : "是否开始当前阶段评审", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_start_cur_stage_review", + "name" : "开始当前阶段评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "start_cur_stage_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "successMsg" : "已开启", + "uIActionMode" : "FRONT", + "uIActionTag" : "start_cur_stage_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "enableConfirm" : true, + "reloadData" : true, + "id" : "start_cur_stage_review@review_content" + }, + "tooltip" : "开始评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "提交评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction3", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction3" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction3", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction3", + "scriptCode" : "(!context.curstage_id&&(context.review_state == 10||context.review_state == 50))\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf1d9@FontAwesome", + "cssClass" : "fa fa-paper-plane-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "noPrivDisplayMode" : 1, + "caption" : "提交评审", + "codeName" : "submit_review", + "dataAccessAction" : "UPDATE", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_submit_review", + "name" : "提交评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "submit_review" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "commit_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "getPSNavigateParams" : [ { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 2, + "uIActionMode" : "FRONT", + "uIActionTag" : "submit_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "submit_review@review_content" + }, + "tooltip" : "提交评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "grid", + "modelid" : "8e59f274160e5e92217521ed9898db1d", + "modeltype" : "PSDETOOLBAR" + }, { + "aggMode" : "NONE", + "codeName" : "idea_no_grid_view_all_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_no_grid_view_all_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求评审内容表格(无多选)", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "calc_button_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_column_action_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSControls" : [ { + "codeName" : "idea_no_grid_view_all_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "context.review!= null && context.cur_reviewer_id != null && context.cur_reviewer_id == context.srfuserid && context.review_state == 20&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "评审", + "codeName" : "complete_review_quickly", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "review_content_complete_review_quickly", + "name" : "快速评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "refreshMode" : 1, + "successMsg" : "评审已完成", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "complete_review_quickly", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "complete_review_quickly@review_content" + }, + "tooltip" : "评审", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "((context.curstage_id == null && context.review_state == '10')||(context.curstage_id == null&&context.review_state == null))&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "8ff97ed8eeac6f5498f6d54910248a1f", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "objectNameField" : "show_identifier", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT", + "width" : 150, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "objectNameField" : "title", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0507142853", + "name" : "界面行为组(评审结果)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "ucb9925e", + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "u2d8231b", + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "版本比对", + "codeName" : "review_content_version_comparison", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_review_content_version_comparison", + "name" : "评审内容版本比对", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "review_content_version_comparison" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "tooltip" : "版本比对", + "uIActionMode" : "FRONT", + "uIActionTag" : "review_content_version_comparison", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "review_content_version_comparison@review_content" + }, + "tooltip" : "版本比对", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "review_content__Usr0507142853" + }, + "valueType" : "OBJECT", + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "stage_results", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "stage_results", + "excelCaption" : "评审结果", + "name" : "stage_results", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEKEY", + "noPrivDisplayMode" : 1, + "caption" : "设置评审结果", + "codeName" : "set_review_result", + "dataAccessAction" : "SUBDATA", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_set_review_result", + "name" : "设置评审结果", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "open_result" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "successMsg" : "评审结果已设置", + "uIActionMode" : "FRONT", + "uIActionTag" : "set_review_result", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "set_review_result@review_content" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_REVIEW_RESULTS", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 100, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 21, + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT" + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 21, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "评审结果", + "codeName" : "stage_results", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_results", + "valueType" : "OBJECTS" + }, + "allowEmpty" : true + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : true, + "singleSelect" : true, + "name" : "grid", + "modelid" : "3ac6e0792d3adaf6601b309f30aba7a7", + "modeltype" : "PSDEGRID" + }, { + "codeName" : "no_grid_view_all_search_form", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSSEARCHFORMS/no_grid_view_all_search_form.json", + "logicName" : "评审内容表格(无多选)_搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "1fb467764bc3e7445797626c64d04e8f", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "idea_no_grid_view_all_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审内容表格", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableQuickSearch" : true, + "enableRowEdit" : true, + "enableSearch" : true, + "rowEditDefault" : false, + "modelid" : "fb2368e975f0777fbda0776328f71d83", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_redirect_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_redirect_view.json new file mode 100644 index 0000000000000000000000000000000000000000..ce261992b4c21cf27504770ad37ac82c8ca987e3 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_redirect_view.json @@ -0,0 +1,263 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "caption" : "产品需求评审内容", + "codeName" : "review_content_idea_redirect_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_redirect_view.json", + "funcViewMode" : "REDIRECTVIEW", + "memo" : "系统自动添加", + "name" : "review_content_ideaRedirectView", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSControls" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "caption" : "产品需求评审内容", + "codeName" : "redirect_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "RedirectView", + "getPSDEViewId" : "7d088d9bf789210a392d8d72550697c7", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEREDIRECTVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "getRedirectPSAppViewRefs" : [ { + "name" : "REVIEW_CONTENT_IDEA:EDITVIEW", + "realTitle" : "产品需求评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITVIEW", + "realTitle" : "产品需求评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "refFlag" : false, + "title" : "产品需求评审内容数据重定向视图", + "getTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.REDIRECTVIEW" + }, + "viewStyle" : "DEFAULT", + "viewType" : "DEREDIRECTVIEW", + "enableCustomGetDataAction" : false, + "enableDP" : true, + "enableWorkflow" : true, + "redirectView" : true, + "modelid" : "7624d861ae48da74f471bd160d060f9c", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_set_result_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_set_result_edit_view.json new file mode 100644 index 0000000000000000000000000000000000000000..51e46be3dacbff510265c48df5e15a458bc62aa1 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_set_result_edit_view.json @@ -0,0 +1,2271 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审结果", + "codeName" : "review_content_idea_set_result_edit_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_set_result_edit_view.json", + "name" : "review_contentidea_set_result_edit_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "EditView", + "name" : "engine" + } ], + "getPSAppViewNavContexts" : [ { + "key" : "REVIEW_CONTENT", + "name" : "REVIEW_CONTENT", + "value" : "review_content", + "rawValue" : false + } ], + "getPSControls" : [ { + "codeName" : "idea_set_result_edit_view_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "设置评审结果编辑视图_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "返回", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "返回", + "codeName" : "back", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_back", + "name" : "返回", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "back" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "tooltip" : "返回", + "uIActionMode" : "FRONT", + "uIActionTag" : "back", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "back@review_content" + }, + "tooltip" : "返回", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "form", + "modelid" : "aaf289a359beee100449349ee35e3987", + "modeltype" : "PSDETOOLBAR" + }, { + "codeName" : "idea_set_result_edit_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/idea_set_result_edit_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "logicName" : "设置需求评审结果编辑视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "FORM" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "codeName" : "idea", + "contentType" : "REPEATER", + "detailStyle" : "STYLE3", + "detailType" : "MDCTRL", + "fieldName" : "idea", + "name" : "idea", + "getPSDEFormDetails" : [ { + "caption" : "show_identifier", + "codeName" : "show_identifier", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "show_identifier", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "show_identifier", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "allowEmpty" : true, + "repeatContent" : true + }, { + "caption" : "title", + "codeName" : "title", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "title", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "title", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "allowEmpty" : true, + "repeatContent" : true + } ], + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "codeName" : "grouppanel1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel1", + "getPSControlLogics" : [ { + "itemName" : "grouppanel1", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "grouppanel1", + "scriptCode" : "context.review_state == 20 && context.curstage_id != null && context.cur_reviewer_id == context.srfpersonid", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSDEFormDetails" : [ { + "buildInActions" : 2, + "codeName" : "mdctrl1", + "getContentPSControl" : { + "codeName" : "set_result_edit_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/set_result_edit_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "logicName" : "设置评审结果_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "stage_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + } + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "curstage_id", + "updateDVT" : "APPDATA", + "updateDV" : "curstage_id" + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "updateDV" : "cur_reviewer_id" + }, { + "id" : "cur_user", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "srfuserid", + "updateDVT" : "APPDATA", + "updateDV" : "srfuserid" + }, { + "id" : "whether_review", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + } + }, { + "id" : "comment", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + } + }, { + "id" : "next_review", + "dataType" : 25, + "createDV" : "1", + "updateDV" : "1" + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "当前阶段", + "codeName" : "stage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "stage_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前选中阶段", + "codeName" : "curstage_id", + "createDV" : "curstage_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "curstage_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "createDV" : "cur_reviewer_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前操作用户", + "codeName" : "cur_user", + "createDV" : "srfuserid", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_user", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_user" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "srfuserid", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "是否可评审", + "codeName" : "whether_review", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "whether_review", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "whether_review" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "detail", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "detail", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSControlLogics" : [ { + "itemName" : "name", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "name", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)\r\n\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 22, + "colMD" : 22, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "caption" : "状态", + "codeName" : "result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + }, + "getPSControlLogics" : [ { + "itemName" : "result_state", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "result_state", + "scriptCode" : "(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)&&(data.review_results == 3||data.review_results == 4)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_state_passordenial.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 2, + "colMD" : 2, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true + }, { + "caption" : "评审意见", + "codeName" : "comment", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "comment", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + }, + "getPSControlLogics" : [ { + "itemName" : "comment", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "comment", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "comment", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "comment2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorParams" : { + "triggerMode" : "input" + }, + "editorType" : "TEXTAREA", + "maxLength" : 2000, + "name" : "comment", + "placeHolder" : "请输入评审意见", + "showMaxLength" : true + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "actionType" : "UIACTION", + "caption" : "通过", + "codeName" : "button1", + "detailStyle" : "DEFAULT", + "detailType" : "BUTTON", + "name" : "button1", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "mdctrl1_form_button1" + }, + "getPSControlLogics" : [ { + "itemName" : "button1", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "button1", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf00c@FontAwesome", + "cssClass" : "fa fa-check" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "通过", + "codeName" : "pass", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_result_pass", + "name" : "通过(单条)", + "getNextPSUIAction" : { + "modelref" : true, + "id" : "Refresh" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "pass" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "pass", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "pass@review_result" + }, + "tooltip" : "通过", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + }, { + "actionType" : "UIACTION", + "caption" : "拒绝", + "codeName" : "button2", + "detailStyle" : "DEFAULT", + "detailType" : "BUTTON", + "name" : "button2", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "mdctrl1_form_button2" + }, + "getPSControlLogics" : [ { + "itemName" : "button2", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "button2", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf00d@FontAwesome", + "cssClass" : "fa fa-times" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "拒绝", + "codeName" : "decline", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_result_decline", + "name" : "拒绝(单条)", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "refuse" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "decline", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "decline@review_result" + }, + "tooltip" : "拒绝", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + }, { + "caption" : "继续下一条", + "codeName" : "next_review", + "createDV" : "1", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "RIGHT", + "labelWidth" : 130, + "name" : "next_review", + "noPrivDisplayMode" : 1, + "getPSControlLogics" : [ { + "itemName" : "next_review", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "next_review", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "CHECKBOX", + "name" : "next_review" + }, + "getPSLayoutPos" : { + "colLG" : 8, + "colLGOffset" : 4, + "colMD" : 8, + "colMDOffset" : 4, + "layout" : "TABLE_24COL" + }, + "updateDV" : "1", + "allowEmpty" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSSysCss" : { + "cssName" : "review_btn_style" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "noTabHeader" : true, + "name" : "mdctrl1_form", + "modelid" : "f75759e440add5333964d3534b98f592", + "modeltype" : "PSDEFORM_EDITFORM" + }, + "contentType" : "FORM", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "mdctrl1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "grouppanel2", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel2", + "getPSControlLogics" : [ { + "itemName" : "grouppanel2", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "grouppanel2", + "scriptCode" : "(context.curstage_id == null || context.cur_reviewer_id != context.srfpersonid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSDEFormDetails" : [ { + "codeName" : "mdctrl2", + "getContentPSControl" : { + "codeName" : "show_main", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/show_main.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "logicName" : "评审结果展示表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "stage_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + } + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "curstage_id", + "updateDVT" : "APPDATA", + "updateDV" : "curstage_id" + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "updateDV" : "cur_reviewer_id" + }, { + "id" : "cur_user", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "srfuserid", + "updateDVT" : "APPDATA", + "updateDV" : "srfuserid" + }, { + "id" : "whether_review", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + } + }, { + "id" : "comment", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "当前阶段", + "codeName" : "stage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "stage_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前选中阶段", + "codeName" : "curstage_id", + "createDV" : "curstage_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "curstage_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "createDV" : "cur_reviewer_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前操作用户", + "codeName" : "cur_user", + "createDV" : "srfuserid", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_user", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_user" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "srfuserid", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "是否可评审", + "codeName" : "whether_review", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "whether_review", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "whether_review" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "detail", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "detail", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSControlLogics" : [ { + "itemName" : "name", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "name", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)\r\n\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 21, + "colMD" : 21, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "caption" : "状态", + "codeName" : "result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "fieldName" : "result_state", + "ignoreInput" : 3, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + }, + "getPSControlLogics" : [ { + "itemName" : "result_state", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "result_state", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "result_state", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "result_state2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_state_passordenial.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 3, + "colMD" : 3, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true + }, { + "caption" : "评审意见", + "codeName" : "comment", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "comment", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + }, + "getPSControlLogics" : [ { + "itemName" : "comment", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "comment", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "comment", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "comment2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "comment", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "noTabHeader" : true, + "name" : "mdctrl2_form", + "modelid" : "88bf50b85bf093b353bcb5ffe7514944", + "modeltype" : "PSDEFORM_EDITFORM" + }, + "contentType" : "FORM", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "mdctrl2", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "noTabHeader" : true, + "name" : "form", + "modelid" : "8862d66141c29668ebd6a59dfcb5b650", + "modeltype" : "PSDEFORM_EDITFORM" + }, { + "codeName" : "idea_set_result_edit_view_datainfobar", + "controlType" : "DATAINFOBAR", + "name" : "datainfobar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "datainfobar" + } + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审结果", + "codeName" : "idea_set_result_edit_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "idea_set_result_edit_view", + "getPSDEViewId" : "2b248bb622d1ff532eb976b91db79917", + "getPSSysCss" : { + "cssName" : "review-results-style" + }, + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEEDITVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "设置评审结果", + "viewStyle" : "DEFAULT", + "viewType" : "DEEDITVIEW", + "xDataControlName" : "form", + "enableDP" : true, + "showCaptionBar" : false, + "showDataInfoBar" : true, + "modelid" : "6945fb52761ec76cef2b9ec58b47abd6", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_under_review_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_under_review_grid_view.json new file mode 100644 index 0000000000000000000000000000000000000000..1562740ee805d13e01ad6e3f0fe417283963beda --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_under_review_grid_view.json @@ -0,0 +1,1034 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "caption" : "评审内容", + "codeName" : "review_content_idea_under_review_grid_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_under_review_grid_view.json", + "gridRowActiveMode" : 0, + "name" : "review_content_ideaunder_review_grid_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_redirect_view.json", + "viewType" : "DEREDIRECTVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_redirect_view.json", + "viewType" : "DEREDIRECTVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewParams" : [ { + "key" : "PROPERTYMAP", + "name" : "PROPERTYMAP", + "value" : "show_identifier:target_identifier,title:target_title,change_type:change_type,change_version:change_version,id:target_id" + } ], + "getPSAppViewRefs" : [ { + "name" : "EDITDATA", + "realTitle" : "产品需求评审内容数据重定向视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.REDIRECTVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_redirect_view.json", + "viewType" : "DEREDIRECTVIEW" + } + }, { + "name" : "NEWDATA", + "openMode" : "POPUPMODAL", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "产品需求评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "under_review_grid_view_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "评审内容实体表格视图_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.NEW" + }, + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.NEW" + }, + "caption" : "新建", + "codeName" : "New", + "fullCodeName" : "New", + "name" : "表格界面_新建操作", + "getPSSysImage" : { + "glyph" : "xf0f6@FontAwesome", + "cssClass" : "fa fa-file-text-o" + }, + "predefinedType" : "GRIDVIEW_NEWACTION", + "timeout" : 60000, + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.NEW" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "New", + "uIActionType" : "DEUIACTION" + }, + "tooltip" : "规划需求", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.NEW" + }, + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "grid", + "modelid" : "3d381a12f91e2f065ee74be611be37f3", + "modeltype" : "PSDETOOLBAR" + }, { + "aggMode" : "NONE", + "codeName" : "under_review_grid_view_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSGRIDS/under_review_grid_view_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "groupMode" : "NONE", + "height" : 500.0, + "logicName" : "评审内容实体表格视图_表格", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlParam" : { + "height" : 500.0, + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSControls" : [ { + "codeName" : "under_review_grid_view_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏(无权限)", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "caption" : "移出需求", + "codeName" : "remove_idea_all", + "confirmMsg" : "确定移除该需求?", + "fullCodeName" : "REVIEW_CONTENT_IDEA_remove_idea_all", + "name" : "移出需求(无权限)", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_idea_all", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_idea_all@REVIEW_CONTENT_IDEA" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "4d80819542f1c71fadf71250479e1918", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "target_identifier", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "width" : 150, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "target_title", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TARGET_TITLE", + "codeName" : "target_title" + }, + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "target_identifier", + "getPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + } + }, { + "dataType" : 25, + "name" : "target_title", + "getPSAppDEField" : { + "name" : "TARGET_TITLE", + "codeName" : "target_title" + } + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : false, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : false, + "name" : "grid", + "modelid" : "DAEF843E-DEC2-4CE4-B7AF-DC896C015FFB", + "modeltype" : "PSDEGRID" + }, { + "codeName" : "usr04199724_search_form", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA/PSSEARCHFORMS/usr04199724_search_form.json", + "logicName" : "评审内容实体表格视图_搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "86b81a2dd2828ddb024eeea62d1aac34", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "caption" : "评审内容", + "codeName" : "under_review_grid_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "under_review_grid_view", + "getPSDEViewId" : "1439e184f526d59fd716408cd2cdf598", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEGRIDVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "refFlag" : false, + "title" : "评审内容表格", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableQuickSearch" : true, + "enableRowEdit" : true, + "enableSearch" : true, + "rowEditDefault" : false, + "modelid" : "de55ca58d518b17f53adfe5e845adc4f", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_list_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_list_view.json index 31edbc33d9b7a8dc40c089b31cfd733f3c5da0aa..802399bd3884ac6547dd0e6a1cd65039f6ec435a 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_list_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_list_view.json @@ -16,12 +16,6 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" }, - "getPSAppViewNavParams" : [ { - "key" : "n_target_id_eq", - "name" : "n_target_id_eq", - "value" : "test_case", - "rawValue" : false - } ], "getPSDEViewCodeName" : "list_view", "getPSDEViewId" : "56515adf25bb15c98b26b93fe16f82fd", "getPSViewLayoutPanel" : { @@ -288,7 +282,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "getPSPanelItems" : [ { "caption" : "容器", @@ -330,7 +326,9 @@ "name" : "static_label", "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" }, "getPSRawItem" : { "caption" : "-", @@ -465,7 +463,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "valueFormat" : "YYYY年MM月DD日", "viewFieldName" : "create_time" @@ -520,7 +519,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "viewFieldName" : "result_state", "convertToCodeItemText" : true @@ -540,7 +540,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "viewFieldName" : "comment" } ], @@ -585,10 +587,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -613,10 +615,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -673,16 +675,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "list_view_search_form", @@ -1092,6 +1097,50 @@ "modelid" : "6ce849890265fbb0ab3cddb8e9077b5b", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_no_grid_view_all.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_no_grid_view_all.json index ea8adde3f708b298546d841c050383dc256bf670..1a8b94a613963b334cad019359cdc4bfbb420638 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_no_grid_view_all.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_no_grid_view_all.json @@ -331,10 +331,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -359,10 +359,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -438,16 +438,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "no_grid_view_all_toolbar", @@ -1548,6 +1551,50 @@ "modelid" : "83523b7767f2949141412f8265235d29", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_redirect_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_redirect_view.json index 8f8891a597dc0e6a13099f28dcd1ccf941724bba..2909a3068b60074d0c4aa774e76c1b919159965d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_redirect_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_redirect_view.json @@ -83,6 +83,50 @@ "modelid" : "079db97f4eec68227f35a30c86087993", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json index 40e44e73abf61d2a2d977020f915fdfb34320bc7..7d6a5b0958ee1431266e4e82d2f839367756dc96 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json @@ -490,6 +490,50 @@ "modelid" : "6d4fd51152c48d7e412d43198b9f5fe4", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_set_result_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_set_result_edit_view.json index cafe115142816c609abdcaf4e73b5be9d1b9f28c..d90b000f47a6e82cc5ecec1a8c19ef5bc2deaffc 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_set_result_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_set_result_edit_view.json @@ -920,6 +920,9 @@ "triggerType" : "ITEMVISIBLE" } ], "getPSEditor" : { + "editorParams" : { + "triggerMode" : "input" + }, "editorType" : "TEXTAREA", "maxLength" : 2000, "name" : "comment", @@ -2023,6 +2026,50 @@ "modelid" : "5956bc94f187fb16ddff5afecb4759df", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_under_review_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_under_review_grid_view.json index 0d024385f7342322985d18680072332310a9a8f0..776e48aa66ed8587eac5827adb3311119d13a36c 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_under_review_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_under_review_grid_view.json @@ -29,10 +29,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -59,10 +59,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -126,16 +126,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -150,47 +153,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" + }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -943,6 +1010,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_create_wizard_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_create_wizard_view.json index 3e93735f216aa2a6adfa87f1e0ad0b019383498b..f413ba28bdc6e400d516ea91c4e4cfef80972002 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_create_wizard_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_create_wizard_view.json @@ -1101,10 +1101,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1131,10 +1131,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1198,16 +1198,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -1222,47 +1225,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -2015,6 +2082,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, @@ -2394,6 +2505,28 @@ "modelid" : "771d004d632008bcbdbce059942be707", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_drill_detail_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_drill_detail_grid_view.json index ec924a14758103b78cc8435f5a05d489fa2686ae..21c61181785d3392eda8696799360148387ef8f0 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_drill_detail_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_drill_detail_grid_view.json @@ -633,6 +633,28 @@ "modelid" : "294190891fb8a48fa6f93f12021da379", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_edit_view.json index cfb8252184e20acce5039e45b896f945d68d3ca0..fb28cd585a5dce3de8431df85a2f6344b495741f 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_edit_view.json @@ -823,6 +823,28 @@ "modelid" : "6c8cb2ad63a4659e1622055a2333e829", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_main_view.json new file mode 100644 index 0000000000000000000000000000000000000000..a9684e1b8b610931ac0440f1103d4dd51b893409 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_main_view.json @@ -0,0 +1,11825 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "PAGE.CAPTION.REVIEW.MAIN_VIEW" + }, + "caption" : "评审", + "codeName" : "review_idea_main_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_main_view.json", + "height" : 90, + "markOpenDataMode" : "DISPLAYOPPERSON", + "name" : "reviewidea_main_view", + "openMode" : "INDEXVIEWTAB_POPUPMODAL", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSAppViewNavContexts" : [ { + "key" : "PRINCIPAL_ID", + "name" : "PRINCIPAL_ID", + "value" : "review", + "rawValue" : false + }, { + "key" : "PRINCIPAL_TYPE", + "name" : "PRINCIPAL_TYPE", + "value" : "REVIEW", + "rawValue" : true + }, { + "key" : "TARGET_TYPE", + "name" : "TARGET_TYPE", + "value" : "IDEA", + "rawValue" : true + } ], + "getPSAppViewNavParams" : [ { + "key" : "n_owner_id_eq", + "name" : "n_owner_id_eq", + "value" : "review", + "rawValue" : false + } ], + "getPSDEViewCodeName" : "idea_main_view", + "getPSDEViewId" : "b9cd65c009e5e2ad3b004cbad4445bfe", + "getPSSysCss" : { + "cssName" : "main-info-common-view" + }, + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "field_textbox" + }, { + "id" : "attentions", + "viewFieldName" : "ATTENTIONS" + } ], + "codeName" : "usr0506930034", + "controlType" : "VIEWLAYOUTPANEL", + "hookEventNames" : [ "ONCHANGE", "ONBLUR", "ONFOCUS" ], + "layoutMode" : "FLEX", + "logicName" : "main_view编辑视图布局面板", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlLogics" : [ { + "eventNames" : "onChange", + "itemName" : "ATTENTIONS", + "logicTag" : "layoutpanel", + "logicType" : "APPDEUILOGIC", + "name" : "logic", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "attention_personnel_update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + } + }, { + "eventNames" : "onBlur", + "itemName" : "FIELD_TEXTBOX", + "logicTag" : "layoutpanel", + "logicType" : "APPDEUILOGIC", + "name" : "onBlur", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "comment_icon_hidden" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, { + "eventNames" : "onFocus", + "itemName" : "FIELD_TEXTBOX", + "logicTag" : "layoutpanel", + "logicType" : "APPDEUILOGIC", + "name" : "onFocus", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "comment_icon_show" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + } ], + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_captionbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "页面标题", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "captionbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "协同编辑消息占位", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "coop_pos", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "name" : "coop_pos", + "predefinedType" : "COOP_POS" + }, + "showCaption" : true + }, { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "表单", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "form", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + }, { + "caption" : "栅格容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_view_bottom", + "getPSLayout" : { + "layout" : "SIMPLEFLEX" + }, + "getPSLayoutPos" : { + "grow" : 0, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "面板容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "grow" : 8, + "layout" : "SIMPLEFLEX" + }, + "getPSPanelItems" : [ { + "caption" : "引用布局面板", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "panelpart", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "heightMode" : "FULL", + "layout" : "TABLE_24COL", + "widthMode" : "FULL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_comment", + "getPSLayout" : { + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "flex-start" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX", + "widthMode" : "FULL" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "field_textbox", + "getPSEditor" : { + "editorParams" : { + "USERINSCRIPT" : "value.replaceAll(/\\@\\{\\\"(user)?id\\\":\\\"(.+?)\\\",\\\"name\\\":\\\"(.+?)\\\"\\}/g,(x, user, id, name) => {return controller.getNodeInfo({ id, name })}).replaceAll(/\\@\\{userid=(.+?),name=(.+?)\\}/g,(x, id, name) => {return controller.getNodeInfo({ id, name })})", + "LINKVIEWID" : "plmweb.recent_custom_redirect_view", + "QUOTECODELISTMAP" : "{\"type\":\"plmweb.base__recent_visite\"}", + "QUOTEFIELDMAP" : "{\"identifier\":\"show_identifier\",\"name\":\"name\",\"id\":\"id\",\"owner_subtype\":\"owner_subtype\",\"owner_id\":\"owner_id\",\"owner_type\":\"owner_type\",\"recent_parent\":\"recent_parent\"}", + "QUOTEPARAMS" : "{\"sort\":\"update_time,desc\"}", + "QUOTEINSCRIPT" : "value.replaceAll(/\\#\\{(\\\".+?\\\":\\\".+?\\\")(,\\\"icon\\\":\\\"((.|[\\t\\r\\f\\n\\s])+?)\\\")*\\}/g,(x, value, icon) => { const item = JSON.parse(\"{\" + value + \"}\"); if (icon) { icon = icon.slice(8).slice(1, -1); } return controller.getNodeInfo({ icon, ...item })})", + "USERSCRIPT" : "`@{\"id\":\"${data.id}\",\"name\":\"${data.name}\"}`", + "QUOTESCRIPT" : "`#{\"id\":\"${data.id}\",\"name\":\"${data.name}\",\"identifier\":\"${data.identifier}\",\"owner_id\":\"${data.owner_id}\",\"owner_type\":\"${data.owner_type}\",\"owner_subtype\":\"${data.owner_subtype}\",\"recent_parent\":\"${data.recent_parent}\"}`", + "REPLYSCRIPT" : "value?.replace(/@{[^,]*,\"name\":\"(.*?)\"}/g,\"@$1\").replace(/@{[^,]*,name=(.*?)}/g,\"@$1\").replaceAll(/\\#\\{(\\\".+?\\\":\\\".+?\\\")(,\\\"icon\\\":\\\"((.|[\\t\\r\\f\\n\\s])+?)\\\")*\\}/g, (x, value, icon) => {const item = JSON.parse(\"{\" + value + \"}\"); if (icon) { icon = icon.slice(8).slice(1, -1).trim(); } return controller.markerController.parseCommentTag({icon, ...item});})", + "USERFIELDMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "USERURL" : "`libraries/${context.library}/library_members/fetch_default`", + "QUOTEURL" : "`recents/fetch_recent_access`" + }, + "editorStyle" : "COMMENT_LIBARAY", + "editorType" : "HTMLEDITOR", + "name" : "field_textbox", + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "COMMENT", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : 10, + "layout" : "FLEX" + } + }, { + "actionType" : "UIACTION", + "buttonStyle" : "INFO", + "caption" : "取消", + "dynaClass" : "['ibiz-panel-button--comment__cancel']", + "itemStyle" : "INFO", + "itemType" : "BUTTON", + "name" : "comment_cancel", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "layoutpanel_comment_cancel" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "ISNOTNULL", + "dstModelField" : "FIELD_TEXTBOX", + "logicType" : "SINGLE", + "name" : "逻辑项" + } ], + "relatedItemNames" : [ "field_textbox" ], + "notMode" : false + } ], + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "清空", + "codeName" : "clear_comment", + "frontProcessType" : "OTHER", + "fullCodeName" : "comment_clear_comment", + "name" : "清空评论", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "clear_comment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "scriptCode" : "console.log('清空评论')", + "uIActionMode" : "FRONT", + "uIActionTag" : "clear_comment", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "globalUIAction" : true, + "id" : "clear_comment@comment" + }, + "tooltip" : "取消", + "uIActionTarget" : "NONE", + "showCaption" : true + }, { + "actionType" : "UIACTION", + "buttonStyle" : "DEFAULT", + "caption" : "发送", + "dynaClass" : "['ibiz-panel-button--comment__send']", + "itemStyle" : "DEFAULT", + "itemType" : "BUTTON", + "name" : "comment_send", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "layoutpanel_comment_send" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "ISNOTNULL", + "dstModelField" : "FIELD_TEXTBOX", + "logicType" : "SINGLE", + "name" : "逻辑项" + } ], + "relatedItemNames" : [ "field_textbox" ], + "notMode" : false + } ], + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "发送评论", + "codeName" : "send_comment", + "frontProcessType" : "OTHER", + "fullCodeName" : "comment_send_comment", + "name" : "发送评论", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "send_comment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "send_comment", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "globalUIAction" : true, + "reloadData" : true, + "id" : "send_comment@comment" + }, + "tooltip" : "发送", + "uIActionTarget" : "NONE", + "showCaption" : true + }, { + "caption" : "图片", + "contentHeight" : 48.0, + "contentType" : "IMAGE", + "height" : 48.0, + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "comment_icon", + "getPSLayoutPos" : { + "grow" : -1, + "height" : 48, + "heightMode" : "PX", + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSRawItem" : { + "contentType" : "IMAGE", + "dynaClass" : "['ibiz-panel-button--comment__icon']", + "name" : "comment_icon", + "getPSSysCss" : { + "cssName" : "comment_icon" + }, + "getPSSysImage" : { + "glyph" : "xf18e@FontAwesome", + "cssClass" : "fa fa-arrow-circle-o-right" + }, + "predefinedType" : "STATIC_IMAGE", + "rawItemHeight" : 48.0 + }, + "getPSSysCss" : { + "cssName" : "comment_icon" + }, + "getPSSysImage" : { + "glyph" : "xf18e@FontAwesome", + "cssClass" : "fa fa-arrow-circle-o-right" + }, + "rawItemHeight" : 48.0, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "PANELPART", + "showCaption" : true + } ] + }, { + "caption" : "面板容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "grow" : 4, + "layout" : "SIMPLEFLEX" + }, + "getPSPanelItems" : [ { + "caption" : "单项数据容器", + "dataName" : "srfactiveviewdata", + "dataRegionType" : "SINGLEDATA", + "dataSourceType" : "VIEWSESSIONPARAM", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_attention", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL", + "spacingLeft" : "INNERSMALL", + "spacingRight" : "INNERSMALL" + }, + "getPSPanelItems" : [ { + "caption" : "文本框", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "attentions", + "getPSEditor" : { + "editorParams" : { + "DEFAULTATNVALUE" : "40", + "CODELISTID" : "Base__attention_type", + "SRFNAVPARAM.n_department_id_eq" : "%srforgsectorid%", + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "SELFFILLMAP" : "{\"user_id\":\"user_id\",\"user_name\":\"name\"}", + "URL" : "libraries/${context.library}/library_members/fetch_default", + "PICKUPVIEW" : "FALSE", + "USERMETHOD" : "post", + "USERMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "DEPTURL" : "/users/fetch_default", + "DEPTMETHOD" : "get", + "DEPTMAP" : "{\"id\":\"id\",\"name\":\"display_name\"}", + "CODELISTMAP" : "{\"FOLLOWED\":[20,30,40],\"NOTFOLLOWING\":[10]}" + }, + "editorStyle" : "ATTENTION_LIBRARY", + "editorType" : "PICKEREX_TRIGGER", + "name" : "attentions", + "getPSNavigateParams" : [ { + "key" : "n_department_id_eq", + "name" : "n_department_id_eq", + "value" : "srforgsectorid", + "rawValue" : false + } ], + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "ATTENTION", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXTBOX", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "viewFieldName" : "ATTENTIONS" + } ], + "predefinedType" : "CONTAINER_SINGLEDATA" + } ] + } ], + "predefinedType" : "CONTAINER_GRID" + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "a6290279adc7589aef86da8c4226b190", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "EditView", + "name" : "engine" + } ], + "getPSControls" : [ { + "codeName" : "idea_main_view_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "评审主视图_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "添加内容", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "(data.state == '10'||data.state=='50')&&(context.curstage_id == null)&&(data.create_man == context.srfuserid)&&(data.type == 'TEST_CASE')", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "添加内容", + "codeName" : "add_review_content", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view_review.json", + "viewType" : "DEMPICKUPVIEW" + }, + "fullCodeName" : "review_add_review_content", + "name" : "添加评审内容", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "add_review_content" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSNavigateParams" : [ { + "key" : "tag", + "name" : "tag", + "value" : "TEST_CASE", + "rawValue" : true + }, { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 1, + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "add_review_content", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "add_review_content@review" + }, + "tooltip" : "添加内容", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "撤回评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "(data.state == '20')&&(data.create_man == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "撤销评审", + "codeName" : "repeal_review", + "dataAccessAction" : "SUBDATA", + "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", + "name" : "撤销评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "repeal_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "timeout" : 60000, + "tooltip" : "撤销评审", + "uIActionMode" : "BACKEND", + "uIActionTag" : "repeal_review", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "repeal_review@review" + }, + "tooltip" : "撤销评审", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "添加内容", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction3", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction3" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction3", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "(data.state == '10'||data.state=='50')&&(context.curstage_id == null)&&(data.create_man == context.srfuserid)&&(data.type == 'IDEA')", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "添加内容", + "codeName" : "add_idea_review_content", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "fullCodeName" : "review_add_idea_review_content", + "name" : "添加需求评审内容", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "add_review_content" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSNavigateParams" : [ { + "key" : "tag", + "name" : "tag", + "value" : "IDEA", + "rawValue" : true + }, { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 1, + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "add_idea_review_content", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "add_idea_review_content@review" + }, + "tooltip" : "添加内容", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "form", + "modelid" : "963a30f7cb643a138304975aac973ded", + "modeltype" : "PSDETOOLBAR" + }, { + "codeName" : "idea_main_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_main_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "hookEventNames" : [ "ONLOADSUCCESS", "ONCHANGE", "ONCLICK" ], + "logicName" : "需求评审主视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "logic", + "scriptCode" : "ctrl.details.formpage1.state.keepAlive=true;" + }, { + "eventNames" : "onChange", + "itemName" : "description", + "logicTag" : "form", + "logicType" : "APPDEUIACTION", + "name" : "change_description", + "getPSAppDEUIAction" : { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.SAVE" + }, + "caption" : "保存", + "codeName" : "Save", + "fullCodeName" : "Save", + "name" : "编辑界面_保存操作", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "EDITVIEW_SAVEACTION", + "timeout" : 60000, + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.SAVE" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Save", + "uIActionType" : "DEUIACTION" + } + }, { + "eventNames" : "onClick", + "itemName" : "attachments", + "logicTag" : "form", + "logicType" : "APPDEUIACTION", + "name" : "change_attachments", + "getPSAppDEUIAction" : { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.SAVE" + }, + "caption" : "保存", + "codeName" : "Save", + "fullCodeName" : "Save", + "name" : "编辑界面_保存操作", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "EDITVIEW_SAVEACTION", + "timeout" : 60000, + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.SAVE" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Save", + "uIActionType" : "DEUIACTION" + } + }, { + "eventNames" : "onChange", + "itemName" : "title", + "logicTag" : "form", + "logicType" : "APPDEUIACTION", + "name" : "title_save", + "getPSAppDEUIAction" : { + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.SAVE" + }, + "caption" : "保存", + "codeName" : "Save", + "fullCodeName" : "Save", + "name" : "编辑界面_保存操作", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "EDITVIEW_SAVEACTION", + "timeout" : 60000, + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.SAVE" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Save", + "uIActionType" : "DEUIACTION" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "enableAutoSave" : false, + "showBusyIndicator" : true, + "ctrlParams" : { + "EDITMODE" : "hover" + }, + "id" : "FORM" + }, + "getPSCtrlMsg" : { + "codeName" : "UsrCtrlMsg0228593610", + "dynaModelFilePath" : "PSCTRLMSGS/UsrCtrlMsg0228593610.json", + "name" : "编辑表单自定义消息(隐藏)", + "getPSCtrlMsgItems" : [ { + "name" : "BEFOREREMOVE_HIDDEN" + }, { + "name" : "CREATESUCCESS_HIDDEN" + }, { + "name" : "UPDATESUCCESS_HIDDEN" + } ] + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "title", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "submitter_name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "SUBMITTER_NAME", + "codeName" : "submitter_name" + } + }, { + "id" : "submitted_at", + "dataType" : 5, + "getPSAppDEField" : { + "name" : "SUBMITTED_AT", + "codeName" : "submitted_at" + } + }, { + "id" : "state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } + }, { + "id" : "type", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } + }, { + "id" : "submitter_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "SUBMITTER_ID", + "codeName" : "submitter_id" + } + }, { + "id" : "identifier", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + } + }, { + "id" : "choosed_content", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "need_refresh", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "description", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "DESCRIPTION", + "codeName" : "description" + } + }, { + "id" : "principal_name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" + } + }, { + "id" : "create_man", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + } + }, { + "id" : "create_time", + "dataType" : 5, + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } + }, { + "id" : "update_man", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + } + }, { + "id" : "update_time", + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN.FORMPAGE.FORMPAGE1" + }, + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.GROUPPANEL.LEFT_GROUPPANEL" + }, + "caption" : "评审基本信息", + "codeName" : "left_grouppanel", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "left_grouppanel", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "title", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "title", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSEditor" : { + "editorParams" : { + "SHOWLIMIT" : "true", + "ISAUTO" : "true" + }, + "editorType" : "TEXTBOX", + "maxLength" : 200, + "name" : "title" + }, + "getPSLayoutPos" : { + "colLG" : 24, + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.SUBMITTER_NAME" + }, + "caption" : "提交人", + "codeName" : "submitter_name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "submitter_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "SUBMITTER_NAME", + "codeName" : "submitter_name" + }, + "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.n_department_id_eq" : "%srforgsectorid%", + "AC" : "TRUE", + "readonly" : "true", + "SRFNAVPARAM.n_status_eq" : "1", + "TRIGGER" : "TRUE", + "URL" : "projects/${context.project}/project_members/fetch_default", + "PICKUPVIEW" : "FALSE", + "USERMETHOD" : "post", + "USERMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "DEPTMAP" : "{\"id\":\"id\",\"name\":\"display_name\"}", + "DEPTMETHOD" : "get", + "DEPTURL" : "/users/fetch_default" + }, + "editorStyle" : "PERSONEL_SELECT_PROJECT", + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "submitter_name", + "getPSEditorItems" : [ { + "name" : "submitter_id" + } ], + "getPSNavigateParams" : [ { + "key" : "n_department_id_eq", + "name" : "n_department_id_eq", + "value" : "srforgsectorid", + "rawValue" : false + }, { + "key" : "n_status_eq", + "name" : "n_status_eq", + "value" : "1", + "rawValue" : true + } ], + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSON_SELECT", + "runtimeObject" : true + }, + "valueItemName" : "submitter_id", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "readOnly" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "valueItemName" : "submitter_id", + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.SUBMITTED_AT" + }, + "caption" : "提交时间", + "codeName" : "submitted_at", + "dataType" : 5, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "submitted_at", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "SUBMITTED_AT", + "codeName" : "submitted_at" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "submitted_at", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "valueFormat" : "YYYY年MM月DD日 HH:mm", + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.FORMITEM.STATE" + }, + "caption" : "状态", + "codeName" : "state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 0, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_state.json" + }, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "needCodeListConfig" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.FORMITEM.TYPE" + }, + "caption" : "评审类型", + "codeName" : "type", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_type.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.FORMITEM.SUBMITTER_ID" + }, + "caption" : "提交人标识", + "codeName" : "submitter_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "submitter_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "SUBMITTER_ID", + "codeName" : "submitter_id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "submitter_id" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.REVIEW.IDENTIFIER" + }, + "caption" : "编号", + "codeName" : "identifier", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "identifier", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "IDENTIFIER", + "codeName" : "identifier" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "identifier" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "选中内容", + "codeName" : "choosed_content", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "fieldName" : "choosed_content", + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "choosed_content", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "choosed_content" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前阶段", + "codeName" : "curstage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "需要刷新", + "codeName" : "need_refresh", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "need_refresh", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "need_refresh" + }, + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "codeName" : "tabpanel3", + "detailStyle" : "DEFAULT", + "detailType" : "TABPANEL", + "name" : "tabpanel3", + "getPSDEFormTabPages" : [ { + "caption" : "评审内容", + "codeName" : "tabpage3", + "detailStyle" : "DEFAULT", + "detailType" : "TABPAGE", + "name" : "tabpage3", + "getPSDEFormDetails" : [ { + "caption" : "需求", + "codeName" : "druipart4", + "dRItemTag" : "UsrDRItem0507996873", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart4", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "review_content_idea_grid_view_all", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_grid_view_all.json", + "gridRowActiveMode" : 1, + "name" : "review_contentidea_grid_view_all", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewParams" : [ { + "key" : "PROPERTYMAP", + "name" : "PROPERTYMAP", + "value" : "show_identifier:idea.show_identifier,title:title" + } ], + "getPSDEViewCodeName" : "idea_grid_view_all", + "getPSDEViewId" : "041b4d056d9e525e247f692bfcd968fe", + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "schedule", + "viewFieldName" : "schedule" + }, { + "id" : "total_already", + "viewFieldName" : "total_already" + }, { + "id" : "total", + "viewFieldName" : "total" + } ], + "codeName" : "usr0423295749", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "wf_grid_view表格视图布局", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "滑块", + "contentWidth" : 150.0, + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "schedule", + "getPSEditor" : { + "editorParams" : { + "showText" : "true" + }, + "editorType" : "SLIDER", + "editorWidth" : 150.0, + "name" : "schedule", + "predefinedType" : "FIELD_SLIDER", + "stepValue" : 1.0 + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "width" : 150, + "widthMode" : "PX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "EQ", + "dstModelField" : "total", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "-1" + } ], + "relatedItemNames" : [ "total" ], + "notMode" : false + } ], + "viewFieldName" : "schedule", + "width" : 150.0 + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "已评", + "contentType" : "RAW", + "name" : "static_text", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "已评", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total_already", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total_already", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total_already" + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text1", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "/", + "contentType" : "RAW", + "name" : "static_text1", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "/", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total" + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_searchform", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "搜索表单", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "searchform", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "表格", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "grid", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "d023fb941c247a9d45de6b4fabe6b4fc", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "LOGIC", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_content_total" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSViewCtrlName" : "grid" + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "EDITDATA", + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "realOpenMode" : "POPUPMODAL", + "realTitle" : "需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.MAIN_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "NEWDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "idea_grid_view_all_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "工作流评审内容表格_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "完成评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "(context.review_state == 20&&!!context.curstage_id&&context._parent.curstage_state == 20&&context.cur_reviewer_id == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf192@FontAwesome", + "cssClass" : "fa fa-dot-circle-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "noPrivDisplayMode" : 1, + "caption" : "完成评审", + "codeName" : "open_complete_review", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_complete_review_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_open_complete_review", + "name" : "打开完成评审视图", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "completed_review" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "refresh_main_view" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "refreshMode" : 1, + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "open_complete_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "enableConfirm" : true, + "globalUIAction" : true, + "reloadData" : true, + "id" : "open_complete_review@review" + }, + "tooltip" : "完成评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "提交评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction3", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction3" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction3", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction3", + "scriptCode" : "(!context.curstage_id&&(context.review_state == 10||context.review_state == 50))\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf1d9@FontAwesome", + "cssClass" : "fa fa-paper-plane-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "noPrivDisplayMode" : 1, + "caption" : "提交评审", + "codeName" : "submit_review", + "dataAccessAction" : "UPDATE", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_submit_review", + "name" : "提交评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "submit_review" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "commit_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "getPSNavigateParams" : [ { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 2, + "uIActionMode" : "FRONT", + "uIActionTag" : "submit_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "submit_review@review_content" + }, + "tooltip" : "提交评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "grid", + "modelid" : "d3a9ac86f4712402a0626888611afe18", + "modeltype" : "PSDETOOLBAR" + }, { + "aggMode" : "NONE", + "codeName" : "idea_wf_grid_view_no_check_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_wf_grid_view_no_check_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求工作流评审内容表格_不复选框", + "memo" : "工作流评审内容表格_复选框:带有列表复选框,当状态为评审中并且未选中阶段时,显示该表格", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "calc_button_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_column_action_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSControls" : [ { + "codeName" : "idea_grid_view_all_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "context.review!= null && context.cur_reviewer_id != null && context.cur_reviewer_id == context.srfuserid && context.review_state == 20&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "评审", + "codeName" : "complete_review_quickly", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "review_content_complete_review_quickly", + "name" : "快速评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "refreshMode" : 1, + "successMsg" : "评审已完成", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "complete_review_quickly", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "complete_review_quickly@review_content" + }, + "tooltip" : "评审", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "((context.curstage_id == null && context.review_state == '10')||(context.curstage_id == null&&context.review_state == null))&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "8ff97ed8eeac6f5498f6d54910248a1f", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "objectNameField" : "show_identifier", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT", + "width" : 150, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "objectNameField" : "title", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0507142853", + "name" : "界面行为组(评审结果)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "ucb9925e", + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "u2d8231b", + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "版本比对", + "codeName" : "review_content_version_comparison", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_review_content_version_comparison", + "name" : "评审内容版本比对", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "review_content_version_comparison" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "tooltip" : "版本比对", + "uIActionMode" : "FRONT", + "uIActionTag" : "review_content_version_comparison", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "review_content_version_comparison@review_content" + }, + "tooltip" : "版本比对", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "review_content__Usr0507142853" + }, + "valueType" : "OBJECT", + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "stage_results", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "stage_results", + "excelCaption" : "评审结果", + "name" : "stage_results", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEKEY", + "noPrivDisplayMode" : 1, + "caption" : "设置评审结果", + "codeName" : "set_review_result", + "dataAccessAction" : "SUBDATA", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_set_review_result", + "name" : "设置评审结果", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "open_result" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "successMsg" : "评审结果已设置", + "uIActionMode" : "FRONT", + "uIActionTag" : "set_review_result", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "set_review_result@review_content" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_REVIEW_RESULTS", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 100, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 21, + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT" + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 21, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "评审结果", + "codeName" : "stage_results", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_results", + "valueType" : "OBJECTS" + }, + "allowEmpty" : true + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enableItemPrivilege" : true, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : true, + "singleSelect" : false, + "name" : "grid", + "modelid" : "4d2a3f5ee3de0e95af2b87b8b5ad0559", + "modeltype" : "PSDEGRID" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "idea_grid_view_all_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审内容表格", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableQuickSearch" : true, + "enableRowEdit" : true, + "enableSearch" : true, + "rowEditDefault" : false, + "modelid" : "9f5c77c327e0a74c4b10d6c8d0ed43f9", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "groupOP" : "AND", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNULL", + "dEFDName" : "curstage_id", + "logicType" : "SINGLE" + }, { + "condOP" : "EQ", + "dEFDName" : "state", + "logicType" : "SINGLE", + "value" : "20" + } ], + "notMode" : true + } ], + "relatedDetailNames" : [ "curstage_id", "state" ], + "notMode" : false + } ], + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateContexts" : [ { + "key" : "CUR_REVIEWER_ID", + "name" : "CUR_REVIEWER_ID", + "value" : "cur_reviewer_id", + "rawValue" : false + }, { + "key" : "CURSTAGE_STATE", + "name" : "CURSTAGE_STATE", + "value" : "curstage_state", + "rawValue" : false + }, { + "key" : "CURSTAGE_ID", + "name" : "CURSTAGE_ID", + "value" : "curstage_id", + "rawValue" : false + }, { + "key" : "REVIEW_STATE", + "name" : "REVIEW_STATE", + "value" : "state", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "refreshItems" : "curstage_id", + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + }, { + "caption" : "需求", + "codeName" : "druipart5", + "dRItemTag" : "UsrDRItem0507599397", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart5", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "review_content_idea_no_grid_view_all", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_no_grid_view_all.json", + "gridRowActiveMode" : 1, + "name" : "review_contentidea_no_grid_view_all", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewParams" : [ { + "key" : "PROPERTYMAP", + "name" : "PROPERTYMAP", + "value" : "show_identifier:idea.show_identifier,title:title" + } ], + "getPSDEViewCodeName" : "idea_no_grid_view_all", + "getPSDEViewId" : "8ce423ee0265114262e6e7f17c641a63", + "getPSViewLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "schedule", + "viewFieldName" : "schedule" + }, { + "id" : "total_already", + "viewFieldName" : "total_already" + }, { + "id" : "total", + "viewFieldName" : "total" + } ], + "codeName" : "usr0423295749", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "wf_grid_view表格视图布局", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "滑块", + "contentWidth" : 150.0, + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "schedule", + "getPSEditor" : { + "editorParams" : { + "showText" : "true" + }, + "editorType" : "SLIDER", + "editorWidth" : 150.0, + "name" : "schedule", + "predefinedType" : "FIELD_SLIDER", + "stepValue" : 1.0 + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "width" : 150, + "widthMode" : "PX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "ITEMENABLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "EQ", + "dstModelField" : "total", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "-1" + } ], + "relatedItemNames" : [ "total" ], + "notMode" : false + } ], + "viewFieldName" : "schedule", + "width" : 150.0 + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "已评", + "contentType" : "RAW", + "name" : "static_text", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "已评", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total_already", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total_already", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total_already" + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text1", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "/", + "contentType" : "RAW", + "name" : "static_text1", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "/", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "total", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "total", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" + }, + "viewFieldName" : "total" + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_searchform", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "搜索表单", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "searchform", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "表格", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "grid", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "d023fb941c247a9d45de6b4fabe6b4fc", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "GridView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "LOGIC", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_content_total" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSViewCtrlName" : "grid" + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "getBatchAddPSAppViews" : [ { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "openMode" : "POPUPMODAL", + "refMode" : "IDEA", + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : true, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "EDITDATA", + "openMode" : "POPUPMODAL", + "getPSNavigateContexts" : [ { + "key" : "IDEA", + "name" : "IDEA", + "value" : "target_id", + "rawValue" : false + } ], + "realOpenMode" : "POPUPMODAL", + "realTitle" : "需求", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.MAIN_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "NEWDATA", + "realTitle" : "评审内容编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "MPICKUPVIEW:IDEA", + "realOpenMode" : "POPUPMODAL", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" + } ], + "getPSControls" : [ { + "codeName" : "idea_no_grid_view_all_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "评审内容表格(无多选)_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "完成评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "(context.review_state == 20&&!!context.curstage_id&&context._parent.curstage_state == 20&&context.cur_reviewer_id == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf192@FontAwesome", + "cssClass" : "fa fa-dot-circle-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "完成评审", + "codeName" : "complete_review", + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_complete_review", + "name" : "完成当前阶段评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "complete_cur_stage_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "complete_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "complete_review@review_content" + }, + "tooltip" : "完成评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "开始评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "(context.review_state == 20&&!!context.curstage_id&&context._parent.curstage_state == 10&&context.cur_reviewer_id == context.srfuserid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "开始评审", + "codeName" : "start_cur_stage_review", + "confirmMsg" : "是否开始当前阶段评审", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_start_cur_stage_review", + "name" : "开始当前阶段评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "start_cur_stage_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "successMsg" : "已开启", + "uIActionMode" : "FRONT", + "uIActionTag" : "start_cur_stage_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "enableConfirm" : true, + "reloadData" : true, + "id" : "start_cur_stage_review@review_content" + }, + "tooltip" : "开始评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "提交评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction3", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction3" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction3", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction3", + "scriptCode" : "(!context.curstage_id&&(context.review_state == 10||context.review_state == 50))\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf1d9@FontAwesome", + "cssClass" : "fa fa-paper-plane-o" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "noPrivDisplayMode" : 1, + "caption" : "提交评审", + "codeName" : "submit_review", + "dataAccessAction" : "UPDATE", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_submit_review", + "name" : "提交评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "submit_review" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "commit_review" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "getPSNavigateParams" : [ { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 2, + "uIActionMode" : "FRONT", + "uIActionTag" : "submit_review", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "submit_review@review_content" + }, + "tooltip" : "提交评审", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "grid", + "modelid" : "8e59f274160e5e92217521ed9898db1d", + "modeltype" : "PSDETOOLBAR" + }, { + "aggMode" : "NONE", + "codeName" : "idea_no_grid_view_all_grid", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSGRIDS/idea_no_grid_view_all_grid.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "需求评审内容表格(无多选)", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "TARGET_IDENTIFIER", + "codeName" : "target_identifier" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "grid", + "logicType" : "APPDEUILOGIC", + "name" : "calc_button_state", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_column_action_state" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "GRID" + }, + "getPSControls" : [ { + "codeName" : "idea_no_grid_view_all_grid_batchtoolbar", + "controlType" : "TOOLBAR", + "logicName" : "批操作工具栏", + "name" : "grid_batchtoolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "grid_batchtoolbar" + }, + "getPSDEToolbarItems" : [ { + "caption" : "评审", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction1", + "scriptCode" : "context.review!= null && context.cur_reviewer_id != null && context.cur_reviewer_id == context.srfuserid && context.review_state == 20&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf0e3@FontAwesome", + "cssClass" : "fa fa-legal" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "评审", + "codeName" : "complete_review_quickly", + "dataAccessAction" : "UPDATE", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_result_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "review_content_complete_review_quickly", + "name" : "快速评审", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result_all" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "review__UPDATE" + }, + "refreshMode" : 1, + "successMsg" : "评审已完成", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "complete_review_quickly", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "complete_review_quickly@review_content" + }, + "tooltip" : "评审", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "移出", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction2", + "noPrivDisplayMode" : 1, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "grid_batchtoolbar_deuiaction2" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "grid_batchtoolbar", + "logicType" : "SCRIPT", + "name" : "deuiaction2", + "scriptCode" : "((context.curstage_id == null && context.review_state == '10')||(context.curstage_id == null&&context.review_state == null))&&context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf122@FontAwesome", + "cssClass" : "fa fa-reply-all" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "uIActionTarget" : "MULTIKEY", + "showCaption" : true, + "showIcon" : true + } ], + "modelid" : "8ff97ed8eeac6f5498f6d54910248a1f", + "modeltype" : "PSDETOOLBAR" + } ], + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "编号", + "codeName" : "target_identifier", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "编号", + "name" : "target_identifier", + "noPrivDisplayMode" : 1, + "objectNameField" : "show_identifier", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT", + "width" : 150, + "widthUnit" : "PX", + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "标题", + "codeName" : "target_title", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "idea", + "excelCaption" : "标题", + "name" : "target_title", + "noPrivDisplayMode" : 1, + "objectNameField" : "title", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0507142853", + "name" : "界面行为组(评审结果)", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "ucb9925e", + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "getPSUIAction" : { + "actionTarget" : "MULTIKEY", + "noPrivDisplayMode" : 1, + "caption" : "移出用例", + "codeName" : "remove_case", + "confirmMsg" : "确定移除该用例?", + "dataAccessAction" : "UPDATE", + "fullCodeName" : "review_content_remove_case", + "name" : "移出用例", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "UPDATE" + }, + "getPSSysImage" : { + "glyph" : "xf112@FontAwesome", + "cssClass" : "fa fa-mail-reply" + }, + "refreshMode" : 1, + "successMsg" : "移除成功", + "timeout" : 60000, + "tooltip" : "移出", + "uIActionMode" : "BACKEND", + "uIActionTag" : "remove_case", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "remove_case@review_content" + }, + "tooltip" : "移出", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "actionLevel" : 200, + "detailType" : "DEUIACTION", + "name" : "u2d8231b", + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "版本比对", + "codeName" : "review_content_version_comparison", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_review_content_version_comparison", + "name" : "评审内容版本比对", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "review_content_version_comparison" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSSysImage" : { + "glyph" : "xf0ec@FontAwesome", + "cssClass" : "fa fa-exchange" + }, + "tooltip" : "版本比对", + "uIActionMode" : "FRONT", + "uIActionTag" : "review_content_version_comparison", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "review_content_version_comparison@review_content" + }, + "tooltip" : "版本比对", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "review_content__Usr0507142853" + }, + "valueType" : "OBJECT", + "width" : 100, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "变更类型", + "codeName" : "change_type", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_type", + "excelCaption" : "变更类型", + "name" : "change_type", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "width" : 120, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "变更版本", + "codeName" : "change_version", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "change_version", + "excelCaption" : "变更版本", + "name" : "change_version", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSDEUIAction" : { + "caption" : "保存行", + "codeName" : "SaveRow", + "fullCodeName" : "SaveRow", + "name" : "表格界面_保存行", + "getPSSysImage" : { + "glyph" : "xf0c7@FontAwesome", + "cssClass" : "fa fa-save" + }, + "predefinedType" : "GRIDVIEW_SAVEROWACTION", + "timeout" : 60000, + "uIActionMode" : "SYS", + "uIActionTag" : "SaveRow", + "uIActionType" : "DEUIACTION" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_CHANGE_VERSION", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 184, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "align" : "LEFT", + "cLConvertMode" : "FRONT", + "caption" : "评审结果", + "codeName" : "stage_results", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "stage_results", + "excelCaption" : "评审结果", + "name" : "stage_results", + "noPrivDisplayMode" : 1, + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_result.json" + }, + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEKEY", + "noPrivDisplayMode" : 1, + "caption" : "设置评审结果", + "codeName" : "set_review_result", + "dataAccessAction" : "SUBDATA", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_set_review_result", + "name" : "设置评审结果", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "set_review_result" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "open_result" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSDEOPPriv" : { + "modelref" : true, + "id" : "SUBDATA" + }, + "successMsg" : "评审结果已设置", + "uIActionMode" : "FRONT", + "uIActionTag" : "set_review_result", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "set_review_result@review_content" + }, + "getPSSysPFPlugin" : { + "pluginType" : "GRID_COLRENDER", + "pluginCode" : "COLUMN_REVIEW_RESULTS", + "runtimeObject" : true + }, + "valueType" : "OBJECTS", + "width" : 100, + "widthUnit" : "PX", + "enableRowEdit" : true, + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 21, + "name" : "idea", + "getPSAppDEField" : { + "name" : "IDEA", + "codeName" : "idea" + }, + "valueType" : "OBJECT" + }, { + "dataType" : 25, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + } + }, { + "dataType" : 21, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 21, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "valueType" : "OBJECTS" + }, { + "dataType" : 25, + "name" : "target_parent_id", + "getPSAppDEField" : { + "name" : "TARGET_PARENT_ID", + "codeName" : "target_parent_id" + } + }, { + "dataType" : 25, + "name" : "final_stage_results", + "getPSAppDEField" : { + "name" : "FINAL_STAGE_RESULTS", + "codeName" : "final_stage_results" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "变更类型", + "codeName" : "change_type", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_type", + "getPSAppDEField" : { + "name" : "CHANGE_TYPE", + "codeName" : "change_type" + }, + "getPSEditor" : { + "editorType" : "DROPDOWNLIST", + "name" : "change_type", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_change_type.json" + }, + "singleSelect" : true + }, + "allowEmpty" : true, + "needCodeListConfig" : true + }, { + "caption" : "变更版本", + "codeName" : "change_version", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "change_version", + "getPSAppDEField" : { + "name" : "CHANGE_VERSION", + "codeName" : "change_version" + }, + "getPSEditor" : { + "editorParams" : { + "AC" : "TRUE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" + }, + "editorType" : "PICKEREX_TRIGGER", + "handlerType" : "PickupText", + "name" : "change_version", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/version.json" + }, + "valueType" : "OBJECTS", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "allowEmpty" : true, + "getUserParam" : { + "SRFNAVPARAM.n_owner_id_eq" : "%owner_id%" + } + }, { + "caption" : "评审结果", + "codeName" : "stage_results", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "stage_results", + "getPSAppDEField" : { + "name" : "STAGE_RESULTS", + "codeName" : "stage_results" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_results", + "valueType" : "OBJECTS" + }, + "allowEmpty" : true + }, { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : true, + "enableGroup" : false, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : true, + "singleSelect" : true, + "name" : "grid", + "modelid" : "3ac6e0792d3adaf6601b309f30aba7a7", + "modeltype" : "PSDEGRID" + }, { + "codeName" : "no_grid_view_all_search_form", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSSEARCHFORMS/no_grid_view_all_search_form.json", + "logicName" : "评审内容表格(无多选)_搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "1fb467764bc3e7445797626c64d04e8f", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审内容", + "codeName" : "idea_no_grid_view_all_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审内容表格", + "viewStyle" : "DEFAULT", + "viewType" : "DEGRIDVIEW", + "xDataControlName" : "grid", + "enableDP" : true, + "enableExport" : true, + "enableFilter" : true, + "enableImport" : true, + "enableQuickSearch" : true, + "enableRowEdit" : true, + "enableSearch" : true, + "rowEditDefault" : false, + "modelid" : "fb2368e975f0777fbda0776328f71d83", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNULL", + "dEFDName" : "curstage_id", + "logicType" : "SINGLE" + }, { + "condOP" : "EQ", + "dEFDName" : "state", + "logicType" : "SINGLE", + "value" : "20" + } ], + "relatedDetailNames" : [ "curstage_id", "state" ], + "notMode" : false + } ], + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateContexts" : [ { + "key" : "CUR_REVIEWER_ID", + "name" : "CUR_REVIEWER_ID", + "value" : "cur_reviewer_id", + "rawValue" : false + }, { + "key" : "CURSTAGE_STATE", + "name" : "CURSTAGE_STATE", + "value" : "curstage_state", + "rawValue" : false + }, { + "key" : "CURSTAGE_ID", + "name" : "CURSTAGE_ID", + "value" : "curstage_id", + "rawValue" : false + }, { + "key" : "REVIEW_STATE", + "name" : "REVIEW_STATE", + "value" : "state", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "refreshItems" : "curstage_id", + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "caption" : "评审说明", + "codeName" : "tabpage4", + "detailStyle" : "DEFAULT", + "detailType" : "TABPAGE", + "name" : "tabpage4", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.GROUPPANEL.GROUPPANEL3" + }, + "caption" : "描述", + "codeName" : "description_container", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "description_container", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.FORMITEM.DESCRIPTION" + }, + "codeName" : "description", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "description", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "DESCRIPTION", + "codeName" : "description" + }, + "getPSEditor" : { + "editorParams" : { + "USERINSCRIPT" : "value.replaceAll(/\\@\\{\\\"(user)?id\\\":\\\"(.+?)\\\",\\\"name\\\":\\\"(.+?)\\\"\\}/g,(x, user, id, name) => {return controller.getNodeInfo({ id, name })}).replaceAll(/\\@\\{userid=(.+?),name=(.+?)\\}/g,(x, id, name) => {return controller.getNodeInfo({ id, name })})", + "MAXHEIGHT" : "450", + "QUOTECODELISTMAP" : "{\"type\":\"plmweb.base__recent_visite\"}", + "enableEdit" : "true", + "QUOTEFIELDMAP" : "{\"identifier\":\"show_identifier\",\"name\":\"name\",\"id\":\"id\",\"owner_subtype\":\"owner_subtype\",\"owner_id\":\"owner_id\",\"owner_type\":\"owner_type\",\"recent_parent\":\"recent_parent\"}", + "QUOTEPARAMS" : "{\"sort\":\"update_time,desc\"}", + "enableFullScreen" : "true", + "MODE" : "default", + "QUOTEINSCRIPT" : "value.replaceAll(/\\#\\{(\\\".+?\\\":\\\".+?\\\")(,\\\"icon\\\":\\\"((.|[\\t\\r\\f\\n\\s])+?)\\\")*\\}/g,(x, value, icon) => { const item = JSON.parse(\"{\" + value + \"}\"); if (icon) { icon = icon.slice(8).slice(1, -1); } return controller.getNodeInfo({ icon, ...item })})", + "USERSCRIPT" : "`@{\"id\":\"${data.id}\",\"name\":\"${data.name}\"}`", + "QUOTESCRIPT" : "`#{\"id\":\"${data.id}\",\"name\":\"${data.name}\",\"identifier\":\"${data.identifier}\",\"owner_id\":\"${data.owner_id}\",\"owner_type\":\"${data.owner_type}\",\"owner_subtype\":\"${data.owner_subtype}\",\"recent_parent\":\"${data.recent_parent}\"}`", + "USERURL" : "`${context.library ? `libraries/${context.library}/library_members/fetch_default` : context.product ? `products/${context.product}/product_members/fetch_default` : context.project ? `projects/${context.project}/project_members/fetch_default` : context.discuss_topic? `discuss_topics/${context.discuss_topic}/discuss_members/fetch_default` : ''}`", + "USERFIELDMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "INSERTKEYS" : "[{\"index\":66,\"keys\":[\"marker\"]},{\"index\":5,\"keys\":[\"paintformat\"]}]", + "QUOTEURL" : "`recents/fetch_recent_access`" + }, + "editorStyle" : "COLLAPSE", + "editorType" : "HTMLEDITOR", + "name" : "description", + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "COMMENT", + "runtimeObject" : true + }, + "placeHolder" : "输入描述" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "emptyCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "actionGroupExtractMode" : "ITEM", + "caption" : "附件", + "codeName" : "grouppanel2", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel2", + "getPSDEFormDetails" : [ { + "codeName" : "attachments", + "getContentPSControl" : { + "aggMode" : "NONE", + "codeName" : "attach", + "columnEnableFilter" : 2, + "columnEnableLink" : 2, + "controlStyle" : "ATTACHMENT_GRID", + "controlType" : "GRID", + "getCreatePSControlAction" : { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment/PSGRIDS/attach.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FetchDefault" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "getGetDraftPSControlAction" : { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "getGetPSControlAction" : { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "groupMode" : "NONE", + "hookEventNames" : [ "ONLOADSUCCESS" ], + "logicName" : "附件表格", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FetchDefault" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "数据表格处理器" + }, + "getPSControlLogics" : [ { + "eventNames" : "onLoadSuccess", + "logicTag" : "attachments_grid", + "logicType" : "APPDEUILOGIC", + "name" : "logic2", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "calc_attachment_hidden" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + } ], + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEGridColumns" : [ { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "name", + "excelCaption" : "名称", + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSDEUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "附件预览", + "codeName" : "attachment_preview", + "frontProcessType" : "OTHER", + "fullCodeName" : "attachment_attachment_preview", + "name" : "附件预览", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "attachment_preview" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSSysImage" : { + "glyph" : "xf002@FontAwesome", + "cssClass" : "fa fa-search" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "attachment_preview", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "globalUIAction" : true, + "id" : "attachment_preview@attachment" + }, + "width" : 250, + "widthUnit" : "STAR", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "caption" : "上传时间", + "codeName" : "create_time", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "create_time", + "excelCaption" : "上传时间", + "name" : "create_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "width" : 200, + "widthUnit" : "PX", + "enableSort" : true + }, { + "align" : "LEFT", + "cLConvertMode" : "NONE", + "caption" : "所属数据标识", + "codeName" : "owner_id", + "columnType" : "DEFGRIDCOLUMN", + "dataItemName" : "owner_id", + "excelCaption" : "所属数据标识", + "hideMode" : 1, + "name" : "owner_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "OWNER_ID", + "codeName" : "owner_id" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : true, + "hideDefault" : true + }, { + "align" : "RIGHT", + "caption" : "操作", + "codeName" : "uagridcolumn1", + "columnType" : "UAGRIDCOLUMN", + "name" : "uagridcolumn1", + "noPrivDisplayMode" : 1, + "getPSDEUIActionGroup" : { + "codeName" : "Usr0103721999", + "name" : "附件表格操作列", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSUIActionGroupDetails" : [ { + "actionLevel" : 250, + "detailType" : "DEUIACTION", + "name" : "u73b8ba5", + "getPSSysImage" : { + "glyph" : "xf019@FontAwesome", + "cssClass" : "fa fa-download" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "下载", + "codeName" : "download", + "frontProcessType" : "OTHER", + "fullCodeName" : "attachment_download", + "name" : "附件下载", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSNavigateParams" : [ { + "key" : "fileid", + "name" : "fileid", + "value" : "file_id", + "rawValue" : false + }, { + "key" : "filename", + "name" : "filename", + "value" : "name", + "rawValue" : false + } ], + "getPSSysImage" : { + "glyph" : "xf019@FontAwesome", + "cssClass" : "fa fa-download" + }, + "getPSSysPFPlugin" : { + "pluginType" : "DEUIACTION", + "pluginCode" : "FILE_DOWNLOAD", + "runtimeObject" : true + }, + "tooltip" : "下载当前附件", + "uIActionMode" : "FRONT", + "uIActionTag" : "download", + "uIActionType" : "DEUIACTION", + "id" : "download@attachment" + }, + "tooltip" : "下载当前附件", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "caption" : "删除", + "detailType" : "DEUIACTION", + "name" : "u44d00e2", + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "caption" : "删除", + "codeName" : "delete", + "frontProcessType" : "OTHER", + "fullCodeName" : "attachment_delete", + "name" : "附件删除", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "remove_attachment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + }, + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "tooltip" : "删除", + "uIActionMode" : "FRONT", + "uIActionTag" : "delete", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "delete@attachment" + }, + "tooltip" : "删除", + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true + } ], + "uniqueTag" : "attachment__Usr0103721999" + }, + "width" : 100, + "widthUnit" : "PX", + "enableSort" : false + } ], + "getPSDEGridDataItems" : [ { + "dataType" : 25, + "name" : "name", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "format" : "YYYY-MM-DD HH:mm:ss", + "dataType" : 5, + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } + }, { + "dataType" : 25, + "name" : "owner_id", + "getPSAppDEField" : { + "name" : "OWNER_ID", + "codeName" : "owner_id" + } + }, { + "dataType" : 25, + "name" : "file_id", + "getPSAppDEField" : { + "name" : "FILE_ID", + "codeName" : "file_id" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfdataaccaction", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "dataAccessAction" : true + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSDEGridEditItems" : [ { + "caption" : "标识", + "codeName" : "srfkey", + "enableCond" : 3, + "ignoreInput" : 0, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "srfkey" + }, + "allowEmpty" : true + } ], + "getPSSysPFPlugin" : { + "pluginType" : "GRID_RENDER", + "pluginCode" : "ATTACHMENT_GRID", + "runtimeObject" : true + }, + "pagingSize" : 20, + "getRemovePSControlAction" : { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "sortMode" : "REMOTE", + "getUpdatePSControlAction" : { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/attachment.json" + } + }, + "hasWFDataItems" : false, + "enableColFilter" : false, + "enableCustomized" : false, + "enableGroup" : false, + "enablePagingBar" : false, + "enableRowEdit" : true, + "enableRowEditOrder" : false, + "enableRowNew" : true, + "forceFit" : false, + "hideHeader" : false, + "noSort" : false, + "singleSelect" : true, + "name" : "attachments_grid", + "modelid" : "998d996121eae3cd01a2d8c20de49f02", + "modeltype" : "PSDEGRID" + }, + "contentType" : "GRID", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "attachments", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSUIActionGroup" : { + "codeName" : "Usr0507965741", + "name" : "新建附件", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSUIActionGroupDetails" : [ { + "caption" : "添加附件", + "detailType" : "DEUIACTION", + "name" : "u0f550cf", + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "添加附件", + "codeName" : "add_attachments", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_add_attachments", + "name" : "添加附件", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "add_attachment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "add_attachments", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "add_attachments@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true + } ], + "uniqueTag" : "review__Usr0507965741" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "codeName" : "tabpanel2", + "detailStyle" : "DEFAULT", + "detailType" : "TABPANEL", + "name" : "tabpanel2", + "getPSDEFormTabPages" : [ { + "caption" : "评论", + "codeName" : "tabpage1", + "detailStyle" : "DEFAULT", + "detailType" : "TABPAGE", + "name" : "tabpage1", + "getPSDEFormDetails" : [ { + "codeName" : "druipart1", + "dRItemTag" : "UsrDRItem0506651858", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart1", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.COMMENT" + }, + "caption" : "评论", + "codeName" : "comment_list_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_list_view.json", + "mDCtrlActiveMode" : 0, + "name" : "commentlist_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Base.json" + }, + "getPSAppViewNavContexts" : [ { + "key" : "ARTICLE_PAGE", + "name" : "ARTICLE_PAGE", + "rawValue" : true + }, { + "key" : "SPACE", + "name" : "SPACE", + "rawValue" : true + } ], + "getPSAppViewNavParams" : [ { + "key" : "n_owner_type_eq", + "name" : "n_owner_type_eq", + "value" : "principal_type", + "rawValue" : false + }, { + "key" : "n_principal_id_eq", + "name" : "n_principal_id_eq", + "value" : "principal_id", + "rawValue" : false + } ], + "getPSDEViewCodeName" : "list_view", + "getPSDEViewId" : "2cd57b81d6d3e24a97d721002d13a493", + "getPSViewLayoutPanel" : { + "codeName" : "usr0103274907", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "list_view列表视图布局面板", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_captionbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "页面标题", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "captionbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "工具栏", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "toolbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_searchform", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "搜索表单", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "searchform", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "列表", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "list", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "ec74278f1f5a797ebc942e090298d91c", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "ListView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : false, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "评论编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.COMMENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realTitle" : "评论编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.COMMENT.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/comment_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "getPSControls" : [ { + "codeName" : "list", + "controlType" : "LIST", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment/PSLISTS/list.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "groupMode" : "NONE", + "getItemPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "user_name", + "viewFieldName" : "CREATE_MAN" + }, { + "id" : "time", + "viewFieldName" : "CREATE_TIME" + }, { + "id" : "field_text_dynamic3", + "hidden" : true, + "viewFieldName" : "ID" + }, { + "id" : "pid", + "hidden" : true, + "viewFieldName" : "PID" + }, { + "id" : "field_text_dynamic2", + "viewFieldName" : "CONTENT" + }, { + "id" : "pcreate_man", + "viewFieldName" : "PCREATE_MAN" + }, { + "id" : "pcontent", + "viewFieldName" : "PCONTENT" + } ], + "codeName" : "usr0103471499", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment/PSPANELS/usr0103471499.json", + "layoutMode" : "TABLE_24COL", + "logicName" : "list_列表项面板", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container1", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "user_name", + "getPSEditor" : { + "editorStyle" : "PERSONNEL_INFO", + "editorType" : "SPAN", + "name" : "user_name", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSONNEL_INFO", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "CREATE_MAN", + "convertToCodeItemText" : true + }, { + "caption" : "文本(动态)", + "cssStyle" : "line-height: var(--ibiz-height-control-default);", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "time", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "time", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "spacingLeft" : "OUTERMEDIUM" + }, + "getPSSysCss" : { + "cssName" : "transition-time" + }, + "viewFieldName" : "CREATE_TIME" + }, { + "caption" : "文本(动态)", + "itemType" : "FIELD", + "name" : "field_text_dynamic3", + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "field_text_dynamic3", + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "ID", + "hidden" : true + }, { + "caption" : "文本(动态)", + "itemType" : "FIELD", + "name" : "pid", + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "pid", + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "PID", + "hidden" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container2", + "getPSControlLogics" : [ { + "itemName" : "CONTAINER2", + "logicTag" : "list_itempanel", + "logicType" : "SCRIPT", + "name" : "readOnly", + "scriptCode" : "context.srfreadonly != true", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayout" : { + "dir" : "row-reverse", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "NOTEQ", + "dstModelField" : "FIELD_TEXT_DYNAMIC2", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "

该评论已删除

" + } ], + "relatedItemNames" : [ "field_text_dynamic2" ], + "notMode" : false + } ], + "getPSPanelItems" : [ { + "actionType" : "UIACTION", + "buttonStyle" : "STYLE2", + "caption" : "删除", + "itemStyle" : "STYLE2", + "itemType" : "BUTTON", + "name" : "button_calluilogic", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "list_itempanel_button_calluilogic" + }, + "getPSControlLogics" : [ { + "itemName" : "BUTTON_CALLUILOGIC", + "logicTag" : "list_itempanel", + "logicType" : "SCRIPT", + "name" : "trash", + "scriptCode" : "data.create_man === context.srfuserid", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSSysImage" : { + "glyph" : "xf1f8@FontAwesome", + "cssClass" : "fa fa-trash" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "caption" : "删除评论", + "codeName" : "del_comment", + "confirmMsg" : "确认删除该评论?", + "fullCodeName" : "comment_del_comment", + "name" : "删除评论", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "delete" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "refresh_comment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "refreshMode" : 1, + "successMsg" : "删除成功", + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "del_comment", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "enableConfirm" : true, + "reloadData" : true, + "id" : "del_comment@comment" + }, + "tooltip" : "删除", + "uIActionTarget" : "SINGLEKEY" + }, { + "actionType" : "UIACTION", + "buttonStyle" : "STYLE2", + "caption" : "编辑", + "itemStyle" : "STYLE2", + "itemType" : "BUTTON", + "name" : "button_calluilogic1", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "list_itempanel_button_calluilogic1" + }, + "getPSControlLogics" : [ { + "itemName" : "BUTTON_CALLUILOGIC1", + "logicTag" : "list_itempanel", + "logicType" : "SCRIPT", + "name" : "logic", + "scriptCode" : "data.create_man === context.srfuserid", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "编辑", + "codeName" : "panel_usr0103471499_button_calluilogic1_click", + "frontProcessType" : "OTHER", + "fullCodeName" : "comment_panel_usr0103471499_button_calluilogic1_click", + "name" : "编辑", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "edit_comment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "panel_usr0103471499_button_calluilogic1_click", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "uILogicType" : "DELOGIC", + "id" : "panel_usr0103471499_button_calluilogic1_click@comment" + }, + "tooltip" : "编辑", + "uIActionTarget" : "SINGLEDATA" + }, { + "actionType" : "UIACTION", + "buttonStyle" : "STYLE2", + "caption" : "回复", + "itemStyle" : "STYLE2", + "itemType" : "BUTTON", + "name" : "button_calluilogic2", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "list_itempanel_button_calluilogic2" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSSysImage" : { + "glyph" : "xf0e5@FontAwesome", + "cssClass" : "fa fa-comment-o" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "回复", + "codeName" : "panel_usr0103471499_button_calluilogic2_click", + "frontProcessType" : "OTHER", + "fullCodeName" : "comment_panel_usr0103471499_button_calluilogic2_click", + "name" : "回复", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "reply_comment" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "panel_usr0103471499_button_calluilogic2_click", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "uILogicType" : "DELOGIC", + "id" : "panel_usr0103471499_button_calluilogic2_click@comment" + }, + "tooltip" : "回复", + "uIActionTarget" : "SINGLEDATA" + } ] + } ] + }, { + "caption" : "容器", + "cssStyle" : "padding-left: 36px;", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container4", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "field_text_dynamic2", + "getPSEditor" : { + "contentType" : "HTML", + "editorParams" : { + "contenttype" : "HTML", + "LINKVIEWID" : "plmweb.recent_custom_redirect_view", + "SCRIPTCODE" : "data.content?.replace(/@{[^,]*,\"name\":\"(.*?)\"}/g,\"@$1\").replace(/@{[^,]*,name=(.*?)}/g,\"@$1\").replaceAll(/\\#\\{(\\\".+?\\\":\\\".+?\\\")(,\\\"icon\\\":\\\"((.|[\\t\\r\\f\\n\\s])+?)\\\")*\\}/g, (x, value, icon) => {const item = JSON.parse(\"{\" + value + \"}\"); if (icon) { icon = icon.slice(8).slice(1, -1).trim(); } return controller.parseCommentTag({icon, ...item});}).replaceAll(/\\{\\\"\\emoji\\\":\\\"(.+?)\\\"\\}/g,(x, emoji) => {const tempVal = decodeURIComponent(atob(emoji)); return `${tempVal}`})", + "TRANSLATEOBJ" : "{\"®\":\"&reg\"}" + }, + "editorStyle" : "COMMENT_ITEM", + "editorType" : "RAW", + "name" : "field_text_dynamic2", + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "COMMENT_ITEM", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "CONTENT" + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container3", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "condOp" : "ISNOTNULL", + "dstModelField" : "PID", + "logicType" : "SINGLE", + "name" : "逻辑项" + } ], + "relatedItemNames" : [ "pid" ], + "notMode" : false + } ], + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "pcreate_man", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "pcreate_man", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "viewFieldName" : "PCREATE_MAN", + "convertToCodeItemText" : true + }, { + "caption" : "标签", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_label", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSRawItem" : { + "caption" : ":", + "contentType" : "RAW", + "name" : "static_label", + "predefinedType" : "STATIC_LABEL", + "renderMode" : "PARAGRAPH" + }, + "rawContent" : ":", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "pcontent", + "getPSEditor" : { + "contentType" : "HTML", + "editorParams" : { + "contenttype" : "HTML", + "SCRIPTCODE" : "data.content?.replace(/@{[^,]*,\"name\":\"(.*?)\"}/g,\"@$1\").replace(/@{[^,]*,name=(.*?)}/g,\"@$1\").replaceAll(/\\#\\{(\\\".+?\\\":\\\".+?\\\")(,\\\"icon\\\":\\\"((.|[\\t\\r\\f\\n\\s])+?)\\\")*\\}/g, (x, value, icon) => {const item = JSON.parse(\"{\" + value + \"}\"); if (icon) { icon = icon.slice(8).slice(1, -1).trim(); } return controller.parseCommentTag({icon, ...item});}).replaceAll(/\\{\\\"\\emoji\\\":\\\"(.+?)\\\"\\}/g,(x, emoji) => {const tempVal = decodeURIComponent(atob(emoji)); return `${tempVal}`})", + "TRANSLATEOBJ" : "{\"®\":\"&reg\"}" + }, + "editorStyle" : "COMMENT_ITEM", + "editorType" : "RAW", + "name" : "pcontent", + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "COMMENT_ITEM", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "viewFieldName" : "PCONTENT" + } ], + "getPSSysCss" : { + "cssName" : "comment-replay" + } + } ] + } ] + } ], + "name" : "list_itempanel", + "modelid" : "ee886f58af63fee0ca6e9603df7aaa8e", + "modeltype" : "PSSYSVIEWPANEL" + }, + "logicName" : "list", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "列表控件处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "LIST" + }, + "getPSDEListDataItems" : [ { + "dataType" : 25, + "name" : "pid", + "getPSAppDEField" : { + "name" : "PID", + "codeName" : "pid" + } + }, { + "dataType" : 25, + "name" : "id", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 21, + "name" : "pcontent", + "getPSAppDEField" : { + "name" : "PCONTENT", + "codeName" : "pcontent" + } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } + }, { + "dataType" : 25, + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "pcreate_man", + "getPSAppDEField" : { + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" + } + }, { + "dataType" : 25, + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + } + }, { + "dataType" : 21, + "name" : "content", + "getPSAppDEField" : { + "name" : "CONTENT", + "codeName" : "content" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + } ], + "getPSSysCss" : { + "cssName" : "comment-list-height-auto" + }, + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + } + }, + "hasWFDataItems" : false, + "enableGroup" : false, + "enableRowEdit" : false, + "enableRowEditGroup" : false, + "enableRowEditOrder" : false, + "enableRowNew" : false, + "noSort" : false, + "showHeader" : true, + "singleSelect" : true, + "name" : "list", + "modelid" : "9b4452e60e1fe2c3e394cd0199c78969", + "modeltype" : "PSDELIST" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 0, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : false, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.COMMENT" + }, + "caption" : "评论", + "codeName" : "list_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评论列表视图", + "viewStyle" : "DEFAULT", + "viewType" : "DELISTVIEW", + "xDataControlName" : "list", + "enableDP" : true, + "enableFilter" : true, + "enableSearch" : true, + "showCaptionBar" : false, + "modelid" : "eac2aa8e4fe80453d257341ab278a79a", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "test_plans", + "dataRSMode" : 0, + "majorDECodeName" : "project", + "majorDEName" : "PROJECT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project.json" + }, + "minorDECodeName" : "test_plan", + "minorDEName" : "TEST_PLAN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "name" : "DER1N_TEST_PLAN_PROJECT_PROJECT_ID", + "getParentPSAppDEField" : { + "name" : "PROJECT_ID", + "codeName" : "project_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_plan", + "majorDEName" : "TEST_PLAN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_PLAN_PLAN_ID", + "getParentPSAppDEField" : { + "name" : "PLAN_ID", + "codeName" : "plan_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_plans", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_plan", + "minorDEName" : "TEST_PLAN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "name" : "DER1N_TEST_PLAN_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_plan", + "majorDEName" : "TEST_PLAN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_PLAN_PLAN_ID", + "getParentPSAppDEField" : { + "name" : "PLAN_ID", + "codeName" : "plan_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_CASE_CASE_ID", + "getParentPSAppDEField" : { + "name" : "CASE_ID", + "codeName" : "case_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "discuss_posts", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_topic", + "majorDEName" : "DISCUSS_TOPIC", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_topic.json" + }, + "minorDECodeName" : "discuss_post", + "minorDEName" : "DISCUSS_POST", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "name" : "DER1N_DISCUSS_POST_DISCUSS_TOPIC_TOPIC_ID", + "getParentPSAppDEField" : { + "name" : "TOPIC_ID", + "codeName" : "topic_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "discuss_replies", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_post", + "majorDEName" : "DISCUSS_POST", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "minorDECodeName" : "discuss_reply", + "minorDEName" : "DISCUSS_REPLY", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "name" : "DER1N_DISCUSS_REPLY_DISCUSS_POST_POST_ID", + "getParentPSAppDEField" : { + "name" : "POST_ID", + "codeName" : "post_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_reply", + "majorDEName" : "DISCUSS_REPLY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_REPLY", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "article_pages", + "dataRSMode" : 0, + "majorDECodeName" : "shared_space", + "majorDEName" : "SHARED_SPACE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/shared_space.json" + }, + "minorDECodeName" : "article_page", + "minorDEName" : "PAGE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "name" : "DERCUSTOM_SHARED_SPACE_PAGE", + "getParentPSAppDEField" : { + "name" : "SPACE_ID", + "codeName" : "space_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "article_page", + "majorDEName" : "PAGE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_PAGE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "work_items", + "dataRSMode" : 0, + "majorDECodeName" : "project", + "majorDEName" : "PROJECT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project.json" + }, + "minorDECodeName" : "work_item", + "minorDEName" : "WORK_ITEM", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + }, + "name" : "DER1N_WORK_ITEM_PROJECT_PROJECT_ID", + "getParentPSAppDEField" : { + "name" : "PROJECT_ID", + "codeName" : "project_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "work_item", + "majorDEName" : "WORK_ITEM", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_WORK_ITEM_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "tickets", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "ticket", + "minorDEName" : "TICKET", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + }, + "name" : "DER1N_TICKET_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "ticket", + "majorDEName" : "TICKET", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_TICKET_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_TEST_CASE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_plan", + "majorDEName" : "TEST_PLAN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_plan.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_PLAN_PLAN_ID", + "getParentPSAppDEField" : { + "name" : "PLAN_ID", + "codeName" : "plan_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "runs", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "run", + "minorDEName" : "RUN", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "name" : "DER1N_RUN_TEST_CASE_CASE_ID", + "getParentPSAppDEField" : { + "name" : "CASE_ID", + "codeName" : "case_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "pages", + "dataRSMode" : 0, + "majorDECodeName" : "space", + "majorDEName" : "SPACE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/space.json" + }, + "minorDECodeName" : "article_page", + "minorDEName" : "PAGE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "name" : "DER1N_PAGE_SPACE_SPACE_ID", + "getParentPSAppDEField" : { + "name" : "SPACE_ID", + "codeName" : "space_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "article_page", + "majorDEName" : "PAGE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_PAGE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "ideas", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "idea", + "minorDEName" : "IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "name" : "DER1N_IDEA_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "idea", + "majorDEName" : "IDEA", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_IDEA_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "discuss_replies", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_post", + "majorDEName" : "DISCUSS_POST", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "minorDECodeName" : "discuss_reply", + "minorDEName" : "DISCUSS_REPLY", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "name" : "DER1N_DISCUSS_REPLY_DISCUSS_POST_POST_ID", + "getParentPSAppDEField" : { + "name" : "POST_ID", + "codeName" : "post_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_reply", + "majorDEName" : "DISCUSS_REPLY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_REPLY", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "discuss_posts", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_topic", + "majorDEName" : "DISCUSS_TOPIC", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_topic.json" + }, + "minorDECodeName" : "discuss_post", + "minorDEName" : "DISCUSS_POST", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "name" : "DER1N_DISCUSS_POST_DISCUSS_TOPIC_TOPIC_ID", + "getParentPSAppDEField" : { + "name" : "TOPIC_ID", + "codeName" : "topic_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_post", + "majorDEName" : "DISCUSS_POST", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_POST", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "customers", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "customer", + "minorDEName" : "CUSTOMER", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "name" : "DER1N_CUSTOMER_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "customer", + "majorDEName" : "CUSTOMER", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_CUSTOMER_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "work_item", + "majorDEName" : "WORK_ITEM", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_WORK_ITEM_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "ticket", + "majorDEName" : "TICKET", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_TICKET_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_TEST_CASE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "idea", + "majorDEName" : "IDEA", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_IDEA_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_reply", + "majorDEName" : "DISCUSS_REPLY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_reply.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_REPLY", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "discuss_post", + "majorDEName" : "DISCUSS_POST", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/discuss_post.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_DISCUSS_POST", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "customer", + "majorDEName" : "CUSTOMER", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_CUSTOMER_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "run", + "majorDEName" : "RUN", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/run.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_RUN_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "article_page", + "majorDEName" : "PAGE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/article_page.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCOSTOM_COMMENT_PAGE_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + } + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayoutPos" : { + "colLG" : 24, + "colMD" : 24, + "layout" : "TABLE_24COL" + } + } ], + "getPSLayout" : { + "childColLG" : 6, + "childColMD" : 6, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colLG" : 16, + "colMD" : 16, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "right_grouppanel", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "right_grouppanel", + "getPSDEFormDetails" : [ { + "codeName" : "grouppanel6", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel6", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "grouppanel4", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel4", + "getPSDEFormDetails" : [ { + "codeName" : "druipart2", + "dRItemTag" : "UsrDRItem0516009922", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart2", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_STAGE" + }, + "caption" : "评审阶段", + "codeName" : "review_stage_list_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_list_view.json", + "mDCtrlActiveMode" : 0, + "name" : "review_stagelist_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSAppViewNavParams" : [ { + "key" : "submitter_id", + "name" : "submitter_id", + "value" : "SUBMITTER_ID", + "rawValue" : false + } ], + "getPSDEViewCodeName" : "list_view", + "getPSDEViewId" : "4bbb21d1872ebcd758ad32ec9b51d22b", + "getPSViewLayoutPanel" : { + "codeName" : "usr0520728860", + "controlType" : "VIEWLAYOUTPANEL", + "layoutMode" : "FLEX", + "logicName" : "list_view列表视图布局面板", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlParam" : { }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX", + "shrink" : 0 + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_left", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_captionbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "页面标题", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "captionbar", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "showCaption" : true + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_header_right", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_toolbar", + "getPSLayout" : { + "align" : "center", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "heightMode" : "FULL", + "layout" : "FLEX" + } + } ] + } ], + "predefinedType" : "VIEWHEADER" + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "view_content", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "列表", + "itemStyle" : "DEFAULT", + "itemType" : "CTRLPOS", + "name" : "list", + "getPSLayoutPos" : { + "grow" : 1, + "layout" : "FLEX" + }, + "showCaption" : true + } ], + "predefinedType" : "VIEWCONTENT" + } ], + "layoutBodyOnly" : false, + "layoutPanel" : true, + "useDefaultLayout" : false, + "viewProxyMode" : true, + "modelid" : "d7c9940e5793e559c4da263b73e484a1", + "modeltype" : "PSSYSVIEWLAYOUTPANEL", + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "ListView", + "name" : "engine" + } ], + "getPSAppViewLogics" : [ { + "eventNames" : "onSelectionChange", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "ONSELECTIONCHANGE", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "choose_stage" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSViewCtrlName" : "list" + }, { + "eventNames" : "onLoadSuccess", + "logicTrigger" : "CTRLEVENT", + "logicType" : "APPDEUILOGIC", + "name" : "DEFAULT_SELECTED", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "default_choose" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSViewCtrlName" : "list" + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "newdata", + "getPSAppUILogic" : { + "actionAfterWizard" : "DEFAULT", + "logicType" : "PREDEFINED", + "name" : "新建数据", + "getNewDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_NEWDATA", + "batchAddOnly" : false, + "enableBatchAdd" : false, + "enableWizardAdd" : false + } + }, { + "logicTrigger" : "CUSTOM", + "logicType" : "APPUILOGIC", + "name" : "opendata", + "getPSAppUILogic" : { + "logicType" : "PREDEFINED", + "name" : "打开数据", + "getOpenDataPSAppView" : { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, + "getPSAppUILogicRefViews" : [ { + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "viewLogicType" : "APP_OPENDATA", + "editMode" : true + } + } ], + "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "评审阶段编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_STAGE.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "EDITDATA", + "realTitle" : "评审阶段编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW_STAGE.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_stage_edit_view.json", + "viewType" : "DEEDITVIEW" + } + } ], + "getPSControls" : [ { + "codeName" : "default", + "controlType" : "SEARCHFORM", + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage/PSSEARCHFORMS/default.json", + "logicName" : "默认搜索表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionType" : "FILTERACTION", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGet" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterGetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionType" : "FILTERACTION", + "name" : "search", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FilterSearch" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "搜索表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "SEARCHFORM" + }, + "getPSDEFormPages" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_STAGE.DEFAULT.FORMPAGE.FORMPAGE1" + }, + "caption" : "常规条件", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "searchButtonStyle" : "DEFAULT", + "tabHeaderPos" : "TOP", + "enableAdvanceSearch" : false, + "enableAutoSearch" : false, + "enableFilterSave" : false, + "noTabHeader" : true, + "name" : "searchform", + "modelid" : "6a830069f68f3cacd06e018e773f245e", + "modeltype" : "PSDEFORM_SEARCHFORM" + }, { + "codeName" : "stage_list", + "controlStyle" : "REVIEW_LIST", + "controlType" : "LIST", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage/PSLISTS/stage_list.json", + "getFetchPSControlAction" : { + "modelref" : true, + "id" : "fetch", + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FetchDefault" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "groupMode" : "NONE", + "getItemPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "stage_state", + "viewFieldName" : "stage_state" + }, { + "id" : "name", + "viewFieldName" : "name" + }, { + "id" : "reviewer_name", + "viewFieldName" : "reviewer_name" + }, { + "id" : "reviewer_readonly", + "viewFieldName" : "reviewer" + }, { + "id" : "reviewer", + "hidden" : true, + "viewFieldName" : "reviewer" + }, { + "id" : "reviewer_type", + "hidden" : true, + "viewFieldName" : "reviewer_type" + } ], + "codeName" : "usr0516263811", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage/PSPANELS/usr0516263811.json", + "hookEventNames" : [ "ONCHANGE" ], + "layoutMode" : "TABLE_24COL", + "logicName" : "stage_list_列表项面板", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlLogics" : [ { + "eventNames" : "onChange", + "itemName" : "reviewer_name", + "logicTag" : "list_itempanel", + "logicType" : "APPDEUILOGIC", + "name" : "logic", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "set_stage_reviewer" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + } ], + "getPSControlParam" : { }, + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "space-between", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container1", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container2", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "stage_state", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "stage_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__stage_state.json" + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "hAlignSelf" : "LEFT", + "layout" : "FLEX", + "vAlignSelf" : "MIDDLE" + }, + "getPSSysCss" : { + "cssName" : "codelist-only-icon" + }, + "viewFieldName" : "stage_state", + "convertToCodeItemText" : true + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container3", + "getPSLayout" : { + "align" : "center", + "dir" : "row", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "cssStyle" : "font-size:0;", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "name", + "getPSEditor" : { + "editorType" : "SPAN", + "hAlign" : "CENTER", + "name" : "name", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "hAlignSelf" : "LEFT", + "layout" : "FLEX", + "vAlignSelf" : "MIDDLE" + }, + "viewFieldName" : "name" + } ] + } ] + }, { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container4", + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "reviewer_name", + "getPSEditor" : { + "editorParams" : { + "VALUEITEMNAME" : "reviewer", + "SHOWNAMETEXT" : "false", + "SHOWNAMETIP" : "true", + "SRFNAVPARAM.n_department_id_eq" : "%srforgsectorid%", + "AC" : "TRUE", + "SRFNAVPARAM.n_status_eq" : "1", + "TRIGGER" : "TRUE", + "URL" : "libraries/${context.library}/library_members/fetch_default", + "PICKUPVIEW" : "FALSE", + "USERMETHOD" : "post", + "USERMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}", + "DEPTMAP" : "{\"id\":\"id\",\"name\":\"display_name\"}", + "DEPTMETHOD" : "get", + "DEPTURL" : "/users/fetch_default" + }, + "editorStyle" : "PERSONEL_SELECT_LIBRARY", + "editorType" : "PICKEREX_TRIGGER", + "name" : "reviewer_name", + "getPSNavigateParams" : [ { + "key" : "n_department_id_eq", + "name" : "n_department_id_eq", + "value" : "srforgsectorid", + "rawValue" : false + }, { + "key" : "n_status_eq", + "name" : "n_status_eq", + "value" : "1", + "rawValue" : true + } ], + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSON_SELECT", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "enableAC" : true, + "enablePickupView" : false, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "groupOP" : "OR", + "logicType" : "GROUP", + "name" : "逻辑分组", + "getPSPanelItemLogics" : [ { + "condOp" : "EQ", + "dstModelField" : "reviewer_type", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "10" + }, { + "condOp" : "EQ", + "dstModelField" : "reviewer_type", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "50" + } ], + "notMode" : false + } ], + "relatedItemNames" : [ "reviewer_type" ], + "notMode" : false + } ], + "viewFieldName" : "reviewer_name" + }, { + "caption" : "文本(动态)", + "cssStyle" : "display: flex;\nalign-items: center;", + "fieldStates" : 1, + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "reviewer_readonly", + "getPSEditor" : { + "editorParams" : { + "SHOWNAMETEXT" : "false", + "READONLY" : "TRUE" + }, + "editorStyle" : "PERSONNEL_INFO", + "editorType" : "SPAN", + "name" : "reviewer_readonly", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "getPSSysPFPlugin" : { + "pluginType" : "EDITOR_CUSTOMSTYLE", + "pluginCode" : "PERSONNEL_INFO", + "runtimeObject" : true + }, + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false, + "readOnly" : true + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItemGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSPanelItemLogics" : [ { + "groupOP" : "AND", + "logicType" : "GROUP", + "name" : "逻辑分组", + "getPSPanelItemLogics" : [ { + "condOp" : "NOTEQ", + "dstModelField" : "reviewer_type", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "10" + }, { + "condOp" : "NOTEQ", + "dstModelField" : "reviewer_type", + "logicType" : "SINGLE", + "name" : "逻辑项", + "value" : "50" + } ], + "notMode" : false + } ], + "relatedItemNames" : [ "reviewer_type" ], + "notMode" : false + } ], + "viewFieldName" : "reviewer", + "convertToCodeItemText" : true + } ] + } ] + }, { + "caption" : "文本(动态)", + "itemType" : "FIELD", + "name" : "reviewer", + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "reviewer", + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "reviewer", + "hidden" : true + }, { + "caption" : "文本(动态)", + "itemType" : "FIELD", + "name" : "reviewer_type", + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "reviewer_type", + "predefinedType" : "FIELD_TEXT_DYNAMIC" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "reviewer_type", + "hidden" : true + } ] + } ], + "name" : "list_itempanel", + "modelid" : "6a14381f2e563365a984919d97e65a4f", + "modeltype" : "PSSYSVIEWPANEL" + }, + "logicName" : "stage_list", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, { + "actionType" : "DEDATASET", + "name" : "fetch", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "FetchDefault" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + } ], + "userDRAction" : "READ", + "enableDEFieldPrivilege" : false, + "id" : "列表控件处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "LIST" + }, + "getPSDEListDataItems" : [ { + "dataType" : 25, + "name" : "reviewer_name", + "getPSAppDEField" : { + "name" : "REVIEWER_NAME", + "codeName" : "reviewer_name" + } + }, { + "dataType" : 25, + "name" : "reviewer", + "getPSAppDEField" : { + "name" : "REVIEWER", + "codeName" : "reviewer" + } + }, { + "dataType" : 25, + "name" : "srfkey", + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "dataType" : 25, + "name" : "srfmajortext", + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "dataType" : 25, + "name" : "guideline_id", + "getPSAppDEField" : { + "name" : "GUIDELINE_ID", + "codeName" : "Guideline_id" + } + } ], + "getPSSysPFPlugin" : { + "pluginType" : "LIST_RENDER", + "pluginCode" : "REVIEW_LIST", + "runtimeObject" : true + }, + "pagingSize" : 1000, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + } + }, + "hasWFDataItems" : false, + "enableGroup" : false, + "enableRowEdit" : false, + "enableRowEditGroup" : false, + "enableRowEditOrder" : false, + "enableRowNew" : false, + "noSort" : false, + "showHeader" : true, + "singleSelect" : true, + "name" : "list", + "modelid" : "d3d04b69a45d623ce8307afb2b4dc1f3", + "modeltype" : "PSDELIST" + }, { + "controlType" : "SEARCHBAR", + "name" : "searchbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlParam" : { + "id" : "searchbar" + }, + "quickGroupCount" : -1, + "quickSearchMode" : 1, + "quickSearchWidth" : 0, + "enableFilter" : false, + "enableGroup" : false, + "enableQuickSearch" : true, + "mobileSearchBar" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_STAGE" + }, + "caption" : "评审阶段", + "codeName" : "list_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_stage.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审阶段列表", + "viewStyle" : "DEFAULT", + "viewType" : "DELISTVIEW", + "xDataControlName" : "list", + "enableDP" : true, + "enableFilter" : true, + "enableQuickSearch" : true, + "enableSearch" : true, + "showCaptionBar" : false, + "modelid" : "fe1747f4c00f8f335c9075f0b50d29c5", + "modeltype" : "PSAPPDEVIEW" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateParams" : [ { + "key" : "submitter_id", + "name" : "submitter_id", + "value" : "SUBMITTER_ID", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "refreshItems" : "need_refresh", + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW.MAIN_VIEW_FORM.GROUPPANEL.GROUPPANEL1" + }, + "caption" : "基础信息", + "codeName" : "grouppanel1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel1", + "getPSDEFormDetails" : [ { + "caption" : "所属产品", + "codeName" : "principal_name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "principal_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "principal_name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_MAN" + }, + "caption" : "创建人", + "codeName" : "create_man", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "create_man", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CREATE_MAN", + "codeName" : "create_man" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "create_man", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.CREATE_TIME" + }, + "caption" : "建立时间", + "codeName" : "create_time", + "dataType" : 5, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "create_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "create_time", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_MAN" + }, + "caption" : "更新人", + "codeName" : "update_man", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "update_man", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "UPDATE_MAN", + "codeName" : "update_man" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "update_man", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.UPDATE_TIME" + }, + "caption" : "更新时间", + "codeName" : "update_time", + "dataType" : 5, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "update_time", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + }, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "update_time", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "valueFormat" : "YYYY-MM-DD HH:mm:ss", + "allowEmpty" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "caption" : "设置评审结果", + "codeName" : "review_results", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "review_results", + "getPSDEFDGroupLogics" : [ { + "groupOP" : "AND", + "logicCat" : "PANELVISIBLE", + "logicType" : "GROUP", + "getPSDEFDLogics" : [ { + "condOP" : "ISNOTNULL", + "dEFDName" : "choosed_content", + "logicType" : "SINGLE" + } ], + "relatedDetailNames" : [ "choosed_content" ], + "notMode" : false + } ], + "getPSDEFormDetails" : [ { + "codeName" : "druipart3", + "dRItemTag" : "UsrDRItem0509839110", + "detailStyle" : "DEFAULT", + "detailType" : "DRUIPART", + "name" : "druipart3", + "getPSAppView" : { + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审结果", + "codeName" : "review_content_idea_set_result_edit_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_set_result_edit_view.json", + "name" : "review_contentidea_set_result_edit_view", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "EditView", + "name" : "engine" + } ], + "getPSAppViewNavContexts" : [ { + "key" : "REVIEW_CONTENT", + "name" : "REVIEW_CONTENT", + "value" : "review_content", + "rawValue" : false + } ], + "getPSControls" : [ { + "codeName" : "idea_set_result_edit_view_toolbar", + "controlType" : "TOOLBAR", + "logicName" : "设置评审结果编辑视图_工具栏", + "name" : "toolbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "TOOLBAR" + }, + "getPSDEToolbarItems" : [ { + "caption" : "返回", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "返回", + "codeName" : "back", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_content_back", + "name" : "返回", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "back" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "tooltip" : "返回", + "uIActionMode" : "FRONT", + "uIActionTag" : "back", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "back@review_content" + }, + "tooltip" : "返回", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + } ], + "toolbarStyle" : "USER", + "xDataControlName" : "form", + "modelid" : "aaf289a359beee100449349ee35e3987", + "modeltype" : "PSDETOOLBAR" + }, { + "codeName" : "idea_set_result_edit_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content/PSFORMS/idea_set_result_edit_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "logicName" : "设置需求评审结果编辑视图_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "FORM" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "codeName" : "idea", + "contentType" : "REPEATER", + "detailStyle" : "STYLE3", + "detailType" : "MDCTRL", + "fieldName" : "idea", + "name" : "idea", + "getPSDEFormDetails" : [ { + "caption" : "show_identifier", + "codeName" : "show_identifier", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "show_identifier", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "show_identifier", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "allowEmpty" : true, + "repeatContent" : true + }, { + "caption" : "title", + "codeName" : "title", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "title", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "title", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "allowEmpty" : true, + "repeatContent" : true + } ], + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + }, { + "codeName" : "grouppanel1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel1", + "getPSControlLogics" : [ { + "itemName" : "grouppanel1", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "grouppanel1", + "scriptCode" : "context.review_state == 20 && context.curstage_id != null && context.cur_reviewer_id == context.srfpersonid", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSDEFormDetails" : [ { + "buildInActions" : 2, + "codeName" : "mdctrl1", + "getContentPSControl" : { + "codeName" : "set_result_edit_view_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/set_result_edit_view_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "logicName" : "设置评审结果_表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "stage_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + } + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "curstage_id", + "updateDVT" : "APPDATA", + "updateDV" : "curstage_id" + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "updateDV" : "cur_reviewer_id" + }, { + "id" : "cur_user", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "srfuserid", + "updateDVT" : "APPDATA", + "updateDV" : "srfuserid" + }, { + "id" : "whether_review", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + } + }, { + "id" : "comment", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + } + }, { + "id" : "next_review", + "dataType" : 25, + "createDV" : "1", + "updateDV" : "1" + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "当前阶段", + "codeName" : "stage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "stage_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前选中阶段", + "codeName" : "curstage_id", + "createDV" : "curstage_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "curstage_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "createDV" : "cur_reviewer_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前操作用户", + "codeName" : "cur_user", + "createDV" : "srfuserid", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_user", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_user" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "srfuserid", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "是否可评审", + "codeName" : "whether_review", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "whether_review", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "whether_review" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "detail", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "detail", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSControlLogics" : [ { + "itemName" : "name", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "name", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)\r\n\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 22, + "colMD" : 22, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "caption" : "状态", + "codeName" : "result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 3, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + }, + "getPSControlLogics" : [ { + "itemName" : "result_state", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "result_state", + "scriptCode" : "(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)&&(data.review_results == 3||data.review_results == 4)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_state_passordenial.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 2, + "colMD" : 2, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true + }, { + "caption" : "评审意见", + "codeName" : "comment", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "comment", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + }, + "getPSControlLogics" : [ { + "itemName" : "comment", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "comment", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "comment", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "comment2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorParams" : { + "triggerMode" : "input" + }, + "editorType" : "TEXTAREA", + "maxLength" : 2000, + "name" : "comment", + "placeHolder" : "请输入评审意见", + "showMaxLength" : true + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "actionType" : "UIACTION", + "caption" : "通过", + "codeName" : "button1", + "detailStyle" : "DEFAULT", + "detailType" : "BUTTON", + "name" : "button1", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "mdctrl1_form_button1" + }, + "getPSControlLogics" : [ { + "itemName" : "button1", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "button1", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf00c@FontAwesome", + "cssClass" : "fa fa-check" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "通过", + "codeName" : "pass", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_result_pass", + "name" : "通过(单条)", + "getNextPSUIAction" : { + "modelref" : true, + "id" : "Refresh" + }, + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "pass" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "uIActionMode" : "FRONT", + "uIActionTag" : "pass", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "id" : "pass@review_result" + }, + "tooltip" : "通过", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + }, { + "actionType" : "UIACTION", + "caption" : "拒绝", + "codeName" : "button2", + "detailStyle" : "DEFAULT", + "detailType" : "BUTTON", + "name" : "button2", + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "mdctrl1_form_button2" + }, + "getPSControlLogics" : [ { + "itemName" : "button2", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "button2", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSLayoutPos" : { + "colLG" : 6, + "colMD" : 6, + "layout" : "TABLE_24COL" + }, + "getPSSysImage" : { + "glyph" : "xf00d@FontAwesome", + "cssClass" : "fa fa-times" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "拒绝", + "codeName" : "decline", + "frontProcessType" : "OTHER", + "fullCodeName" : "review_result_decline", + "name" : "拒绝(单条)", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "refuse" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "decline", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "REPLACE", + "reloadData" : true, + "id" : "decline@review_result" + }, + "tooltip" : "拒绝", + "uIActionTarget" : "SINGLEDATA", + "showCaption" : true + }, { + "caption" : "继续下一条", + "codeName" : "next_review", + "createDV" : "1", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "RIGHT", + "labelWidth" : 130, + "name" : "next_review", + "noPrivDisplayMode" : 1, + "getPSControlLogics" : [ { + "itemName" : "next_review", + "logicTag" : "mdctrl1_form", + "logicType" : "SCRIPT", + "name" : "next_review", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "CHECKBOX", + "name" : "next_review" + }, + "getPSLayoutPos" : { + "colLG" : 8, + "colLGOffset" : 4, + "colMD" : 8, + "colMDOffset" : 4, + "layout" : "TABLE_24COL" + }, + "updateDV" : "1", + "allowEmpty" : true, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSSysCss" : { + "cssName" : "review_btn_style" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "noTabHeader" : true, + "name" : "mdctrl1_form", + "modelid" : "f75759e440add5333964d3534b98f592", + "modeltype" : "PSDEFORM_EDITFORM" + }, + "contentType" : "FORM", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "mdctrl1", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "grouppanel2", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "grouppanel2", + "getPSControlLogics" : [ { + "itemName" : "grouppanel2", + "logicTag" : "form", + "logicType" : "SCRIPT", + "name" : "grouppanel2", + "scriptCode" : "(context.curstage_id == null || context.cur_reviewer_id != context.srfpersonid)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSDEFormDetails" : [ { + "codeName" : "mdctrl2", + "getContentPSControl" : { + "codeName" : "show_main", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result/PSFORMS/show_main.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "logicName" : "评审结果展示表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "GetDraft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "编辑表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "stage_id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + } + }, { + "id" : "curstage_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "curstage_id", + "updateDVT" : "APPDATA", + "updateDV" : "curstage_id" + }, { + "id" : "cur_reviewer_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "updateDV" : "cur_reviewer_id" + }, { + "id" : "cur_user", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "srfuserid", + "updateDVT" : "APPDATA", + "updateDV" : "srfuserid" + }, { + "id" : "whether_review", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + } + }, { + "id" : "name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "result_state", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + } + }, { + "id" : "comment", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "评审", + "codeName" : "group1", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "group1", + "getPSDEFormDetails" : [ { + "caption" : "当前阶段", + "codeName" : "stage_id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "stage_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "STAGE_ID", + "codeName" : "STAGE_ID" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "stage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前选中阶段", + "codeName" : "curstage_id", + "createDV" : "curstage_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "curstage_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "curstage_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "curstage_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前评审人", + "codeName" : "cur_reviewer_id", + "createDV" : "cur_reviewer_id", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_reviewer_id", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_reviewer_id" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "cur_reviewer_id", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "当前操作用户", + "codeName" : "cur_user", + "createDV" : "srfuserid", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "cur_user", + "noPrivDisplayMode" : 1, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "cur_user" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "updateDV" : "srfuserid", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "是否可评审", + "codeName" : "whether_review", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "whether_review", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "WHETHER_REVIEW", + "codeName" : "whether_review" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "whether_review" + }, + "getPSLayoutPos" : { + "colLG" : 12, + "colMD" : 12, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "codeName" : "detail", + "detailStyle" : "DEFAULT", + "detailType" : "GROUPPANEL", + "name" : "detail", + "getPSDEFormDetails" : [ { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.NAME" + }, + "caption" : "名称", + "codeName" : "name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getPSControlLogics" : [ { + "itemName" : "name", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "name", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)\r\n\r\n", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "name", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 21, + "colMD" : 21, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + }, { + "caption" : "状态", + "codeName" : "result_state", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "fieldName" : "result_state", + "ignoreInput" : 3, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "result_state", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "RESULT_STATE", + "codeName" : "result_state" + }, + "getPSControlLogics" : [ { + "itemName" : "result_state", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "result_state", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "result_state", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "result_state2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "result_state", + "getPSAppCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__review_state_passordenial.json" + }, + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colLG" : 3, + "colMD" : 3, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "convertToCodeItemText" : true + }, { + "caption" : "评审意见", + "codeName" : "comment", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "NONE", + "labelWidth" : 0, + "name" : "comment", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "COMMENT", + "codeName" : "comment" + }, + "getPSControlLogics" : [ { + "itemName" : "comment", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "comment", + "scriptCode" : "(context.cur_reviewer_id == context.srfuserid)&&(context.curstage_state == 20)&&(context.curstage_id == data.stage_id)", + "triggerType" : "ITEMENABLE" + }, { + "itemName" : "comment", + "logicTag" : "mdctrl2_form", + "logicType" : "SCRIPT", + "name" : "comment2", + "scriptCode" : "(data.result_state !== 1 && data.result_state !== 2) || (!!data.curstage_id && data.curstage_id == data.stage_id)", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "comment", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "Update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_result.json" + } + }, + "noTabHeader" : true, + "name" : "mdctrl2_form", + "modelid" : "88bf50b85bf093b353bcb5ffe7514944", + "modeltype" : "PSDEFORM_EDITFORM" + }, + "contentType" : "FORM", + "detailStyle" : "DEFAULT", + "detailType" : "MDCTRL", + "name" : "mdctrl2", + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + } + }, + "noTabHeader" : true, + "name" : "form", + "modelid" : "8862d66141c29668ebd6a59dfcb5b650", + "modeltype" : "PSDEFORM_EDITFORM" + }, { + "codeName" : "idea_set_result_edit_view_datainfobar", + "controlType" : "DATAINFOBAR", + "name" : "datainfobar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { + "id" : "datainfobar" + } + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT" + }, + "caption" : "评审结果", + "codeName" : "idea_set_result_edit_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "idea_set_result_edit_view", + "getPSDEViewId" : "2b248bb622d1ff532eb976b91db79917", + "getPSSysCss" : { + "cssName" : "review-results-style" + }, + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEEDITVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "设置评审结果", + "viewStyle" : "DEFAULT", + "viewType" : "DEEDITVIEW", + "xDataControlName" : "form", + "enableDP" : true, + "showCaptionBar" : false, + "showDataInfoBar" : true, + "modelid" : "6945fb52761ec76cef2b9ec58b47abd6", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "test_cases", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "test_case", + "minorDEName" : "TEST_CASE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "name" : "DER1N_TEST_CASE_LIBRARY_TEST_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "TEST_LIBRARY_ID", + "codeName" : "test_library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_wizards", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review_wizard", + "minorDEName" : "REVIEW_WIZARD", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "name" : "DER1N_REVIEW_WIZARD_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "test_case", + "majorDEName" : "TEST_CASE", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "用例-评审内容", + "getParentPSAppDEField" : { + "name" : "TARGET_ID", + "codeName" : "target_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ] ] + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "getPSNavigateContexts" : [ { + "key" : "REVIEW_STATE", + "name" : "REVIEW_STATE", + "value" : "state", + "rawValue" : false + }, { + "key" : "CURSTAGE_ID", + "name" : "CURSTAGE_ID", + "value" : "curstage_id", + "rawValue" : false + }, { + "key" : "CUR_REVIEWER_ID", + "name" : "CUR_REVIEWER_ID", + "value" : "cur_reviewer_id", + "rawValue" : false + }, { + "key" : "REVIEW_CONTENT", + "name" : "REVIEW_CONTENT", + "value" : "choosed_content", + "rawValue" : false + } ], + "parentDataJO" : { + "srfparentdename" : "REVIEW", + "SRFPARENTTYPE" : "CUSTOM" + }, + "refreshItems" : "choosed_content", + "needSave" : false, + "refreshItemsSetParamOnly" : false, + "showCaption" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getPSLayoutPos" : { + "colLG" : 8, + "colMD" : 8, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false, + "showCaption" : false + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "enableItemPrivilege" : true, + "noTabHeader" : true, + "name" : "form", + "modelid" : "2a8a52da0cca631ba0075022bda52038", + "modeltype" : "PSDEFORM_EDITFORM" + }, { + "codeName" : "idea_main_view_datainfobar", + "controlType" : "DATAINFOBAR", + "name" : "datainfobar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlParam" : { + "id" : "datainfobar" + } + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "PAGE.CAPTION.REVIEW.MAIN_VIEW" + }, + "caption" : "评审", + "codeName" : "idea_main_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlParam" : { } + } ] + }, + "title" : "评审主视图", + "getTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW.MAIN_VIEW" + }, + "viewStyle" : "DEFAULT", + "viewType" : "DEEDITVIEW", + "width" : 90, + "xDataControlName" : "form", + "enableDP" : true, + "showDataInfoBar" : true, + "modelid" : "4ea3c830a8438f134a9ab58ffcd59164", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_pick_up_tree_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_pick_up_tree_view.json index ffa465d412ab211d6a38c7aee0b5c71d484114ce..3bc1ceb724256390a127f543227d6d918198b53d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_pick_up_tree_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_pick_up_tree_view.json @@ -523,6 +523,28 @@ "modelid" : "eded097ca25e576f9e0886597aacf984", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa9ed167edaacf5826302ca3cd21f49bb9ae423 --- /dev/null +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json @@ -0,0 +1,506 @@ +{ + "accUserMode" : 2, + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW" + }, + "caption" : "设置类别", + "codeName" : "review_idea_set_category_option_view", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "height" : 200, + "name" : "reviewidea_set_category_option_view", + "openMode" : "POPUPMODAL", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSAppModule" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/ProdMgmt.json" + }, + "getPSAppViewEngines" : [ { + "engineCat" : "VIEW", + "engineType" : "OptionView", + "name" : "engine" + } ], + "getPSControls" : [ { + "codeName" : "idea_set_category_form", + "controlType" : "FORM", + "getCreatePSControlAction" : { + "modelref" : true, + "id" : "create", + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "defaultLabelWidth" : 130, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review/PSFORMS/idea_set_category_form.json", + "getGetDraftFromPSControlAction" : { + "modelref" : true, + "id" : "loaddraftfrom", + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "getGetDraftPSControlAction" : { + "modelref" : true, + "id" : "loaddraft", + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "getGetPSControlAction" : { + "modelref" : true, + "id" : "load", + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "logicName" : "需求设置类别表单", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlHandler" : { + "getPSHandlerActions" : [ { + "actionName" : "GetDraft", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraft", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get_draft" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "GETDRAFTFROM", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "loaddraftfrom", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "Get", + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "name" : "load", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "get" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "Create", + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "name" : "create", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "create" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, { + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + } ], + "enableDEFieldPrivilege" : false, + "id" : "选项表单处理器" + }, + "getPSControlParam" : { + "autoLoad" : true, + "showBusyIndicator" : true, + "id" : "FORM" + }, + "getPSDEFormItems" : [ { + "id" : "srfupdatedate", + "hidden" : true, + "dataType" : 5, + "getPSAppDEField" : { + "name" : "UPDATE_TIME", + "codeName" : "update_time" + } + }, { + "id" : "srforikey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfkey", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + }, { + "id" : "srfmajortext", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + } + }, { + "id" : "srftempmode", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfuf", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfdeid", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "srfsourcekey", + "hidden" : true, + "dataType" : 25 + }, { + "id" : "categories_name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATEGORIES_NAME", + "codeName" : "categories_name" + } + }, { + "id" : "categories", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "CATEGORIES", + "codeName" : "categories" + } + }, { + "id" : "id", + "hidden" : true, + "dataType" : 25, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + } + } ], + "getPSDEFormPages" : [ { + "caption" : "基本信息", + "codeName" : "formpage1", + "detailStyle" : "DEFAULT", + "detailType" : "FORMPAGE", + "name" : "formpage1", + "getPSDEFormDetails" : [ { + "caption" : "类别", + "codeName" : "categories_name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "categories_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATEGORIES_NAME", + "codeName" : "categories_name" + }, + "getPSEditor" : { + "editorParams" : { + "DROPDOWNVIEW" : "TRUE", + "AC" : "FALSE", + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "TRUE" + }, + "editorType" : "PICKEREX_DROPDOWNVIEW", + "handlerType" : "PickupText", + "name" : "categories_name", + "getPSEditorItems" : [ { + "name" : "categories" + } ], + "getPickupPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_pick_up_tree_view.json", + "viewType" : "DEPICKUPTREEVIEW" + }, + "placeHolder" : "请选择类别", + "valueItemName" : "categories", + "dropDownView" : true, + "enableAC" : false, + "enablePickupView" : true, + "forceSelection" : true, + "showTrigger" : true, + "singleSelect" : true + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "valueItemName" : "categories", + "allowEmpty" : true, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.REVIEW.CATEGORIES" + }, + "caption" : "类别", + "codeName" : "categories", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "categories", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "CATEGORIES", + "codeName" : "categories" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "categories" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DEF.LNAME.ID" + }, + "caption" : "标识", + "codeName" : "id", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "ID", + "codeName" : "id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "allowEmpty" : true, + "hidden" : true + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "infoGroupMode" : false + } ], + "getPSLayout" : { + "childColMD" : 24, + "columnCount" : 24, + "layout" : "TABLE_24COL" + }, + "getRemovePSControlAction" : { + "modelref" : true, + "id" : "remove", + "actionName" : "Remove", + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "name" : "remove", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "tabHeaderPos" : "TOP", + "getUpdatePSControlAction" : { + "modelref" : true, + "id" : "update", + "actionName" : "Update", + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "name" : "update", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "update" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + } + }, + "noTabHeader" : true, + "name" : "form", + "modelid" : "6c58c4ec73c6f63c8846fcc6450a3000", + "modeltype" : "PSDEFORM_EDITFORM" + }, { + "codeName" : "idea_set_category_option_view_datainfobar", + "controlType" : "DATAINFOBAR", + "name" : "datainfobar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlParam" : { + "id" : "datainfobar" + } + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW" + }, + "caption" : "设置类别", + "codeName" : "idea_set_category_option_view_captionbar", + "controlType" : "CAPTIONBAR", + "name" : "captionbar", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlParam" : { } + } ], + "getPSDEViewCodeName" : "idea_set_category_option_view", + "getPSDEViewId" : "9bfd4f339d557f6ace193a2ecc887b04", + "getPSViewLayoutPanel" : { + "codeName" : "layoutpanel", + "controlStyle" : "APPDEOPTVIEW", + "controlType" : "VIEWLAYOUTPANEL", + "name" : "layoutpanel", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSControlParam" : { }, + "layoutBodyOnly" : true, + "layoutPanel" : true, + "useDefaultLayout" : true + }, + "title" : "设置类别", + "viewStyle" : "DEFAULT", + "viewType" : "DEOPTVIEW", + "width" : 400, + "xDataControlName" : "form", + "enableDP" : true, + "showDataInfoBar" : true, + "modelid" : "d63033628a0c3dd7fdd45d77824586d1", + "modeltype" : "PSAPPDEVIEW", + "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "library", + "majorDEName" : "LIBRARY", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID", + "getParentPSAppDEField" : { + "name" : "LIBRARY_ID", + "codeName" : "library_id" + }, + "rSMode" : 2 + } ] ] +} \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_tree_exp_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_tree_exp_view.json index aa8d834dfe2c8a122e5b3c63536c24d64dbade7d..a69b1ac6b4b628aff355c180d81a44edb50e43d9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_tree_exp_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_tree_exp_view.json @@ -1963,7 +1963,6 @@ "layoutPanel" : true, "useDefaultLayout" : true }, - "refFlag" : false, "title" : "评审实体树导航", "getTitlePSLanguageRes" : { "lanResTag" : "PAGE.TITLE.REVIEW.TREE_EXP_VIEW" @@ -1978,6 +1977,28 @@ "modelid" : "fe3ab8b0b45169041406ba9acf2dbe9b", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_main_view.json index 510700ed867716da270cd16486b67ff3ec425e30..93b6642d87457c9001443ef2f099d324881f5b63 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_main_view.json @@ -9,7 +9,7 @@ "height" : 90, "markOpenDataMode" : "DISPLAYOPPERSON", "name" : "reviewmain_view", - "openMode" : "POPUPMODAL", + "openMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" @@ -632,7 +632,7 @@ "logicTag" : "toolbar", "logicType" : "SCRIPT", "name" : "deuiaction1", - "scriptCode" : "(data.state == '10'||data.state=='50')&&(context.curstage_id == null)&&(data.create_man == context.srfuserid)", + "scriptCode" : "(data.state == '10'||data.state=='50')&&(context.curstage_id == null)&&(data.create_man == context.srfuserid)&&(data.type == 'TEST_CASE')", "triggerType" : "ITEMVISIBLE" } ], "getPSSysImage" : { @@ -659,6 +659,11 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" }, "getPSNavigateParams" : [ { + "key" : "tag", + "name" : "tag", + "value" : "TEST_CASE", + "rawValue" : true + }, { "key" : "review", "name" : "review", "value" : "review", @@ -693,7 +698,7 @@ "logicTag" : "toolbar", "logicType" : "SCRIPT", "name" : "deuiaction2", - "scriptCode" : "(data.state == '20')&&(context.curstage_id == null)&&(data.create_man == context.srfuserid)", + "scriptCode" : "(data.state == '20')&&(data.create_man == context.srfuserid)", "triggerType" : "ITEMVISIBLE" } ], "getPSSysImage" : { @@ -706,6 +711,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -737,6 +743,72 @@ "uIActionTarget" : "SINGLEDATA", "showCaption" : true, "showIcon" : true + }, { + "caption" : "添加内容", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction3", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction3" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction3", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "(data.state == '10'||data.state=='50')&&(context.curstage_id == null)&&(data.create_man == context.srfuserid)&&(data.type == 'IDEA')", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" + }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "添加内容", + "codeName" : "add_idea_review_content", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "fullCodeName" : "review_add_idea_review_content", + "name" : "添加需求评审内容", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "add_review_content" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSNavigateParams" : [ { + "key" : "tag", + "name" : "tag", + "value" : "IDEA", + "rawValue" : true + }, { + "key" : "review", + "name" : "review", + "value" : "review", + "rawValue" : false + } ], + "paramItem" : "review", + "refreshMode" : 1, + "timeout" : 60000, + "uIActionMode" : "BACKEND", + "uIActionTag" : "add_idea_review_content", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "add_idea_review_content@review" + }, + "tooltip" : "添加内容", + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true } ], "toolbarStyle" : "USER", "xDataControlName" : "form", @@ -1897,10 +1969,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1925,10 +1997,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -2004,16 +2076,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "grid_view_all_toolbar", @@ -2995,6 +3070,50 @@ "modelid" : "961db6b53633c132f82c9005947fd19c", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, @@ -3588,10 +3707,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -3616,10 +3735,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -3695,16 +3814,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "no_grid_view_all_toolbar", @@ -4805,6 +4927,50 @@ "modelid" : "83523b7767f2949141412f8265235d29", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, @@ -6648,22 +6814,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -6672,30 +6833,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -7117,6 +7283,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -10045,6 +10255,9 @@ "triggerType" : "ITEMVISIBLE" } ], "getPSEditor" : { + "editorParams" : { + "triggerMode" : "input" + }, "editorType" : "TEXTAREA", "maxLength" : 2000, "name" : "comment", @@ -11148,6 +11361,50 @@ "modelid" : "5956bc94f187fb16ddff5afecb4759df", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, @@ -11480,6 +11737,7 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" } }, + "enableItemPrivilege" : true, "noTabHeader" : true, "name" : "form", "modelid" : "42a3feb159bc5d5ff0f0cdde2c755ca7", @@ -11523,6 +11781,28 @@ "modelid" : "3444ff86665454bf247697b8c5133967", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_attention_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_attention_grid_view.json index 0aa07dc7b715ec6f5637800dba2ca4969e4f5a5e..ff63d21a1b0e3285cb5913a3fe8a7c2eb5e98c28 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_attention_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_attention_grid_view.json @@ -204,6 +204,10 @@ "frontProcessType" : "WIZARD", "fullCodeName" : "review_new_idea_review", "name" : "新建需求评审", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "notify_refresh" + }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" @@ -216,6 +220,7 @@ "uIActionMode" : "FRONT", "uIActionTag" : "new_idea_review", "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", "closeEditView" : true, "closePopupView" : true, "reloadData" : true, @@ -422,6 +427,7 @@ "dataAccessAction" : "SUBDATA", "frontProcessType" : "OTHER", "fullCodeName" : "review_submit_review", + "memo" : "SUBDATA", "name" : "提交评审", "getPSAppDEMethod" : { "modelref" : true, @@ -467,6 +473,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -583,6 +590,44 @@ "addSeparator" : false, "showCaption" : true, "showIcon" : true + }, { + "caption" : "设置类别", + "detailType" : "DEUIACTION", + "name" : "u3479786", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "设置类别", + "codeName" : "set_idea_category", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_set_idea_category", + "name" : "设置需求评审类别", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "set_idea_category", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "set_idea_category@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true } ], "uniqueTag" : "review__Usr0428064370" }, @@ -1170,6 +1215,28 @@ "modelid" : "ade4b76052190519cb2d780ffd573b1f", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_created_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_created_grid_view.json index 8a43ad82e33e67c1dbea70fa866bebfccca71b3f..1bc2d0b172f7cb8c91b68381b979b9a8de5d73d4 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_created_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_created_grid_view.json @@ -204,6 +204,10 @@ "frontProcessType" : "WIZARD", "fullCodeName" : "review_new_idea_review", "name" : "新建需求评审", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "notify_refresh" + }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" @@ -216,6 +220,7 @@ "uIActionMode" : "FRONT", "uIActionTag" : "new_idea_review", "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", "closeEditView" : true, "closePopupView" : true, "reloadData" : true, @@ -422,6 +427,7 @@ "dataAccessAction" : "SUBDATA", "frontProcessType" : "OTHER", "fullCodeName" : "review_submit_review", + "memo" : "SUBDATA", "name" : "提交评审", "getPSAppDEMethod" : { "modelref" : true, @@ -467,6 +473,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -583,6 +590,44 @@ "addSeparator" : false, "showCaption" : true, "showIcon" : true + }, { + "caption" : "设置类别", + "detailType" : "DEUIACTION", + "name" : "u3479786", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "设置类别", + "codeName" : "set_idea_category", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_set_idea_category", + "name" : "设置需求评审类别", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "set_idea_category", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "set_idea_category@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true } ], "uniqueTag" : "review__Usr0428064370" }, @@ -1170,6 +1215,28 @@ "modelid" : "c1ee7a06d8a64d323cc85964c8318d0e", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_reviewed_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_reviewed_grid_view.json index aa2e8753336c6a74e5769f76879e0cab34808db4..13e50b39c4a68933b78169461ccc25fcab78361d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_reviewed_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_my_reviewed_grid_view.json @@ -204,6 +204,10 @@ "frontProcessType" : "WIZARD", "fullCodeName" : "review_new_idea_review", "name" : "新建需求评审", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "notify_refresh" + }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" @@ -216,6 +220,7 @@ "uIActionMode" : "FRONT", "uIActionTag" : "new_idea_review", "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", "closeEditView" : true, "closePopupView" : true, "reloadData" : true, @@ -422,6 +427,7 @@ "dataAccessAction" : "SUBDATA", "frontProcessType" : "OTHER", "fullCodeName" : "review_submit_review", + "memo" : "SUBDATA", "name" : "提交评审", "getPSAppDEMethod" : { "modelref" : true, @@ -467,6 +473,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -583,6 +590,44 @@ "addSeparator" : false, "showCaption" : true, "showIcon" : true + }, { + "caption" : "设置类别", + "detailType" : "DEUIACTION", + "name" : "u3479786", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "设置类别", + "codeName" : "set_idea_category", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_set_idea_category", + "name" : "设置需求评审类别", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "set_idea_category", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "set_idea_category@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true } ], "uniqueTag" : "review__Usr0428064370" }, @@ -1170,6 +1215,28 @@ "modelid" : "aa467947555b314e7f37c9e25597e5bd", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_pick_up_tree_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_pick_up_tree_view.json index 1587a53c512c7ba8b3ef54b13b76bdd9b6139eeb..06cd97203c16a03936ac629f6a32eeca8a108cf9 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_pick_up_tree_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_pick_up_tree_view.json @@ -523,6 +523,28 @@ "modelid" : "9a7fb55374b1edb6b6de05ee0f527e63", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_redirect_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_redirect_view.json index c6e1100133de805d03f0539bbe7061499c6fd564..2b7ce9f1c7035220101020beebad2153a9daeee6 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_redirect_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_redirect_view.json @@ -7,6 +7,10 @@ "codeName" : "review_redirect_view", "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_redirect_view.json", "funcViewMode" : "REDIRECTVIEW", + "getGetDataPSAppDEAction" : { + "modelref" : true, + "id" : "get_redirect_data" + }, "memo" : "系统自动添加", "name" : "reviewRedirectView", "getPSAppDataEntity" : { @@ -17,6 +21,31 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" }, + "getPSAppViewRefs" : [ { + "name" : "IDEA", + "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL", + "realTitle" : "评审主视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW.MAIN_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_main_view.json", + "viewType" : "DEEDITVIEW" + } + }, { + "name" : "TEST_CASE", + "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL", + "realTitle" : "评审主视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.REVIEW.MAIN_VIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_main_view.json", + "viewType" : "DEEDITVIEW" + } + } ], "getPSControls" : [ { "getCapPSLanguageRes" : { "lanResTag" : "DE.LNAME.REVIEW" @@ -72,20 +101,45 @@ "viewType" : "DEEDITVIEW" } } ], - "refFlag" : false, "title" : "评审数据重定向视图", "getTitlePSLanguageRes" : { "lanResTag" : "PAGE.TITLE.REVIEW.REDIRECTVIEW" }, + "getTypePSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + }, "viewStyle" : "DEFAULT", "viewType" : "DEREDIRECTVIEW", - "enableCustomGetDataAction" : false, + "enableCustomGetDataAction" : true, "enableDP" : true, "enableWorkflow" : true, "redirectView" : true, "modelid" : "ba758194e9adfdc4c18bab9a6b999429", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_set_category_option_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_set_category_option_view.json index b65a38731bc1fd1b340d0731f1442257d404019c..fc6bfd665bffbfb65f76ce1d4a2f8206a88173f6 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_set_category_option_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_set_category_option_view.json @@ -459,6 +459,28 @@ "modelid" : "1f0bfb297fa03592ac42b5d01a0985d1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_test_case_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_test_case_grid_view.json index ff158a5594cc6c52a4ec55e4f3f84b58dfc8c459..91e87b26b5b63fd90f9018281c1c2207faa632bd 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_test_case_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_test_case_grid_view.json @@ -204,6 +204,10 @@ "frontProcessType" : "WIZARD", "fullCodeName" : "review_new_idea_review", "name" : "新建需求评审", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "notify_refresh" + }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" @@ -216,6 +220,7 @@ "uIActionMode" : "FRONT", "uIActionTag" : "new_idea_review", "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", "closeEditView" : true, "closePopupView" : true, "reloadData" : true, @@ -422,6 +427,7 @@ "dataAccessAction" : "SUBDATA", "frontProcessType" : "OTHER", "fullCodeName" : "review_submit_review", + "memo" : "SUBDATA", "name" : "提交评审", "getPSAppDEMethod" : { "modelref" : true, @@ -467,6 +473,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -583,6 +590,44 @@ "addSeparator" : false, "showCaption" : true, "showIcon" : true + }, { + "caption" : "设置类别", + "detailType" : "DEUIACTION", + "name" : "u3479786", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "设置类别", + "codeName" : "set_idea_category", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_set_idea_category", + "name" : "设置需求评审类别", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "set_idea_category", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "set_idea_category@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true } ], "uniqueTag" : "review__Usr0428064370" }, @@ -1170,6 +1215,28 @@ "modelid" : "a6ebd706a3e3dbab5f450c09986ede95", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_tree_exp_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_tree_exp_view.json index e6704bbcbdbaf16ededa311e70f1d8e02018adf1..0442756405e4f0df6ce1b24c5d07fa66b415a31d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_tree_exp_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_tree_exp_view.json @@ -2127,6 +2127,28 @@ "modelid" : "c4c70a221cbbe63ecf6dccd057a19ce9", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "reviews", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_create_wizard_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_create_wizard_view.json index 5f91cf7180b5337ae52ba7ef84ef2def2433bda1..98d5e9f4b56c93116576ad1de695bbb2d11e2121 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_create_wizard_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_create_wizard_view.json @@ -282,8 +282,16 @@ "name" : "DESCRIPTION", "codeName" : "description" } + }, { + "id" : "principal_name", + "dataType" : 25, + "getPSAppDEField" : { + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" + } }, { "id" : "library_name", + "hidden" : true, "dataType" : 25, "getPSAppDEField" : { "name" : "LIBRARY_NAME", @@ -299,6 +307,28 @@ "name" : "LIBRARY_ID", "codeName" : "library_id" } + }, { + "id" : "principal_type", + "hidden" : true, + "dataType" : 25, + "createDV" : "library", + "updateDV" : "library", + "getPSAppDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + } + }, { + "id" : "principal_id", + "hidden" : true, + "dataType" : 25, + "createDVT" : "APPDATA", + "createDV" : "library", + "updateDVT" : "APPDATA", + "updateDV" : "library", + "getPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + } }, { "id" : "type", "dataType" : 25, @@ -478,11 +508,8 @@ "detailType" : "GROUPPANEL", "name" : "grouppanel2", "getPSDEFormDetails" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "CONTROL.DEFORM.REVIEW_WIZARD.CREATE_FORM.FORMITEM.LIBRARY_NAME" - }, "caption" : "所属测试库", - "codeName" : "library_name", + "codeName" : "principal_name", "dataType" : 25, "detailStyle" : "DEFAULT", "detailType" : "FORMITEM", @@ -490,44 +517,40 @@ "ignoreInput" : 0, "labelPos" : "TOP", "labelWidth" : 130, - "name" : "library_name", + "name" : "principal_name", "noPrivDisplayMode" : 1, "getPSAppDEField" : { - "name" : "LIBRARY_NAME", - "codeName" : "library_name" + "name" : "PRINCIPAL_NAME", + "codeName" : "principal_name" }, "getPSEditor" : { "editorParams" : { "AC" : "TRUE", - "PICKUPVIEW" : "TRUE" + "TRIGGER" : "TRUE", + "PICKUPVIEW" : "FALSE" }, - "editorType" : "PICKER", + "editorType" : "PICKEREX_TRIGGER", "handlerType" : "PickupText", - "name" : "library_name", + "name" : "principal_name", "getPSAppDEACMode" : { "modelref" : true, "id" : "Default" }, "getPSAppDEDataSet" : { "modelref" : true, - "id" : "fetch_default" + "id" : "fetch_quick" }, "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" }, "getPSEditorItems" : [ { - "name" : "library_id" + "name" : "principal_id" } ], - "getPickupPSAppView" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/library_pick_up_view.json", - "viewType" : "DEPICKUPVIEW" - }, "placeHolder" : "选择所属测试库", - "valueItemName" : "library_id", + "valueItemName" : "principal_id", "enableAC" : true, - "enablePickupView" : true, + "enablePickupView" : false, "forceSelection" : true, "showTrigger" : true, "singleSelect" : true @@ -536,9 +559,55 @@ "colMD" : 24, "layout" : "TABLE_24COL" }, + "valueItemName" : "principal_id", + "allowEmpty" : false, + "showCaption" : true + }, { + "getCapPSLanguageRes" : { + "lanResTag" : "CONTROL.DEFORM.REVIEW_WIZARD.CREATE_FORM.FORMITEM.LIBRARY_NAME" + }, + "caption" : "所属测试库", + "codeName" : "library_name", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 0, + "ignoreInput" : 0, + "labelPos" : "TOP", + "labelWidth" : 130, + "name" : "library_name", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "LIBRARY_NAME", + "codeName" : "library_name" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "library_name", + "getPSEditorItems" : [ { + "name" : "library_id", + "getPSAppDEACMode" : { + "modelref" : true, + "id" : "Default" + }, + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_default" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/library.json" + } + } ], + "placeHolder" : "选择所属测试库" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, "valueItemName" : "library_id", "allowEmpty" : true, - "showCaption" : true + "hidden" : true }, { "getCapPSLanguageRes" : { "lanResTag" : "DEF.LNAME.LIBRARY_ID" @@ -570,6 +639,64 @@ "updateDVT" : "APPDATA", "allowEmpty" : true, "hidden" : true + }, { + "caption" : "评审主体类型", + "codeName" : "principal_type", + "createDV" : "library", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "principal_type", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "PRINCIPAL_TYPE", + "codeName" : "principal_type" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "principal_type" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "updateDV" : "library", + "allowEmpty" : true, + "hidden" : true + }, { + "caption" : "评审主体标识", + "codeName" : "principal_id", + "createDV" : "library", + "createDVT" : "APPDATA", + "dataType" : 25, + "detailStyle" : "DEFAULT", + "detailType" : "FORMITEM", + "enableCond" : 3, + "ignoreInput" : 0, + "labelPos" : "LEFT", + "labelWidth" : 130, + "name" : "principal_id", + "noPrivDisplayMode" : 1, + "getPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "getPSEditor" : { + "editorType" : "HIDDEN", + "name" : "principal_id" + }, + "getPSLayoutPos" : { + "colMD" : 24, + "layout" : "TABLE_24COL" + }, + "updateDV" : "library", + "updateDVT" : "APPDATA", + "allowEmpty" : true, + "hidden" : true }, { "getCapPSLanguageRes" : { "lanResTag" : "CONTROL.DEFORM.REVIEW_WIZARD.CREATE_FORM.FORMITEM.TYPE" @@ -1421,10 +1548,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1451,10 +1578,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1518,16 +1645,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -1542,47 +1672,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" + }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -2335,6 +2529,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_idea_create_wizard_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_idea_create_wizard_view.json index 15749dc44f8345e83c3d1b28de58f698e2508a69..6fb77783e1b2c4ee1c97eca77b6041e9c42a8558 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_idea_create_wizard_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_wizard_idea_create_wizard_view.json @@ -33,6 +33,11 @@ "value" : "review", "rawValue" : true } ], + "getPSAppViewParams" : [ { + "key" : "SRFRENEWSESSION", + "name" : "SRFRENEWSESSION", + "value" : "true" + } ], "getPSControls" : [ { "codeName" : "idea_create_wizard_view_wizard", "controlType" : "WIZARDPANEL", @@ -203,9 +208,9 @@ "id" : "fill_guideline" }, "getPSDEFIUpdateDetails" : [ { - "name" : "review_guideline_id" - }, { "name" : "review_stage" + }, { + "name" : "review_guideline_id" } ] } ], "getPSDEFormItems" : [ { @@ -665,17 +670,17 @@ "getPSNavigateParams" : [ { "key" : "n_owner_subtype_eq", "name" : "n_owner_subtype_eq", - "value" : "library_review", + "value" : "product_review", "rawValue" : true }, { "key" : "n_owner_id_eq", "name" : "n_owner_id_eq", - "value" : "library", + "value" : "product", "rawValue" : false }, { "key" : "n_owner_type_eq", "name" : "n_owner_type_eq", - "value" : "library", + "value" : "product", "rawValue" : true } ] } ], @@ -1054,26 +1059,26 @@ }, "getPSEditor" : { "editorParams" : { - "srfnavparam.n_owner_subtype_eq" : "library_review", - "srfnavparam.n_owner_id_eq" : "%library%", - "srfnavparam.n_owner_type_eq" : "library" + "srfnavparam.n_owner_subtype_eq" : "product_review", + "srfnavparam.n_owner_id_eq" : "%product%", + "srfnavparam.n_owner_type_eq" : "product" }, "editorType" : "HIDDEN", "name" : "categories", "getPSNavigateParams" : [ { "key" : "n_owner_subtype_eq", "name" : "n_owner_subtype_eq", - "value" : "library_review", + "value" : "product_review", "rawValue" : true }, { "key" : "n_owner_id_eq", "name" : "n_owner_id_eq", - "value" : "library", + "value" : "product", "rawValue" : false }, { "key" : "n_owner_type_eq", "name" : "n_owner_type_eq", - "value" : "library", + "value" : "product", "rawValue" : true } ] }, @@ -1446,10 +1451,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1476,10 +1481,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -1543,16 +1548,19 @@ "viewType" : "DEREDIRECTVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "under_review_grid_view_toolbar", @@ -1567,47 +1575,111 @@ "id" : "TOOLBAR" }, "getPSDEToolbarItems" : [ { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" - }, "caption" : "规划用例", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", - "name" : "deuiaction1", + "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "toolbar_deuiaction1" + "id" : "toolbar_deuiaction2" }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction2", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "test_case", + "scriptCode" : "context.principal_type == 'test_case'", + "triggerType" : "ITEMVISIBLE" + } ], "getPSSysImage" : { "glyph" : "xf067@FontAwesome", "cssClass" : "fa fa-plus" }, "getPSUIAction" : { - "getCapPSLanguageRes" : { - "lanResTag" : "TBB.TEXT.*.NEW" + "actionTarget" : "NONE", + "caption" : "规划用例", + "codeName" : "program_review_test_case", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "viewType" : "DEMPICKUPVIEW2" }, - "caption" : "新建", - "codeName" : "New", - "fullCodeName" : "New", - "name" : "表格界面_新建操作", - "getPSSysImage" : { - "glyph" : "xf0f6@FontAwesome", - "cssClass" : "fa fa-file-text-o" + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_test_case", + "name" : "规划评审用例", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" }, - "predefinedType" : "GRIDVIEW_NEWACTION", - "timeout" : 60000, - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" }, - "uIActionMode" : "SYS", - "uIActionTag" : "New", - "uIActionType" : "DEUIACTION" + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_test_case", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_test_case@review_content" }, "tooltip" : "规划用例", - "getTooltipPSLanguageRes" : { - "lanResTag" : "TBB.TOOLTIP.*.NEW" + "uIActionTarget" : "NONE", + "showCaption" : true, + "showIcon" : true + }, { + "caption" : "规划需求", + "groupExtractMode" : "ITEM", + "itemType" : "DEUIACTION", + "name" : "deuiaction1", + "noPrivDisplayMode" : 2, + "getPSAppViewUIAction" : { + "modelref" : true, + "id" : "toolbar_deuiaction1" + }, + "getPSControlLogics" : [ { + "itemName" : "deuiaction1", + "logicTag" : "toolbar", + "logicType" : "SCRIPT", + "name" : "idea", + "scriptCode" : "context.principal_type == 'idea'", + "triggerType" : "ITEMVISIBLE" + } ], + "getPSSysImage" : { + "glyph" : "xf067@FontAwesome", + "cssClass" : "fa fa-plus" }, + "getPSUIAction" : { + "actionTarget" : "NONE", + "caption" : "规划需求", + "codeName" : "program_review_idea", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", + "viewType" : "DEMPICKUPVIEW2" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_content_program_review_idea", + "name" : "规划评审需求", + "getPSAppDEUILogic" : { + "modelref" : true, + "id" : "get_review_data" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "program_review_idea", + "uIActionType" : "DEUIACTION", + "uILogicAttachMode" : "AFTER", + "reloadData" : true, + "id" : "program_review_idea@review_content" + }, + "tooltip" : "规划需求", + "uIActionTarget" : "NONE", "showCaption" : true, "showIcon" : true } ], @@ -2360,6 +2432,50 @@ "modelid" : "2d676aa1b73a63a10fd9f26e095d72f1", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/run_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/run_edit_view.json index 0f40f096199fc5ad3dbb178a3ac48b6feb83d4cc..e7c506bdd8d803052cec4fa9acf7baa6d46baf98 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/run_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/run_edit_view.json @@ -613,7 +613,7 @@ "allowEmpty" : true, "showCaption" : true }, { - "caption" : "评审状态", + "caption" : "用例状态", "codeName" : "state", "dataType" : 25, "detailStyle" : "DEFAULT", @@ -2960,22 +2960,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2984,30 +2979,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3429,6 +3429,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4745,11 +4789,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4761,17 +4812,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4780,13 +4831,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4846,7 +4890,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/run_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/run_main_view.json index ae0f9df2e0d337dbb4f133a26bd99cec862b0dc9..22302de9fb06562da7a84ad6762a991880f24e8e 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/run_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/run_main_view.json @@ -1215,7 +1215,7 @@ "allowEmpty" : true, "showCaption" : true }, { - "caption" : "评审状态", + "caption" : "用例状态", "codeName" : "state", "dataType" : 25, "detailStyle" : "DEFAULT", @@ -3562,22 +3562,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -3586,30 +3581,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -4031,6 +4031,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -5347,11 +5391,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -5363,17 +5414,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -5382,13 +5433,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -5448,7 +5492,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_all_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_all_grid_view.json index 373c7b176a55d776e80b473e6721e0b99f892eed..b3bf6812752a50592a593eb3fbcb54b8a39ce858 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_all_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_all_grid_view.json @@ -224,6 +224,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "test_library_id", + "name" : "test_library_id", + "value" : "library", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "test_case_import_data", "uIActionType" : "DEUIACTION", @@ -1151,7 +1157,7 @@ "caption" : "状态", "codeName" : "state", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "state", + "dataItemName" : "state_text", "excelCaption" : "状态", "name" : "state", "noPrivDisplayMode" : 1, @@ -1198,7 +1204,7 @@ "caption" : "重要程度", "codeName" : "level", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "level", + "dataItemName" : "level_text", "excelCaption" : "重要程度", "memo" : "允许值: P0, P1, P2, P3, P4", "name" : "level", @@ -1221,7 +1227,7 @@ "caption" : "用例类型", "codeName" : "type", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "type", + "dataItemName" : "type_text", "excelCaption" : "用例类型", "name" : "type", "noPrivDisplayMode" : 1, @@ -1370,6 +1376,13 @@ "name" : "TITLE", "codeName" : "title" } + }, { + "dataType" : 25, + "name" : "state_text", + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } }, { "dataType" : 25, "name" : "state", @@ -1384,6 +1397,13 @@ "name" : "MAINTENANCE_NAME", "codeName" : "maintenance_name" } + }, { + "dataType" : 25, + "name" : "level_text", + "getPSAppDEField" : { + "name" : "LEVEL", + "codeName" : "level" + } }, { "dataType" : 25, "name" : "level", @@ -1391,6 +1411,13 @@ "name" : "LEVEL", "codeName" : "level" } + }, { + "dataType" : 25, + "name" : "type_text", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } }, { "dataType" : 25, "name" : "type", @@ -1519,8 +1546,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json" }, + "getPSEditorItems" : [ { + "name" : "state" + } ], "singleSelect" : true }, + "valueItemName" : "state", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1670,8 +1701,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json" }, + "getPSEditorItems" : [ { + "name" : "level" + } ], "singleSelect" : true }, + "valueItemName" : "level", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1691,8 +1726,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json" }, + "getPSEditorItems" : [ { + "name" : "type" + } ], "singleSelect" : true }, + "valueItemName" : "type", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_edit_view.json index ff8a725bf082fb73e1d42a23b4f6abf6fa2512c7..f0de797b3d0e35e064b57a6ff5bfe6f73898d295 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_edit_view.json @@ -2760,22 +2760,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2784,30 +2779,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3229,6 +3229,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4539,11 +4583,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4555,17 +4606,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4574,13 +4625,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4640,7 +4684,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -13265,6 +13309,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "test_case", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "check_review_history", "uIActionType" : "DEUIACTION", @@ -15825,12 +15875,6 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" }, - "getPSAppViewNavParams" : [ { - "key" : "n_target_id_eq", - "name" : "n_target_id_eq", - "value" : "test_case", - "rawValue" : false - } ], "getPSDEViewCodeName" : "list_view", "getPSDEViewId" : "56515adf25bb15c98b26b93fe16f82fd", "getPSViewLayoutPanel" : { @@ -16097,7 +16141,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "getPSPanelItems" : [ { "caption" : "容器", @@ -16139,7 +16185,9 @@ "name" : "static_label", "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" }, "getPSRawItem" : { "caption" : "-", @@ -16274,7 +16322,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "valueFormat" : "YYYY年MM月DD日", "viewFieldName" : "create_time" @@ -16329,7 +16378,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "viewFieldName" : "result_state", "convertToCodeItemText" : true @@ -16349,7 +16399,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "viewFieldName" : "comment" } ], @@ -16394,10 +16446,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -16422,10 +16474,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -16482,16 +16534,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "list_view_search_form", @@ -16901,6 +16956,50 @@ "modelid" : "6ce849890265fbb0ab3cddb8e9077b5b", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_global_setting_tab_exp_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_global_setting_tab_exp_view.json index 4ace9eb4fe26d14e9398485233585563545ee924..2271f446cfd609741e0fb44f7efcc01287817f2c 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_global_setting_tab_exp_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_global_setting_tab_exp_view.json @@ -294,6 +294,14 @@ "value" : "TEST_CASE", "rawValue" : true } ] + }, { + "caption" : "数据字典", + "name" : "dictionary", + "getPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_grid_view.json", + "viewType" : "DEGRIDVIEW" + } } ], "uniqueTag" : "test_case_global_setting_tab_exp_view__tabexppanel", "modelid" : "aabe96d50d1770ba94a023aac9debf77", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_main_view.json index 2577a0d38484c6bb020bc0684553a05562237b72..3c4b16e5d4db59cbce1e9405973a3f22164e2160 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_main_view.json @@ -4002,22 +4002,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -4026,30 +4021,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -4471,6 +4471,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -5781,11 +5825,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -5797,17 +5848,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -5816,13 +5867,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -5882,7 +5926,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -14507,6 +14551,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "test_case", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "check_review_history", "uIActionType" : "DEUIACTION", @@ -17067,12 +17117,6 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" }, - "getPSAppViewNavParams" : [ { - "key" : "n_target_id_eq", - "name" : "n_target_id_eq", - "value" : "test_case", - "rawValue" : false - } ], "getPSDEViewCodeName" : "list_view", "getPSDEViewId" : "56515adf25bb15c98b26b93fe16f82fd", "getPSViewLayoutPanel" : { @@ -17339,7 +17383,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "getPSPanelItems" : [ { "caption" : "容器", @@ -17381,7 +17427,9 @@ "name" : "static_label", "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" }, "getPSRawItem" : { "caption" : "-", @@ -17516,7 +17564,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "valueFormat" : "YYYY年MM月DD日", "viewFieldName" : "create_time" @@ -17571,7 +17620,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "viewFieldName" : "result_state", "convertToCodeItemText" : true @@ -17591,7 +17641,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "viewFieldName" : "comment" } ], @@ -17636,10 +17688,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -17664,10 +17716,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -17724,16 +17776,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "list_view_search_form", @@ -18143,6 +18198,50 @@ "modelid" : "6ce849890265fbb0ab3cddb8e9077b5b", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view.json index ec1cc6bc52836111c2b5bbe410e1ab65bbf2e07a..53eeccbb475358e3b18fd594730f217eba6ef8fa 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view.json @@ -1192,6 +1192,7 @@ "pluginCode" : "PERSON_SELECT", "runtimeObject" : true }, + "placeHolder" : "维护人", "valueItemName" : "n_maintenance_id_eq", "enableAC" : true, "enablePickupView" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json index 7412bc922d4dc4c2fe84b2c2d2198d83bcc3b7b3..696469fcb6f0eaeaf60459f3b91d0c589d653e47 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json @@ -1188,6 +1188,7 @@ "pluginCode" : "PERSON_SELECT", "runtimeObject" : true }, + "placeHolder" : "维护人", "valueItemName" : "n_maintenance_id_eq", "enableAC" : true, "enablePickupView" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view_review.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view_review.json index 6296d4ec942e3211de70051a3c60d790a0d3c5ac..8b8e4e75439821deff16572a64d5e2df780eb1f7 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view_review.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view_review.json @@ -1192,6 +1192,7 @@ "pluginCode" : "PERSON_SELECT", "runtimeObject" : true }, + "placeHolder" : "维护人", "valueItemName" : "n_maintenance_id_eq", "enableAC" : true, "enablePickupView" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_nosuite_test_case_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_nosuite_test_case_grid_view.json index 08684a74577837a2902b7e3b710fbc2df7951c86..52cf38bdf44f2e6e6bfa594055930206a1c82b69 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_nosuite_test_case_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_nosuite_test_case_grid_view.json @@ -224,6 +224,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "test_library_id", + "name" : "test_library_id", + "value" : "library", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "test_case_import_data", "uIActionType" : "DEUIACTION", @@ -1104,7 +1110,7 @@ "caption" : "状态", "codeName" : "state", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "state", + "dataItemName" : "state_text", "excelCaption" : "状态", "name" : "state", "noPrivDisplayMode" : 1, @@ -1151,7 +1157,7 @@ "caption" : "重要程度", "codeName" : "level", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "level", + "dataItemName" : "level_text", "excelCaption" : "重要程度", "memo" : "允许值: P0, P1, P2, P3, P4", "name" : "level", @@ -1174,7 +1180,7 @@ "caption" : "用例类型", "codeName" : "type", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "type", + "dataItemName" : "type_text", "excelCaption" : "用例类型", "name" : "type", "noPrivDisplayMode" : 1, @@ -1323,6 +1329,13 @@ "name" : "TITLE", "codeName" : "title" } + }, { + "dataType" : 25, + "name" : "state_text", + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } }, { "dataType" : 25, "name" : "state", @@ -1337,6 +1350,13 @@ "name" : "MAINTENANCE_NAME", "codeName" : "maintenance_name" } + }, { + "dataType" : 25, + "name" : "level_text", + "getPSAppDEField" : { + "name" : "LEVEL", + "codeName" : "level" + } }, { "dataType" : 25, "name" : "level", @@ -1344,6 +1364,13 @@ "name" : "LEVEL", "codeName" : "level" } + }, { + "dataType" : 25, + "name" : "type_text", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } }, { "dataType" : 25, "name" : "type", @@ -1472,8 +1499,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json" }, + "getPSEditorItems" : [ { + "name" : "state" + } ], "singleSelect" : true }, + "valueItemName" : "state", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1622,8 +1653,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json" }, + "getPSEditorItems" : [ { + "name" : "level" + } ], "singleSelect" : true }, + "valueItemName" : "level", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1643,8 +1678,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json" }, + "getPSEditorItems" : [ { + "name" : "type" + } ], "singleSelect" : true }, + "valueItemName" : "type", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_not_add_pick_up_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_not_add_pick_up_grid_view.json index 831137972e1c1f8a0b34d380fcb60c30e80e5d57..2a71c8ec664c30660062e619575247c2b938429d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_not_add_pick_up_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_not_add_pick_up_grid_view.json @@ -706,6 +706,7 @@ "pluginCode" : "PERSON_SELECT", "runtimeObject" : true }, + "placeHolder" : "维护人", "valueItemName" : "n_maintenance_id_eq", "enableAC" : true, "enablePickupView" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_not_add_pick_up_grid_view_review.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_not_add_pick_up_grid_view_review.json index 344652052c50088589dc6e1fd03b721faeb48115..6ec4200d6baec068a8f33a1713b9cdbb2ecc7d76 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_not_add_pick_up_grid_view_review.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_not_add_pick_up_grid_view_review.json @@ -706,6 +706,7 @@ "pluginCode" : "PERSON_SELECT", "runtimeObject" : true }, + "placeHolder" : "维护人", "valueItemName" : "n_maintenance_id_eq", "enableAC" : true, "enablePickupView" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_others_re_mpick_up_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_others_re_mpick_up_grid_view.json index 5abd1a3ccc9fbdef691e98ba87ba1b77d1d89a6e..54896736050da4b582f69dec68b133f67408da0d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_others_re_mpick_up_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_others_re_mpick_up_grid_view.json @@ -653,6 +653,7 @@ "pluginCode" : "PERSON_SELECT", "runtimeObject" : true }, + "placeHolder" : "维护人", "valueItemName" : "n_maintenance_id_eq", "enableAC" : true, "enablePickupView" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_others_re_mpick_up_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_others_re_mpick_up_view.json index dd9c382ce1d3561682458e08d6f363c09d049da7..a0f278c02ea438a2fd144092f41cab60554a4d83 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_others_re_mpick_up_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_others_re_mpick_up_view.json @@ -674,6 +674,7 @@ "pluginCode" : "PERSON_SELECT", "runtimeObject" : true }, + "placeHolder" : "维护人", "valueItemName" : "n_maintenance_id_eq", "enableAC" : true, "enablePickupView" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_pick_up_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_pick_up_grid_view.json index ed3d2acac23580e09bfcc8fb50dd9848ab384988..fa3597f9a9402887c18eb2bdfa24d76dbdaf801b 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_pick_up_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_pick_up_grid_view.json @@ -1125,7 +1125,7 @@ "caption" : "状态", "codeName" : "state", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "state", + "dataItemName" : "state_text", "excelCaption" : "状态", "name" : "state", "noPrivDisplayMode" : 1, @@ -1172,7 +1172,7 @@ "caption" : "重要程度", "codeName" : "level", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "level", + "dataItemName" : "level_text", "excelCaption" : "重要程度", "memo" : "允许值: P0, P1, P2, P3, P4", "name" : "level", @@ -1195,7 +1195,7 @@ "caption" : "用例类型", "codeName" : "type", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "type", + "dataItemName" : "type_text", "excelCaption" : "用例类型", "name" : "type", "noPrivDisplayMode" : 1, @@ -1344,6 +1344,13 @@ "name" : "TITLE", "codeName" : "title" } + }, { + "dataType" : 25, + "name" : "state_text", + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } }, { "dataType" : 25, "name" : "state", @@ -1358,6 +1365,13 @@ "name" : "MAINTENANCE_NAME", "codeName" : "maintenance_name" } + }, { + "dataType" : 25, + "name" : "level_text", + "getPSAppDEField" : { + "name" : "LEVEL", + "codeName" : "level" + } }, { "dataType" : 25, "name" : "level", @@ -1365,6 +1379,13 @@ "name" : "LEVEL", "codeName" : "level" } + }, { + "dataType" : 25, + "name" : "type_text", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } }, { "dataType" : 25, "name" : "type", @@ -1493,8 +1514,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json" }, + "getPSEditorItems" : [ { + "name" : "state" + } ], "singleSelect" : true }, + "valueItemName" : "state", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1643,8 +1668,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json" }, + "getPSEditorItems" : [ { + "name" : "level" + } ], "singleSelect" : true }, + "valueItemName" : "level", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1664,8 +1693,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json" }, + "getPSEditorItems" : [ { + "name" : "type" + } ], "singleSelect" : true }, + "valueItemName" : "type", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_pick_up_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_pick_up_view.json index 314430a839fdb389b116c12fde0f2cfb2484bed1..e904a2485effec24c8159709f8627d788bf36b6e 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_pick_up_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_pick_up_view.json @@ -1151,7 +1151,7 @@ "caption" : "状态", "codeName" : "state", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "state", + "dataItemName" : "state_text", "excelCaption" : "状态", "name" : "state", "noPrivDisplayMode" : 1, @@ -1198,7 +1198,7 @@ "caption" : "重要程度", "codeName" : "level", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "level", + "dataItemName" : "level_text", "excelCaption" : "重要程度", "memo" : "允许值: P0, P1, P2, P3, P4", "name" : "level", @@ -1221,7 +1221,7 @@ "caption" : "用例类型", "codeName" : "type", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "type", + "dataItemName" : "type_text", "excelCaption" : "用例类型", "name" : "type", "noPrivDisplayMode" : 1, @@ -1370,6 +1370,13 @@ "name" : "TITLE", "codeName" : "title" } + }, { + "dataType" : 25, + "name" : "state_text", + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } }, { "dataType" : 25, "name" : "state", @@ -1384,6 +1391,13 @@ "name" : "MAINTENANCE_NAME", "codeName" : "maintenance_name" } + }, { + "dataType" : 25, + "name" : "level_text", + "getPSAppDEField" : { + "name" : "LEVEL", + "codeName" : "level" + } }, { "dataType" : 25, "name" : "level", @@ -1391,6 +1405,13 @@ "name" : "LEVEL", "codeName" : "level" } + }, { + "dataType" : 25, + "name" : "type_text", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } }, { "dataType" : 25, "name" : "type", @@ -1519,8 +1540,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json" }, + "getPSEditorItems" : [ { + "name" : "state" + } ], "singleSelect" : true }, + "valueItemName" : "state", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1669,8 +1694,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json" }, + "getPSEditorItems" : [ { + "name" : "level" + } ], "singleSelect" : true }, + "valueItemName" : "level", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1690,8 +1719,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json" }, + "getPSEditorItems" : [ { + "name" : "type" + } ], "singleSelect" : true }, + "valueItemName" : "type", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_re_run_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_re_run_main_view.json index d9bf656f51d350076b04fd2ec8676271a1720e19..e86aaf0121ecab477018d8bc010714605605449f 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_re_run_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_re_run_main_view.json @@ -3316,22 +3316,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -3340,30 +3335,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3785,6 +3785,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -5095,11 +5139,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -5111,17 +5162,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -5130,13 +5181,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -5196,7 +5240,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -13821,6 +13865,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "test_case", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "check_review_history", "uIActionType" : "DEUIACTION", @@ -16381,12 +16431,6 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" }, - "getPSAppViewNavParams" : [ { - "key" : "n_target_id_eq", - "name" : "n_target_id_eq", - "value" : "test_case", - "rawValue" : false - } ], "getPSDEViewCodeName" : "list_view", "getPSDEViewId" : "56515adf25bb15c98b26b93fe16f82fd", "getPSViewLayoutPanel" : { @@ -16653,7 +16697,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "getPSPanelItems" : [ { "caption" : "容器", @@ -16695,7 +16741,9 @@ "name" : "static_label", "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" }, "getPSRawItem" : { "caption" : "-", @@ -16830,7 +16878,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "valueFormat" : "YYYY年MM月DD日", "viewFieldName" : "create_time" @@ -16885,7 +16934,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "viewFieldName" : "result_state", "convertToCodeItemText" : true @@ -16905,7 +16955,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "viewFieldName" : "comment" } ], @@ -16950,10 +17002,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -16978,10 +17030,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -17038,16 +17090,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "list_view_search_form", @@ -17457,6 +17512,50 @@ "modelid" : "6ce849890265fbb0ab3cddb8e9077b5b", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_recycle_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_recycle_edit_view.json index daff437fc7b162464e9d1c1478257fc165a02a7b..b434f32c2b8cc4b690db6c6463b914d1f0c99a47 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_recycle_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_recycle_edit_view.json @@ -2706,22 +2706,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2730,30 +2725,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3175,6 +3175,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4485,11 +4529,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4501,17 +4552,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4520,13 +4571,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4586,7 +4630,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -13211,6 +13255,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" }, + "getPSNavigateParams" : [ { + "key" : "n_target_id_eq", + "name" : "n_target_id_eq", + "value" : "test_case", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "check_review_history", "uIActionType" : "DEUIACTION", @@ -15771,12 +15821,6 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPMODULES/Test.json" }, - "getPSAppViewNavParams" : [ { - "key" : "n_target_id_eq", - "name" : "n_target_id_eq", - "value" : "test_case", - "rawValue" : false - } ], "getPSDEViewCodeName" : "list_view", "getPSDEViewId" : "56515adf25bb15c98b26b93fe16f82fd", "getPSViewLayoutPanel" : { @@ -16043,7 +16087,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "getPSPanelItems" : [ { "caption" : "容器", @@ -16085,7 +16131,9 @@ "name" : "static_label", "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL", + "spacingRight" : "OUTERSMALL" }, "getPSRawItem" : { "caption" : "-", @@ -16220,7 +16268,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "valueFormat" : "YYYY年MM月DD日", "viewFieldName" : "create_time" @@ -16275,7 +16324,8 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingLeft" : "OUTERSMALL" }, "viewFieldName" : "result_state", "convertToCodeItemText" : true @@ -16295,7 +16345,9 @@ }, "getPSLayoutPos" : { "grow" : -1, - "layout" : "FLEX" + "layout" : "FLEX", + "spacingBottom" : "OUTERSMALL", + "spacingTop" : "OUTERSMALL" }, "viewFieldName" : "comment" } ], @@ -16340,10 +16392,10 @@ "actionAfterWizard" : "DEFAULT", "getBatchAddPSAppViews" : [ { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -16368,10 +16420,10 @@ } }, { "openMode" : "POPUPMODAL", - "refMode" : "TEST_CASE", + "refMode" : "IDEA", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } } ], @@ -16428,16 +16480,19 @@ "viewType" : "DEEDITVIEW" } }, { - "name" : "MPICKUPVIEW:REVIEW_WIZARD" - }, { - "name" : "MPICKUPVIEW:TEST_CASE", + "name" : "MPICKUPVIEW:IDEA", "realOpenMode" : "POPUPMODAL", - "realTitle" : "用例实体数据多项选择", + "realTitle" : "计划关联需求多项数据选择视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.IDEA.OTHERS_RELATION_IDEA_VIEW" + }, "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_review_re_idea_view.json", "viewType" : "DEMPICKUPVIEW2" } + }, { + "name" : "MPICKUPVIEW:REVIEW_WIZARD" } ], "getPSControls" : [ { "codeName" : "list_view_search_form", @@ -16847,6 +16902,50 @@ "modelid" : "6ce849890265fbb0ab3cddb8e9077b5b", "modeltype" : "PSAPPDEVIEW", "getPSAppDERSPaths" : [ [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_contents", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "review_content", + "minorDEName" : "REVIEW_CONTENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_content.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + } ], [ { "actionRSMode" : 1, "codeName" : "test_cases", "dataRSMode" : 0, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_test_plan_re_test_case_prickup_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_test_plan_re_test_case_prickup_view.json index 4d6d989b17a69e0a9058d988fb36361e0a9367c7..689ace532a94d30d39e0956497b36426b0265974 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_test_plan_re_test_case_prickup_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_test_plan_re_test_case_prickup_view.json @@ -1181,6 +1181,7 @@ "pluginCode" : "PERSON_SELECT", "runtimeObject" : true }, + "placeHolder" : "维护人", "valueItemName" : "n_maintenance_id_eq", "enableAC" : true, "enablePickupView" : false, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_this_suite_test_case_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_this_suite_test_case_grid_view.json index 9169610492d39a7da38a76ad3f15263f9da9e6d0..98c454889033d3716902415bae4c088f2d2e6213 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_this_suite_test_case_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_this_suite_test_case_grid_view.json @@ -222,6 +222,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "test_library_id", + "name" : "test_library_id", + "value" : "library", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "test_case_import_data", "uIActionType" : "DEUIACTION", @@ -1102,7 +1108,7 @@ "caption" : "状态", "codeName" : "state", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "state", + "dataItemName" : "state_text", "excelCaption" : "状态", "name" : "state", "noPrivDisplayMode" : 1, @@ -1149,7 +1155,7 @@ "caption" : "重要程度", "codeName" : "level", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "level", + "dataItemName" : "level_text", "excelCaption" : "重要程度", "memo" : "允许值: P0, P1, P2, P3, P4", "name" : "level", @@ -1172,7 +1178,7 @@ "caption" : "用例类型", "codeName" : "type", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "type", + "dataItemName" : "type_text", "excelCaption" : "用例类型", "name" : "type", "noPrivDisplayMode" : 1, @@ -1321,6 +1327,13 @@ "name" : "TITLE", "codeName" : "title" } + }, { + "dataType" : 25, + "name" : "state_text", + "getPSAppDEField" : { + "name" : "STATE", + "codeName" : "state" + } }, { "dataType" : 25, "name" : "state", @@ -1335,6 +1348,13 @@ "name" : "MAINTENANCE_NAME", "codeName" : "maintenance_name" } + }, { + "dataType" : 25, + "name" : "level_text", + "getPSAppDEField" : { + "name" : "LEVEL", + "codeName" : "level" + } }, { "dataType" : 25, "name" : "level", @@ -1342,6 +1362,13 @@ "name" : "LEVEL", "codeName" : "level" } + }, { + "dataType" : 25, + "name" : "type_text", + "getPSAppDEField" : { + "name" : "TYPE", + "codeName" : "type" + } }, { "dataType" : 25, "name" : "type", @@ -1470,8 +1497,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json" }, + "getPSEditorItems" : [ { + "name" : "state" + } ], "singleSelect" : true }, + "valueItemName" : "state", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1620,8 +1651,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json" }, + "getPSEditorItems" : [ { + "name" : "level" + } ], "singleSelect" : true }, + "valueItemName" : "level", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -1641,8 +1676,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json" }, + "getPSEditorItems" : [ { + "name" : "type" + } ], "singleSelect" : true }, + "valueItemName" : "type", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_all_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_all_grid_view.json index 52348339056f16c310fccb3e98e3dd31a0b9532c..606d5f64d42fa5c1014a134ab1b645f6283786b8 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_all_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_all_grid_view.json @@ -211,6 +211,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "ticket_custom_import_data", "uIActionType" : "DEUIACTION", @@ -1176,6 +1182,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -1183,7 +1192,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_archived_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_archived_grid_view.json index 896469c064cda7c45010d9acf60809a6bc4c9976..02f80881f89ac0c834caa360a85c49a2e51f8695 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_archived_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_archived_grid_view.json @@ -210,6 +210,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "ticket_custom_import_data", "uIActionType" : "DEUIACTION", @@ -1171,6 +1177,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -1178,7 +1187,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_edit_view.json index e28fd5a8eba01fa94702be22717c418046ac3bd8..40069ad22f758d736bfa524ce87bd2ec9bf4ca92 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_edit_view.json @@ -2513,22 +2513,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2537,30 +2532,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2982,6 +2982,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4292,11 +4336,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4308,17 +4359,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4327,13 +4378,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4393,7 +4437,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -12501,6 +12545,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_grid_view.json index 12f8ad373fe1842bf0e3ef0024156381e9269edf..4dd08b7d7674b149ebf42418bde82d1212400a48 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_grid_view.json @@ -995,6 +995,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -1002,7 +1005,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_main_view.json index d3d2c5b9063a74235e7021f7a88eb204e86ed9bb..ff7819a4a337d1732a7109717a1cb810b8756d63 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_main_view.json @@ -3856,22 +3856,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -3880,30 +3875,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -4325,6 +4325,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -5635,11 +5679,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -5651,17 +5702,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -5670,13 +5721,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -5736,7 +5780,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -13844,6 +13888,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_my_assignee_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_my_assignee_grid_view.json index 6d37c51a2ba5dac6830b1b55845452ee3f0f7a26..43e6145a3cb7547b5201287109b55b271d0aa841 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_my_assignee_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_my_assignee_grid_view.json @@ -210,6 +210,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "ticket_custom_import_data", "uIActionType" : "DEUIACTION", @@ -1171,6 +1177,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -1178,7 +1187,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_progress_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_progress_grid_view.json index 53e3bd230f03f02c1f063c03985ab29afd611bdb..b5a7a23fed044c5157cfa50b15fc6a1e0096566a 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_progress_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_progress_grid_view.json @@ -210,6 +210,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "ticket_custom_import_data", "uIActionType" : "DEUIACTION", @@ -1171,6 +1177,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -1178,7 +1187,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_submit_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_submit_grid_view.json index 6292363d28a964fb8604c0891d79c9f552e0f0a9..8170a8057d9501f068d8b528e422ddd6aecbd52f 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_submit_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_submit_grid_view.json @@ -210,6 +210,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "ticket_custom_import_data", "uIActionType" : "DEUIACTION", @@ -1171,6 +1177,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -1178,7 +1187,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_tags_tciket_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_tags_tciket_grid_view.json index c51c416278a7c8c9264b5b54176738871f1074b4..bc59fe57e63c79d4e413190b97ffbcb8564179bf 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_tags_tciket_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_tags_tciket_grid_view.json @@ -994,6 +994,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -1001,7 +1004,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_test_all_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_test_all_grid_view.json index badb4d22975055c5f867dd2c533e92457373181e..29292a45afb4ec0f290b360e7ca2239557ec3df5 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_test_all_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_test_all_grid_view.json @@ -229,6 +229,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "ticket_custom_import_data", "uIActionType" : "DEUIACTION", @@ -1194,6 +1200,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -1201,7 +1210,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_test_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_test_main_view.json index 1f1eaf20553cae4169216cb5f8f499a349988cd8..470209f2cb131ccefc515f5de06947773fc860b1 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_test_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_test_main_view.json @@ -3838,22 +3838,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -3862,30 +3857,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -4307,6 +4307,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -5617,11 +5661,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -5633,17 +5684,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -5652,13 +5703,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -5718,7 +5762,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -13826,6 +13870,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_type_config_tab_exp_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_type_config_tab_exp_view.json index e3d8cf2bf324f66c7f80f1097126e920aab1e150..5e1d5e93510406bb543a89d9726a24bdb60b70ca 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_type_config_tab_exp_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_type_config_tab_exp_view.json @@ -303,19 +303,13 @@ "rawValue" : true } ] }, { - "caption" : "状态管理", - "name" : "state_manage", + "caption" : "数据字典", + "name" : "dictionary", "getPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_state_grid_view.json", + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_grid_view.json", "viewType" : "DEGRIDVIEW" - }, - "getPSNavigateContexts" : [ { - "key" : "CATALOG", - "name" : "CATALOG", - "value" : "ticket_state", - "rawValue" : true - } ] + } } ], "uniqueTag" : "ticket_type_config_tab_exp_view__tabexppanel", "hideEditItem" : true, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_un_plan_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_un_plan_grid_view.json index ef535c2a9df6c965084c7c2ab5ab0518c509bfcf..cbde344427dc57dc48c019c2d506955169c6f4e3 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_un_plan_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/ticket_un_plan_grid_view.json @@ -210,6 +210,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "product_id", + "name" : "product_id", + "value" : "product", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "ticket_custom_import_data", "uIActionType" : "DEUIACTION", @@ -1171,6 +1177,9 @@ "codeName" : "state" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.product" : "%product%" + }, "editorType" : "DROPDOWNLIST", "name" : "state", "getPSAppCodeList" : { @@ -1178,7 +1187,19 @@ "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json" }, "getPSEditorItems" : [ { - "name" : "state" + "name" : "state", + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "product", + "name" : "product", + "value" : "product", + "rawValue" : false } ], "singleSelect" : true }, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_grid_view.json index 42d48df3a5b22540304e5d47c50703f8ca6805aa..3633a824afb5220b04c4c5ee8ee3b576df7d85af 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_grid_view.json @@ -56,17 +56,19 @@ "logicType" : "PREDEFINED", "name" : "打开数据", "getOpenDataPSAppView" : { + "openMode" : "POPUPMODAL", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_redirect_view.json", - "viewType" : "DEREDIRECTVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_main_view.json", + "viewType" : "DEOPTVIEW" } }, "getPSAppUILogicRefViews" : [ { + "openMode" : "POPUPMODAL", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_redirect_view.json", - "viewType" : "DEREDIRECTVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_main_view.json", + "viewType" : "DEOPTVIEW" } } ], "viewLogicType" : "APP_OPENDATA", @@ -81,14 +83,12 @@ } ], "getPSAppViewRefs" : [ { "name" : "EDITDATA", - "realTitle" : "企业用户数据重定向视图", - "getRealTitlePSLanguageRes" : { - "lanResTag" : "PAGE.TITLE.USER.REDIRECTVIEW" - }, + "realOpenMode" : "POPUPMODAL", + "realTitle" : "设置成员信息", "getRefPSAppView" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_redirect_view.json", - "viewType" : "DEREDIRECTVIEW" + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_main_view.json", + "viewType" : "DEOPTVIEW" } }, { "name" : "NEWDATA", diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_kanban_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_kanban_grid_view.json index 26cbb4efea9b3005e5e5c7f22f80417a54ba1d1a..5b3a8335d668dadf078ae17ae34e3df9486c9a56 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_kanban_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_kanban_grid_view.json @@ -572,6 +572,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "kanban_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -2317,7 +2323,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2431,6 +2437,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2750,8 +2763,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_scrum_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_scrum_grid_view.json index cac8548e585b47379b4fef188bb89b5eece1e5c5..c6aa2aeb755bdefda3560d2ef2746efa360d1325 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_scrum_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_scrum_grid_view.json @@ -493,6 +493,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_upload", "uIActionType" : "DEUIACTION", @@ -1799,7 +1805,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1934,6 +1940,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2259,8 +2272,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_waterfall_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_waterfall_grid_view.json index e97c016cf2c9e95e8cfb747b1482a854b5eb4ee4..1dbb47d1a9f973caf3935a2328a1c9d72ebe04fd 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_waterfall_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_all_waterfall_grid_view.json @@ -492,6 +492,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -1678,7 +1684,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1792,6 +1798,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2117,8 +2130,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_bug_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_bug_main_view.json index 0f0e3b9b6a6e2e020c914f0ac97cb8621fc78edc..93bbc6860bf26eaa13320d1132abcc7c520c9570 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_bug_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_bug_main_view.json @@ -2748,22 +2748,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2772,30 +2767,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3217,6 +3217,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4527,11 +4571,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4543,17 +4594,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4562,13 +4613,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4628,7 +4672,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_create_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_create_view.json index 069211780621cba5d27cec834accf58e534cf004..cde0cfbdceb27c2072b7c0a02acd8bbb7b2593a0 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_create_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_create_view.json @@ -4080,22 +4080,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -4104,30 +4099,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -4549,6 +4549,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -5859,11 +5903,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -5875,17 +5926,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -5894,13 +5945,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -5960,7 +6004,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_hybrid_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_hybrid_tree_grid_view.json index 8b28d41565bd770c6359514642ec219b918c7434..9f265837b95fe678c975d727a0f2c85651486439 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_hybrid_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_hybrid_tree_grid_view.json @@ -7,6 +7,7 @@ "codeName" : "work_item_dyna_hybrid_tree_grid_view", "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_hybrid_tree_grid_view.json", "gridRowActiveMode" : 1, + "memo" : "SRFNAVPARAM.srfcurtime=%srfcurtime%", "name" : "work_itemdyna_hybrid_tree_grid_view", "getPSAppDataEntity" : { "modelref" : true, @@ -22,12 +23,6 @@ "value" : "project_type", "rawValue" : false } ], - "getPSAppViewNavParams" : [ { - "key" : "srfcurtime", - "name" : "srfcurtime", - "value" : "srfcurtime", - "rawValue" : false - } ], "getPSDEViewCodeName" : "dyna_hybrid_tree_grid_view", "getPSDEViewId" : "e3e7a3364e16ebd2983fb73240bad411", "getPSViewLayoutPanel" : { @@ -1096,6 +1091,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -2492,7 +2493,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2878,6 +2879,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -3305,14 +3313,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "hybrid" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "hybrid", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "hybrid", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_kanban_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_kanban_grid_view.json index 46f5518e9e366ac4e82af8cce614410e151e4946..472db16749b46fa6ae950bf3c2705eedb5faee67 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_kanban_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_kanban_grid_view.json @@ -606,6 +606,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "kanban_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -2308,7 +2314,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2485,6 +2491,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2873,8 +2886,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_kanban_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_kanban_tree_grid_view.json index 745f38329929f71fa7365f9ef621bb7241413652..712f676c63d7606a24f826eb5d34b41e445bd6f1 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_kanban_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_kanban_tree_grid_view.json @@ -895,6 +895,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "kanban_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -2691,7 +2697,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -3070,6 +3076,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -3497,14 +3510,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "kanban" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "kanban", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "kanban", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_main_view.json index 7d62b5704d9a316bff9f00ba7506bc0c56696593..75e3072944d2e0ef57f52a68f61b87925e713f2c 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_main_view.json @@ -4208,22 +4208,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -4232,30 +4227,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -5987,11 +5987,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -6003,17 +6010,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -6022,13 +6029,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -6088,7 +6088,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -26357,22 +26357,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -26381,30 +26376,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -28136,11 +28136,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -28152,17 +28159,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -28171,13 +28178,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -28237,7 +28237,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -48887,22 +48887,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -48911,30 +48906,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -50666,11 +50666,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -50682,17 +50689,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -50701,13 +50708,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -50767,7 +50767,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -71007,22 +71007,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -71031,30 +71026,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -72786,11 +72786,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -72802,17 +72809,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -72821,13 +72828,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -72887,7 +72887,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -93127,22 +93127,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -93151,30 +93146,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -94906,11 +94906,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -94922,17 +94929,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -94941,13 +94948,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -95007,7 +95007,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -115672,22 +115672,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -115696,30 +115691,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -117451,11 +117451,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -117467,17 +117474,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -117486,13 +117493,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -117552,7 +117552,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -138042,22 +138042,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -138066,30 +138061,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -139821,11 +139821,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -139837,17 +139844,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -139856,13 +139863,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -139922,7 +139922,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -160256,22 +160256,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -160280,30 +160275,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -162035,11 +162035,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -162051,17 +162058,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -162070,13 +162077,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -162136,7 +162136,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -182475,22 +182475,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -182499,30 +182494,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -184254,11 +184254,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -184270,17 +184277,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -184289,13 +184296,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -184355,7 +184355,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -204823,22 +204823,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -204847,30 +204842,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -206602,11 +206602,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -206618,17 +206625,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -206637,13 +206644,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -206703,7 +206703,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -226980,22 +226980,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -227004,30 +226999,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -228759,11 +228759,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -228775,17 +228782,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -228794,13 +228801,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -228860,7 +228860,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -249656,22 +249656,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -249680,30 +249675,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -251435,11 +251435,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -251451,17 +251458,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -251470,13 +251477,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -251536,7 +251536,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -272233,22 +272233,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -272257,30 +272252,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -274012,11 +274012,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -274028,17 +274035,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -274047,13 +274054,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -274113,7 +274113,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -294191,22 +294191,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -294215,30 +294210,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -295970,11 +295970,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -295986,17 +295993,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -296005,13 +296012,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -296071,7 +296071,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -316104,22 +316104,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -316128,30 +316123,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -317883,11 +317883,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -317899,17 +317906,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -317918,13 +317925,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -317984,7 +317984,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -338067,22 +338067,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -338091,30 +338086,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -339846,11 +339846,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -339862,17 +339869,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -339881,13 +339888,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -339947,7 +339947,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -360130,22 +360130,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -360154,30 +360149,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -361909,11 +361909,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -361925,17 +361932,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -361944,13 +361951,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -362010,7 +362010,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -382313,22 +382313,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -382337,30 +382332,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -384092,11 +384092,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -384108,17 +384115,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -384127,13 +384134,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -384193,7 +384193,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -404669,22 +404669,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -404693,30 +404688,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -406448,11 +406448,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -406464,17 +406471,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -406483,13 +406490,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -406549,7 +406549,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -427025,22 +427025,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -427049,30 +427044,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -428804,11 +428804,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -428820,17 +428827,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -428839,13 +428846,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -428905,7 +428905,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -449381,22 +449381,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -449405,30 +449400,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -451160,11 +451160,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -451176,17 +451183,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -451195,13 +451202,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -451261,7 +451261,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -471737,22 +471737,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -471761,30 +471756,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -473516,11 +473516,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -473532,17 +473539,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -473551,13 +473558,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -473617,7 +473617,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -494093,22 +494093,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -494117,30 +494112,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -495872,11 +495872,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -495888,17 +495895,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -495907,13 +495914,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -495973,7 +495973,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -516449,22 +516449,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -516473,30 +516468,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -518228,11 +518228,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -518244,17 +518251,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -518263,13 +518270,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -518329,7 +518329,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -538805,22 +538805,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -538829,30 +538824,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -540584,11 +540584,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -540600,17 +540607,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -540619,13 +540626,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -540685,7 +540685,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" @@ -561458,22 +561458,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -561482,30 +561477,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -563237,11 +563237,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -563253,17 +563260,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -563272,13 +563279,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -563338,7 +563338,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_scrum_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_scrum_grid_view.json index 930fb5f79546e867cf50c5e34f3e5a6abbd98885..e4da65cc6dc9e76561aae0bdbed6b91824f73e6a 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_scrum_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_scrum_grid_view.json @@ -526,6 +526,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "kanban_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -1814,7 +1820,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2089,6 +2095,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2515,8 +2528,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_srcum_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_srcum_tree_grid_view.json index b7ffe5acc42cf2f0f1105316b16099560e6f8738..1cae52c3efbc72e7b9eb4472b8cdecb9d3e10d2e 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_srcum_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_srcum_tree_grid_view.json @@ -23,12 +23,6 @@ "value" : "project_type", "rawValue" : false } ], - "getPSAppViewNavParams" : [ { - "key" : "srfcurtime", - "name" : "srfcurtime", - "value" : "srfcurtime", - "rawValue" : false - } ], "getPSDEViewCodeName" : "dyna_srcum_tree_grid_view", "getPSDEViewId" : "f4b3edad7a1d991c53a014c0c2eb7e49", "getPSViewLayoutPanel" : { @@ -338,6 +332,17 @@ } } ], "getPSAppViewRefs" : [ { + "name" : "NEWDATA", + "realTitle" : "工作项编辑视图", + "getRealTitlePSLanguageRes" : { + "lanResTag" : "PAGE.TITLE.WORK_ITEM.EDITVIEW" + }, + "getRefPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_edit_view.json", + "viewType" : "DEEDITVIEW" + } + }, { "name" : "EDITDATA", "openMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ { @@ -364,17 +369,6 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_main_view.json", "viewType" : "DEEDITVIEW" } - }, { - "name" : "NEWDATA", - "realTitle" : "工作项编辑视图", - "getRealTitlePSLanguageRes" : { - "lanResTag" : "PAGE.TITLE.WORK_ITEM.EDITVIEW" - }, - "getRefPSAppView" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_edit_view.json", - "viewType" : "DEEDITVIEW" - } }, { "name" : "OPENDATA", "realOpenMode" : "POPUPMODAL", @@ -789,6 +783,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_upload", "uIActionType" : "DEUIACTION", @@ -2185,7 +2185,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2571,6 +2571,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2812,7 +2819,8 @@ "srfnavparam.project_id" : "%project_id%", "srfnavparam.work_item_type_id" : "%work_item_type_id%", "type" : "round", - "alwaysLoad" : "true" + "alwaysLoad" : "true", + "SRFNAVPARAM.project" : "%project%" }, "editorType" : "DROPDOWNLIST", "name" : "state", @@ -2849,6 +2857,11 @@ "name" : "work_item_type_id", "value" : "work_item_type_id", "rawValue" : false + }, { + "key" : "project", + "name" : "project", + "value" : "project", + "rawValue" : false } ] } ], "getPSNavigateParams" : [ { @@ -2866,6 +2879,11 @@ "name" : "work_item_type_id", "value" : "work_item_type_id", "rawValue" : false + }, { + "key" : "project", + "name" : "project", + "value" : "project", + "rawValue" : false } ], "singleSelect" : true }, @@ -2998,14 +3016,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_waterfall_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_waterfall_grid_view.json index 4e00bcfb1edcf3ede0a935c296af9cfbb51a604c..b16368d5c7cb91d05173dac2d05b555d07ef7587 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_waterfall_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_waterfall_grid_view.json @@ -525,6 +525,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -1707,7 +1713,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1884,6 +1890,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2279,8 +2292,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_waterfall_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_waterfall_tree_grid_view.json index e293d559c621c5582f60257ecfe5108d30f801d5..a99da6d32009f3b721ed9190aadab185f1ebee7f 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_waterfall_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_dyna_waterfall_tree_grid_view.json @@ -789,6 +789,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -2064,7 +2070,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2443,6 +2449,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2870,14 +2883,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "waterfall" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "waterfall", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "waterfall", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_epic_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_epic_main_view.json index d49f55fab0cf04e36c9be9a64405775648d88019..568704d45e7d3607d2cb16f16e4d5c3203625359 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_epic_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_epic_main_view.json @@ -2585,22 +2585,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2609,30 +2604,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -3054,6 +3054,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4364,11 +4408,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4380,17 +4431,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4399,13 +4450,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4465,7 +4509,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_gantt_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_gantt_view.json index 274cb019964bccffcc33d7323e056fc520bfbfda..0921a65a4469bd8b9d33c3ee8f1412c6f4b2696a 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_gantt_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_gantt_view.json @@ -37,7 +37,7 @@ "getPSAppViewLogics" : [ { "logicTrigger" : "CUSTOM", "logicType" : "APPUILOGIC", - "name" : "node_newdata", + "name" : "top_node_newdata", "getPSAppUILogic" : { "actionAfterWizard" : "DEFAULT", "logicType" : "PREDEFINED", @@ -50,7 +50,7 @@ }, { "logicTrigger" : "CUSTOM", "logicType" : "APPUILOGIC", - "name" : "node_opendata", + "name" : "top_node_opendata", "getPSAppUILogic" : { "logicType" : "PREDEFINED", "name" : "打开数据", @@ -110,7 +110,7 @@ }, { "logicTrigger" : "CUSTOM", "logicType" : "APPUILOGIC", - "name" : "top_node_newdata", + "name" : "node_newdata", "getPSAppUILogic" : { "actionAfterWizard" : "DEFAULT", "logicType" : "PREDEFINED", @@ -123,7 +123,7 @@ }, { "logicTrigger" : "CUSTOM", "logicType" : "APPUILOGIC", - "name" : "top_node_opendata", + "name" : "node_opendata", "getPSAppUILogic" : { "logicType" : "PREDEFINED", "name" : "打开数据", @@ -195,26 +195,26 @@ "id" : "GANTT" }, "getPSControls" : [ { - "codeName" : "gantt_view_node_cm", + "codeName" : "gantt_view_top_node_cm", "controlType" : "CONTEXTMENU", "logicName" : "甘特图节点上下文菜单", - "name" : "node_cm", + "name" : "top_node_cm", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" }, "getPSControlParam" : { - "id" : "node_cm" + "id" : "top_node_cm" }, "getPSDEToolbarItems" : [ { - "caption" : "新建计划", + "caption" : "新建", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction1", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "node_cm_deuiaction1" + "id" : "top_node_cm_deuiaction1" }, "getPSSysImage" : { "cssClass" : "add" @@ -267,14 +267,14 @@ "showCaption" : true, "showIcon" : true }, { - "caption" : "删除计划", + "caption" : "删除", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "node_cm_deuiaction2" + "id" : "top_node_cm_deuiaction2" }, "getPSSysImage" : { "glyph" : "xf014@FontAwesome", @@ -289,7 +289,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -309,7 +309,7 @@ "reloadData" : true, "id" : "remove_waterfall_plan@work_item" }, - "tooltip" : "删除计划", + "tooltip" : "删除", "uIActionTarget" : "SINGLEKEY", "showCaption" : true, "showIcon" : true @@ -317,26 +317,26 @@ "modelid" : "0a34a6f6b626c24922b75f3d9f736eb8", "modeltype" : "PSDETOOLBAR" }, { - "codeName" : "gantt_view_top_node_cm", + "codeName" : "gantt_view_node_cm", "controlType" : "CONTEXTMENU", "logicName" : "甘特图节点上下文菜单", - "name" : "top_node_cm", + "name" : "node_cm", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" }, "getPSControlParam" : { - "id" : "top_node_cm" + "id" : "node_cm" }, "getPSDEToolbarItems" : [ { - "caption" : "新建计划", + "caption" : "新建", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction1", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "top_node_cm_deuiaction1" + "id" : "node_cm_deuiaction1" }, "getPSSysImage" : { "cssClass" : "add" @@ -389,14 +389,14 @@ "showCaption" : true, "showIcon" : true }, { - "caption" : "删除计划", + "caption" : "删除", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction2", "noPrivDisplayMode" : 2, "getPSAppViewUIAction" : { "modelref" : true, - "id" : "top_node_cm_deuiaction2" + "id" : "node_cm_deuiaction2" }, "getPSSysImage" : { "glyph" : "xf014@FontAwesome", @@ -411,7 +411,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -431,7 +431,7 @@ "reloadData" : true, "id" : "remove_waterfall_plan@work_item" }, - "tooltip" : "删除计划", + "tooltip" : "删除", "uIActionTarget" : "SINGLEKEY", "showCaption" : true, "showIcon" : true @@ -1105,7 +1105,7 @@ "id" : "node_cm" }, "getPSDEToolbarItems" : [ { - "caption" : "新建计划", + "caption" : "新建", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction1", @@ -1165,7 +1165,7 @@ "showCaption" : true, "showIcon" : true }, { - "caption" : "删除计划", + "caption" : "删除", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction2", @@ -1187,7 +1187,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -1207,7 +1207,7 @@ "reloadData" : true, "id" : "remove_waterfall_plan@work_item" }, - "tooltip" : "删除计划", + "tooltip" : "删除", "uIActionTarget" : "SINGLEKEY", "showCaption" : true, "showIcon" : true @@ -2112,7 +2112,7 @@ "id" : "top_node_cm" }, "getPSDEToolbarItems" : [ { - "caption" : "新建计划", + "caption" : "新建", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction1", @@ -2172,7 +2172,7 @@ "showCaption" : true, "showIcon" : true }, { - "caption" : "删除计划", + "caption" : "删除", "groupExtractMode" : "ITEM", "itemType" : "DEUIACTION", "name" : "deuiaction2", @@ -2194,7 +2194,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -2214,7 +2214,7 @@ "reloadData" : true, "id" : "remove_waterfall_plan@work_item" }, - "tooltip" : "删除计划", + "tooltip" : "删除", "uIActionTarget" : "SINGLEKEY", "showCaption" : true, "showIcon" : true diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_global_setting_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_global_setting_view.json index 5a9036cd902657e0e1e98df2b2d43f130033ef88..ea20a4768c0ef50039e6c71f153d63ba46aaf85c 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_global_setting_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_global_setting_view.json @@ -294,6 +294,14 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_state_grid_view.json", "viewType" : "DEGRIDVIEW" } + }, { + "caption" : "数据字典", + "name" : "dictionary", + "getPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_grid_view.json", + "viewType" : "DEGRIDVIEW" + } } ], "uniqueTag" : "work_item_global_setting_view__tabexppanel", "hideEditItem" : true, diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_kanban_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_kanban_tree_grid_view.json index 62041a2549a15d03b289cb7085cf8d702664c549..3a285ee8b3db2a2b88adaa6280a5dfb09c8bc03d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_kanban_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_kanban_tree_grid_view.json @@ -770,6 +770,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "kanban_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -2564,7 +2570,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2860,6 +2866,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -3209,8 +3222,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_main_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_main_view.json index 682f3f083b4300d1a89889a95bf1d0eaf3479bf1..7b68d59fc426ef2cefae83b2b55aad263036a207 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_main_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_main_view.json @@ -4066,22 +4066,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -4090,30 +4085,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -4535,6 +4535,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -5845,11 +5889,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -5861,17 +5912,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -5880,13 +5931,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -5946,7 +5990,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_recycle_bin_edit_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_recycle_bin_edit_view.json index 7fcae8b61a382647ca715af1b32672ffb5c8c334..5336aeafa0cc5281caf77eb628f26a930346a236 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_recycle_bin_edit_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_recycle_bin_edit_view.json @@ -2348,22 +2348,17 @@ }, "getPSDEListDataItems" : [ { "dataType" : 25, - "getFrontPSCodeList" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" - }, - "name" : "pcreate_man", + "name" : "pid", "getPSAppDEField" : { - "name" : "PCREATE_MAN", - "codeName" : "pcreate_man" + "name" : "PID", + "codeName" : "pid" } }, { - "dataType" : 5, - "format" : "YYYY-MM-DD HH:mm:ss", - "name" : "create_time", + "dataType" : 25, + "name" : "id", "getPSAppDEField" : { - "name" : "CREATE_TIME", - "codeName" : "create_time" + "name" : "ID", + "codeName" : "id" } }, { "dataType" : 21, @@ -2372,30 +2367,35 @@ "name" : "PCONTENT", "codeName" : "pcontent" } + }, { + "dataType" : 5, + "format" : "YYYY-MM-DD HH:mm:ss", + "name" : "create_time", + "getPSAppDEField" : { + "name" : "CREATE_TIME", + "codeName" : "create_time" + } }, { "dataType" : 25, "getFrontPSCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" }, - "name" : "create_man", - "getPSAppDEField" : { - "name" : "CREATE_MAN", - "codeName" : "create_man" - } - }, { - "dataType" : 25, - "name" : "pid", + "name" : "pcreate_man", "getPSAppDEField" : { - "name" : "PID", - "codeName" : "pid" + "name" : "PCREATE_MAN", + "codeName" : "pcreate_man" } }, { "dataType" : 25, - "name" : "id", + "getFrontPSCodeList" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/SysOperator.json" + }, + "name" : "create_man", "getPSAppDEField" : { - "name" : "ID", - "codeName" : "id" + "name" : "CREATE_MAN", + "codeName" : "create_man" } }, { "dataType" : 21, @@ -2817,6 +2817,50 @@ "codeName" : "principal_id" }, "rSMode" : 2 + } ], [ { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "comments", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "comment", + "minorDEName" : "COMMENT", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/comment.json" + }, + "name" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 } ], [ { "actionRSMode" : 1, "codeName" : "work_items", @@ -4127,11 +4171,18 @@ "id" : "LIST" }, "getPSDEListDataItems" : [ { + "dataType" : 21, + "name" : "auditinfo", + "getPSAppDEField" : { + "name" : "AUDITINFO", + "codeName" : "audit_info" + } + }, { "dataType" : 25, - "name" : "audittype", + "name" : "objecttype", "getPSAppDEField" : { - "name" : "AUDITTYPE", - "codeName" : "audit_type" + "name" : "OBJECTTYPE", + "codeName" : "object_type" } }, { "dataType" : 5, @@ -4143,17 +4194,17 @@ } }, { "dataType" : 25, - "name" : "objecttype", + "name" : "oppersonname", "getPSAppDEField" : { - "name" : "OBJECTTYPE", - "codeName" : "object_type" + "name" : "OPPERSONNAME", + "codeName" : "op_person_name" } }, { "dataType" : 25, - "name" : "oppersonname", + "name" : "audittype", "getPSAppDEField" : { - "name" : "OPPERSONNAME", - "codeName" : "op_person_name" + "name" : "AUDITTYPE", + "codeName" : "audit_type" } }, { "dataType" : 25, @@ -4162,13 +4213,6 @@ "name" : "OPPERSONID", "codeName" : "op_person_id" } - }, { - "dataType" : 21, - "name" : "auditinfo", - "getPSAppDEField" : { - "name" : "AUDITINFO", - "codeName" : "audit_info" - } }, { "dataType" : 25, "name" : "srfkey", @@ -4228,7 +4272,7 @@ "enableRowNew" : false, "noSort" : false, "showHeader" : true, - "singleSelect" : false, + "singleSelect" : true, "name" : "list", "modelid" : "33927f427b5d2208d47c096d8bfed110", "modeltype" : "PSDELIST" diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_release_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_release_grid_view.json index 295e79877e9b1474ffdec88e3f7f8d98dc45ec59..0b3c2165565c3adb00dbd35d865b8e8a1c895695 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_release_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_release_grid_view.json @@ -1304,7 +1304,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1430,6 +1430,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1814,8 +1821,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_requirement_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_requirement_tree_grid_view.json index a9170aba25f01fbe486413d9f196e5042600bace..1b61db22f3e40db4064598a3a1041a804f6d8a82 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_requirement_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_requirement_tree_grid_view.json @@ -589,6 +589,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_backlog_import_data", "uIActionType" : "DEUIACTION", @@ -1978,7 +1984,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2271,6 +2277,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2620,8 +2633,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_scrum_bug_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_scrum_bug_grid_view.json index 5893e07661c963329583c283fd7acd67742001ed..bc66edadf07f5fba95b46698cf9d5220392a898a 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_scrum_bug_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_scrum_bug_grid_view.json @@ -296,6 +296,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_bug_import_data", "uIActionType" : "DEUIACTION", @@ -1579,7 +1585,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1618,7 +1624,7 @@ "caption" : "严重程度", "codeName" : "severity", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "severity", + "dataItemName" : "severity_text", "excelCaption" : "严重程度", "name" : "severity", "noPrivDisplayMode" : 1, @@ -1640,7 +1646,7 @@ "caption" : "复现概率", "codeName" : "reappear_probability", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "reappear_probability", + "dataItemName" : "reappear_probability_text", "excelCaption" : "复现概率", "name" : "reappear_probability", "noPrivDisplayMode" : 1, @@ -1889,6 +1895,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1903,6 +1916,13 @@ "name" : "PTITLE", "codeName" : "ptitle" } + }, { + "dataType" : 25, + "name" : "severity_text", + "getPSAppDEField" : { + "name" : "SEVERITY", + "codeName" : "severity" + } }, { "dataType" : 25, "name" : "severity", @@ -1910,6 +1930,13 @@ "name" : "SEVERITY", "codeName" : "severity" } + }, { + "dataType" : 25, + "name" : "reappear_probability_text", + "getPSAppDEField" : { + "name" : "REAPPEAR_PROBABILITY", + "codeName" : "reappear_probability" + } }, { "dataType" : 25, "name" : "reappear_probability", @@ -2351,14 +2378,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -2372,14 +2418,33 @@ "codeName" : "severity" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "severity", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json" }, + "getPSEditorItems" : [ { + "name" : "severity", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "severity", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -2393,14 +2458,33 @@ "codeName" : "reappear_probability" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "reappear_probability", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json" }, + "getPSEditorItems" : [ { + "name" : "reappear_probability", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "reappear_probability", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_scrum_require_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_scrum_require_tree_grid_view.json index 6871772b6f99c7eaaca6fa345135d3eb8e8ca24a..d4401ab92296848973724b0e7fc65b46377e965d 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_scrum_require_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_scrum_require_tree_grid_view.json @@ -636,6 +636,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_backlog_import_data", "uIActionType" : "DEUIACTION", @@ -2028,7 +2034,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2404,6 +2410,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2831,14 +2844,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_sprint_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_sprint_grid_view.json index a95a4ad412bf8829966628e89d62d8a7aa1b4a21..958578fb62201b22c76205a51f6df71345967b30 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_sprint_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_sprint_grid_view.json @@ -1303,7 +1303,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1429,6 +1429,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1813,8 +1820,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_srcum_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_srcum_tree_grid_view.json index f284d912d77f873c80e0ae9a9c8004e64e164a3a..5c7b02891a35acda9c394a4c352b60eee41bef62 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_srcum_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_srcum_tree_grid_view.json @@ -689,6 +689,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_upload", "uIActionType" : "DEUIACTION", @@ -2083,7 +2089,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2379,6 +2385,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2728,8 +2741,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_test_plan_bug_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_test_plan_bug_grid_view.json index 0c35d4e4f9bc6efe7f958537b0c977e2a74362cf..dd1f49d70c91ecec48a754f93f0a1125d59a36ed 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_test_plan_bug_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_test_plan_bug_grid_view.json @@ -1465,7 +1465,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1504,7 +1504,7 @@ "caption" : "严重程度", "codeName" : "severity", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "severity", + "dataItemName" : "severity_text", "excelCaption" : "严重程度", "name" : "severity", "noPrivDisplayMode" : 1, @@ -1526,7 +1526,7 @@ "caption" : "复现概率", "codeName" : "reappear_probability", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "reappear_probability", + "dataItemName" : "reappear_probability_text", "excelCaption" : "复现概率", "name" : "reappear_probability", "noPrivDisplayMode" : 1, @@ -1601,6 +1601,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1615,6 +1622,13 @@ "name" : "PTITLE", "codeName" : "ptitle" } + }, { + "dataType" : 25, + "name" : "severity_text", + "getPSAppDEField" : { + "name" : "SEVERITY", + "codeName" : "severity" + } }, { "dataType" : 25, "name" : "severity", @@ -1622,6 +1636,13 @@ "name" : "SEVERITY", "codeName" : "severity" } + }, { + "dataType" : 25, + "name" : "reappear_probability_text", + "getPSAppDEField" : { + "name" : "REAPPEAR_PROBABILITY", + "codeName" : "reappear_probability" + } }, { "dataType" : 25, "name" : "reappear_probability", @@ -1991,8 +2012,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -2012,8 +2037,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json" }, + "getPSEditorItems" : [ { + "name" : "severity" + } ], "singleSelect" : true }, + "valueItemName" : "severity", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -2033,8 +2062,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json" }, + "getPSEditorItems" : [ { + "name" : "reappear_probability" + } ], "singleSelect" : true }, + "valueItemName" : "reappear_probability", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_bug_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_bug_grid_view.json index 4065171041e97ba4f149783c983a476957270961..7cb54d49b35a3ed7c23e9b1ba6d4359199de5190 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_bug_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_bug_grid_view.json @@ -315,6 +315,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_upload_bug", "uIActionType" : "DEUIACTION", @@ -1598,7 +1604,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1637,7 +1643,7 @@ "caption" : "严重程度", "codeName" : "severity", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "severity", + "dataItemName" : "severity_text", "excelCaption" : "严重程度", "name" : "severity", "noPrivDisplayMode" : 1, @@ -1659,7 +1665,7 @@ "caption" : "复现概率", "codeName" : "reappear_probability", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "reappear_probability", + "dataItemName" : "reappear_probability_text", "excelCaption" : "复现概率", "name" : "reappear_probability", "noPrivDisplayMode" : 1, @@ -1908,6 +1914,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1922,6 +1935,13 @@ "name" : "PTITLE", "codeName" : "ptitle" } + }, { + "dataType" : 25, + "name" : "severity_text", + "getPSAppDEField" : { + "name" : "SEVERITY", + "codeName" : "severity" + } }, { "dataType" : 25, "name" : "severity", @@ -1929,6 +1949,13 @@ "name" : "SEVERITY", "codeName" : "severity" } + }, { + "dataType" : 25, + "name" : "reappear_probability_text", + "getPSAppDEField" : { + "name" : "REAPPEAR_PROBABILITY", + "codeName" : "reappear_probability" + } }, { "dataType" : 25, "name" : "reappear_probability", @@ -2370,14 +2397,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -2391,14 +2437,33 @@ "codeName" : "severity" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "severity", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json" }, + "getPSEditorItems" : [ { + "name" : "severity", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "severity", "allowEmpty" : true, "needCodeListConfig" : true }, { @@ -2412,14 +2477,33 @@ "codeName" : "reappear_probability" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "reappear_probability", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json" }, + "getPSEditorItems" : [ { + "name" : "reappear_probability", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "reappear_probability", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_require_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_require_tree_grid_view.json index c1eec1860d0ba7d9d4080e60f812ea6e4bfd1e8e..c0aed15821bc0a4c365cb509d9d133f0e570595e 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_require_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_require_tree_grid_view.json @@ -495,6 +495,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_upload_back", "uIActionType" : "DEUIACTION", @@ -1887,7 +1893,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2263,6 +2269,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2690,14 +2703,33 @@ "codeName" : "priority" }, "getPSEditor" : { + "editorParams" : { + "SRFNAVPARAM.project_type" : "scrum" + }, "editorType" : "DROPDOWNLIST", "name" : "priority", "getPSAppCodeList" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority", + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ] + } ], + "getPSNavigateParams" : [ { + "key" : "project_type", + "name" : "project_type", + "value" : "scrum", + "rawValue" : true + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_story_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_story_grid_view.json index 2a5500a8ff0b48aa4973a5aa99cb7d59104abd2c..32034d4998ca21aba1375db2f717e0879ac2cda8 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_story_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_story_grid_view.json @@ -296,6 +296,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_upload_back", "uIActionType" : "DEUIACTION", @@ -1575,7 +1581,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1778,6 +1784,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2185,8 +2198,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_tree_grid_view.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_tree_grid_view.json index bad535a30f4d0f34e515c7a2cdc2de1f60861a2a..4e1d0fca68b95ab1c865a66f2acf0b8622f725c0 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_tree_grid_view.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_waterfall_tree_grid_view.json @@ -689,6 +689,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -1962,7 +1968,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2260,6 +2266,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2609,8 +2622,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_work_item_test.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_work_item_test.json index 4dfb3af2788a820660dcc0a41a27057a1ddd8f96..738ea15e1ff47c531f243fe52678f090e5230151 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_work_item_test.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_work_item_test.json @@ -1196,7 +1196,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -1310,6 +1310,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -1635,8 +1642,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_work_item_testdyna.json b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_work_item_testdyna.json index c5a585b5eb22f81fc555af9ad18aafcb163df88c..c0dcc0db3b45d168090c4370788e623f6b26097b 100644 --- a/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_work_item_testdyna.json +++ b/model/PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_work_item_testdyna.json @@ -571,6 +571,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "kanban_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -1859,7 +1865,7 @@ "caption" : "优先级", "codeName" : "priority", "columnType" : "DEFGRIDCOLUMN", - "dataItemName" : "priority", + "dataItemName" : "priority_text", "excelCaption" : "优先级", "name" : "priority", "noPrivDisplayMode" : 1, @@ -2134,6 +2140,13 @@ "name" : "ASSIGNEE_NAME", "codeName" : "assignee_name" } + }, { + "dataType" : 25, + "name" : "priority_text", + "getPSAppDEField" : { + "name" : "PRIORITY", + "codeName" : "priority" + } }, { "dataType" : 25, "name" : "priority", @@ -2560,8 +2573,12 @@ "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json" }, + "getPSEditorItems" : [ { + "name" : "priority" + } ], "singleSelect" : true }, + "valueItemName" : "priority", "allowEmpty" : true, "needCodeListConfig" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSSYSAPP.hubsubapp.json b/model/PSSYSAPPS/plmweb/PSSYSAPP.hubsubapp.json index 7c4d8cf534b9aae4b5aac00050c4da2438d5d0dd..8b27593ec9ffc044ad814fab0987cc0288614ce1 100644 --- a/model/PSSYSAPPS/plmweb/PSSYSAPP.hubsubapp.json +++ b/model/PSSYSAPPS/plmweb/PSSYSAPP.hubsubapp.json @@ -784,6 +784,103 @@ "showIcon" : true } ], "uniqueTag" : "baseline__Usr0527240816" + }, { + "codeName" : "Acdd62f6957a38db9ab", + "name" : "需求数据字典_编辑&删除", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSUIActionGroupDetails" : [ { + "detailType" : "DEUIACTION", + "name" : "uf0c2d11", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "getCapPSLanguageRes" : { + "lanResTag" : "TBB.TEXT.*.EDIT" + }, + "caption" : "编辑", + "codeName" : "Edit", + "fullCodeName" : "Edit", + "name" : "表格界面_编辑操作", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "predefinedType" : "GRIDVIEW_EDITACTION", + "timeout" : 60000, + "tooltip" : "编辑", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.EDIT" + }, + "uIActionMode" : "SYS", + "uIActionTag" : "Edit", + "uIActionType" : "DEUIACTION" + }, + "tooltip" : "编辑", + "getTooltipPSLanguageRes" : { + "lanResTag" : "TBB.TOOLTIP.*.EDIT" + }, + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + }, { + "detailType" : "DEUIACTION", + "name" : "ucbb1fc3", + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEKEY", + "caption" : "删除", + "codeName" : "delete", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_delete_confirm_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "fullCodeName" : "dictionary_data_delete", + "name" : "数据字典删除", + "getPSAppDEMethod" : { + "modelref" : true, + "id" : "remove" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, + "getPSNavigateParams" : [ { + "key" : "name", + "name" : "name", + "value" : "name", + "rawValue" : false + } ], + "getPSSysImage" : { + "glyph" : "xf014@FontAwesome", + "cssClass" : "fa fa-trash-o" + }, + "refreshMode" : 1, + "successMsg" : "删除成功", + "timeout" : 60000, + "tooltip" : "删除", + "uIActionMode" : "BACKEND", + "uIActionTag" : "delete", + "uIActionType" : "DEUIACTION", + "enableConfirm" : true, + "reloadData" : true, + "id" : "delete@dictionary_data" + }, + "tooltip" : "删除", + "addSeparator" : false, + "showCaption" : false, + "showIcon" : true + } ], + "uniqueTag" : "dictionary_data__Acdd62f6957a38db9ab" }, { "codeName" : "Usr0418096363", "name" : "编辑&删除", @@ -19386,6 +19483,7 @@ "dataAccessAction" : "SUBDATA", "frontProcessType" : "OTHER", "fullCodeName" : "review_submit_review", + "memo" : "SUBDATA", "name" : "提交评审", "getPSAppDEMethod" : { "modelref" : true, @@ -19431,6 +19529,7 @@ "codeName" : "repeal_review", "dataAccessAction" : "SUBDATA", "fullCodeName" : "review_repeal_review", + "memo" : "SUBDATA", "name" : "撤销评审", "getPSAppDEMethod" : { "modelref" : true, @@ -19547,6 +19646,44 @@ "addSeparator" : false, "showCaption" : true, "showIcon" : true + }, { + "caption" : "设置类别", + "detailType" : "DEUIACTION", + "name" : "u3479786", + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "getPSUIAction" : { + "actionTarget" : "SINGLEDATA", + "caption" : "设置类别", + "codeName" : "set_idea_category", + "getFrontPSAppView" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW" + }, + "frontProcessType" : "WIZARD", + "fullCodeName" : "review_set_idea_category", + "name" : "设置需求评审类别", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "getPSSysImage" : { + "glyph" : "xf044@FontAwesome", + "cssClass" : "fa fa-edit" + }, + "refreshMode" : 1, + "uIActionMode" : "FRONT", + "uIActionTag" : "set_idea_category", + "uIActionType" : "DEUIACTION", + "reloadData" : true, + "id" : "set_idea_category@review" + }, + "addSeparator" : false, + "showCaption" : true, + "showIcon" : true } ], "uniqueTag" : "review__Usr0428064370" }, { @@ -25805,7 +25942,7 @@ "pluginCode" : "COMMENT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizHtmlComment", - "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.205", + "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.215", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -25918,7 +26055,7 @@ "pluginCode" : "PERSON_SELECT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizPersonelSelect", - "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.204", + "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.206", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -26084,7 +26221,7 @@ "pluginCode" : "CHECKBOX_GRID", "pluginType" : "GRID_RENDER", "rTObjectName" : "IBizCheckboxGrid", - "rTObjectRepo" : "@ibiz-template-plugin/checkbox-grid@0.0.3-alpha.111", + "rTObjectRepo" : "@ibiz-template-plugin/checkbox-grid@0.0.3-alpha.211", "refMode" : "CONTROL", "refTag" : "GRID", "runtimeObject" : true @@ -26565,7 +26702,7 @@ "pluginCode" : "COMMENT_ITEM", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizCommentItemRawItem", - "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.139", + "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.209", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSSYSAPP.hubsubapp.json.css b/model/PSSYSAPPS/plmweb/PSSYSAPP.hubsubapp.json.css index 1a8d68b45badf9d66546f546f3bf3dd8b10935de..59636e4bfd628f08fb2a21a49c79e0f037713c0d 100644 --- a/model/PSSYSAPPS/plmweb/PSSYSAPP.hubsubapp.json.css +++ b/model/PSSYSAPPS/plmweb/PSSYSAPP.hubsubapp.json.css @@ -1,5788 +1,5795 @@ /*** START:系统样式表 ***/ - .drbar-ex-underline { -border-bottom: 1px solid var(--ibiz-color-border); -} - -/* drbar头部样式 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { -padding: 8px 0px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { -margin-left: 4px; -} -.drbar-ex-underline .ibiz-panel-container--container { -padding-right: 4px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ -border: none; -} - -/* 图标居中 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, -.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { -margin: 0; -} - .editview2-menu .ibiz-control-drbar__menu { - padding: 8px 16px; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { - width: 100%; - height: 48px; - padding-left: 8px !important; - pointer-events: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { - color: #888d91; -} -.editview2-menu - .ibiz-control-drbar__menu - .el-sub-menu__title - .el-sub-menu__icon-arrow { - display: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { - background: 0 0; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item { - height: 32px; - padding: 0; - padding-left: 24px; - border-radius: 4px; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item:hover { - background: var(--ibiz-color-bg-0); -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item.is-active { - color: #557da5; - background: #d9ecff; -} - - .html-readonly-bg-white .ibiz-html .w-e-scroll { - background-color: var(--ibiz-color-bg-0); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { - background-color: var(--ibiz-color-bg-1); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { - background-color: var(--ibiz-color-bg-1); -} - - .pc_login_style .ibiz-panel-container-image{ - min-height: 100%; - min-width: 100%; - background-size: cover; - background-attachment: fixed; -} -.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ - width: 100%; - height: 100%; -} -.pc_login_style .ibiz-panel-container--container9{ - margin: 3vw 0px 0px 3vw; -} -.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container1 { - position: absolute; - right: 7vw; - height: 60vh; - min-width: 400px; - width: 27vw; - border-radius: 1vw; - box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); - margin-bottom: 80px; - background: white; - margin-top: 8vh; -} -.pc_login_style .ibiz-panel-field--auth_userid { - height: 5vh; -} -.pc_login_style .ibiz-panel-field--auth_password{ - height: 5vh; -} - - .pc_login_style .ibiz-panel-container--container5{ - height: 100% !important; - padding: 5vh 3vh 0vh 3vh !important; -} -.pc_login_style .ibiz-panel-container--container_4{ - height: 15vh; - margin: 4vh 0px 0px 0px; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ - font-size: 3vh; - color: #41c1f7; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ - margin-top: 3vh; - background-color: #42b1ff; - height: 4vh; - font-size: 1.8vh; -} -.pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 1vw; -} -.pc_login_style .el-input__inner{ - font-size: 1.25vh; -} -.pc_login_style .el-checkbox__label{ - font-size: 1vh; -} - .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ - overflow: hidden !important; -} - - .pc_login_style .ibiz-panel-container--container_switch{ - position: absolute; - height: 50% !important; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ - width: 20vh; - height: 20vh; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ - display: none; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ - font-size: 2vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ - color: #595959; - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, -.pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 100%; -} - -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { - background-color: unset !important; -} - -.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 10vh; - height: 10vh; - max-width: 256px !important; - max-height: 256px !important; - min-width: 84px !important; - min-height: 84px !important; -} - -.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container1 { - min-height: 500px; -} - -@media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, - .pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 84px; - } - .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 84px; - height: 84px; - } - - .pc_login_style .ibiz-panel-container--container_4 { - height: 125px; - margin-top: 32px; - } - - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { - font-size: 25px; - font-weight: 600; - } - -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { - font-size: 25px; - font-weight: 600; - color: #41c1f7; - } - - .pc_login_style .ibiz-panel-container--container5 { - height: 100% !important; - padding: 41.5px 24.9px 0px 24.9px !important; - } - - .pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 14.4px; - } - - .pc_login_style .ibiz-panel-field--auth_userid, - .pc_login_style .ibiz-panel-field--auth_password { - height: 41.5px; - } - - .pc_login_style .el-input__inner { - font-size: 10.375px; - } - - .pc_login_style .el-checkbox__label { - font-size: 8.3px; - } - - .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { - margin-top: 24.9px; - background-color: #42b1ff; - height: 33.2px; - font-size: 14.9px; - } -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { - width: 164px; - height: 164px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { - font-size: 16.4px; - font-weight: 600; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { - color: #595959; - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { - font-size: 25px; - font-weight: 600; - } -} - .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ - font-size: 16px; - margin-top: 3px; -} - /* 表单分组标题 */ -.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { - font-size: 16px; - color: var(--ibiz-color-disabled-text); -} -/* 表单分页样式(padding、导航栏标题) */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { - padding: 0 11px 0 13px; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { - font-size: 14px; -} -/* 两侧滚动条 */ -.main-info-common-view .ibiz-control-form { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { - height: 100%; - overflow: auto scroll; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { - height: auto; -} - - /* 主信息编辑视图通用计数器样式 */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - top: 50%; -} - /* 表单标题 使用多行文本时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { - font-size: var(--ibiz-font-size-header-3); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { - line-height: var(--ibiz-editor-default-line-height); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { - height: 100%; - padding: 0; -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { - padding-top: 5px; - padding-bottom: 5px; -} -/* 只读时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { - font-size: var(--ibiz-font-size-header-3); - padding: 5px 11px; - height: 100%; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { - padding: 0 11px; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { - padding: 0 11px; -} - - .main-info-common-view .ibiz-panel-view-content--view_content { - padding-top: 0; -} - -.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} - -.main-info-common-view - .ibiz-grid-container--container_view_bottom - .ibiz-panel-container--container1 { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} -.main-info-common-view .ibiz-control-form { - padding-bottom: 0; - margin-bottom: var(--ibiz-spacing-tright); -} -/* 评审列表视图背景颜色 */ -.main-info-common-view .ibiz-view.ibiz-view-delistview { - background-color: transparent; -} - - -.main-info-common-view .ibiz-grid-container--container_view_bottom { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { - position: relative; - z-index: 998; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { - position: absolute; - padding: 6px 8px 8px 8px; - top: -269px; - background-color: var(--ibiz-color-bg-1); -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { - top: 0; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { - z-index: 999; -} - .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ - padding-left: 5px; - padding-right: 5px; -} -/* 客户沟通单独处理 */ -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { - top: -292px !important; -} - .main-info-common-view .ibiz-dropdown:has(.green-span), -.main-info-common-view .ibiz-dropdown:has(.blue-span), -.main-info-common-view .ibiz-dropdown:has(.orange-span), -.main-info-common-view .ibiz-dropdown:has(.red-span) { -min-height: var(--ibiz-form-item-container-line-height); -display: flex; -align-items: center; -} - .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { - background: transparent; -} - /* 富文本工具栏定位 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ - transform: translateY(-100%); - padding-top: 35px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -/* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} - - /* 表单标题 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { - font-size: var(--ibiz-font-size-header-3); - color: var(--ibiz-color-text-0); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input { - height: var(--ibiz-height-control-default); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { - min-height: calc(var(--ibiz-height-control-default) - 2px); - height: calc(var(--ibiz-height-control-default) - 2px); -} - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ - overflow: visible; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 隐藏滚动条 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.main-info-common-view .ibiz-form-group--executors_container{ - position: relative; -} - -.main-info-common-view .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.main-info-common-view .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - -.main-info-common-view .ibiz-checkbox.is-show-default, -.main-info-common-view .el-checkbox.is-disabled { - padding: 1px 0px 0px 9px !important; -} - -.main-info-common-view .ibiz-attention--readonly.is-show-default { - margin: 1.6px; -} -.main-info-common-view .ibiz-control-edit-form { - padding: 0; -} - - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 左对齐 */ -.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { - float: left; -} - /* 上下对齐 */ -.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { - padding: 0 11px; -} - /* 折叠分组样式1 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { - position: relative; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { - width: auto; - height: auto; - position: absolute; - top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { - width: auto; - height: auto; - position: absolute; - top: 0; - right: 34px; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { - position: initial; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { - display: block; -} - /* 折叠分组样式2 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { - display: none; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { - padding: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { - padding-top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { - border-left: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { - border: none; -} - - /* 折叠分组样式3 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { - margin: 0 8px; - padding-right: 8px; - border: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} -/* 评论容器取消发送按钮位置 */ -.main-info-common-view .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 0; -} -.main-info-common-view .ibiz-panel-button--comment__cancel { - right: 76px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { -background-color: initial; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { -padding: 0 10px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { -background-color: var(--ibiz-color-fill-0); -border-radius: 18px; -padding: 0 12px; -line-height: 24px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { -background-color: var(--ibiz-color-fill-2); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { -color: var(--ibiz-form-tab-panel-text-color); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ -background-color: var(--ibiz-color-primary-active); -color: var(--ibiz-color-primary-active-text); -} - .main-info-common-view .ibiz-grid-container--container_view_bottom > div { -height: 100%; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { -min-height: 48px; -} -.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { -position: static; -} -.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { -width: calc(100% - 4px); -min-height: 48px; -padding-right: 32px; -position: absolute; -top: 0; -} -/* 时间范围宽度 */ -.main-info-common-view .ibiz-date-range-picker { -max-width: 250px; -} - - .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { - background-color: rgb(74 129 199 / 60%) !important; -} - .second_dev_tab_style .ibiz-panel-view-content { - overflow: hidden !important; - padding: 0 !important; -} - .codelist-only-icon { - display: flex; - align-items: center; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item { - font-size: 0; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { - font-size: var(--ibiz-form-item-font-size); -} - .dashboard_container > div { - border: 0 !important; - overflow: hidden !important; -} - .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: var(--ibiz-width-icon-large); - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: var(--ibiz-border-radius-extra-small); - transform: translateY(-50%); -} - -.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { - margin-left: 16px; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ - padding-top: 0px !important; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ - padding-top: 0px !important; -} - .board_title_style{ - margin: 10px 10px 25px 10px; - width: 300px; - height: 35px; -} - -.board_title_style .el-input__wrapper { - font-size: 20px; - font-weight: 600; -} - .dashboard_repair_style .ibiz-panel-field--total span { - display: flex; - align-items: center; -} - .recentcustom_dashboard_view_style .ibiz-portlet-layout { - --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { - border: 1px solid var(--ibiz-color-border); - border-bottom: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { - padding-bottom: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); - /* border-top: none; */ -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { - padding: 0; - overflow: hidden; - border: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { - position: relative; - padding-right: 0; - padding-left: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - right: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { - position: relative; -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - position: absolute; - top: 0; - width: 0; - height: 102px; - content: ""; - border-left: 1px solid var(--ibiz-color-border); -} - .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ - font-size: 16px; -} - -/* 分组树更多图标 */ -.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { -font-size: 16px; -} - /* 文本框 */ -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - border: 0px solid #e8e8e9; - border-radius: 3px; - padding: 1px 15px; - height: 50px; - padding-top: 12px; -} - -/* 按钮 */ -.dependency_style .el-select .el-input { - display: flex; - height: 50px; -} - -/* 溢出控制 */ -.dependency_style .ibiz-panel-field .ibiz-panel-field-content { - line-height: inherit; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; -} - -/* 控制不显示滚动条 */ -.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { - overflow: hidden; -} - -/* 隐藏显示横线 */ -.dependency_style .el-collapse-item__header{ - border-bottom: none; -} - -/* 控制边距 */ -.dependency_style .el-collapse-item__content { - padding-bottom: 2px; -} - .dependency_style{ - overflow: hidden; -} - -.dependency_style .el-collapse{ - border-bottom: none; -} - -.dependency_style .el-collapse-item__wrap { - border-bottom: none; -} - -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; -} - -/* 悬浮色 */ -.dependency_style .ibiz-panel-container--container2:hover, -.dependency_style .ibiz-panel-container--container3:hover { - border-color: #6994be; - border: 1px solid #6994be -} - .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} - .ibiz-control-grid{ - --ibiz-control-grid-scrollbar-width: 8px; -} - .fullscreen .ibiz-form-group--grouppanel1 { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .ibiz-form-item-container__content { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-item-container__editor { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel2 { - display: none; -} - - .fullscreen .ibiz-rawitem.ibiz-form-raw-item { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel_attachments_grid { - display: flex; - flex-flow: column nowrap; - place-content: center center; - align-items: center; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-header { - width: 80%; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__content { - display: block; - flex-flow: unset; - place-content: unset; - align-items: unset; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__editor { - max-width: 100%; -} - .shared_simple_view_style .ibiz-panel-view-content--view_content{ - padding: 0; -} - -.shared_simple_view_style .ibiz-panel-view-content{ - width: 75%; -} -.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ - background-color:white; -} -.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ - background-color: #f9f9f9; -} - .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { - padding: 0; -} - .shared_link_top{ - height: 52px; - border-bottom: 1px solid #eee; - background-color: #FFF; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ - height: 52px; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { - display: block; - font-size: 18px; - font-weight: 500; - color: #333; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; -} -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { - color: #ddd; -} - .shared_setting_style .ibiz-form-item--enable_password{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--enable_expiration{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--subset_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--is_shared_subset{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--pwd_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--expiration_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--access_password{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--expiration_date{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--shared_page_url{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-button--copy_page_url{ - padding-top: 0; -} - - - .mob_attention_title_style.ibiz-panel-field { -display: flex; -align-items: center; -height: 100%; -} -.mob_attention_title_style.ibiz-panel-field .ibiz-span { -height: var(--ibiz-font-size-header-5); -padding: 0 0.375rem; -margin-left: var(--ibiz-spacing-tight); -font-size: 0.7rem; -color: var(--ibiz-color-text-2); -background-color: var(--ibiz-color-border); -border-radius: var(--ibiz-font-size-header-5); -} - .relation_recent_style{ - line-height: normal; -} - -/* 控制项标题文字过多导致的样式异常 */ -.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; - max-width: 1460px; -} - .tab_tree_panel_style .ibiz-tab-group-select-tree{ - padding-left: 0px !important; -} - .tab-exp-select{ - border-right: 1px solid #e9e9e9; -} - .ibiz-panel-container--view_tabexppanel .el-tabs__item { - height: 64px; -} -.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { - font-size: 16px; -} -.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ - font-size: 16px; -} -/* 分页导航视图padding */ -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { - padding: 0; -} -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { - padding: var(--ibiz-panel-view-content-padding); -} - - .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; - margin-left: 0.6rem; -} - -.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ - flex: unset; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { - padding-left: 0.5rem; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; -} - .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { - padding-top: 0; -} - - .delete-button .el-button{ - color: #fff; - background-color: #ff7575; - border-color: #ff7575; -} - .relation_tree_node_style .ibiz-panel-field--show_identifier span{ - color: #a1a1a2; - margin-left: 5px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ - overflow: hidden; -} -.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} -.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ - overflow: hidden; -} - .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ -height: 50px !important; -} - .right_button_style .van-button{ - padding: 0px 10px 0px 0px; -} - .reply_list_style .ibiz-control-list-item.is-active, -.reply_list_style .ibiz-control-list-item:hover { - background-color: transparent !important; -} - .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { - display: none; -} -.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { - display: none; -} - .big-icon { - padding: 0; -} -.big-icon .el-button { - font-size: 24px; - padding: 8px; -} -.big-icon .el-button .ibiz-icon { - max-width: 24px !important; - max-height: 24px !important; -} -.big-icon .el-button .ibiz-panel-button-content--caption { - display: none; -} - .average-toolbar { - position: relative; - justify-content: space-evenly; - height: 48px; -} - .vertical-divider .ibiz-rawitem { - border-left: 1px solid var(--ibiz-color-border); - height: 1em; -} -.vertical-divider .el-divider { - display: none; -} - .multiple_people_style .ibiz-form-group--grouppanel6{ - /* height: 20px; */ - margin: -18px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ - width: 70px; - padding: 1px 0px 0px 5px !important; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { - padding-right: 0px !important; -} - -.multiple_people_style .ibiz-form-group--grouppanel9{ - height: 20px; - margin: 8px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ - width: 70px; - padding: 0px 0px 0px 5px !important; -} - - .con_bottom_shadow_style{ - border-bottom: 1px solid var(--ibiz-color-border); -} -/* 如果有树,把树的下边框去掉 */ -.con_bottom_shadow_style .ibiz-tab-group-select-tree { - border-bottom: 0px !important; -} - - .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { - padding-left: 0; -} -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding-left: 0; -} - - .recentdata-custom>div>div>div:nth-child(2) { -flex: 1; -} - .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { - padding-left: 16px; - height: 16px; -} -/* 类型位置 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { - - padding-left: 5px; - padding-bottom: 15px; - -} -/* 类型文字 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { - font-size: 15px; - -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { - margin-left: -17px; -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { - padding: 0px; -} - .work_item_type_global_style .ibiz-panel-button{ - padding-top: 0px; -} - -.work_item_type_global_style .ibiz-icon { - margin-top: 5px; -} - - /* 按钮样式 */ -.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .ibiz-control-toolbar__item--primary .el-button.el-button--primary { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { - color: var(--ibiz-color-primary-hover); - background-color: var(--ibiz-color-primary-light-hover); -} - - .ibiz-control-toolbar--user .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.ibiz-control-toolbar--user .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { - border-bottom: none; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { - color: var(--ibiz-color-text-3); - background-color: transparent; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ - outline: none; -} -.ibiz-control-toolbar-submenu-popper--user { - background: transparent; -} -.ibiz-control-toolbar-submenu-popper--user .el-button { - color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { - background-color: var(--ibiz-color-bg-0); -} - /*工具栏分组项按钮2样式*/ -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { -color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style2 .el-button { ---el-button-bg-color: transparent; ---el-button-hover-bg-color: transparent; ---el-button-active-bg-color: transparent; ---el-button-text-color: var(--ibiz-color-text-3); ---el-button-hover-text-color: var(--ibiz-color-text-3); ---el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { -padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { -padding: 0 10px; -} - -/* 适配分割线间距一致 */ -/* 适配分隔符在前面 */ -.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { -margin-left: -8px; -} -/* 适配分隔符在后面 */ -.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { -margin-left: -4px; -} -/* 分组按钮样式 */ -.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { -border: none; -} - -/* 窗口缩小样式 */ -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ -color: var(--ibiz-color-primary); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ - font-weight: 600; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { - fill: var(--ibiz-color-primary) !important; -} - -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { -stroke: var(--ibiz-color-primary) !important; -stroke-width: 30 !important; -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { - color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style3 .el-button { - --el-button-bg-color: transparent; - --el-button-hover-bg-color: transparent; - --el-button-active-bg-color: transparent; - --el-button-text-color: var(--ibiz-color-text-3); - --el-button-hover-text-color: var(--ibiz-color-text-3); - --el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { - padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { - padding: 0 10px; -} - - /*工具栏分组项按钮3样式*/ -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - - .toolbar-style-container .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.toolbar-style-container .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.toolbar-style-container { - border-bottom: 1px solid var(--ibiz-color-border); -} - /* 面板分页样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -height: 1px; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -min-height: 64px; -max-height: 64px; -width: 58px; -height: 100%; -border: none; -display: flex; -justify-content: center; -align-items: center; -} -/* 分页弹出按钮样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { -padding: 1px 0; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { -text-align: center; -} -.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ -gap: 56px; -} -/* 搜索表单取消padding */ -.workload-tab-head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 16px; -width: auto; -height: 63px; -} - /* 适配分页搜索下级视图自适应宽度 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { -width: 100%; -} -/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { -width: 16.66%; -} - /* 关系分页部件定位样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -position: relative; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -position: absolute; -top: 1px; -left: calc(16.65% + 15px); -z-index: 100; -} -/* 视图头部定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { -position: relative; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -/* 视图头部快速搜索定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { -width: auto; -position: absolute; -top: 0; -left: calc(16.65% + 81px); -} - -/* 快捷搜索部件样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ -display: flex; -align-items: center; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { -height: auto; -} -/* 边距调整 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { -margin-left: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { -margin-left: var(--ibiz-spacing-base-tight); -} - .mob_workload_calendar_style .ibiz-panel-container--container1 span { - font-size: 16px; - color: #8B8B8B; -} - -.mob_workload_calendar_style .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 16px; - color: #8B8B8B; - margin-left: 4px; -} - -.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - font-size: 16px; -} - -.mob_workload_calendar_style .ibiz-panel-field--name span { - font-size: 18px; - margin-left: 6px; -} - -.mob_workload_calendar_style .ibiz-spacing-right--outermedium { - margin-right: 8px !important; -} - -.mob_workload_calendar_style input::placeholder { - text-align: left; -} - .mob_workload_calendar_style .ibiz-form-item--date_range { - padding-top: 14px; -} - -.mob_workload_calendar_style{ - position: relative; -} -.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { - padding: 8px; - background-color: #F3F3F3; - border-radius: 8px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - -/* 列表中的分割线样式 */ -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { - position: relative; - top: 0.875rem; - left: 1rem; - display: block; - width: calc(100% - 2rem); - height: 0.0625rem; - content: ""; - background-color: var(--ibiz-color-border); -} - .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { - font-size: 18px; - color: #3B3B3B; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { - content: "小时"; - font-size: 16px; - color: #B8B8B8; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { - display: none !important; -} - /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ -.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { -width: 100%; -} -/* 视图头部样式 */ -.workload_log_head .ibiz-panel-view-header--view_header { -position: relative; -margin-top: 1px; -} -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -.workload_log_head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 8px; -width: auto; -height: 63px; -} - .mob_workload_log .ibiz-panel-field--duration span { - font-size: 32px; - text-align: center; -} - -.mob_workload_log .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 20px; - margin-left: 2px; -} - -.mob_workload_log .ibiz-panel-field--register_date span { - color: #8B8B8B; -} - -.mob_workload_log .ibiz-panel-container--container2 > div { - padding: 8px 12px; - margin-top: 8px; - background-color: #F1FBF5; - border-radius: 8px; - margin-right: 16px; -} - -.mob_workload_log .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_log .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - .mob_workload_log .ibiz-code-list .ibiz-icon { - padding-right: 0px !important; -} - -.mob_workload_log input::placeholder { - text-align: left; -} - -.mob_workload_log .ibiz-form-item--date_range { - padding-top: 14px; -} - - -.mob_workload_log { - position: relative; -} -.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_log .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_log .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .app_market_style .ibiz-panel-field--title span { - font-weight: bold; - font-size: larger; -} - -.app_market_style .ibiz-panel-field--version { - background-color: lightgrey; - padding: 5px 15px 5px 15px; - border-radius: 10px; -} - -.app_market_style .ibiz-panel-field--version span { - color: white; - font-weight: bold; -} - -.app_market_style .ibiz-panel-field--memo span { - font-size: medium; - color: grey; -} - -.app_market_style .ibiz-control-dataview-group-content__item-content>* { - margin-right: 32px; -} - -.app_market_style .el-card__body { - padding: 0px; -} - -.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { - padding: 8px 8px 8px 0px; -} - -/* .app_market_style .ibiz-control-dataview-item { - height: 100%; -} */ - -.app_market_style .ibiz-control-dataview-item.is-active { - background-color: unset !important; -} - .app_market_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; -} - -.app_market_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - -.app_market_style .ibiz-sort-bar { - display: none !important; -} - -.app_market_style .ibiz-panel-rawitem--using > div { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_market_style .ibiz-panel-rawitem--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; -} - .app_market_style .ibiz-panel-button-content--icon { - color: var(--el-button-bg-color); -} - .app-title-style .ibiz-panel-app-title__logo--expand, -.app-title-style svg { - margin-top: -25px; -} - - .app_info_style .ibiz-form-item--pscoreprdfuncname span { - font-weight: bold; - font-size: x-large; -} - -.app_info_style .ibiz-form-item--memo div div div div div { - color: darkgrey; - font-size: 15px; -} - -.app_info_style button[title="GitLab"] span svg path { - fill: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] span { - color: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="GitLab"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="GitLab"]:hover span { - color: #557DA5 !important; -} - -.app_info_style .ibiz-form-button , .ibiz-form-button-list { - padding: 8px 8px 8px 4px; -} - .app_info_style button[title="打开按钮"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="打开按钮"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { - color: #557DA5; -} - -.app_info_style button[title="设置"] span { - color: white; -} - .app_info_style .ibiz-form-item--currentversion { - padding-top: 0px; -} - -.app_info_style .ibiz-form-item--currentversion span { - font-size: 12px; - font-weight: bold; - color: grey; - background-color: lightgrey; - padding: 0px 6px 0px 6px; - border-radius: 6px; - height: 16px; - align-items: center; - display: flex; -} - -.app_info_style .ibiz-form-group--grouppanel3 { - margin-left: 10px; -} - -.app_info_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; -} - -.app_info_style .ibiz-form-tab-page--overview > div:first-child { - padding-right: 0px !important; -} - .app_info_style .ibiz-form-group--grouppanel4 button { - font-size: small; - padding: 8px; - height: 25px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { - width: 40px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { - width: 18px; -} - -.app_info_style .el-button-group { - align-items: flex-end; -} - -.app_info_style .ibiz-form-button-content--icon { - display: flex; - align-items: center; -} - -.app_info_style .ibiz-panel-view-content--deeditview { - overflow: hidden; -} - -.app_info_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - - .app_info_style .ibiz-form-tab-page--overview > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--log > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--overview .el-select__tags { - cursor: default !important; -} - -.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { - display: none !important; -} - -.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { - font-size: 14px !important; -} - .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { - height: 39px !important; -} - -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { - font-size: 14px !important; -} -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { - padding: 0px !important; -} - -/* 正在使用 */ -.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_info_style .ibiz-form-item--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; - cursor: default; -} - -.app_info_style .el-tabs__nav { - padding-left: 12px; -} - .activate_button .el-button{ - background: none; - color: #4ba7f1; - margin-left: 5px; - height: 0px; - -} -.activate_button{ - margin: 0px 10px 0px -10px; -} - -.activate_button .ibiz-rawitem__text{ - color: #999; -} -.activate_button .ibiz-span.ibiz-panel-field-content{ - color: #999; -} - -.activate_button .ibiz-panel-button.ibiz-panel-button--default{ - height: 19px; - padding: 0px; -} - .todo-tips{ - height: 80px; -} -.todo-tips .ibiz-rawitem__text{ - font-size: 26px; - font-weight: 600; - line-height: 75px; -} - .todo-background{ - -} - /* 隐藏滚动条 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.work_item_qucik_create_style .ibiz-form-group--executors_container{ - position: relative; -} -.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - - .work_item_qucik_create_style .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - /* 视图大的布局样式 */ -.quick-create-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -} -/* 按钮样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { -min-height: 40px; -/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -/* 分割线 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - .mob_member_title_style .ibiz-panel-field--title { - background-color: lightgrey; - padding: 4px 6px 4px 6px; - border-radius: 10px; - align-items: center; - display: flex; -} - -.mob_member_title_style .ibiz-panel-field--title span { - font-size: 8px; -} - .my_summary_style span.ibiz-panel-field-content{ - color: rgb(56, 131, 250); - font-size: 28px; -} - -.my_summary_style span.ibiz-rawitem__text { - font-size: 16px; -} - -.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ - color: #B2E699; -} - -.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ - color: #EF8383; -} - -.my_summary_style .el-divider { - height: 58px !important; - width: 1px !important; - margin: 0 !important; - border-top: unset !important; - border-left: 1px var(--el-border-color) var(--el-border-style); -} - -.my_summary_style .ibiz-panel-container--task_num_c, -.my_summary_style .ibiz-panel-container--bug_num_c, -.my_summary_style .ibiz-panel-container--other_item_num_c, -.my_summary_style .ibiz-panel-container--idea_num_c, -.my_summary_style .ibiz-panel-container--ticket_num_c, -.my_summary_style .ibiz-panel-container--case_num_c { - cursor: pointer; -} - .my_summary_style .ibiz-control-viewlayoutpanel-content { - display: flex; - justify-content: center; -} - .run_case_label_style div[title="通过"] label.is-active span { - background: #73d897 !important; -} - -.run_case_label_style div[title="受阻"] label.is-active span { - background: #ffcd5d !important; -} - -.run_case_label_style div[title="失败"] label.is-active span { - background: #ff7575 !important; -} - -.run_case_label_style div[title="跳过"] label.is-active span { - background: #5dcfff !important; -} - -.run_case_label_style .el-radio-button__inner { - display: flex !important; - border-color: var(--el-border-color) !important; - color: black !important; - background: transparent !important; -} - -.run_case_label_style .el-radio-button__inner:hover { - background-color: #f5f5f5 !important; -} - -.run_case_label_style label.is-active .el-radio-button__inner { - color: white !important; -} - -.run_case_label_style label.is-active svg path { - fill: white; -} - .run_history_remark_style{ - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} - .coreprdfunc_setting_edit_style .el-tabs__nav span { - font-size: 14px !important; -} - -.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { - padding: 0 10px !important; -} - .export-canvas-style .ibiz-bi-report-panel-content { - padding: 0; -} -.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { - padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); -} - - /* 移入移出效果 */ -.ibiz-form-button--style2 .el-button, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2 .el-button { -min-height: var(--ibiz-height-control-default); -min-width: var(--ibiz-height-control-default); -background: transparent; -border: none; -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-6); -padding: 8px; -} -.ibiz-form-button--style2 .el-button:hover, -.ibiz-control-toolbar__item--style2 .el-button:hover, -.ibiz-panel-button--style2 .el-button:hover { -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} - -.ibiz-form-button--style2 .el-button.el-button { -width: var(--ibiz-height-control-default) ; -} - -/* 按钮间隔 */ -.ibiz-form-button--style2.ibiz-form-button--style2, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2.ibiz-panel-button--style2 { -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); -} - .button_container_style button { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.button_container_style button:hover, button:focus { - background-color: transparent; - border: none; -} - -.button_container_style button:hover span svg path { - fill: #557DA5 !important; -} - -.button_container_style .ibiz-panel-button { - padding: 8px 0px 8px 0px; -} - .swap_icon_text button { - direction: rtl; -} - -.swap_icon_text button:hover { - background-color: transparent !important; - color: rgb(85, 125, 165) !important; -} - -.swap_icon_text button:hover span svg path { - fill: #557DA5 !important; -} - -.swap_icon_text .ibiz-toolbar-item-text { - line-height: normal; -} - .track_panel_style .ibiz-panel-field--num span { - margin-right: 4px; - font-size: 16px; - color: #1D1F23; -} - -.track_panel_style .ibiz-panel-rawitem--caption span { - color: var(--ibiz-color-text-3); - font-size: 16px; -} - -.track_panel_style .ibiz-panel-field--title_two span { - font-weight: 600; -} - -.idea_tree_node_style { - width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); -} - .prompt_message_style { - margin: 0px 16px 0px -16px; -} - .data-upload-view { - padding: 8px 32px; -} -.data-upload-view .ibiz-row { - overflow: visible; -} -.data-upload-view .ibiz-rawitem__paragraph p { - margin: 0; - line-height: 22px; -} -.data-upload-view .ibiz-panel-rawitem--download_description, -.data-upload-view .ibiz-panel-rawitem--upload_description { - position: relative; -} -.data-upload-view .ibiz-panel-rawitem--download_description::before, -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - position: absolute; - top: 2px; - left: -23px; - width: 15px; - height: 15px; - font-size: 0.75rem; - line-height: 15px; - color: var(--ibiz-color-primary-text); - text-align: center; - content: '1'; - background: var(--ibiz-color-primary); - border-radius: 50%; -} -.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, -.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { - color: var(--ibiz-color-text-3); -} - - .data-upload-view .ibiz-panel-rawitem--upload_description { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - content: '2'; -} -.data-upload-view .ibiz-panel-button { - padding: var(--ibiz-spacing-base) 0; -} -.data-upload-view .ibiz-panel-rawitem--template_rule { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table { - border-color: var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr { - height: 52px !important; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { - padding: 12px 16px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { - background-color: var(--ibiz-color-fill-0); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { - text-align: center; -} -.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { - color: var(--ibiz-color-danger); -} - .data-upload-view .ibiz-panel-rawitem--upload_raw { - height: 60px; - padding: 0 20px; - background-color: var(--ibiz-color-fill-0); - border: 1px solid var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { - display: flex; - align-items: center; - color: var(--ibiz-color-text-3); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { - color: var(--ibiz-color-link); - cursor: pointer; -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { - text-decoration: underline; -} - - .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { - min-width: 100px; -} -.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ - min-width: 100px; -} - -/* 控制项标题文字过多导致的样式异常 */ -.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} -.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} - .enter_button_style .van-button{ - font-size: 16px; - color: #6698ff; -} - .mob-orange-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; -} - .mob-red-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; -} - .mob-green-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; -} - .mob-orange-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; - border: 1px solid orange; -} - .mob-red-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; - border: 1px solid red; -} - .mob-green-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; - border: 1px solid #3ae23a; -} - .no_border_button{ - border: 0; - font-size: 18px; -} -.no_border_button .van-button{ - border: 0; -} - .mob_magnify_no_border_button .van-button--small { - border: 0; - font-size: 20px; -} - -.mob_magnify_no_border_button .van-button { - border: 0; -} - /* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.star_css button:hover { -background-color: transparent; -} -/* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.star_css button{ -background-color: transparent; -} - -/* 星标字体颜色 */ -.star_css .ibiz-control-toolbar__item-items i{ -color: #9999; -font-size: 18px; -} - -/* 切换图标字体颜色 */ -.star_css .el-sub-menu__title i { -color: #9999; -} - -/* 设置图标的大小*/ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ - font-size: 16px; -} - .update_log_time .ibiz-span{ - margin: 7px 0px 0px 0px; - } - .update_log_name .ibiz-span{ - font-size: 22px; - font-weight: 600; - margin: 15px 0px 15px 0px; -} - @media screen and (min-width: 820px) and (max-width: 980px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(1) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 980px) and (max-width: 1150px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(2) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1150px) and (max-width: 1320px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(3) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1320px) and (max-width: 1480px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(4) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - @media screen and (min-width: 1480px) and (max-width: 1600px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(5) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1600px) and (max-width: 1800px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(6) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1800px) and (max-width: 1970px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(7) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1970px) and (max-width: 2130px) { -.recentdata-screen-auto-item { -.ibiz-control-dataview-scroll-item:nth-child(8) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -} - @media screen and (min-width: 2130px) and (max-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(9) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(10) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - -.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { -flex-wrap: nowrap; -overflow: visible; -} -.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { - flex-wrap: nowrap; - overflow: visible; -} - .recent_owner_subtype_style{ - width: 20px; - overflow: hidden; -} - .recent_grey_font_style .ibiz-panel-field-content{ - color: #a6a6a6; -} - .td_right{ - width: 90%; -} - .td_a_link .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recent_identified_style .ibiz-grid-field-column__text{ - color: #8b8b8b; -} - .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ - display: none; -} - /* 用例名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} -/* 隐藏分割线和显示更多 */ -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .td_a_link_right{ - padding:0px 28px 0px 0px - } - .td_a_link_right .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recenttab-head -.ibiz-panel-view-header--view_header -.ibiz-panel-container -> .ibiz-row { -position: initial; -overflow: initial; -} - .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ - top: -32px; - right: -50px; -} - .stencil_center_title{ - -} - /* 视图标题及分割线样式 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { -height: 64px; -line-height: 64px; -text-align: center; -border-bottom: 1px solid var(--ibiz-color-border); -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { -font-size: 20px; -font-weight: 600; -} -/* 搜索栏自适应 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { -min-width: 100%; -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { -width: 100%; -} -/* 控制视图标题最小高度 */ -.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { - min-height: 32px; -} - .orange-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ffdcaf; - vertical-align: inherit; -} -.ibiz-span .orange-span { - margin: 4px 0; -} - .mob-orange-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: orange; -} - .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ - position: relative; - bottom: -34px; - left: -1px; -} - .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ - color: #999; -} - .active-members-view{ - padding: 24px 0px 0 0; - .ibiz-panel-field>.ibiz-span{ - font-size: 48px; - color: #333; - } - .ibiz-grid-container--container_grid{ - width: 75%; - margin: 0 auto; - } -} - .transition-time .ibiz-span{ - font-size: var(--ibiz-font-size-small); - color: var(--ibiz-color-disabled-text); -} - .test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view .ibiz-panel-container--container3 { - padding: 20px 40px; - border-left: 3px solid #ff7575; - background-color: #fff8f8; -} - - - .test-plan-report-survey-view .ibiz-panel-container--container1 { - padding: 20px 40px; - border-left: 3px solid #5dcfff; - background-color: #f7fdff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-field--coverage_percentage - .ibiz-span { - color: #5dcfff; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent - .ibiz-rawitem__text { - color: #5dcfff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container3 - .ibiz-panel-field--bug_count - .ibiz-span { - color: #ff7575; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - - .test-plan-report-survey-view .ibiz-panel-container--container2 { - padding: 20px 40px; - border-left: 3px solid #73d897; - background-color: #f8fdfa; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-field--pass_percentage - .ibiz-span { - color: #73d897; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent - .ibiz-rawitem__text { - color: #73d897; -} - - - - .test-plan-report-view.ibiz-view { - background-color: var(--ibiz-color-bg-0); -} -.test-plan-report-view .ibiz-view-deportalview { - background-color: transparent; -} -.test-plan-report-view .ibiz-control-dashboard { - gap: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col { - display: flex; - justify-content: center; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { - width: 1200px; - height: auto; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; - margin-top: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { - width: 1200px; - height: 500px; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; -} -.test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption { - padding-left: 12px; -} - - .test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption:before { - display: none; -} -.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { - padding: 0 28px; -} - .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { - background-color: var(--ibiz-color-bg-3) !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { - color: var(--ibiz-color-text-3) !important; - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { - background-color: var(--ibiz-color-bg-0) !important; -} - - .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { - overflow: visible; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { - top: -60px; - right: -32px; - position: absolute; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - - /* .test_mob_list_style .ibiz-control-mobmdctrl-item { - position: relative; -} - -.test_mob_list_style .ibiz-control-panel-content::after { - content: ''; - display: block; - width: 90%; - height: 1px; - background-color: #ececec; - position: absolute; - bottom: 0; - left: 50%; - transform: translateX(-50%); -} */ - -.test_mob_list_style .ibiz-spacing-right--outerlarge span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_mob_list_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} - -.test_mob_list_style button { - border: none; -} - -.test_mob_list_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - .test_detail_list_style { - position: relative; -} -.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.test_detail_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} -.test_detail_list_style button { - border: none; -} - -.test_detail_list_style .ibiz-panel-rawitem--static_image { - width: 24px; - margin-top: 5px; -} - -/**span无数据时,占位隐藏**/ -.test_detail_list_style div span:empty { - display: none; -} - .test_detail_list_style .ibiz-panel-field--title span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--time_container span { - border-radius: 12px; - background-color: #f3f3f3; - display: flex; /* 使用弹性盒布局 */ - justify-content: center; /* 水平居中 */ - align-items: center; /* 垂直居中 */ - width: 150px; - height: 25px; -} - -.test_detail_list_style .ibiz-panel-field--update_time span { - width: 150px; -} - -.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { - fill: #CB258C; -} - -.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { - fill: #66C23A; -} - - .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ - font-weight: 600; - font-size: 16px; -} - .message_layout_panel_img_style{ - -} - .add-members-font{ - font-size:10px - } - .grey-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #e1e1e1; - vertical-align: inherit; -} -.ibiz-span .grey-span { - margin: 4px 0; -} - .mob-grey-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: grey; -} - .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { - padding: 0; - background-color: transparent; -} -.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { - padding-right: var(--ibiz-spacing-base); - padding-left: var(--ibiz-spacing-base); - color: var(--ibiz-dropdown-select-option-item-color); - background-color: var(--ibiz-dropdown-select-option-item-bkcolor); -} -.ibiz-control-gantt.is-exporting .xg-view-toolbar { - display: none; -} - .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.case_template_edit_style .ibiz-html .w-e-text-container { - background: transparent; -} - /* 视图大的布局样式 */ -.user-info-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -padding-bottom: var(--ibiz-spacing-base); -} -/* 按钮样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { -min-height: 40px; -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { -color: var(--ibiz-color-primary); -} -/* 分割线 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { -width: calc(100% - 64px); -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - -/* 头部样式 */ -/* 图片背景 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { -background: #ccf; -} -/* 头像定位 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { -position: relative; -} -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { -width: auto; -height: auto; -position: absolute; -top: -4px; -left: 50%; -transform: translate(-50%, -50%); -} -/* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { -width: 68px; -height: 68px; -border: 4px solid #fff; -border-radius: var(--ibiz-border-radius-circle); -} - /* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { -flex: 1; -width: 60px; -height: 60px; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { -display: none; -} -/* 视图头部登录者信息样式 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar { -padding-top: 50px; -padding-bottom: 28px; -text-align: center; -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { -font-weight: 400; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { -margin-top: 10px; -font-size: var(--ibiz-font-size-small); -color: var(--ibiz-color-text-3); -} - .ibiz-internal-message-html__content { - padding-right: 24px; -} - .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ - background: #f3f3f3; -} -.user_setting_view_style .ibiz-single-data-container{ - /* padding: 40px 10px 20px 10px; */ - padding: 5vh 5vw 5vw 5vw; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ - width: 50px; - height: 50px; - min-width: 50px; - min-height: 50px; - border: 1px solid #ffffff; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ - margin: 15px 0px 5px 0px; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ - font-size: 20px; - font-weight: 600; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ - color: #9b9b9b; -} -.user_setting_view_style .ibiz-panel-container-group{ - background: #ffffff; - margin: 10px 10px 10px 10px; - border-radius: 10px; -} -.user_setting_view_style .van-button{ -width: 93%; - height: 35px; - margin: 10px 0% 0% 3%; -} - .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ - font-size: 16px; - font-weight: 400; - color: #a7a7a7; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ - width: 50px; - height: 50px; -} - /* 垂直居中对齐 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item { -display: inline-flex; -align-items: center; -} -/* 图标大小自适应 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, -.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { -width: auto; -height: auto; -margin-right: 0; -padding-right: var(--ibiz-spacing-tight); -} - .kanban-identifier .ibiz-span{ - margin: 5px 0px 0px 0px; - padding: 2px 6px 2px 6px; - background: #e8e8e8; - border-radius: 5px; - color: #6c6c6c; -} - .kanban-finished .ibiz-span { - color: #aaa; - text-decoration: line-through; -} - .kanban-delay { - color: #ff7575; - background-color: #fff1f1 !important; -} -.kanban-delay .ibiz-rawitem__image { - color: #ff7575; -} - .kanban-time { - height: 24px; - padding: 0 10px; - margin: 0 5px 5px 0; - overflow: hidden; - line-height: 12px; - background: #e9e9e9; - border-radius: 10px; -} - - .kanban-more-button{ - position: relative; - width: 40px; - margin: -8px 0px 0px -2px; - height: 40px; - visibility: hidden; -} -.el-card__body:hover .kanban-more-button { - visibility: visible; -} - .kanban-title .ibiz-span{ - padding: 10px 2px 10px 2px; - font-size: 16px; - font-weight: 600; -} - .kanban-state { - width: 80px; - height: 24px; - margin: 0 5px 5px 0; -} -.kanban-state .ibiz-code-list__item { - --ibiz-code-list-item-color: #aaaaaa; - justify-content: center; - width: 80px; - line-height: 24px; - color: #fff; - background-color: var(--ibiz-code-list-item-color); - border-radius: 10px; -} - - .kanban-kind-icon { - height: auto; - margin: 5px 0 0; - line-height: 24px; -} -.kanban-kind-icon .ibiz-code-list__item { - font-size: 0; -} - - .kanban-assignee{ - margin: 0px 0px 0px 30px; -} - -.kanban-assignee .ibiz-personnel-info-content__tip{ -content-visibility: hidden; -} - .wiki-page-title .ibiz-span{ - font-weight: 600; - font-size: var(--ibiz-font-size-header-2); - color: var(--ibiz-color-text-0); -} -.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { -font-size: 24px; -} - .wiki_page_title_style{ - padding-left: 10px !important; -} - -.wiki_page_title_style .ibiz-span { - font-size: 18px; - color: var(--ibiz-color-text-0); - margin-left: 5px; - margin-right: 5px; -} - -.wiki_page_title_style .ibiz-rawitem .ibiz-icon { - font-size: 18px !important; - margin-left: 5px; -} - .confirm-remove-view .ibiz-form-item--formitem{ - background-color: rgba(255, 117, 117, 0.15); - padding: 0px; - height: auto; - margin-top: 12px; - border-radius: 5px; - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - display: inline-flex; - align-items: center; - margin: 0 10px; - padding: 5px 10px; - font-size: .875rem; - line-height: 1; - max-width: 33em; - word-break: break-all; - color: #ff7575; - } -} -.confirm-remove-view .ibiz-form-item--remind{ - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - color:#aaa; - } - -} - /* 选中分页 */ -.mob-main-style .van-tab--active{ - color: #6698ff; -} -.mob-main-style .van-tabs__line{ - background: #6698ff; -} - -/* 分组容器 标题 */ -.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ - font-size: 0.75rem; - color: #696969; -} -/* 表单项 标题 */ -.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ - color: #696969; -} -/* 表单项 下划线伪元素 */ -.mob-main-style .ibiz-form-item-container::after{ - display: none; -} -/* 标题 title */ -.mob-main-style .ibiz-form-item--title .van-field__control{ - font-weight: bolder; - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} -/* 代码表 表单项 */ -/* .mob-main-style .ibiz-span__code-list{ - justify-content: flex-end; -} */ - .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { - width: 100%; - height: 100%; - margin: 0; - background-color: var(--ibiz-color-bg-1); -} -.mob-main-style .van-tabs__wrap{ - border-top: 1px solid #f1f1f1; -} - - - .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} - /* 标题 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 图标,防止字数过多时发生形变 */ -.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 容器元素换行 */ -.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - - /* 背景颜色 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { - background-color: white; -} - -.mob_delivery_display_style .ibiz-form-group__content { - background-color: white; -} - -/* 标题文字样式 */ -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { - text-align: left; - font-size: 18px; - font-weight: 500; - margin-top: 7px; -} - -/* 图片 */ -.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { - padding-left: 30px; -} - -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { - text-align: left; - margin-bottom: 2px; -} - /* 按钮样式 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { - display: block; - text-align: center -} - -.mob_delivery_display_style button.van-button.van-button--default.van-button--small { - border: 0; - background: #f3f3f3; - border-radius: 10px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { - background-color: white; -} -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { - padding-top: 0; -} - .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { - padding-left: 24px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { - color: red; -} - - .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - -/* 图标边距 */ -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { - height: 24px; - /* margin-top: -3px; */ - margin-right: 15px; -} -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ - overflow: hidden !important;; -} - /* 日历部件没有数据时,进行显示 */ -.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { - content: "当前日期没有工作~"; - color: #D7D7D7; - margin-left: 6px; -} -.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { - display: none; -} -/* 设置背景颜色 */ -.mob_dashboard_style { - background-color: #F6F6F6 !important; - border-radius: 0px !important; -} -.mob_dashboard_style > div { - margin: 15px !important; -} -.mob_dashboard_style .ibiz-control-dashboard-row { - gap: 15px !important; -} - /* 仪表盘列表只显示五个 */ -.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), -.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { - display: none; -} - -/* 搜索框进行隐藏 */ -.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { - display: none; -} - -/* 显示更多样式 */ -.mob_dashboard_style button { - height: 60px !important; - border: transparent !important; -} - -.mob_dashboard_style button span.ibiz-panel-button-content--caption { - font-size: 18px !important; - color: #699AFF !important; -} - -/* 修改分割线样式 */ -.mob_dashboard_style .van-divider--hairline { - width: calc(100% - 2rem); - height: 0.0625rem; - margin-left: 1rem; - margin-bottom: 0px; - background-color: var(--ibiz-color-border); -} - /* 用例名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - /* 日历列表样式 */ -.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { - font-size: 16px; - margin-left: 6px; -} -/* 我的工作项 */ -.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { - font-size: 16px; -} - -/* 其他分组每一项中title的样式 */ -.mob_dashboard_style .ibiz-panel-field--title span { - font-size: 16px; -} - .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: block !important; -} - -.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { - display: flex !important; -} - -.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { - background-color: #ffffff; -} - -.mob_dashboard_style .ibiz-view-content { - background-color: #ffffff; -} - .van-popover__content.van-popover__content--vertical { - border: var(--van-button-border-width) solid var(--van-button-default-border-color); - background: white; -} -button.van-button.van-button--default.van-button--normal.van-button--round { - border: 0; - margin: 2px; - padding: 0; -} -.ibiz-popper-toolbar .van-popover{ - --van-popover-action-width: 95px; -} -.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { - margin: 0; -} -.van-popover__content.van-popover__content--vertical span.van-button__text{ - display: flex; - align-items: center; -} -.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ - margin: 0px 6px -4px 7px; -} -.van-popup.van-popover.van-popover--light{ - left: -105px; -} - .ibiz-view-demobmdview.enablesort, -.ibiz-view-demoblistview.enablesort { -position: relative; -} -.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, -.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ -padding-right: 38px; -background-color: var(--ibiz-color-bg-1); -} -.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} -.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ -display: flex; -align-items: center; -justify-content: center; -width: 1.25rem; -height: 1.125rem; -font-size: 1.25rem; -} - /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ -position: relative; -} */ - - - /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, -.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, -.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { -fill: var(--van-gray-6); -} -/* 适配有视图头的情况 */ -.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); -} -/* 适配首页仪表盘 */ -.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} - .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ - width: 105px; -} -.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { - width: 112px; - padding-left: 3px; -} -.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ - width: 108px; -} - .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ - font-size: 18px; -} -.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ - width: 24px; -} - .ibiz-quill .van-popup .ql-editor.ql-blank { - padding: 12px 15px; -} -.ibiz-quill .van-popup .ql-editor.ql-blank::before { - left: 15px; -} - .mob_workspace_style .ibiz-view-content--view_content{ - display: block !important; -} - -.mob_workspace_style .ibiz-panel-container--view_content > div { - display: block !important; -} - /* 卡片 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ - flex-wrap: unset; - overflow: scroll; - padding-left: 0.5rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ - display: none; -} -/* 背景定位 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { - position: relative; - border: 1px solid #eeeeee; - border-radius: 5px; - box-shadow: none; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ - content: ''; - display: inline-block; - width: 100%; - height: 36px; - position: absolute; - top: 0; - left: 0; - z-index: 6; - background-color: var(--ibiz-color-disabled-fill); -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ - position: relative; - z-index: 10; -} - - .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ - font-weight: bolder; - font-size: 0.95rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ - color: #6a6a6a; -} - -.ibiz-control-appmenu .van-tabbar-item__icon{ - width: 16px; -} -/* 最近访问 显示更多 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; - padding-left: 0; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ - font-size: 0.95rem; - color: #6698ff; -} - - .mob-home-style .ibiz-panel-container-group-header{ - border-bottom: 0px !important; - height: 25px; -} -.mob-home-style .ibiz-panel-container-group__caption{ - font-size: 16px !important; - font-weight: 400 !important; -} -.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} -.mob-home-style .ibiz-panel-field--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} - /* 标题 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - - -/* 容器元素换行 */ -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} - -/* 为空不显示 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { - display: none; -} - /* 字体颜色、位置 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} - -/* 依赖名称 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ - color: #aaaaaa; -} - /* 最近访问 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .ibiz-form-group--grouppanel_attachment_create{ - position: relative; -} - .mob_descript_comment .ibiz-quill-preview__edit { - top: -2.125rem; - right: 0; -} - - .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .mob-library-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-library-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-library-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 110px; - top: 2px; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { - top: -230px !important; -} - .mob_login_style .ibiz-panel-container-image{ - background-size: cover; -} -.mob_login_style .ibiz-rawitem__image path{ - fill: #219cf0; -} -.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-button--auth_loginbutton{ - border-radius: 10px; - border: 1px solid #c2c2c2; -} -.mob_login_style .van-field__control::placeholder{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container4{ - margin-top: 15vh; -} -.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ - font-size: 28px; - font-weight: 600; - color: #2fbaf5; -} - .ibiz-form-group { - padding: 0; -} -.ibiz-form-group--style2 { - padding: 4px; - border-radius: 0; -} -.ibiz-form-group--style2 > .ibiz-form-group-header { - border-radius: 4px 4px 0 0; -} -.ibiz-form-group--style2 > .ibiz-form-group__content { - padding: 4px 0; - background-color: var(--ibiz-form-group-header-bg-color); - border-radius: 4px; -} -.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { - padding-top: 0; -} - - .mob_comment_list_style .ibiz-panel-button{ - border: 0; -} -.mob_comment_list_style .ibiz-panel-button-content--icon{ - font-size: 18px; -} -.mob_comment_list_style .ibiz-panel-container--container2{ - margin-top: 10px; -} -.mob_comment_list_style .ibiz-mob-personal-info-content__tip { - margin-top: -15px; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { - margin-top: 0px !important; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ - margin: -12px 0px 0px 40px; - color: #9d9d9d; -} -.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { - margin-left: 40px; - width:auto; -} -.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ - height: 0px !important; -} - .mob-comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-3); - color: var(--ibiz-color-text-2); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.mob-comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .comment_style_main{ - background: white; - position: relative; - z-index: 1; - box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); -} -.comment_style_main .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.comment_style_main .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-button{ - border: 0; -} -.comment_style_main #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} -.comment_style_main .ibiz-panel-field--comment_count span{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-field--attention_count span{ - color: #aaaaaa; -} - .comment_style_list{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.comment_style_list .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; -} -.comment_style_list .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_list .ibiz-panel-button{ - height: 32px; - width: 50px; - background: #6698ff; - color: white; - border-radius: 5px; -} -.comment_style_list #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - .mob_md_view_style{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.mob_md_view_style .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.mob_md_view_style .ibiz-rawitem__text{ - color: #aaaaaa; -} -.mob_md_view_style .ibiz-panel-button{ - border: 0; -} -.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - /* 标题 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 负责人 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { - /* display: none; */ -} - -/* 图标,防止字数过多时发生形变 */ -.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -/* 防止出现滚动条 */ -.mob_common_list_style .ibiz-panel-container>.ibiz-row { - overflow-y: hidden !important; -} - /* 容器元素换行 */ -.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { - display: none; -} -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ - justify-content: center; - width: 38px; -} - .ibiz-portal-view.ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-0); -} -.ibiz-portal-view .ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-1); -} - .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ - font-size: 14px !important; -} - .mob-idea-md-view-style { - position: relative; -} -.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_page_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_style .ibiz-form-item--publish_name { - padding-left: 10px; -} - .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ - margin: 0; - border-radius: 0; - width: auto; - overflow: visible; -} -.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, -.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ - border: none; - background: transparent; -} -.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ - right: 0.35rem; - top: -45px; -} -.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ - margin-right: 10px; -} -.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ - overflow: visible; -} - .mob-advanced-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-advanced-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-advanced-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 95px; - top: 3px; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .space_main_list_syle .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - -.space_main_list_syle .ibiz-icon svg.icon path { - fill: #20A0FF; -} - .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.space_mob_page_style .ibiz-control-viewlayoutpanel-content { - background-color: rgba(255, 255, 255, 1); -} - -.space_mob_page_style .ibiz-panel-field--name span{ - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; + .drbar-ex-underline { +border-bottom: 1px solid var(--ibiz-color-border); +} + +/* drbar头部样式 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { +padding: 8px 0px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { +margin-left: 4px; +} +.drbar-ex-underline .ibiz-panel-container--container { +padding-right: 4px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ +border: none; +} + +/* 图标居中 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, +.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { +margin: 0; +} + .editview2-menu .ibiz-control-drbar__menu { + padding: 8px 16px; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { + width: 100%; + height: 48px; + padding-left: 8px !important; + pointer-events: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { + color: #888d91; +} +.editview2-menu + .ibiz-control-drbar__menu + .el-sub-menu__title + .el-sub-menu__icon-arrow { + display: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { + background: 0 0; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item { + height: 32px; + padding: 0; + padding-left: 24px; + border-radius: 4px; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item:hover { + background: var(--ibiz-color-bg-0); +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item.is-active { + color: #557da5; + background: #d9ecff; +} + + .html-readonly-bg-white .ibiz-html .w-e-scroll { + background-color: var(--ibiz-color-bg-0); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { + background-color: var(--ibiz-color-bg-1); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { + background-color: var(--ibiz-color-bg-1); +} + + .pc_login_style .ibiz-panel-container-image{ + min-height: 100%; + min-width: 100%; + background-size: cover; + background-attachment: fixed; +} +.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ + width: 100%; + height: 100%; +} +.pc_login_style .ibiz-panel-container--container9{ + margin: 3vw 0px 0px 3vw; +} +.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container1 { + position: absolute; + right: 7vw; + height: 60vh; + min-width: 400px; + width: 27vw; + border-radius: 1vw; + box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 80px; + background: white; + margin-top: 8vh; +} +.pc_login_style .ibiz-panel-field--auth_userid { + height: 5vh; +} +.pc_login_style .ibiz-panel-field--auth_password{ + height: 5vh; +} + + .pc_login_style .ibiz-panel-container--container5{ + height: 100% !important; + padding: 5vh 3vh 0vh 3vh !important; +} +.pc_login_style .ibiz-panel-container--container_4{ + height: 15vh; + margin: 4vh 0px 0px 0px; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ + font-size: 3vh; + color: #41c1f7; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ + margin-top: 3vh; + background-color: #42b1ff; + height: 4vh; + font-size: 1.8vh; +} +.pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 1vw; +} +.pc_login_style .el-input__inner{ + font-size: 1.25vh; +} +.pc_login_style .el-checkbox__label{ + font-size: 1vh; +} + .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ + overflow: hidden !important; +} + + .pc_login_style .ibiz-panel-container--container_switch{ + position: absolute; + height: 50% !important; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ + width: 20vh; + height: 20vh; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ + display: none; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ + font-size: 2vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ + color: #595959; + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, +.pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 100%; +} + +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { + background-color: unset !important; +} + +.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 10vh; + height: 10vh; + max-width: 256px !important; + max-height: 256px !important; + min-width: 84px !important; + min-height: 84px !important; +} + +.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container1 { + min-height: 500px; +} + +@media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, + .pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 84px; + } + .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 84px; + height: 84px; + } + + .pc_login_style .ibiz-panel-container--container_4 { + height: 125px; + margin-top: 32px; + } + + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { + font-size: 25px; + font-weight: 600; + } + +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { + font-size: 25px; + font-weight: 600; + color: #41c1f7; + } + + .pc_login_style .ibiz-panel-container--container5 { + height: 100% !important; + padding: 41.5px 24.9px 0px 24.9px !important; + } + + .pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 14.4px; + } + + .pc_login_style .ibiz-panel-field--auth_userid, + .pc_login_style .ibiz-panel-field--auth_password { + height: 41.5px; + } + + .pc_login_style .el-input__inner { + font-size: 10.375px; + } + + .pc_login_style .el-checkbox__label { + font-size: 8.3px; + } + + .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { + margin-top: 24.9px; + background-color: #42b1ff; + height: 33.2px; + font-size: 14.9px; + } +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { + width: 164px; + height: 164px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { + font-size: 16.4px; + font-weight: 600; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { + color: #595959; + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { + font-size: 25px; + font-weight: 600; + } +} + .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ + font-size: 16px; + margin-top: 3px; +} + /* 表单分组标题 */ +.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { + font-size: 16px; + color: var(--ibiz-color-disabled-text); +} +/* 表单分页样式(padding、导航栏标题) */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { + padding: 0 11px 0 13px; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { + font-size: 14px; +} +/* 两侧滚动条 */ +.main-info-common-view .ibiz-control-form { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { + height: 100%; + overflow: auto scroll; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { + height: auto; +} + + /* 主信息编辑视图通用计数器样式 */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + top: 50%; +} + /* 表单标题 使用多行文本时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { + font-size: var(--ibiz-font-size-header-3); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { + line-height: var(--ibiz-editor-default-line-height); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { + height: 100%; + padding: 0; +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { + padding-top: 5px; + padding-bottom: 5px; +} +/* 只读时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { + font-size: var(--ibiz-font-size-header-3); + padding: 5px 11px; + height: 100%; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { + padding: 0 11px; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { + padding: 0 11px; +} + + .main-info-common-view .ibiz-panel-view-content--view_content { + padding-top: 0; +} + +.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} + +.main-info-common-view + .ibiz-grid-container--container_view_bottom + .ibiz-panel-container--container1 { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} +.main-info-common-view .ibiz-control-form { + padding-bottom: 0; + margin-bottom: var(--ibiz-spacing-tright); +} +/* 评审列表视图背景颜色 */ +.main-info-common-view .ibiz-view.ibiz-view-delistview { + background-color: transparent; +} + + +.main-info-common-view .ibiz-grid-container--container_view_bottom { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { + position: relative; + z-index: 998; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { + position: absolute; + padding: 6px 8px 8px 8px; + top: -269px; + background-color: var(--ibiz-color-bg-1); +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { + top: 0; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { + z-index: 999; +} + .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ + padding-left: 5px; + padding-right: 5px; +} +/* 客户沟通单独处理 */ +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { + top: -292px !important; +} + .main-info-common-view .ibiz-dropdown:has(.green-span), +.main-info-common-view .ibiz-dropdown:has(.blue-span), +.main-info-common-view .ibiz-dropdown:has(.orange-span), +.main-info-common-view .ibiz-dropdown:has(.red-span) { +min-height: var(--ibiz-form-item-container-line-height); +display: flex; +align-items: center; +} + .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { + background: transparent; +} + /* 富文本工具栏定位 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ + transform: translateY(-100%); + padding-top: 35px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +/* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} + + /* 表单标题 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { + font-size: var(--ibiz-font-size-header-3); + color: var(--ibiz-color-text-0); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input { + height: var(--ibiz-height-control-default); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { + min-height: calc(var(--ibiz-height-control-default) - 2px); + height: calc(var(--ibiz-height-control-default) - 2px); +} + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ + overflow: visible; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 隐藏滚动条 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.main-info-common-view .ibiz-form-group--executors_container{ + position: relative; +} + +.main-info-common-view .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.main-info-common-view .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + +.main-info-common-view .ibiz-checkbox.is-show-default, +.main-info-common-view .el-checkbox.is-disabled { + padding: 1px 0px 0px 9px !important; +} + +.main-info-common-view .ibiz-attention--readonly.is-show-default { + margin: 1.6px; +} +.main-info-common-view .ibiz-control-edit-form { + padding: 0; +} + + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 左对齐 */ +.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { + float: left; +} + /* 上下对齐 */ +.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { + padding: 0 11px; +} + /* 折叠分组样式1 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { + position: relative; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { + width: auto; + height: auto; + position: absolute; + top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { + width: auto; + height: auto; + position: absolute; + top: 0; + right: 34px; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { + position: initial; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { + display: block; +} + /* 折叠分组样式2 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { + display: none; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { + padding: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { + padding-top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { + border-left: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { + border: none; +} + + /* 折叠分组样式3 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { + margin: 0 8px; + padding-right: 8px; + border: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} +/* 评论容器取消发送按钮位置 */ +.main-info-common-view .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 0; +} +.main-info-common-view .ibiz-panel-button--comment__cancel { + right: 76px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { +background-color: initial; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { +padding: 0 10px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { +background-color: var(--ibiz-color-fill-0); +border-radius: 18px; +padding: 0 12px; +line-height: 24px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { +background-color: var(--ibiz-color-fill-2); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { +color: var(--ibiz-form-tab-panel-text-color); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ +background-color: var(--ibiz-color-primary-active); +color: var(--ibiz-color-primary-active-text); +} + .main-info-common-view .ibiz-grid-container--container_view_bottom > div { +height: 100%; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { +min-height: 48px; +} +.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { +position: static; +} +.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { +width: calc(100% - 4px); +min-height: 48px; +padding-right: 32px; +position: absolute; +top: 0; +} +/* 时间范围宽度 */ +.main-info-common-view .ibiz-date-range-picker { +max-width: 250px; +} + + .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { + background-color: rgb(74 129 199 / 60%) !important; +} + .second_dev_tab_style .ibiz-panel-view-content { + overflow: hidden !important; + padding: 0 !important; +} + .codelist-only-icon { + display: flex; + align-items: center; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item { + font-size: 0; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { + font-size: var(--ibiz-form-item-font-size); +} + .dashboard_container > div { + border: 0 !important; + overflow: hidden !important; +} + .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: var(--ibiz-width-icon-large); + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: var(--ibiz-border-radius-extra-small); + transform: translateY(-50%); +} + +.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { + margin-left: 16px; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ + padding-top: 0px !important; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ + padding-top: 0px !important; +} + .board_title_style{ + margin: 10px 10px 25px 10px; + width: 300px; + height: 35px; +} + +.board_title_style .el-input__wrapper { + font-size: 20px; + font-weight: 600; +} + .dashboard_repair_style .ibiz-panel-field--total span { + display: flex; + align-items: center; +} + .recentcustom_dashboard_view_style .ibiz-portlet-layout { + --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { + border: 1px solid var(--ibiz-color-border); + border-bottom: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { + padding-bottom: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); + /* border-top: none; */ +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { + padding: 0; + overflow: hidden; + border: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { + position: relative; + padding-right: 0; + padding-left: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + right: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { + position: relative; +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + position: absolute; + top: 0; + width: 0; + height: 102px; + content: ""; + border-left: 1px solid var(--ibiz-color-border); +} + .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ + font-size: 16px; +} + +/* 分组树更多图标 */ +.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { +font-size: 16px; +} + /* 文本框 */ +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + border: 0px solid #e8e8e9; + border-radius: 3px; + padding: 1px 15px; + height: 50px; + padding-top: 12px; +} + +/* 按钮 */ +.dependency_style .el-select .el-input { + display: flex; + height: 50px; +} + +/* 溢出控制 */ +.dependency_style .ibiz-panel-field .ibiz-panel-field-content { + line-height: inherit; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; +} + +/* 控制不显示滚动条 */ +.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { + overflow: hidden; +} + +/* 隐藏显示横线 */ +.dependency_style .el-collapse-item__header{ + border-bottom: none; +} + +/* 控制边距 */ +.dependency_style .el-collapse-item__content { + padding-bottom: 2px; +} + .dependency_style{ + overflow: hidden; +} + +.dependency_style .el-collapse{ + border-bottom: none; +} + +.dependency_style .el-collapse-item__wrap { + border-bottom: none; +} + +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; +} + +/* 悬浮色 */ +.dependency_style .ibiz-panel-container--container2:hover, +.dependency_style .ibiz-panel-container--container3:hover { + border-color: #6994be; + border: 1px solid #6994be +} + .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} + .ibiz-control-grid{ + --ibiz-control-grid-scrollbar-width: 8px; +} + .fullscreen .ibiz-form-group--grouppanel1 { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .ibiz-form-item-container__content { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-item-container__editor { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel2 { + display: none; +} + + .fullscreen .ibiz-rawitem.ibiz-form-raw-item { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel_attachments_grid { + display: flex; + flex-flow: column nowrap; + place-content: center center; + align-items: center; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-header { + width: 80%; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__content { + display: block; + flex-flow: unset; + place-content: unset; + align-items: unset; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__editor { + max-width: 100%; +} + .shared_simple_view_style .ibiz-panel-view-content--view_content{ + padding: 0; +} + +.shared_simple_view_style .ibiz-panel-view-content{ + width: 75%; +} +.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ + background-color:white; +} +.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ + background-color: #f9f9f9; +} + .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { + padding: 0; +} + .shared_link_top{ + height: 52px; + border-bottom: 1px solid #eee; + background-color: #FFF; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ + height: 52px; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { + display: block; + font-size: 18px; + font-weight: 500; + color: #333; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { + color: #ddd; +} + .shared_setting_style .ibiz-form-item--enable_password{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--enable_expiration{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--subset_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--is_shared_subset{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--pwd_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--expiration_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--access_password{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--expiration_date{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--shared_page_url{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-button--copy_page_url{ + padding-top: 0; +} + + + .mob_attention_title_style.ibiz-panel-field { +display: flex; +align-items: center; +height: 100%; +} +.mob_attention_title_style.ibiz-panel-field .ibiz-span { +height: var(--ibiz-font-size-header-5); +padding: 0 0.375rem; +margin-left: var(--ibiz-spacing-tight); +font-size: 0.7rem; +color: var(--ibiz-color-text-2); +background-color: var(--ibiz-color-border); +border-radius: var(--ibiz-font-size-header-5); +} + .relation_recent_style{ + line-height: normal; +} + +/* 控制项标题文字过多导致的样式异常 */ +.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; + max-width: 1460px; +} + .tab_tree_panel_style .ibiz-tab-group-select-tree{ + padding-left: 0px !important; +} + .tab-exp-select{ + border-right: 1px solid #e9e9e9; +} + .ibiz-panel-container--view_tabexppanel .el-tabs__item { + height: 64px; +} +.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { + font-size: 16px; +} +.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ + font-size: 16px; +} +/* 分页导航视图padding */ +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { + padding: 0; +} +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { + padding: var(--ibiz-panel-view-content-padding); +} + + .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; + margin-left: 0.6rem; +} + +.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ + flex: unset; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { + padding-left: 0.5rem; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; +} + .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { + padding-top: 0; +} + + .delete-button .el-button{ + color: #fff; + background-color: #ff7575; + border-color: #ff7575; +} + .relation_tree_node_style .ibiz-panel-field--show_identifier span{ + color: #a1a1a2; + margin-left: 5px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ + overflow: hidden; +} +.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} +.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ + overflow: hidden; +} + .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ +height: 50px !important; +} + .right_button_style .van-button{ + padding: 0px 10px 0px 0px; +} + .reply_list_style .ibiz-control-list-item.is-active, +.reply_list_style .ibiz-control-list-item:hover { + background-color: transparent !important; +} + .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { + display: none; +} +.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { + display: none; +} + .big-icon { + padding: 0; +} +.big-icon .el-button { + font-size: 24px; + padding: 8px; +} +.big-icon .el-button .ibiz-icon { + max-width: 24px !important; + max-height: 24px !important; +} +.big-icon .el-button .ibiz-panel-button-content--caption { + display: none; +} + .average-toolbar { + position: relative; + justify-content: space-evenly; + height: 48px; +} + .vertical-divider .ibiz-rawitem { + border-left: 1px solid var(--ibiz-color-border); + height: 1em; +} +.vertical-divider .el-divider { + display: none; +} + .multiple_people_style .ibiz-form-group--grouppanel6{ + /* height: 20px; */ + margin: -18px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ + width: 70px; + padding: 1px 0px 0px 5px !important; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { + padding-right: 0px !important; +} + +.multiple_people_style .ibiz-form-group--grouppanel9{ + height: 20px; + margin: 8px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ + width: 70px; + padding: 0px 0px 0px 5px !important; +} + + .con_bottom_shadow_style{ + border-bottom: 1px solid var(--ibiz-color-border); +} +/* 如果有树,把树的下边框去掉 */ +.con_bottom_shadow_style .ibiz-tab-group-select-tree { + border-bottom: 0px !important; +} + + .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { + padding-left: 0; +} +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding-left: 0; +} + + .recentdata-custom>div>div>div:nth-child(2) { +flex: 1; +} + .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { + padding-left: 16px; + height: 16px; +} +/* 类型位置 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { + + padding-left: 5px; + padding-bottom: 15px; + +} +/* 类型文字 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { + font-size: 15px; + +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { + margin-left: -17px; +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { + padding: 0px; +} + .work_item_type_global_style .ibiz-panel-button{ + padding-top: 0px; +} + +.work_item_type_global_style .ibiz-icon { + margin-top: 5px; +} + + /* 按钮样式 */ +.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .ibiz-control-toolbar__item--primary .el-button.el-button--primary { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { + color: var(--ibiz-color-primary-hover); + background-color: var(--ibiz-color-primary-light-hover); +} + + .ibiz-control-toolbar--user .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.ibiz-control-toolbar--user .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { + border-bottom: none; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { + color: var(--ibiz-color-text-3); + background-color: transparent; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ + outline: none; +} +.ibiz-control-toolbar-submenu-popper--user { + background: transparent; +} +.ibiz-control-toolbar-submenu-popper--user .el-button { + color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { + background-color: var(--ibiz-color-bg-0); +} + /*工具栏分组项按钮2样式*/ +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { +color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style2 .el-button { +--el-button-bg-color: transparent; +--el-button-hover-bg-color: transparent; +--el-button-active-bg-color: transparent; +--el-button-text-color: var(--ibiz-color-text-3); +--el-button-hover-text-color: var(--ibiz-color-text-3); +--el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { +padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { +padding: 0 10px; +} + +/* 适配分割线间距一致 */ +/* 适配分隔符在前面 */ +.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { +margin-left: -8px; +} +/* 适配分隔符在后面 */ +.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { +margin-left: -4px; +} +/* 分组按钮样式 */ +.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { +border: none; +} + +/* 窗口缩小样式 */ +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ +color: var(--ibiz-color-primary); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ + font-weight: 600; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { + fill: var(--ibiz-color-primary) !important; +} + +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { +stroke: var(--ibiz-color-primary) !important; +stroke-width: 30 !important; +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { + color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style3 .el-button { + --el-button-bg-color: transparent; + --el-button-hover-bg-color: transparent; + --el-button-active-bg-color: transparent; + --el-button-text-color: var(--ibiz-color-text-3); + --el-button-hover-text-color: var(--ibiz-color-text-3); + --el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { + padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { + padding: 0 10px; +} + + /*工具栏分组项按钮3样式*/ +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + + .toolbar-style-container .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.toolbar-style-container .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.toolbar-style-container { + border-bottom: 1px solid var(--ibiz-color-border); +} + /* 面板分页样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +height: 1px; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +min-height: 64px; +max-height: 64px; +width: 58px; +height: 100%; +border: none; +display: flex; +justify-content: center; +align-items: center; +} +/* 分页弹出按钮样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { +padding: 1px 0; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { +text-align: center; +} +.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ +gap: 56px; +} +/* 搜索表单取消padding */ +.workload-tab-head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 16px; +width: auto; +height: 63px; +} + /* 适配分页搜索下级视图自适应宽度 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { +width: 100%; +} +/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { +width: 16.66%; +} + /* 关系分页部件定位样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +position: relative; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +position: absolute; +top: 1px; +left: calc(16.65% + 15px); +z-index: 100; +} +/* 视图头部定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { +position: relative; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +/* 视图头部快速搜索定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { +width: auto; +position: absolute; +top: 0; +left: calc(16.65% + 81px); +} + +/* 快捷搜索部件样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ +display: flex; +align-items: center; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { +height: auto; +} +/* 边距调整 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { +margin-left: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { +margin-left: var(--ibiz-spacing-base-tight); +} + .mob_workload_calendar_style .ibiz-panel-container--container1 span { + font-size: 16px; + color: #8B8B8B; +} + +.mob_workload_calendar_style .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 16px; + color: #8B8B8B; + margin-left: 4px; +} + +.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + font-size: 16px; +} + +.mob_workload_calendar_style .ibiz-panel-field--name span { + font-size: 18px; + margin-left: 6px; +} + +.mob_workload_calendar_style .ibiz-spacing-right--outermedium { + margin-right: 8px !important; +} + +.mob_workload_calendar_style input::placeholder { + text-align: left; +} + .mob_workload_calendar_style .ibiz-form-item--date_range { + padding-top: 14px; +} + +.mob_workload_calendar_style{ + position: relative; +} +.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { + padding: 8px; + background-color: #F3F3F3; + border-radius: 8px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + +/* 列表中的分割线样式 */ +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { + position: relative; + top: 0.875rem; + left: 1rem; + display: block; + width: calc(100% - 2rem); + height: 0.0625rem; + content: ""; + background-color: var(--ibiz-color-border); +} + .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { + font-size: 18px; + color: #3B3B3B; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { + content: "小时"; + font-size: 16px; + color: #B8B8B8; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { + display: none !important; +} + /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ +.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { +width: 100%; +} +/* 视图头部样式 */ +.workload_log_head .ibiz-panel-view-header--view_header { +position: relative; +margin-top: 1px; +} +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +.workload_log_head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 8px; +width: auto; +height: 63px; +} + .mob_workload_log .ibiz-panel-field--duration span { + font-size: 32px; + text-align: center; +} + +.mob_workload_log .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 20px; + margin-left: 2px; +} + +.mob_workload_log .ibiz-panel-field--register_date span { + color: #8B8B8B; +} + +.mob_workload_log .ibiz-panel-container--container2 > div { + padding: 8px 12px; + margin-top: 8px; + background-color: #F1FBF5; + border-radius: 8px; + margin-right: 16px; +} + +.mob_workload_log .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_log .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + .mob_workload_log .ibiz-code-list .ibiz-icon { + padding-right: 0px !important; +} + +.mob_workload_log input::placeholder { + text-align: left; +} + +.mob_workload_log .ibiz-form-item--date_range { + padding-top: 14px; +} + + +.mob_workload_log { + position: relative; +} +.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_log .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_log .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .app_market_style .ibiz-panel-field--title span { + font-weight: bold; + font-size: larger; +} + +.app_market_style .ibiz-panel-field--version { + background-color: lightgrey; + padding: 5px 15px 5px 15px; + border-radius: 10px; +} + +.app_market_style .ibiz-panel-field--version span { + color: white; + font-weight: bold; +} + +.app_market_style .ibiz-panel-field--memo span { + font-size: medium; + color: grey; +} + +.app_market_style .ibiz-control-dataview-group-content__item-content>* { + margin-right: 32px; +} + +.app_market_style .el-card__body { + padding: 0px; +} + +.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { + padding: 8px 8px 8px 0px; +} + +/* .app_market_style .ibiz-control-dataview-item { + height: 100%; +} */ + +.app_market_style .ibiz-control-dataview-item.is-active { + background-color: unset !important; +} + .app_market_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; +} + +.app_market_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + +.app_market_style .ibiz-sort-bar { + display: none !important; +} + +.app_market_style .ibiz-panel-rawitem--using > div { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_market_style .ibiz-panel-rawitem--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; +} + .app_market_style .ibiz-panel-button-content--icon { + color: var(--el-button-bg-color); +} + .app-title-style .ibiz-panel-app-title__logo--expand, +.app-title-style svg { + margin-top: -25px; +} + + .app_info_style .ibiz-form-item--pscoreprdfuncname span { + font-weight: bold; + font-size: x-large; +} + +.app_info_style .ibiz-form-item--memo div div div div div { + color: darkgrey; + font-size: 15px; +} + +.app_info_style button[title="GitLab"] span svg path { + fill: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] span { + color: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="GitLab"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="GitLab"]:hover span { + color: #557DA5 !important; +} + +.app_info_style .ibiz-form-button , .ibiz-form-button-list { + padding: 8px 8px 8px 4px; +} + .app_info_style button[title="打开按钮"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="打开按钮"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { + color: #557DA5; +} + +.app_info_style button[title="设置"] span { + color: white; +} + .app_info_style .ibiz-form-item--currentversion { + padding-top: 0px; +} + +.app_info_style .ibiz-form-item--currentversion span { + font-size: 12px; + font-weight: bold; + color: grey; + background-color: lightgrey; + padding: 0px 6px 0px 6px; + border-radius: 6px; + height: 16px; + align-items: center; + display: flex; +} + +.app_info_style .ibiz-form-group--grouppanel3 { + margin-left: 10px; +} + +.app_info_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; +} + +.app_info_style .ibiz-form-tab-page--overview > div:first-child { + padding-right: 0px !important; +} + .app_info_style .ibiz-form-group--grouppanel4 button { + font-size: small; + padding: 8px; + height: 25px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { + width: 40px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { + width: 18px; +} + +.app_info_style .el-button-group { + align-items: flex-end; +} + +.app_info_style .ibiz-form-button-content--icon { + display: flex; + align-items: center; +} + +.app_info_style .ibiz-panel-view-content--deeditview { + overflow: hidden; +} + +.app_info_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + + .app_info_style .ibiz-form-tab-page--overview > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--log > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--overview .el-select__tags { + cursor: default !important; +} + +.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { + display: none !important; +} + +.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { + font-size: 14px !important; +} + .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { + height: 39px !important; +} + +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { + font-size: 14px !important; +} +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { + padding: 0px !important; +} + +/* 正在使用 */ +.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_info_style .ibiz-form-item--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; + cursor: default; +} + +.app_info_style .el-tabs__nav { + padding-left: 12px; +} + .activate_button .el-button{ + background: none; + color: #4ba7f1; + margin-left: 5px; + height: 0px; + +} +.activate_button{ + margin: 0px 10px 0px -10px; +} + +.activate_button .ibiz-rawitem__text{ + color: #999; +} +.activate_button .ibiz-span.ibiz-panel-field-content{ + color: #999; +} + +.activate_button .ibiz-panel-button.ibiz-panel-button--default{ + height: 19px; + padding: 0px; +} + .todo-tips{ + height: 80px; +} +.todo-tips .ibiz-rawitem__text{ + font-size: 26px; + font-weight: 600; + line-height: 75px; +} + .todo-background{ + +} + /* 隐藏滚动条 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.work_item_qucik_create_style .ibiz-form-group--executors_container{ + position: relative; +} +.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + + .work_item_qucik_create_style .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + /* 视图大的布局样式 */ +.quick-create-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +} +/* 按钮样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { +min-height: 40px; +/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +/* 分割线 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + .mob_member_title_style .ibiz-panel-field--title { + background-color: lightgrey; + padding: 4px 6px 4px 6px; + border-radius: 10px; + align-items: center; + display: flex; +} + +.mob_member_title_style .ibiz-panel-field--title span { + font-size: 8px; +} + .my_summary_style span.ibiz-panel-field-content{ + color: rgb(56, 131, 250); + font-size: 28px; +} + +.my_summary_style span.ibiz-rawitem__text { + font-size: 16px; +} + +.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ + color: #B2E699; +} + +.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ + color: #EF8383; +} + +.my_summary_style .el-divider { + height: 58px !important; + width: 1px !important; + margin: 0 !important; + border-top: unset !important; + border-left: 1px var(--el-border-color) var(--el-border-style); +} + +.my_summary_style .ibiz-panel-container--task_num_c, +.my_summary_style .ibiz-panel-container--bug_num_c, +.my_summary_style .ibiz-panel-container--other_item_num_c, +.my_summary_style .ibiz-panel-container--idea_num_c, +.my_summary_style .ibiz-panel-container--ticket_num_c, +.my_summary_style .ibiz-panel-container--case_num_c { + cursor: pointer; +} + .my_summary_style .ibiz-control-viewlayoutpanel-content { + display: flex; + justify-content: center; +} + .run_case_label_style div[title="通过"] label.is-active span { + background: #73d897 !important; +} + +.run_case_label_style div[title="受阻"] label.is-active span { + background: #ffcd5d !important; +} + +.run_case_label_style div[title="失败"] label.is-active span { + background: #ff7575 !important; +} + +.run_case_label_style div[title="跳过"] label.is-active span { + background: #5dcfff !important; +} + +.run_case_label_style .el-radio-button__inner { + display: flex !important; + border-color: var(--el-border-color) !important; + color: black !important; + background: transparent !important; + align-items: center; +} + +.run_case_label_style .el-radio-button__inner:hover { + background-color: #f5f5f5 !important; +} + +.run_case_label_style label.is-active .el-radio-button__inner { + color: white !important; +} + +.run_case_label_style label.is-active svg path { + fill: white; +} + +.run_case_label_style .ibiz-icon { + height: 15px !important; +} + .run_history_remark_style{ + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} + .coreprdfunc_setting_edit_style .el-tabs__nav span { + font-size: 14px !important; +} + +.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { + padding: 0 10px !important; +} + .export-canvas-style .ibiz-bi-report-panel-content { + padding: 0; +} +.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { + padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); +} + + /* 移入移出效果 */ +.ibiz-form-button--style2 .el-button, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2 .el-button { +min-height: var(--ibiz-height-control-default); +min-width: var(--ibiz-height-control-default); +background: transparent; +border: none; +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-6); +padding: 8px; +} +.ibiz-form-button--style2 .el-button:hover, +.ibiz-control-toolbar__item--style2 .el-button:hover, +.ibiz-panel-button--style2 .el-button:hover { +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} + +.ibiz-form-button--style2 .el-button.el-button { +width: var(--ibiz-height-control-default) ; +} + +/* 按钮间隔 */ +.ibiz-form-button--style2.ibiz-form-button--style2, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2.ibiz-panel-button--style2 { +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); +} + .button_container_style button { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.button_container_style button:hover, button:focus { + background-color: transparent; + border: none; +} + +.button_container_style button:hover span svg path { + fill: #557DA5 !important; +} + +.button_container_style .ibiz-panel-button { + padding: 8px 0px 8px 0px; +} + .swap_icon_text button { + direction: rtl; +} + +.swap_icon_text button:hover { + background-color: transparent !important; + color: rgb(85, 125, 165) !important; +} + +.swap_icon_text button:hover span svg path { + fill: #557DA5 !important; +} + +.swap_icon_text .ibiz-toolbar-item-text { + line-height: normal; +} + .track_panel_style .ibiz-panel-field--num span { + margin-right: 4px; + font-size: 16px; + color: #1D1F23; +} + +.track_panel_style .ibiz-panel-rawitem--caption span { + color: var(--ibiz-color-text-3); + font-size: 16px; +} + +.track_panel_style .ibiz-panel-field--title_two span { + font-weight: 600; +} + +.idea_tree_node_style { + width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); +} + .prompt_message_style { + margin: 0px 16px 0px -16px; +} + .data-upload-view { + padding: 8px 32px; +} +.data-upload-view .ibiz-row { + overflow: visible; +} +.data-upload-view .ibiz-rawitem__paragraph p { + margin: 0; + line-height: 22px; +} +.data-upload-view .ibiz-panel-rawitem--download_description, +.data-upload-view .ibiz-panel-rawitem--upload_description { + position: relative; +} +.data-upload-view .ibiz-panel-rawitem--download_description::before, +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + position: absolute; + top: 2px; + left: -23px; + width: 15px; + height: 15px; + font-size: 0.75rem; + line-height: 15px; + color: var(--ibiz-color-primary-text); + text-align: center; + content: '1'; + background: var(--ibiz-color-primary); + border-radius: 50%; +} +.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, +.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { + color: var(--ibiz-color-text-3); +} + + .data-upload-view .ibiz-panel-rawitem--upload_description { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + content: '2'; +} +.data-upload-view .ibiz-panel-button { + padding: var(--ibiz-spacing-base) 0; +} +.data-upload-view .ibiz-panel-rawitem--template_rule { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table { + border-color: var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr { + height: 52px !important; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { + padding: 12px 16px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { + background-color: var(--ibiz-color-fill-0); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { + text-align: center; +} +.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { + color: var(--ibiz-color-danger); +} + .data-upload-view .ibiz-panel-rawitem--upload_raw { + height: 60px; + padding: 0 20px; + background-color: var(--ibiz-color-fill-0); + border: 1px solid var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { + display: flex; + align-items: center; + color: var(--ibiz-color-text-3); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { + color: var(--ibiz-color-link); + cursor: pointer; +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { + text-decoration: underline; +} + + .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { + min-width: 100px; +} +.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ + min-width: 100px; +} + +/* 控制项标题文字过多导致的样式异常 */ +.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} +.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} + .enter_button_style .van-button{ + font-size: 16px; + color: #6698ff; +} + .mob-orange-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; +} + .mob-red-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; +} + .mob-green-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; +} + .mob-orange-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; + border: 1px solid orange; +} + .mob-red-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; + border: 1px solid red; +} + .mob-green-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; + border: 1px solid #3ae23a; +} + .no_border_button{ + border: 0; + font-size: 18px; +} +.no_border_button .van-button{ + border: 0; +} + .mob_magnify_no_border_button .van-button--small { + border: 0; + font-size: 20px; +} + +.mob_magnify_no_border_button .van-button { + border: 0; +} + /* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.star_css button:hover { +background-color: transparent; +} +/* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.star_css button{ +background-color: transparent; +} + +/* 星标字体颜色 */ +.star_css .ibiz-control-toolbar__item-items i{ +color: #9999; +font-size: 18px; +} + +/* 切换图标字体颜色 */ +.star_css .el-sub-menu__title i { +color: #9999; +} + +/* 设置图标的大小*/ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ + font-size: 16px; +} + .update_log_time .ibiz-span{ + margin: 7px 0px 0px 0px; + } + .update_log_name .ibiz-span{ + font-size: 22px; + font-weight: 600; + margin: 15px 0px 15px 0px; +} + @media screen and (min-width: 820px) and (max-width: 980px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(1) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 980px) and (max-width: 1150px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(2) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1150px) and (max-width: 1320px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(3) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1320px) and (max-width: 1480px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(4) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + @media screen and (min-width: 1480px) and (max-width: 1600px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(5) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1600px) and (max-width: 1800px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(6) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1800px) and (max-width: 1970px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(7) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1970px) and (max-width: 2130px) { +.recentdata-screen-auto-item { +.ibiz-control-dataview-scroll-item:nth-child(8) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +} + @media screen and (min-width: 2130px) and (max-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(9) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(10) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + +.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { +flex-wrap: nowrap; +overflow: visible; +} +.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { + flex-wrap: nowrap; + overflow: visible; +} + .recent_owner_subtype_style{ + width: 20px; + overflow: hidden; +} + .recent_grey_font_style .ibiz-panel-field-content{ + color: #a6a6a6; +} + .td_right{ + width: 90%; +} + .td_a_link .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recent_identified_style .ibiz-grid-field-column__text{ + color: #8b8b8b; +} + .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ + display: none; +} + /* 用例名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} +/* 隐藏分割线和显示更多 */ +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; +} + .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; } - -.space_mob_page_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - /* margin-top: 5px; */ + .td_a_link_right{ + padding:0px 28px 0px 0px + } + .td_a_link_right .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recenttab-head +.ibiz-panel-view-header--view_header +.ibiz-panel-container +> .ibiz-row { +position: initial; +overflow: initial; +} + .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ + top: -32px; + right: -50px; +} + .stencil_center_title{ + +} + /* 视图标题及分割线样式 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { +height: 64px; +line-height: 64px; +text-align: center; +border-bottom: 1px solid var(--ibiz-color-border); +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { +font-size: 20px; +font-weight: 600; +} +/* 搜索栏自适应 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { +min-width: 100%; +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { +width: 100%; +} +/* 控制视图标题最小高度 */ +.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { + min-height: 32px; +} + .orange-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ffdcaf; + vertical-align: inherit; +} +.ibiz-span .orange-span { + margin: 4px 0; +} + .mob-orange-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: orange; +} + .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ + position: relative; + bottom: -34px; + left: -1px; +} + .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ + color: #999; +} + .active-members-view{ + padding: 24px 0px 0 0; + .ibiz-panel-field>.ibiz-span{ + font-size: 48px; + color: #333; + } + .ibiz-grid-container--container_grid{ + width: 75%; + margin: 0 auto; + } +} + .transition-time .ibiz-span{ + font-size: var(--ibiz-font-size-small); + color: var(--ibiz-color-disabled-text); +} + .test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view .ibiz-panel-container--container3 { + padding: 20px 40px; + border-left: 3px solid #ff7575; + background-color: #fff8f8; +} + + + .test-plan-report-survey-view .ibiz-panel-container--container1 { + padding: 20px 40px; + border-left: 3px solid #5dcfff; + background-color: #f7fdff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-field--coverage_percentage + .ibiz-span { + color: #5dcfff; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent + .ibiz-rawitem__text { + color: #5dcfff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container3 + .ibiz-panel-field--bug_count + .ibiz-span { + color: #ff7575; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + + .test-plan-report-survey-view .ibiz-panel-container--container2 { + padding: 20px 40px; + border-left: 3px solid #73d897; + background-color: #f8fdfa; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-field--pass_percentage + .ibiz-span { + color: #73d897; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent + .ibiz-rawitem__text { + color: #73d897; +} + + + + .test-plan-report-view.ibiz-view { + background-color: var(--ibiz-color-bg-0); +} +.test-plan-report-view .ibiz-view-deportalview { + background-color: transparent; +} +.test-plan-report-view .ibiz-control-dashboard { + gap: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col { + display: flex; + justify-content: center; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { + width: 1200px; + height: auto; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; + margin-top: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { + width: 1200px; + height: 500px; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; +} +.test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption { + padding-left: 12px; +} + + .test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption:before { + display: none; +} +.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { + padding: 0 28px; +} + .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { + background-color: var(--ibiz-color-bg-3) !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { + color: var(--ibiz-color-text-3) !important; + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { + background-color: var(--ibiz-color-bg-0) !important; +} + + .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { + overflow: visible; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { + top: -60px; + right: -32px; + position: absolute; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + + /* .test_mob_list_style .ibiz-control-mobmdctrl-item { + position: relative; +} + +.test_mob_list_style .ibiz-control-panel-content::after { + content: ''; + display: block; + width: 90%; + height: 1px; + background-color: #ececec; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} */ + +.test_mob_list_style .ibiz-spacing-right--outerlarge span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_mob_list_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} + +.test_mob_list_style button { + border: none; +} + +.test_mob_list_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + .test_detail_list_style { + position: relative; +} +.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.test_detail_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} +.test_detail_list_style button { + border: none; +} + +.test_detail_list_style .ibiz-panel-rawitem--static_image { + width: 24px; + margin-top: 5px; +} + +/**span无数据时,占位隐藏**/ +.test_detail_list_style div span:empty { + display: none; +} + .test_detail_list_style .ibiz-panel-field--title span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--time_container span { + border-radius: 12px; + background-color: #f3f3f3; + display: flex; /* 使用弹性盒布局 */ + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + width: 150px; + height: 25px; +} + +.test_detail_list_style .ibiz-panel-field--update_time span { + width: 150px; +} + +.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { + fill: #CB258C; +} + +.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { + fill: #66C23A; +} + + .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ + font-weight: 600; + font-size: 16px; +} + .message_layout_panel_img_style{ + } - -.space_mob_page_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} -.space_mob_page_style .ibiz-panel-rawitem--static_image1{ - padding: 0px 15px 0px 0px; -} - /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { - position: fixed; - bottom: 135px; - right: 30px; - z-index: 1000; - width: 44px; - height: 44px; - border-radius: 50%; - background-color: white; - box-shadow: 1px 4px 6px 3px #dad7d7; + .add-members-font{ + font-size:10px + } + .grey-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #e1e1e1; + vertical-align: inherit; +} +.ibiz-span .grey-span { + margin: 4px 0; +} + .mob-grey-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: grey; +} + .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { + padding: 0; + background-color: transparent; +} +.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { + padding-right: var(--ibiz-spacing-base); + padding-left: var(--ibiz-spacing-base); + color: var(--ibiz-dropdown-select-option-item-color); + background-color: var(--ibiz-dropdown-select-option-item-bkcolor); +} +.ibiz-control-gantt.is-exporting .xg-view-toolbar { + display: none; +} + .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.case_template_edit_style .ibiz-html .w-e-text-container { + background: transparent; +} + /* 视图大的布局样式 */ +.user-info-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +padding-bottom: var(--ibiz-spacing-base); +} +/* 按钮样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { +min-height: 40px; +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { +color: var(--ibiz-color-primary); +} +/* 分割线 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { +width: calc(100% - 64px); +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + +/* 头部样式 */ +/* 图片背景 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { +background: #ccf; +} +/* 头像定位 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { +position: relative; +} +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { +width: auto; +height: auto; +position: absolute; +top: -4px; +left: 50%; +transform: translate(-50%, -50%); +} +/* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { +width: 68px; +height: 68px; +border: 4px solid #fff; +border-radius: var(--ibiz-border-radius-circle); +} + /* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { +flex: 1; +width: 60px; +height: 60px; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { +display: none; +} +/* 视图头部登录者信息样式 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar { +padding-top: 50px; +padding-bottom: 28px; +text-align: center; +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { +font-weight: 400; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { +margin-top: 10px; +font-size: var(--ibiz-font-size-small); +color: var(--ibiz-color-text-3); +} + .ibiz-internal-message-html__content { + padding-right: 24px; +} + .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ + background: #f3f3f3; +} +.user_setting_view_style .ibiz-single-data-container{ + /* padding: 40px 10px 20px 10px; */ + padding: 5vh 5vw 5vw 5vw; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ + width: 50px; + height: 50px; + min-width: 50px; + min-height: 50px; + border: 1px solid #ffffff; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ + margin: 15px 0px 5px 0px; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ + font-size: 20px; + font-weight: 600; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ + color: #9b9b9b; +} +.user_setting_view_style .ibiz-panel-container-group{ + background: #ffffff; + margin: 10px 10px 10px 10px; + border-radius: 10px; +} +.user_setting_view_style .van-button{ +width: 93%; + height: 35px; + margin: 10px 0% 0% 3%; +} + .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ + font-size: 16px; + font-weight: 400; + color: #a7a7a7; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ + width: 50px; + height: 50px; +} + /* 垂直居中对齐 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item { +display: inline-flex; +align-items: center; +} +/* 图标大小自适应 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, +.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { +width: auto; +height: auto; +margin-right: 0; +padding-right: var(--ibiz-spacing-tight); +} + .kanban-identifier .ibiz-span{ + margin: 5px 0px 0px 0px; + padding: 2px 6px 2px 6px; + background: #e8e8e8; + border-radius: 5px; + color: #6c6c6c; +} + .kanban-finished .ibiz-span { + color: #aaa; + text-decoration: line-through; +} + .kanban-delay { + color: #ff7575; + background-color: #fff1f1 !important; +} +.kanban-delay .ibiz-rawitem__image { + color: #ff7575; +} + .kanban-time { + height: 24px; + padding: 0 10px; + margin: 0 5px 5px 0; + overflow: hidden; + line-height: 12px; + background: #e9e9e9; + border-radius: 10px; +} + + .kanban-more-button{ + position: relative; + width: 40px; + margin: -8px 0px 0px -2px; + height: 40px; + visibility: hidden; +} +.el-card__body:hover .kanban-more-button { + visibility: visible; +} + .kanban-title .ibiz-span{ + padding: 10px 2px 10px 2px; + font-size: 16px; + font-weight: 600; +} + .kanban-state { + width: 80px; + height: 24px; + margin: 0 5px 5px 0; +} +.kanban-state .ibiz-code-list__item { + --ibiz-code-list-item-color: #aaaaaa; + justify-content: center; + width: 80px; + line-height: 24px; + color: #fff; + background-color: var(--ibiz-code-list-item-color); + border-radius: 10px; +} + + .kanban-kind-icon { + height: auto; + margin: 5px 0 0; + line-height: 24px; +} +.kanban-kind-icon .ibiz-code-list__item { + font-size: 0; +} + + .kanban-assignee{ + margin: 0px 0px 0px 30px; +} + +.kanban-assignee .ibiz-personnel-info-content__tip{ +content-visibility: hidden; +} + .wiki-page-title .ibiz-span{ + font-weight: 600; + font-size: var(--ibiz-font-size-header-2); + color: var(--ibiz-color-text-0); +} +.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { +font-size: 24px; +} + .wiki_page_title_style{ + padding-left: 10px !important; +} + +.wiki_page_title_style .ibiz-span { + font-size: 18px; + color: var(--ibiz-color-text-0); + margin-left: 5px; + margin-right: 5px; +} + +.wiki_page_title_style .ibiz-rawitem .ibiz-icon { + font-size: 18px !important; + margin-left: 5px; +} + .confirm-remove-view .ibiz-form-item--formitem{ + background-color: rgba(255, 117, 117, 0.15); + padding: 0px; + height: auto; + margin-top: 12px; + border-radius: 5px; + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + display: inline-flex; + align-items: center; + margin: 0 10px; + padding: 5px 10px; + font-size: .875rem; + line-height: 1; + max-width: 33em; + word-break: break-all; + color: #ff7575; + } +} +.confirm-remove-view .ibiz-form-item--remind{ + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + color:#aaa; + } + +} + /* 选中分页 */ +.mob-main-style .van-tab--active{ + color: #6698ff; +} +.mob-main-style .van-tabs__line{ + background: #6698ff; +} + +/* 分组容器 标题 */ +.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ + font-size: 0.75rem; + color: #696969; +} +/* 表单项 标题 */ +.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ + color: #696969; +} +/* 表单项 下划线伪元素 */ +.mob-main-style .ibiz-form-item-container::after{ + display: none; +} +/* 标题 title */ +.mob-main-style .ibiz-form-item--title .van-field__control{ + font-weight: bolder; + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} +/* 代码表 表单项 */ +/* .mob-main-style .ibiz-span__code-list{ + justify-content: flex-end; } */ - -.mob_page_edit_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_edit_style .ibiz-form-item--publish_name { - padding-left: 10px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { - margin-bottom: 6px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ - padding-top: 5px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel3{ - position: relative; -} - /* 评论容器取消发送按钮位置 */ -.space-page-view .ibiz-panel-container--container_comment{ - position: relative; -} -.space-page-view .ibiz-panel-button--comment__cancel, -.space-page-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 14px; -} -.space-page-view .ibiz-panel-button--comment__cancel { - right: 90px; -} -.space-page-view .ibiz-control-form { - height: 100%; - overflow: auto; -} -.space-page-view .ibiz-control-form img { - max-width: 100%; -} -/* 修复附件表格滚动条异常 */ -.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { - max-height: 100%; -} -/* 修复评论编辑页关注人滚动条异常 */ -.space-page-view .ibiz-attention-select-value-multiple{ - overflow: hidden; -} -.space-page-view .ibiz-panel-container--right_container{ - border-left: 1px solid #e7e7e7; -} - - - .space-page-view .ibiz-toolbar-item-counter { - background-color: #e0e0e0 !important; - color: grey !important; - margin-left: 10px !important; -} - .purple-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #d2d8ed; - vertical-align: inherit; -} -.ibiz-span .purple-span { - margin: 4px 0; -} - .red-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #fcd0cb; - vertical-align: inherit; -} -.ibiz-span .red-span { - margin: 4px 0; -} - - - .mob-red-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: red; -} - .green-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ccf2cc; - vertical-align: inherit; -} -.ibiz-span .green-span { - margin: 4px 0; -} - .mob-green-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: #3ae23a; -} - .ibiz-form-item{ - --ibiz-form-item-placeholder-color:#cacaca; -} -.el-input{ - --el-input-placeholder-color:#cacaca; -} - .more_log_style .ibiz-control-toolbar__item { - position: absolute !important; - margin: -65px 0px 0px -65px !important; -} - -.more_log_style .el-button { - --el-button-bg-color: none !important; - --el-button-text-color: rgb(70 107 144) !important; - --el-button-hover-text-color: none !important; - --el-button-hover-bg-color: none !important; - --el-button-hover-border-color: none !important; - --el-button-active-text-color: node !important; - --el-button-active-bg-color: none !important; -} - .blue-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #c8e8fa; - vertical-align: inherit; -} -.ibiz-span .blue-span { - margin: 4px 0; -} - .mob-blue-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: blue; -} - /* 表单分组标题 */ -.ibiz-form-group__caption{ - font-size: var(--ibiz-form-item-container-font-size); - font-weight: var(--ibiz-form-group-caption-font-regular); - color: var(--ibiz-form-item-container-label-color); -} - .form-group-to-grid-header { - height: 54px; - background-color: rgba(var(--ibiz-grey-1), 1); -} -.form-group-to-grid-header .ibiz-row--grid { - display: flex; - align-items: center; -} -.form-group-to-grid-header .ibiz-form-raw-item { - padding: 8px 4px; -} - /* 表格头全局样式 */ -body .ibiz-control-grid { ---ibiz-control-grid-header-height: 54px; /* 重新赋值 */ -} -/* 适配增加的高度,使表格头垂直居中 */ -body .ibiz-control-grid__table .el-table__header-wrapper .cell { -padding-top: 16px; -padding-bottom: 16px; -} - .normal-rich-text *{ - font-style: normal !important; - text-decoration: none !important; - color: rgb(85, 91, 97) !important; - background-color: transparent !important; - font-size: 14px !important; - font-weight: 400 !important; - text-align: left !important; - text-overflow: ellipsis; - text-wrap: nowrap; - word-break: break-all; -} -.normal-rich-text a { - pointer-events: none; -} - .ibiz-panel-view-content { - --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); -} - /* 视图右侧padding */ -.ibiz-panel-view-header .ibiz-panel-container--view_header_right { - padding: 0 var(--ibiz-spacing-tight); -} -/* 树padding */ -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding: 0 var(--ibiz-spacing-tight); -} -.ibiz-control-treeexpbar .ibiz-panel-exp-header { - padding: 0 var(--ibiz-spacing-tight); -} - .view-content-no-padding .ibiz-panel-view-content { - padding: 0; -} -.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { - padding: var(--ibiz-panel-view-content-padding); -} - - .ibiz-view-message { - padding: var(--ibiz-spacing-tight); -} -.ibiz-view-message .el-alert--info.is-light { - background-color: var(--el-alert-bg-color); -} - /* 全局 计数器 样式 */ -.ibiz-badge.ibiz-badge { -min-width: 16px; -text-align: center; -font-size: var(--ibiz-font-size-small); -padding: 0 var(--ibiz-spacing-extra-tight); -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} -/* 表单分页计数器 */ -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { - padding-right: var(--ibiz-spacing-base-loose); - position: relative; -} -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-text-3); - background-color: var(--ibiz-color-fill-0); - padding: 0 var(--ibiz-spacing-extra-tight); - top: calc(50% - 2px); - font-size: var(--ibiz-font-size-small); - right: var(--ibiz-font-size-header-6); -} -.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - - /* .discuss_bottom_shadow_style{ - position: relative; - box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); - padding: 2px 0px 0px 0px; + .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { + width: 100%; + height: 100%; + margin: 0; + background-color: var(--ibiz-color-bg-1); +} +.mob-main-style .van-tabs__wrap{ + border-top: 1px solid #f1f1f1; +} + + + .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} + /* 标题 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 图标,防止字数过多时发生形变 */ +.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 容器元素换行 */ +.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + + /* 背景颜色 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { + background-color: white; +} + +.mob_delivery_display_style .ibiz-form-group__content { + background-color: white; +} + +/* 标题文字样式 */ +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { + text-align: left; + font-size: 18px; + font-weight: 500; + margin-top: 7px; +} + +/* 图片 */ +.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { + padding-left: 30px; +} + +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { + text-align: left; + margin-bottom: 2px; +} + /* 按钮样式 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { + display: block; + text-align: center +} + +.mob_delivery_display_style button.van-button.van-button--default.van-button--small { + border: 0; + background: #f3f3f3; + border-radius: 10px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { + background-color: white; +} +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { + padding-top: 0; +} + .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { + padding-left: 24px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { + color: red; +} + + .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + +/* 图标边距 */ +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { + height: 24px; + /* margin-top: -3px; */ + margin-right: 15px; +} +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ + overflow: hidden !important;; +} + /* 日历部件没有数据时,进行显示 */ +.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { + content: "当前日期没有工作~"; + color: #D7D7D7; + margin-left: 6px; +} +.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { + display: none; +} +/* 设置背景颜色 */ +.mob_dashboard_style { + background-color: #F6F6F6 !important; + border-radius: 0px !important; +} +.mob_dashboard_style > div { + margin: 15px !important; +} +.mob_dashboard_style .ibiz-control-dashboard-row { + gap: 15px !important; +} + /* 仪表盘列表只显示五个 */ +.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), +.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { + display: none; +} + +/* 搜索框进行隐藏 */ +.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { + display: none; +} + +/* 显示更多样式 */ +.mob_dashboard_style button { + height: 60px !important; + border: transparent !important; +} + +.mob_dashboard_style button span.ibiz-panel-button-content--caption { + font-size: 18px !important; + color: #699AFF !important; +} + +/* 修改分割线样式 */ +.mob_dashboard_style .van-divider--hairline { + width: calc(100% - 2rem); + height: 0.0625rem; + margin-left: 1rem; + margin-bottom: 0px; + background-color: var(--ibiz-color-border); +} + /* 用例名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + /* 日历列表样式 */ +.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { + font-size: 16px; + margin-left: 6px; +} +/* 我的工作项 */ +.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { + font-size: 16px; +} + +/* 其他分组每一项中title的样式 */ +.mob_dashboard_style .ibiz-panel-field--title span { + font-size: 16px; +} + .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: block !important; +} + +.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { + display: flex !important; +} + +.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { + background-color: #ffffff; +} + +.mob_dashboard_style .ibiz-view-content { + background-color: #ffffff; +} + .van-popover__content.van-popover__content--vertical { + border: var(--van-button-border-width) solid var(--van-button-default-border-color); + background: white; +} +button.van-button.van-button--default.van-button--normal.van-button--round { + border: 0; + margin: 2px; + padding: 0; +} +.ibiz-popper-toolbar .van-popover{ + --van-popover-action-width: 95px; +} +.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { + margin: 0; +} +.van-popover__content.van-popover__content--vertical span.van-button__text{ + display: flex; + align-items: center; +} +.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ + margin: 0px 6px -4px 7px; +} +.van-popup.van-popover.van-popover--light{ + left: -105px; +} + .ibiz-view-demobmdview.enablesort, +.ibiz-view-demoblistview.enablesort { +position: relative; +} +.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, +.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ +padding-right: 38px; +background-color: var(--ibiz-color-bg-1); +} +.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} +.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ +display: flex; +align-items: center; +justify-content: center; +width: 1.25rem; +height: 1.125rem; +font-size: 1.25rem; +} + /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ +position: relative; +} */ + + + /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, +.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .discuss_reply_padding .ibiz-form-group-content{ - padding-left: 5px; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ - padding-left: 0; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ - padding-left: 0; -} - .mob_list_view_style { - position: relative; -} -.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); -} -.mob_list_view_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - -.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { - position: absolute; - right: 40px; -} - .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container svg { - width: 24px; -} - -.mob_discuss_reply_list_style .ibiz-panel-field--total { - margin-right: 2px; - margin-top: 1px; -} - -.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { - margin-top: 9px; - display: inline-grid; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { - margin-top: 9px; - display: inline-grid; -} - .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { - margin-left: 15px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, -.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { - padding-left: 8px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group__content { - background-color: white; -} - .discuss-border-style .ibiz-grid-field-column__script{ - width: 70px; - text-align: center; - border: 1px solid #eee; - border-radius: 20px; - padding: 0px 10px; -} - .mob_discuss_post_status_style .van-field__body { - background-color: var(--ibiz-color-primary-light-hover); - border-radius: 20px; - height: 36px; - width: 85px; -} - -.mob_discuss_post_status_style .van-field__body span { - color: var(--ibiz-color-primary); -} - -.mob_discuss_post_status_style .ibiz-form-item-container { - padding: 0px; -} - -.mob_discuss_post_status_style .van-field__right-icon { - display: none; -} - -.mob_discuss_post_status_style .van-field__control--custom { - justify-content: center !important; -} - .discusses_mob_list_style .ibiz-panel-container--container span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 span, -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, -.discusses_mob_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { - height: 24px; - width: 24px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { - font-size: 8px; - min-width: 20px; - min-height: 20px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { - width: 20px; - height: 20px; -} - .discusses_mob_list_style .ibiz-panel-container--container2 { - width: 55px; - height: 23px; - border: 1px solid #d8d8d8; - border-radius: 10px; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 span, -.discusses_mob_list_style .ibiz-panel-container--container2 { - display: flex; - align-items: center; - justify-content: center; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { - margin-top: 1px; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { - margin-right: 3px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { - margin-top: 2px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { - margin-top: -3px; -} - -.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - /* .discusses_mob_list_style { - position: relative; -} -.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); + /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, +.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .post_edit_title_style .ibiz-panel-container--topic_container { - padding-left: 16px; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { - display: none !important; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { - padding: 0 !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name { - padding: 0 8px 0 16px !important; -} - -.post_edit_title_style .ibiz-identifier-title { - padding-left: 8px !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name span { - color: var(--el-text-color-regular); - font-size: var(--ibiz-font-size-header-5); - font-weight: var(--ibiz-font-weight-regular); -} - -.post_edit_title_style .ibiz-panel-field--topic_name::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: 20px; - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: 2px; - transform: translateY(-50%); -} - .discuss-comment-btn{ - width: 100px; -} -.discuss-comment-btn .el-button{ - min-height: var(--ibiz-height-control-default); - min-width: var(--ibiz-height-control-default); - background: transparent; - border: none; - color: var(--ibiz-color-text-3); - font-size: var(--ibiz-font-size-header-6); - padding: 8px; -} -.discuss-comment-btn .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { - border: none; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { - width: 20px; -} - -.mob_discuss_detal_list_style .ibiz-panel-field--total { - margin-left: 2px; - margin-right: 2px; - margin-top: 1px; -} - /* 详情页中的 容器边距 */ -.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ - margin: 10px; - border-radius: 10px; - /* background-color: white; */ -} -/* 选中分页 */ -.mob-details-style .van-tab--active{ - color: #6698ff; -} -.mob-details-style .van-tabs__line{ - background: #6698ff; -} - -.mob-details-style .ibiz-form-item--create_time span { - margin-top: 3px; -} - -.mob-details-style .van-tabs__wrap { - background-color: white; -} - -.mob-details-style .van-tabs__nav { - display: inline-flex !important; - margin-left: 30px; -} - -.mob-details-style .van-tab { - margin-right: 40px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 span { - display: inline-grid; - margin-top: 9px; -} - .mob-details-style .ibiz-form-group--grouppanel1 svg { - width: 28px; - height: 28px; - margin-left: 15px; -} - -.mob-details-style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; - display: inline-grid; - margin-top: 7px; -} - -.mob-details-style .ibiz-form-group--grouppanel2 span, -.mob-details-style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob-details-style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob-details-style .ibiz-form-item--name { - padding-left: 8px; -} - -.mob-details-style .ibiz-form-item--status { - padding-top: 10px; -} - .review_btn_style button[title="通过"] { - background-color: green; -} - -.review_btn_style button[title="拒绝"] { - background-color: red; -} - .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ - font-size: 12px; - color: #979899; -} - -.review-results-style .ibiz-form-item--title .ibiz-span{ - font-size: 16px; - font-weight: 600; -} - -.review-results-style .ibiz-mdctrl-container-item{ - border-top: 1px solid #dbdbdb; -} - -.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: white; - border-left: none; -} - .comment-list-height-auto .ibiz-no-data { - padding: 0; - --el-empty-image-width: 64px; - --el-empty-description-margin-top: 6px; -} -.comment-list-height-auto img { - max-width: 100%; -} -/* 流转空数据 */ -.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { - margin-top: -8px; -} - .comment-replay { - padding: 0 12px; - background-color: var(--ibiz-color-bg-0); -} -.comment-replay .ibiz-rawitem, -.comment-replay .ibiz-code-list__item, -.comment-replay .ibiz-panel-item-render--pcontent { - color: #999; -} -.comment-replay .ibiz-panel-item-render--pcontent { - display: flex; -} -.comment-replay .ibiz-panel-item-render--pcontent p { - margin: 8px 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.comment-replay .ibiz-raw__script .comment-tag { - pointer-events: none; -} - .comment_icon .ibiz-rawitem{ - font-size:24px; - opacity:0.5; - padding:8px 0; -} - .comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-0); - color: var(--ibiz-editor-default-text-color); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .mob_topic_discuss_list_style .ibiz-control-toolbar__item { - display: block !important; -} - -.mob_topic_discuss_list_style { - position: relative; -} -.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); - background-color: white !important; -} -.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { - top: 18px; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .resource-capacity-view .ibiz-panel-view-content--view_content { - padding: 0 var(--ibiz-spacing-tight); -} - -.resource-capacity-view .ibiz-form-page, -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { - height: 100% -} - -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { - height: calc(100% - 54px); -} - -.resource-capacity-view .ibiz-form-group--header { - line-height: 52px; - overflow-y: scroll; - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-capacity-view .ibiz-form-group--body { - overflow-y: scroll; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { - padding: 0; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { - height: 52px; - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { - height: 100%; - display: flex; - align-items: center; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { - overflow: hidden; -} -.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { - margin-left: var(--ibiz-spacing-extra-tight); -} - .road-map-view .time-line { - display: flex -} -.road-map-view .time-line-right { - display: flex; - flex-shrink: 0; - align-items: flex-start; - justify-content: center; - padding: 70px 8px 8px 8px; -} -.road-map-view .time-line-right--title { - width: 100px; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - margin-bottom: 40px; - padding: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); -} -.road-map-view .time-line-right--caption { - color: var(--ibiz-color-primary); - font-weight: var(--ibiz-font-weight-bold); -} -.road-map-view .time-line-right--description { - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} -.road-map-view .time-line-left { - flex-grow: 1; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - padding: var(--ibiz-spacing-base); -} - .road-map-view .time-line-left--line { - width: 100%; - height: 4px; - display: flex; - margin: 80px 20px; - align-items: center; - justify-content: space-between; - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item { - width: 12.5%; - flex-grow: 1; - position: relative; -} -.road-map-view .time-line-left--item:last-child { - background-color: var(--ibiz-color-white); -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { - bottom: 15px; -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__content { - bottom: 54px; -} -.road-map-view .time-line-left--item__dot { - width: 12px; - height: 12px; - border-radius: 50%; - background-color: var(--ibiz-color-white); - border: 3px solid var(--ibiz-color-success-hover); -} - .road-map-view .time-line-left--item__vertical { - width: 2px; - height: 36px; - position: absolute; - transform: translateX(5px); - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item__content { - display: flex; - bottom: -70px; - cursor: pointer; - width: max-content; - position: absolute; - align-items: center; - flex-direction: column; - justify-content: center; -} -.road-map-view .time-line-left--item__caption { - width: 100%; - color: var(--ibiz-color-text-0); - font-size: var(--ibiz-font-size-regular); -} -.road-map-view .time-line-left--item__time { - width: 100%; - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} - -.road-map-view .time-line-left--item__content a { - text-decoration: unset !important; -} - .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { - padding-left: 18px; -} - - .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ - width: 76px; - text-align: center; -} - .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { - display: none; -} - .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { - padding: 10px 10px 0 10px; -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { - background-color: var(--ibiz-color-bg-1); - border-radius: 5px; -}.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item.is-active { - background-color: var(--ibiz-control-list-active-bg-color); -} - .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { - border-radius: 0; -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, -.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { - background-color: var(--ibiz-color-fill-0); - padding-bottom: 8px; -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { - padding: 10px 0; -} - - - /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ - margin: -15% 0% 0% -35%; + .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { +fill: var(--van-gray-6); +} +/* 适配有视图头的情况 */ +.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); +} +/* 适配首页仪表盘 */ +.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} + .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ + width: 105px; +} +.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { + width: 112px; + padding-left: 3px; +} +.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ + width: 108px; +} + .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ + font-size: 18px; +} +.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ + width: 24px; +} + .ibiz-quill .van-popup .ql-editor.ql-blank { + padding: 12px 15px; +} +.ibiz-quill .van-popup .ql-editor.ql-blank::before { + left: 15px; +} + .mob_workspace_style .ibiz-view-content--view_content{ + display: block !important; +} + +.mob_workspace_style .ibiz-panel-container--view_content > div { + display: block !important; +} + /* 卡片 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ + flex-wrap: unset; + overflow: scroll; + padding-left: 0.5rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ + display: none; +} +/* 背景定位 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { + position: relative; + border: 1px solid #eeeeee; + border-radius: 5px; + box-shadow: none; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ + content: ''; + display: inline-block; + width: 100%; + height: 36px; + position: absolute; + top: 0; + left: 0; + z-index: 6; + background-color: var(--ibiz-color-disabled-fill); +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ + position: relative; + z-index: 10; +} + + .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ + font-weight: bolder; + font-size: 0.95rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ + color: #6a6a6a; +} + +.ibiz-control-appmenu .van-tabbar-item__icon{ + width: 16px; +} +/* 最近访问 显示更多 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; + padding-left: 0; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ + font-size: 0.95rem; + color: #6698ff; +} + + .mob-home-style .ibiz-panel-container-group-header{ + border-bottom: 0px !important; + height: 25px; +} +.mob-home-style .ibiz-panel-container-group__caption{ + font-size: 16px !important; + font-weight: 400 !important; +} +.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} +.mob-home-style .ibiz-panel-field--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} + /* 标题 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + + +/* 容器元素换行 */ +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} + +/* 为空不显示 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { + display: none; +} + /* 字体颜色、位置 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} + +/* 依赖名称 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ + color: #aaaaaa; +} + /* 最近访问 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .ibiz-form-group--grouppanel_attachment_create{ + position: relative; +} + .mob_descript_comment .ibiz-quill-preview__edit { + top: -2.125rem; + right: 0; +} + + .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .mob-library-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-library-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-library-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 110px; + top: 2px; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { + top: -230px !important; +} + .mob_login_style .ibiz-panel-container-image{ + background-size: cover; +} +.mob_login_style .ibiz-rawitem__image path{ + fill: #219cf0; +} +.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-button--auth_loginbutton{ + border-radius: 10px; + border: 1px solid #c2c2c2; +} +.mob_login_style .van-field__control::placeholder{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container4{ + margin-top: 15vh; +} +.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ + font-size: 28px; + font-weight: 600; + color: #2fbaf5; +} + .ibiz-form-group { + padding: 0; +} +.ibiz-form-group--style2 { + padding: 4px; + border-radius: 0; +} +.ibiz-form-group--style2 > .ibiz-form-group-header { + border-radius: 4px 4px 0 0; +} +.ibiz-form-group--style2 > .ibiz-form-group__content { + padding: 4px 0; + background-color: var(--ibiz-form-group-header-bg-color); + border-radius: 4px; +} +.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { + padding-top: 0; +} + + .mob_comment_list_style .ibiz-panel-button{ + border: 0; +} +.mob_comment_list_style .ibiz-panel-button-content--icon{ + font-size: 18px; +} +.mob_comment_list_style .ibiz-panel-container--container2{ + margin-top: 10px; +} +.mob_comment_list_style .ibiz-mob-personal-info-content__tip { + margin-top: -15px; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { + margin-top: 0px !important; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ + margin: -12px 0px 0px 40px; + color: #9d9d9d; +} +.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { + margin-left: 40px; + width:auto; +} +.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ + height: 0px !important; +} + .mob-comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-3); + color: var(--ibiz-color-text-2); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.mob-comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .comment_style_main{ + background: white; + position: relative; + z-index: 1; + box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); +} +.comment_style_main .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.comment_style_main .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-button{ + border: 0; +} +.comment_style_main #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} +.comment_style_main .ibiz-panel-field--comment_count span{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-field--attention_count span{ + color: #aaaaaa; +} + .comment_style_list{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.comment_style_list .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; +} +.comment_style_list .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_list .ibiz-panel-button{ + height: 32px; + width: 50px; + background: #6698ff; + color: white; + border-radius: 5px; +} +.comment_style_list #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + .mob_md_view_style{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.mob_md_view_style .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.mob_md_view_style .ibiz-rawitem__text{ + color: #aaaaaa; +} +.mob_md_view_style .ibiz-panel-button{ + border: 0; +} +.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + /* 标题 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 负责人 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { + /* display: none; */ +} + +/* 图标,防止字数过多时发生形变 */ +.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +/* 防止出现滚动条 */ +.mob_common_list_style .ibiz-panel-container>.ibiz-row { + overflow-y: hidden !important; +} + /* 容器元素换行 */ +.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { + display: none; +} +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ + justify-content: center; + width: 38px; +} + .ibiz-portal-view.ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-0); +} +.ibiz-portal-view .ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-1); +} + .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ + font-size: 14px !important; +} + .mob-idea-md-view-style { + position: relative; +} +.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_page_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_style .ibiz-form-item--publish_name { + padding-left: 10px; +} + .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ + margin: 0; + border-radius: 0; + width: auto; + overflow: visible; +} +.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, +.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ + border: none; + background: transparent; +} +.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ + right: 0.35rem; + top: -45px; +} +.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ + margin-right: 10px; +} +.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ + overflow: visible; +} + .mob-advanced-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-advanced-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-advanced-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 95px; + top: 3px; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .space_main_list_syle .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + +.space_main_list_syle .ibiz-icon svg.icon path { + fill: #20A0FF; +} + .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.space_mob_page_style .ibiz-control-viewlayoutpanel-content { + background-color: rgba(255, 255, 255, 1); +} + +.space_mob_page_style .ibiz-panel-field--name span{ + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.space_mob_page_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + /* margin-top: 5px; */ +} + +.space_mob_page_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} +.space_mob_page_style .ibiz-panel-rawitem--static_image1{ + padding: 0px 15px 0px 0px; +} + /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { + position: fixed; + bottom: 135px; + right: 30px; + z-index: 1000; + width: 44px; + height: 44px; + border-radius: 50%; + background-color: white; + box-shadow: 1px 4px 6px 3px #dad7d7; +} */ + +.mob_page_edit_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_edit_style .ibiz-form-item--publish_name { + padding-left: 10px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { + margin-bottom: 6px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ + padding-top: 5px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel3{ + position: relative; +} + /* 评论容器取消发送按钮位置 */ +.space-page-view .ibiz-panel-container--container_comment{ + position: relative; +} +.space-page-view .ibiz-panel-button--comment__cancel, +.space-page-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 14px; +} +.space-page-view .ibiz-panel-button--comment__cancel { + right: 90px; +} +.space-page-view .ibiz-control-form { + height: 100%; + overflow: auto; +} +.space-page-view .ibiz-control-form img { + max-width: 100%; +} +/* 修复附件表格滚动条异常 */ +.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { + max-height: 100%; +} +/* 修复评论编辑页关注人滚动条异常 */ +.space-page-view .ibiz-attention-select-value-multiple{ + overflow: hidden; +} +.space-page-view .ibiz-panel-container--right_container{ + border-left: 1px solid #e7e7e7; +} + + + .space-page-view .ibiz-toolbar-item-counter { + background-color: #e0e0e0 !important; + color: grey !important; + margin-left: 10px !important; +} + .purple-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #d2d8ed; + vertical-align: inherit; +} +.ibiz-span .purple-span { + margin: 4px 0; +} + .red-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #fcd0cb; + vertical-align: inherit; +} +.ibiz-span .red-span { + margin: 4px 0; +} + + + .mob-red-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: red; +} + .green-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ccf2cc; + vertical-align: inherit; +} +.ibiz-span .green-span { + margin: 4px 0; +} + .mob-green-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: #3ae23a; +} + .ibiz-form-item{ + --ibiz-form-item-placeholder-color:#cacaca; +} +.el-input{ + --el-input-placeholder-color:#cacaca; +} + .more_log_style .ibiz-control-toolbar__item { + position: absolute !important; + margin: -65px 0px 0px -65px !important; +} + +.more_log_style .el-button { + --el-button-bg-color: none !important; + --el-button-text-color: rgb(70 107 144) !important; + --el-button-hover-text-color: none !important; + --el-button-hover-bg-color: none !important; + --el-button-hover-border-color: none !important; + --el-button-active-text-color: node !important; + --el-button-active-bg-color: none !important; +} + .blue-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #c8e8fa; + vertical-align: inherit; +} +.ibiz-span .blue-span { + margin: 4px 0; +} + .mob-blue-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: blue; +} + /* 表单分组标题 */ +.ibiz-form-group__caption{ + font-size: var(--ibiz-form-item-container-font-size); + font-weight: var(--ibiz-form-group-caption-font-regular); + color: var(--ibiz-form-item-container-label-color); +} + .form-group-to-grid-header { + height: 54px; + background-color: rgba(var(--ibiz-grey-1), 1); +} +.form-group-to-grid-header .ibiz-row--grid { + display: flex; + align-items: center; +} +.form-group-to-grid-header .ibiz-form-raw-item { + padding: 8px 4px; +} + /* 表格头全局样式 */ +body .ibiz-control-grid { +--ibiz-control-grid-header-height: 54px; /* 重新赋值 */ +} +/* 适配增加的高度,使表格头垂直居中 */ +body .ibiz-control-grid__table .el-table__header-wrapper .cell { +padding-top: 16px; +padding-bottom: 16px; +} + .normal-rich-text *{ + font-style: normal !important; + text-decoration: none !important; + color: rgb(85, 91, 97) !important; + background-color: transparent !important; + font-size: 14px !important; + font-weight: 400 !important; + text-align: left !important; + text-overflow: ellipsis; + text-wrap: nowrap; + word-break: break-all; +} +.normal-rich-text a { + pointer-events: none; +} + .ibiz-panel-view-content { + --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); +} + /* 视图右侧padding */ +.ibiz-panel-view-header .ibiz-panel-container--view_header_right { + padding: 0 var(--ibiz-spacing-tight); +} +/* 树padding */ +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding: 0 var(--ibiz-spacing-tight); +} +.ibiz-control-treeexpbar .ibiz-panel-exp-header { + padding: 0 var(--ibiz-spacing-tight); +} + .view-content-no-padding .ibiz-panel-view-content { + padding: 0; +} +.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { + padding: var(--ibiz-panel-view-content-padding); +} + + .ibiz-view-message { + padding: var(--ibiz-spacing-tight); +} +.ibiz-view-message .el-alert--info.is-light { + background-color: var(--el-alert-bg-color); +} + /* 全局 计数器 样式 */ +.ibiz-badge.ibiz-badge { +min-width: 16px; +text-align: center; +font-size: var(--ibiz-font-size-small); +padding: 0 var(--ibiz-spacing-extra-tight); +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} +/* 表单分页计数器 */ +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { + padding-right: var(--ibiz-spacing-base-loose); + position: relative; +} +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-text-3); + background-color: var(--ibiz-color-fill-0); + padding: 0 var(--ibiz-spacing-extra-tight); + top: calc(50% - 2px); + font-size: var(--ibiz-font-size-small); + right: var(--ibiz-font-size-header-6); +} +.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + + /* .discuss_bottom_shadow_style{ + position: relative; + box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); + padding: 2px 0px 0px 0px; } */ - -/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ - position: relative; - box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); + .discuss_reply_padding .ibiz-form-group-content{ + padding-left: 5px; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ + padding-left: 0; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ + padding-left: 0; +} + .mob_list_view_style { + position: relative; +} +.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); +} +.mob_list_view_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + +.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { + position: absolute; + right: 40px; +} + .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container svg { + width: 24px; +} + +.mob_discuss_reply_list_style .ibiz-panel-field--total { + margin-right: 2px; + margin-top: 1px; +} + +.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { + margin-top: 9px; + display: inline-grid; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { + margin-top: 9px; + display: inline-grid; +} + .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { + margin-left: 15px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, +.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { + padding-left: 8px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group__content { + background-color: white; +} + .discuss-border-style .ibiz-grid-field-column__script{ + width: 70px; + text-align: center; + border: 1px solid #eee; + border-radius: 20px; + padding: 0px 10px; +} + .mob_discuss_post_status_style .van-field__body { + background-color: var(--ibiz-color-primary-light-hover); + border-radius: 20px; + height: 36px; + width: 85px; +} + +.mob_discuss_post_status_style .van-field__body span { + color: var(--ibiz-color-primary); +} + +.mob_discuss_post_status_style .ibiz-form-item-container { + padding: 0px; +} + +.mob_discuss_post_status_style .van-field__right-icon { + display: none; +} + +.mob_discuss_post_status_style .van-field__control--custom { + justify-content: center !important; +} + .discusses_mob_list_style .ibiz-panel-container--container span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 span, +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, +.discusses_mob_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { + height: 24px; + width: 24px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { + font-size: 8px; + min-width: 20px; + min-height: 20px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { + width: 20px; + height: 20px; +} + .discusses_mob_list_style .ibiz-panel-container--container2 { + width: 55px; + height: 23px; + border: 1px solid #d8d8d8; + border-radius: 10px; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 span, +.discusses_mob_list_style .ibiz-panel-container--container2 { + display: flex; + align-items: center; + justify-content: center; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { + margin-top: 1px; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { + margin-right: 3px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { + margin-top: 2px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { + margin-top: -3px; +} + +.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + /* .discusses_mob_list_style { + position: relative; +} +.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); } */ -.msg_bottom_shadow_style .msg_heard_style{ - border-bottom: 1px solid #ebebeb; -} - - .notify_field_checkbox_style .el-checkbox{ - width: 120px; -} - - - .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { - margin: 0px 0px 4px; -} - -/* .management_setting_style .ibiz-breadcrumb { - display: none !important; + .post_edit_title_style .ibiz-panel-container--topic_container { + padding-left: 16px; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { + display: none !important; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { + padding: 0 !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name { + padding: 0 8px 0 16px !important; +} + +.post_edit_title_style .ibiz-identifier-title { + padding-left: 8px !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name span { + color: var(--el-text-color-regular); + font-size: var(--ibiz-font-size-header-5); + font-weight: var(--ibiz-font-weight-regular); +} + +.post_edit_title_style .ibiz-panel-field--topic_name::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: 20px; + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: 2px; + transform: translateY(-50%); +} + .discuss-comment-btn{ + width: 100px; +} +.discuss-comment-btn .el-button{ + min-height: var(--ibiz-height-control-default); + min-width: var(--ibiz-height-control-default); + background: transparent; + border: none; + color: var(--ibiz-color-text-3); + font-size: var(--ibiz-font-size-header-6); + padding: 8px; +} +.discuss-comment-btn .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { + border: none; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { + width: 20px; +} + +.mob_discuss_detal_list_style .ibiz-panel-field--total { + margin-left: 2px; + margin-right: 2px; + margin-top: 1px; +} + /* 详情页中的 容器边距 */ +.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ + margin: 10px; + border-radius: 10px; + /* background-color: white; */ +} +/* 选中分页 */ +.mob-details-style .van-tab--active{ + color: #6698ff; +} +.mob-details-style .van-tabs__line{ + background: #6698ff; +} + +.mob-details-style .ibiz-form-item--create_time span { + margin-top: 3px; +} + +.mob-details-style .van-tabs__wrap { + background-color: white; +} + +.mob-details-style .van-tabs__nav { + display: inline-flex !important; + margin-left: 30px; +} + +.mob-details-style .van-tab { + margin-right: 40px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 span { + display: inline-grid; + margin-top: 9px; +} + .mob-details-style .ibiz-form-group--grouppanel1 svg { + width: 28px; + height: 28px; + margin-left: 15px; +} + +.mob-details-style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; + display: inline-grid; + margin-top: 7px; +} + +.mob-details-style .ibiz-form-group--grouppanel2 span, +.mob-details-style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob-details-style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob-details-style .ibiz-form-item--name { + padding-left: 8px; +} + +.mob-details-style .ibiz-form-item--status { + padding-top: 10px; +} + .review_btn_style button[title="通过"] { + background-color: green; +} + +.review_btn_style button[title="拒绝"] { + background-color: red; +} + .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ + font-size: 12px; + color: #979899; +} + +.review-results-style .ibiz-form-item--title .ibiz-span{ + font-size: 16px; + font-weight: 600; +} + +.review-results-style .ibiz-mdctrl-container-item{ + border-top: 1px solid #dbdbdb; +} + +.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: white; + border-left: none; +} + .comment-list-height-auto .ibiz-no-data { + padding: 0; + --el-empty-image-width: 64px; + --el-empty-description-margin-top: 6px; +} +.comment-list-height-auto img { + max-width: 100%; +} +/* 流转空数据 */ +.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { + margin-top: -8px; +} + .comment-replay { + padding: 0 12px; + background-color: var(--ibiz-color-bg-0); +} +.comment-replay .ibiz-rawitem, +.comment-replay .ibiz-code-list__item, +.comment-replay .ibiz-panel-item-render--pcontent { + color: #999; +} +.comment-replay .ibiz-panel-item-render--pcontent { + display: flex; +} +.comment-replay .ibiz-panel-item-render--pcontent p { + margin: 8px 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.comment-replay .ibiz-raw__script .comment-tag { + pointer-events: none; +} + .comment_icon .ibiz-rawitem{ + font-size:24px; + opacity:0.5; + padding:8px 0; +} + .comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-0); + color: var(--ibiz-editor-default-text-color); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .mob_topic_discuss_list_style .ibiz-control-toolbar__item { + display: block !important; +} + +.mob_topic_discuss_list_style { + position: relative; +} +.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); + background-color: white !important; +} +.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { + top: 18px; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .resource-capacity-view .ibiz-panel-view-content--view_content { + padding: 0 var(--ibiz-spacing-tight); +} + +.resource-capacity-view .ibiz-form-page, +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { + height: 100% +} + +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { + height: calc(100% - 54px); +} + +.resource-capacity-view .ibiz-form-group--header { + line-height: 52px; + overflow-y: scroll; + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-capacity-view .ibiz-form-group--body { + overflow-y: scroll; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { + padding: 0; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { + height: 52px; + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { + height: 100%; + display: flex; + align-items: center; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { + overflow: hidden; +} +.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { + margin-left: var(--ibiz-spacing-extra-tight); +} + .road-map-view .time-line { + display: flex +} +.road-map-view .time-line-right { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: center; + padding: 70px 8px 8px 8px; +} +.road-map-view .time-line-right--title { + width: 100px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + margin-bottom: 40px; + padding: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); +} +.road-map-view .time-line-right--caption { + color: var(--ibiz-color-primary); + font-weight: var(--ibiz-font-weight-bold); +} +.road-map-view .time-line-right--description { + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} +.road-map-view .time-line-left { + flex-grow: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: var(--ibiz-spacing-base); +} + .road-map-view .time-line-left--line { + width: 100%; + height: 4px; + display: flex; + margin: 80px 20px; + align-items: center; + justify-content: space-between; + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item { + width: 12.5%; + flex-grow: 1; + position: relative; +} +.road-map-view .time-line-left--item:last-child { + background-color: var(--ibiz-color-white); +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { + bottom: 15px; +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__content { + bottom: 54px; +} +.road-map-view .time-line-left--item__dot { + width: 12px; + height: 12px; + border-radius: 50%; + background-color: var(--ibiz-color-white); + border: 3px solid var(--ibiz-color-success-hover); +} + .road-map-view .time-line-left--item__vertical { + width: 2px; + height: 36px; + position: absolute; + transform: translateX(5px); + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item__content { + display: flex; + bottom: -70px; + cursor: pointer; + width: max-content; + position: absolute; + align-items: center; + flex-direction: column; + justify-content: center; +} +.road-map-view .time-line-left--item__caption { + width: 100%; + color: var(--ibiz-color-text-0); + font-size: var(--ibiz-font-size-regular); +} +.road-map-view .time-line-left--item__time { + width: 100%; + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} + +.road-map-view .time-line-left--item__content a { + text-decoration: unset !important; +} + .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { + padding-left: 18px; +} + + .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ + width: 76px; + text-align: center; +} + .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { + display: none; +} + .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { + padding: 10px 10px 0 10px; + background-color: transparent; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { + background-color: var(--ibiz-color-bg-1); + border-radius: 5px; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item.is-active .ibiz-control-list-item { + background-color: var(--ibiz-control-list-active-bg-color); +} + .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { + border-radius: 0; +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, +.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { + background-color: var(--ibiz-color-fill-0); + padding-bottom: 8px; +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { + padding: 10px 0; +} + + + /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ + margin: -15% 0% 0% -35%; +} */ + +/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ + position: relative; + box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); +} */ +.msg_bottom_shadow_style .msg_heard_style{ + border-bottom: 1px solid #ebebeb; +} + + .notify_field_checkbox_style .el-checkbox{ + width: 120px; +} + + + .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { + margin: 0px 0px 4px; +} + +/* .management_setting_style .ibiz-breadcrumb { + display: none !important; } */ - .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, -.common-level-average::after{ -background-color: var(--ibiz-color-primary) !important; -} - /* 圆 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -content: ''; -display: block; -width: 12px; -height: 12px; -min-width: 12px; -max-width: 12px; -margin-right: var(--ibiz-spacing-extra-tight); -border-radius: 50%; -background-color: var(--ibiz-color-fill-0); -} - /* 基础定位 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input, -.common-level-veryimportant, -.common-level-important, -.common-level-average, -.common-level-unimportant, -.common-level-unknown { -position: relative; -padding-left: var(--ibiz-spacing-base); -} -/* 圆对齐及间距 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { -display: flex; -align-items: center; -margin: 0; -padding: 0; -} -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -margin-right: var(--ibiz-spacing-base-loose); -} -.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { -height: 12px; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { -margin-left: 3px; -} - -/* 最后一个圆的定位 */ -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -position:absolute; -left:0; -} -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ -left:var(--ibiz-spacing-tight); -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -left:var(--ibiz-spacing-tight); -} -/* 编辑器弹框按钮样式 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, -.common-level-dropdown .ibiz-dropdown .el-select .el-input{ -min-height:var(--ibiz-height-control-default); -padding:0 var(--ibiz-spacing-tight); -padding-left:var(--ibiz-spacing-loose); -display:flex; -align-items:center; -border-radius:var(--ibiz-border-radius-small); -cursor:pointer; -} - .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { -min-height: 32px; -margin: 0; -} -/* 编辑态按钮 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input { -overflow: hidden; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { -display: none; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { -position: absolute; -left: 0; -margin-left: var(--ibiz-spacing-base); -border-radius: var(--ibiz-border-radius-small); -} -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { -padding: 0; -margin: 0; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { -min-width: 12px; -max-width: 12px; -box-shadow: none !important; -} - /* 移入效果 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, -.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { -background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { -background-color: var(--ibiz-color-bg-0); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { -background-color: var(--ibiz-color-primary-light-default); -} -/* 表格内样式 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { -margin-left: -4px; -} -/* 表格内文字不显示 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { -font-size: 0; -} -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { -width: 0; -height: 0; -} - /* 自适应宽度 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { -width: auto; -} -.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { - padding: 0; -} - .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, -.common-level-unknown::after, -.common-level-unknown::before, -.common-level-unknown>span::before { -background-color: transparent !important; -box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; -} - .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, -.common-level-important::after, -.common-level-important::before{ -background-color: var(--ibiz-color-primary) !important; -} - .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, -.common-level-veryimportant::after, -.common-level-veryimportant::before, -.common-level-veryimportant>span::before { -background-color: var(--ibiz-color-primary) !important; -} - .idea_tree_node_style .ibiz-panel-field--title{ - font-size: 14px; - font-weight: 600; -} -.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ - margin: 0px 0px 0px 10px; - width: 50px; - height: 30px; - border-radius: 10px; - background: #d4d4d4; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ - color: #999999; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} - .page_info_style .ibiz-form-item-container--left { - text-align: left; -} - -.page_info_style .ibiz-form-item-container__label { - text-align: left; -} - - /* 按钮样式 */ -.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_page_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .project-notice-style .ibiz-portlet-layout-content, -.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ - overflow: visible; -} -.project-notice-style .ibiz-html-custom-toolbar { - position: absolute; - top: -55px; -} -.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ - width: 44px; - } - - - /* 分组面板高度自适应 */ -.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ - height: 100% !important; -} - -/* 去掉下划线 */ -.mob_project_overview_style .ibiz-form-item-container::after{ - height: 0px; -} - .project_warning_style .ibiz-panel-container--container1 { - background-color: orange; - cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container2 { - background-color: deepskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container3 { - background-color: dodgerblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container7 { - background-color: aliceblue -} - -.project_warning_style .ibiz-panel-container--container5 { - background-color: lightskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container6 span { - color: white; -} - -.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { - font-weight: bold; - font-size: 28px; -} - -.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { - font-size: 16px; -} - - - .project_warning_style .ibiz-panel-field--overdue_ratio span { - font-size: 28px; - color: deepskyblue; - font-weight: bold; -} - -.project_warning_style .ibiz-panel-rawitem--static_text3 span { - font-size: 16px; -} - -.project_warning_style .ibiz-panel-container--page_container { - margin-top: 10px; -} - -.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { - position: relative; -} - -.project_warning_style .ibiz-panel-rawitem--static_image, -.project_warning_style .ibiz-panel-rawitem--static_image1, -.project_warning_style .ibiz-panel-rawitem--static_image2, -.project_warning_style .ibiz-panel-rawitem--static_image3 { - top: 6px; - position: absolute; - right: 22px; -} - .project_warning_style .ibiz-panel-container--container8, -.project_warning_style .ibiz-panel-container--container9, -.project_warning_style .ibiz-panel-container--container10 { - padding: 18px 15px; -} - -.project_warning_style .ibiz-panel-container--container11 { - padding: 15px 40px 15px 15px; -} - - /* 背景定位 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { -position: relative; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ -content: ''; -display: inline-block; -width: 100%; -height: 36px; -position: absolute; -top: 0; -left: 0; -z-index: 6; -background-color: var(--ibiz-color-disabled-fill); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -position: relative; -z-index: 10; -} -/* 字体样式 */ -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { -width: 100%; -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { -font-size: var(--ibiz-font-size-header-5); -color: var(--ibiz-color-text-0); -} - .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { -color: var(--ibiz-color-text-3); -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { -font-size: 0; -} -/* 设置边距 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { -margin-top: var(--ibiz-spacing-base); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -padding-top: 22px; -padding-bottom: 0px; -} - .mob_home_my_style{ - position: relative; -} -.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_home_my_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .advancedSearch .ibiz-form-group-header { - border-bottom: none; - } -.advancedSearch .ibiz-teleport-placeholder { - height: 100%; - background-color: #fbfbfb; - border-left: 1px solid #eee; -} -.advancedSearch .ibiz-control-searchbar-quick-search{ - width: 100%; - margin:0 32px; -} -.advancedSearch .ibiz-panel-view-header { - border-bottom:none; -} -.advancedSearch .ibiz-control-captionbar-caption::before{ - display:none; -} -.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { - padding: 0 32px; -} -.advancedSearch .ibiz-panel-view-content { - padding: 8px 32px 0px 32px; -} -.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ - --el-input-height:46px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { - border-radius: 4px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { - font-size:18px; - } - - .cursor_style { - cursor: pointer; + .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, +.common-level-average::after{ +background-color: var(--ibiz-color-primary) !important; +} + /* 圆 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +content: ''; +display: block; +width: 12px; +height: 12px; +min-width: 12px; +max-width: 12px; +margin-right: var(--ibiz-spacing-extra-tight); +border-radius: 50%; +background-color: var(--ibiz-color-fill-0); +} + /* 基础定位 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input, +.common-level-veryimportant, +.common-level-important, +.common-level-average, +.common-level-unimportant, +.common-level-unknown { +position: relative; +padding-left: var(--ibiz-spacing-base); +} +/* 圆对齐及间距 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { +display: flex; +align-items: center; +margin: 0; +padding: 0; +} +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +margin-right: var(--ibiz-spacing-base-loose); +} +.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { +height: 12px; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { +margin-left: 3px; +} + +/* 最后一个圆的定位 */ +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +position:absolute; +left:0; +} +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ +left:var(--ibiz-spacing-tight); +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +left:var(--ibiz-spacing-tight); +} +/* 编辑器弹框按钮样式 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, +.common-level-dropdown .ibiz-dropdown .el-select .el-input{ +min-height:var(--ibiz-height-control-default); +padding:0 var(--ibiz-spacing-tight); +padding-left:var(--ibiz-spacing-loose); +display:flex; +align-items:center; +border-radius:var(--ibiz-border-radius-small); +cursor:pointer; +} + .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { +min-height: 32px; +margin: 0; +} +/* 编辑态按钮 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input { +overflow: hidden; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { +display: none; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { +position: absolute; +left: 0; +margin-left: var(--ibiz-spacing-base); +border-radius: var(--ibiz-border-radius-small); +} +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { +padding: 0; +margin: 0; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { +min-width: 12px; +max-width: 12px; +box-shadow: none !important; +} + /* 移入效果 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, +.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { +background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { +background-color: var(--ibiz-color-bg-0); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { +background-color: var(--ibiz-color-primary-light-default); +} +/* 表格内样式 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { +margin-left: -4px; +} +/* 表格内文字不显示 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { +font-size: 0; +} +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { +width: 0; +height: 0; +} + /* 自适应宽度 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { +width: auto; +} +.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { + padding: 0; +} + .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, +.common-level-unknown::after, +.common-level-unknown::before, +.common-level-unknown>span::before { +background-color: transparent !important; +box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; +} + .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, +.common-level-important::after, +.common-level-important::before{ +background-color: var(--ibiz-color-primary) !important; +} + .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, +.common-level-veryimportant::after, +.common-level-veryimportant::before, +.common-level-veryimportant>span::before { +background-color: var(--ibiz-color-primary) !important; +} + .idea_tree_node_style .ibiz-panel-field--title{ + font-size: 14px; + font-weight: 600; +} +.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ + margin: 0px 0px 0px 10px; + width: 50px; + height: 30px; + border-radius: 10px; + background: #d4d4d4; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ + color: #999999; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} + .page_info_style .ibiz-form-item-container--left { + text-align: left; +} + +.page_info_style .ibiz-form-item-container__label { + text-align: left; +} + + /* 按钮样式 */ +.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_page_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .project-notice-style .ibiz-portlet-layout-content, +.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ + overflow: visible; +} +.project-notice-style .ibiz-html-custom-toolbar { + position: absolute; + top: -55px; +} +.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ + width: 44px; + } + + + /* 分组面板高度自适应 */ +.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ + height: 100% !important; +} + +/* 去掉下划线 */ +.mob_project_overview_style .ibiz-form-item-container::after{ + height: 0px; +} + .project_warning_style .ibiz-panel-container--container1 { + background-color: orange; + cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container2 { + background-color: deepskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container3 { + background-color: dodgerblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container7 { + background-color: aliceblue +} + +.project_warning_style .ibiz-panel-container--container5 { + background-color: lightskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container6 span { + color: white; +} + +.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { + font-weight: bold; + font-size: 28px; +} + +.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { + font-size: 16px; +} + + + .project_warning_style .ibiz-panel-field--overdue_ratio span { + font-size: 28px; + color: deepskyblue; + font-weight: bold; +} + +.project_warning_style .ibiz-panel-rawitem--static_text3 span { + font-size: 16px; +} + +.project_warning_style .ibiz-panel-container--page_container { + margin-top: 10px; +} + +.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { + position: relative; +} + +.project_warning_style .ibiz-panel-rawitem--static_image, +.project_warning_style .ibiz-panel-rawitem--static_image1, +.project_warning_style .ibiz-panel-rawitem--static_image2, +.project_warning_style .ibiz-panel-rawitem--static_image3 { + top: 6px; + position: absolute; + right: 22px; +} + .project_warning_style .ibiz-panel-container--container8, +.project_warning_style .ibiz-panel-container--container9, +.project_warning_style .ibiz-panel-container--container10 { + padding: 18px 15px; +} + +.project_warning_style .ibiz-panel-container--container11 { + padding: 15px 40px 15px 15px; +} + + /* 背景定位 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { +position: relative; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ +content: ''; +display: inline-block; +width: 100%; +height: 36px; +position: absolute; +top: 0; +left: 0; +z-index: 6; +background-color: var(--ibiz-color-disabled-fill); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +position: relative; +z-index: 10; +} +/* 字体样式 */ +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { +width: 100%; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { +font-size: var(--ibiz-font-size-header-5); +color: var(--ibiz-color-text-0); +} + .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { +color: var(--ibiz-color-text-3); +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { +font-size: 0; +} +/* 设置边距 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { +margin-top: var(--ibiz-spacing-base); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +padding-top: 22px; +padding-bottom: 0px; +} + .mob_home_my_style{ + position: relative; +} +.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_home_my_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .advancedSearch .ibiz-form-group-header { + border-bottom: none; + } +.advancedSearch .ibiz-teleport-placeholder { + height: 100%; + background-color: #fbfbfb; + border-left: 1px solid #eee; +} +.advancedSearch .ibiz-control-searchbar-quick-search{ + width: 100%; + margin:0 32px; +} +.advancedSearch .ibiz-panel-view-header { + border-bottom:none; +} +.advancedSearch .ibiz-control-captionbar-caption::before{ + display:none; +} +.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { + padding: 0 32px; +} +.advancedSearch .ibiz-panel-view-content { + padding: 8px 32px 0px 32px; +} +.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ + --el-input-height:46px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { + border-radius: 4px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { + font-size:18px; + } + + .cursor_style { + cursor: pointer; } /*** END:系统样式表 ***/ \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSSYSAPP.json b/model/PSSYSAPPS/plmweb/PSSYSAPP.json index 9c438e01c1d269ef9af6d747013d509acc1a2c2a..afdc75ff3dd7bf855bbbd95be5f6d1d82a8711d4 100644 --- a/model/PSSYSAPPS/plmweb/PSSYSAPP.json +++ b/model/PSSYSAPPS/plmweb/PSSYSAPP.json @@ -281,14 +281,6 @@ "codeName" : "idea_state", "text" : "需求状态", "value" : "idea_state" - }, { - "codeName" : "ticket_state", - "text" : "工单状态", - "value" : "ticket_state" - }, { - "codeName" : "release_stage", - "text" : "发布阶段", - "value" : "release_stage" }, { "codeName" : "idea_priority", "text" : "需求优先级", @@ -301,6 +293,58 @@ "codeName" : "idea_type", "text" : "需求类型", "value" : "idea_type" + }, { + "codeName" : "ticket_state", + "text" : "工单状态", + "value" : "ticket_state" + }, { + "codeName" : "ticket_solution", + "text" : "工单解决方案", + "value" : "ticket_solution" + }, { + "codeName" : "ticket_priority", + "text" : "工单优先级", + "value" : "ticket_priority" + }, { + "codeName" : "release_stage", + "text" : "发布阶段", + "value" : "release_stage" + }, { + "codeName" : "work_item_probability", + "text" : "工作项复现概率", + "value" : "work_item_probability" + }, { + "codeName" : "work_item_priority", + "text" : "工作项优先级", + "value" : "work_item_priority" + }, { + "codeName" : "work_item_severity", + "text" : "工作项严重程度", + "value" : "work_item_severity" + }, { + "codeName" : "work_item_risk", + "text" : "工作项风险", + "value" : "work_item_risk" + }, { + "codeName" : "work_item_category", + "text" : "工作项任务类别", + "value" : "work_item_category" + }, { + "codeName" : "test_case_type", + "text" : "测试用例类型", + "value" : "test_case_type" + }, { + "codeName" : "test_case_level", + "text" : "测试用例重要程度", + "value" : "test_case_level" + }, { + "codeName" : "test_case_test_type", + "text" : "测试用例测试类型", + "value" : "test_case_test_type" + }, { + "codeName" : "test_case_status", + "text" : "测试用例状态", + "value" : "test_case_status" } ], "enableCache" : true }, { @@ -1976,16 +2020,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__idea_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__idea_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_idea_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -2033,6 +2095,14 @@ "textCls" : "green-span", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "cacheTimeout" : 1000, @@ -2098,6 +2168,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__idea_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求状态", "getPSAppDEDataSet" : { "modelref" : true, @@ -2183,32 +2258,6 @@ "codeName" : "id" }, "enableCache" : true - }, { - "cacheTimeout" : 1000, - "codeListTag" : "ProdMgmt__product_customer", - "codeListType" : "DYNAMIC", - "codeName" : "ProdMgmt__product_customer", - "dynaInstMode" : 0, - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__product_customer.json", - "emptyText" : "未定义", - "name" : "产品客户", - "getPSAppDEDataSet" : { - "modelref" : true, - "id" : "fetch_normal" - }, - "getPSAppDataEntity" : { - "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/customer.json" - }, - "getTextPSAppDEField" : { - "name" : "NAME", - "codeName" : "name" - }, - "getValuePSAppDEField" : { - "name" : "ID", - "codeName" : "id" - }, - "enableCache" : true }, { "cacheTimeout" : 1000, "codeListTag" : "ProdMgmt__product_list", @@ -2314,16 +2363,34 @@ }, "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__solutions", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__solutions", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__solutions.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单解决方案", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_ticket_solution" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -2354,6 +2421,14 @@ "text" : "不予采纳", "value" : "70" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "ProdMgmt__test_case_advanced_search_field", @@ -2410,16 +2485,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProdMgmt__ticket_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProdMgmt__ticket_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_ticket_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -2467,6 +2560,14 @@ "textCls" : "green-span", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "cacheTimeout" : 1000, @@ -2480,6 +2581,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProdMgmt__ticket_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "工单状态", "getPSAppDEDataSet" : { "modelref" : true, @@ -2739,6 +2845,7 @@ "codeName" : "id" } }, { + "cacheTimeout" : 1000, "getClsPSAppDEField" : { "name" : "STYLE", "codeName" : "style" @@ -2753,6 +2860,11 @@ "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__cur_release_stage.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "发布所属阶段", "getPSAppDEDataSet" : { "modelref" : true, @@ -2769,7 +2881,8 @@ "getValuePSAppDEField" : { "name" : "ID", "codeName" : "id" - } + }, + "enableCache" : true }, { "cacheTimeout" : 1000, "codeListTag" : "ProjMgmt__cur_sprint", @@ -2861,16 +2974,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__demand_sources", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__demand_sources", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__demand_sources.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "需求来源", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_idea_source" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -2893,6 +3024,14 @@ "text" : "其他", "value" : "50" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "cacheTimeout" : 1000, @@ -3302,16 +3441,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__reproduction_probability", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__reproduction_probability", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__reproduction_probability.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "复现概率", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_probability" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -3330,6 +3487,14 @@ "text" : "仅出现一次", "value" : "40" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "ProjMgmt__requirement_type", @@ -3362,16 +3527,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__risk", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__risk", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__risk.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "风险", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_risk" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -3386,6 +3569,14 @@ "text" : "低", "value" : "30" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "ProjMgmt__scope_type", @@ -3466,16 +3657,34 @@ "predefinedType" : "DEMAINSTATE", "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__severity", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__severity", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__severity.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "严重程度", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_severity" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -3494,6 +3703,14 @@ "text" : "建议", "value" : "40" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "ProjMgmt__sprint_alteration_type", @@ -3578,16 +3795,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__task_category", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__task_category", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__task_category.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "任务类别", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_category" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -3622,6 +3857,14 @@ "text" : "其他", "value" : "80" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "ProjMgmt__weekday", @@ -3752,16 +3995,34 @@ }, "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "ProjMgmt__work_item_priority", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "ProjMgmt__work_item_priority", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ProjMgmt__work_item_priority.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "优先级", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_work_item_priority" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_40", @@ -3800,6 +4061,14 @@ "textCls" : "green-span", "value" : "10" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "cacheTimeout" : 1000, @@ -4031,13 +4300,35 @@ "codeName" : "id" } }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__case_state", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__case_state", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__case_state.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例状态", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_status" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" + }, "getPSCodeItems" : [ { "codeName" : "item_10", "getPSSysCss" : { @@ -4063,6 +4354,14 @@ "textCls" : "grey-span", "value" : "30" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "cacheTimeout" : 1000, @@ -4602,16 +4901,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_level", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_level", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_level.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例重要程度", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_importance_level" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "p0", @@ -4634,6 +4951,14 @@ "text" : "P4", "value" : "P4" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "TestMgmt__test_case_state", @@ -4698,16 +5023,34 @@ } ], "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_test_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_test_type", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_test_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "测试类型", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_test_type" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "automation", @@ -4718,18 +5061,44 @@ "text" : "手动", "value" : "manual" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { + "cacheTimeout" : 1000, + "getClsPSAppDEField" : { + "name" : "STYLE", + "codeName" : "style" + }, "codeListTag" : "TestMgmt__test_case_type", - "codeListType" : "STATIC", + "codeListType" : "DYNAMIC", "codeName" : "TestMgmt__test_case_type", + "getColorPSAppDEField" : { + "name" : "COLOR", + "codeName" : "color" + }, "dynaInstMode" : 0, "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/TestMgmt__test_case_type.json", "emptyText" : "未定义", + "minorSortDir" : "ASC", + "getMinorSortPSAppDEField" : { + "name" : "SEQUENCE", + "codeName" : "sequence" + }, "name" : "用例类型", + "getPSAppDEDataSet" : { + "modelref" : true, + "id" : "fetch_test_case_type" + }, "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/dictionary_data.json" }, "getPSCodeItems" : [ { "codeName" : "item_10", @@ -4768,6 +5137,14 @@ "text" : "其他", "value" : "90" } ], + "getTextPSAppDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "getValuePSAppDEField" : { + "name" : "VAL", + "codeName" : "val" + }, "enableCache" : true }, { "codeListTag" : "TestMgmt__test_plan", @@ -7107,6 +7484,54 @@ "value" : "5" } ], "enableCache" : true + }, { + "codeListTag" : "test_case_dictionary", + "codeListType" : "STATIC", + "codeName" : "test_case_dictionary", + "dynaInstMode" : 0, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/test_case_dictionary.json", + "emptyText" : "未定义", + "name" : "测试用例字典", + "getPSCodeItems" : [ { + "codeName" : "test_case_type", + "text" : "测试用例类型", + "value" : "test_case_type" + }, { + "codeName" : "test_case_level", + "text" : "测试用例重要程度", + "value" : "test_case_level" + }, { + "codeName" : "test_case_test_type", + "text" : "测试用例测试类型", + "value" : "test_case_test_type" + }, { + "codeName" : "test_case_status", + "text" : "测试用例状态", + "value" : "test_case_status" + } ], + "enableCache" : true + }, { + "codeListTag" : "ticket_dictionary", + "codeListType" : "STATIC", + "codeName" : "ticket_dictionary", + "dynaInstMode" : 0, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/ticket_dictionary.json", + "emptyText" : "未定义", + "name" : "工单字典", + "getPSCodeItems" : [ { + "codeName" : "ticket_status", + "text" : "工单状态", + "value" : "ticket_status" + }, { + "codeName" : "ticket_solution", + "text" : "工单解决方案", + "value" : "ticket_solution" + }, { + "codeName" : "ticket_priority", + "text" : "工单优先级", + "value" : "ticket_priority" + } ], + "enableCache" : true }, { "codeListTag" : "visibility", "codeListType" : "STATIC", @@ -7127,6 +7552,36 @@ "value" : "public" } ], "enableCache" : true + }, { + "codeListTag" : "work_item_dictionary", + "codeListType" : "STATIC", + "codeName" : "work_item_dictionary", + "dynaInstMode" : 0, + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPCODELISTS/work_item_dictionary.json", + "emptyText" : "未定义", + "name" : "工作项字典", + "getPSCodeItems" : [ { + "codeName" : "work_item_probability", + "text" : "工作项复现概率", + "value" : "work_item_probability" + }, { + "codeName" : "work_item_priority", + "text" : "工作项优先级", + "value" : "work_item_priority" + }, { + "codeName" : "work_item_severity", + "text" : "工作项严重程度", + "value" : "work_item_severity" + }, { + "codeName" : "work_item_risk", + "text" : "工作项风险", + "value" : "work_item_risk" + }, { + "codeName" : "work_item_category", + "text" : "工作项任务类别", + "value" : "work_item_category" + } ], + "enableCache" : true } ], "getAllPSAppCounters" : [ { "modelref" : true, @@ -8715,6 +9170,28 @@ "codeName" : "scope_id" }, "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "guidelines", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "guideline", + "minorDEName" : "GUIDELINE", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/guideline.json" + }, + "name" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID", + "getParentPSAppDEField" : { + "name" : "SCOPE_ID", + "codeName" : "scope_id" + }, + "rSMode" : 2 }, { "actionRSMode" : 1, "codeName" : "idea_templates", @@ -9343,6 +9820,50 @@ "codeName" : "project_id" }, "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review", + "majorDEName" : "REVIEW", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "review_content_ideas", + "dataRSMode" : 0, + "majorDECodeName" : "review_wizard", + "majorDEName" : "REVIEW_WIZARD", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review_wizard.json" + }, + "minorDECodeName" : "REVIEW_CONTENT_IDEA", + "minorDEName" : "REVIEW_CONTENT_IDEA", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 }, { "actionRSMode" : 1, "codeName" : "review_contents", @@ -9453,6 +9974,28 @@ "codeName" : "library_id" }, "rSMode" : 2 + }, { + "actionRSMode" : 1, + "codeName" : "reviews", + "dataRSMode" : 0, + "majorDECodeName" : "product", + "majorDEName" : "PRODUCT", + "getMajorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/product.json" + }, + "minorDECodeName" : "review", + "minorDEName" : "REVIEW", + "getMinorPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/review.json" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getParentPSAppDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "rSMode" : 2 }, { "actionRSMode" : 1, "codeName" : "role_members", @@ -12146,6 +12689,11 @@ "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/SysEmployee.json", "name" : "SYS_EMP", "codeName" : "SysEmployee" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/REVIEW_CONTENT_IDEA.json", + "name" : "REVIEW_CONTENT_IDEA", + "codeName" : "REVIEW_CONTENT_IDEA" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/organization.json", @@ -13661,7 +14209,7 @@ "pluginCode" : "COMMENT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizHtmlComment", - "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.205", + "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.215", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -13774,7 +14322,7 @@ "pluginCode" : "PERSON_SELECT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizPersonelSelect", - "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.204", + "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.206", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -13940,7 +14488,7 @@ "pluginCode" : "CHECKBOX_GRID", "pluginType" : "GRID_RENDER", "rTObjectName" : "IBizCheckboxGrid", - "rTObjectRepo" : "@ibiz-template-plugin/checkbox-grid@0.0.3-alpha.111", + "rTObjectRepo" : "@ibiz-template-plugin/checkbox-grid@0.0.3-alpha.211", "refMode" : "CONTROL", "refTag" : "GRID", "runtimeObject" : true @@ -14421,7 +14969,7 @@ "pluginCode" : "COMMENT_ITEM", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizCommentItemRawItem", - "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.139", + "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.209", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -48363,18 +48911,6 @@ "position" : "TOP" } ], "uniqueTag" : "UsrVMGroup1024293256" - }, { - "codeName" : "UsrVMGroup0418070574", - "name" : "工单配置状态管理配置消息", - "getPSAppViewMsgGroupDetails" : [ { - "name" : "工单配置状态管理配置消息", - "getPSAppViewMsg" : { - "modelref" : true, - "id" : "UsrViewMsg0418342807" - }, - "position" : "TOP" - } ], - "uniqueTag" : "UsrVMGroup0418070574" }, { "codeName" : "UsrVMGroup1022124509", "name" : "需求设置提示消息组", @@ -48423,6 +48959,30 @@ "position" : "BODY" } ], "uniqueTag" : "UsrVMGroup0419511397" + }, { + "codeName" : "test_caseUsrVMGroup", + "name" : "自定义测试用例的数据字典", + "getPSAppViewMsgGroupDetails" : [ { + "name" : "自定义测试用例的数据字典", + "getPSAppViewMsg" : { + "modelref" : true, + "id" : "test_case_dicitonary_message" + }, + "position" : "TOP" + } ], + "uniqueTag" : "test_caseUsrVMGroup" + }, { + "codeName" : "ideaUsrVMGroup", + "name" : "自定义需求的数据字典", + "getPSAppViewMsgGroupDetails" : [ { + "name" : "自定义需求的数据字典", + "getPSAppViewMsg" : { + "modelref" : true, + "id" : "idea_dicitonary_message" + }, + "position" : "TOP" + } ], + "uniqueTag" : "ideaUsrVMGroup" }, { "codeName" : "UsrVMGroup0514237398", "name" : "配置中心评审配置消息", @@ -48507,6 +49067,18 @@ "position" : "TOP" } ], "uniqueTag" : "UsrVMGroup0715319095" + }, { + "codeName" : "ticketUsrVMGroup", + "name" : "自定义工单的数据字典", + "getPSAppViewMsgGroupDetails" : [ { + "name" : "自定义工单的数据字典", + "getPSAppViewMsg" : { + "modelref" : true, + "id" : "ticket_dicitonary_message" + }, + "position" : "TOP" + } ], + "uniqueTag" : "ticketUsrVMGroup" }, { "codeName" : "UsrVMGroup0715595933", "name" : "维度配置", @@ -48531,6 +49103,18 @@ "position" : "TOP" } ], "uniqueTag" : "UsrVMGroup1022146691" + }, { + "codeName" : "work_itemUsrVMGroup", + "name" : "自定义工作项的数据字典", + "getPSAppViewMsgGroupDetails" : [ { + "name" : "自定义工作项的数据字典", + "getPSAppViewMsg" : { + "modelref" : true, + "id" : "work_item_dicitonary_message" + }, + "position" : "TOP" + } ], + "uniqueTag" : "work_itemUsrVMGroup" }, { "codeName" : "UsrVMGroup0528755845", "name" : "移动页面提示消息组", @@ -48627,18 +49211,6 @@ "position" : "TOP" } ], "uniqueTag" : "UsrVMGroup0419846925" - }, { - "codeName" : "UsrVMGroup0418749588", - "name" : "需求配置状态管理配置消息", - "getPSAppViewMsgGroupDetails" : [ { - "name" : "需求配置状态管理配置消息", - "getPSAppViewMsg" : { - "modelref" : true, - "id" : "UsrViewMsg0418422846" - }, - "position" : "TOP" - } ], - "uniqueTag" : "UsrVMGroup0418749588" }, { "codeName" : "UsrVMGroup0507774593", "name" : "通知配置消息", @@ -54484,17 +55056,494 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1024259270", + "uniqueTag" : "UsrViewMsg1024259270", + "enableRemove" : false + }, { + "codeName" : "UsrViewMsg1024349775", + "enableMode" : "DELOGIC", + "message" : "自定义测试用例的全局扩展属性", + "messageType" : "INFO", + "name" : "测试用例全局属性配置提示", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "getPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "field_text_dynamic", + "viewFieldName" : "message" + } ], + "codeName" : "addon_setting_message_panel_show", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSPANELS/addon_setting_message_panel_show.json", + "layoutMode" : "FLEX", + "logicName" : "全局设置消息提示", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + }, + "getPSControlParam" : { + "id" : "panel" + }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "单项数据容器", + "dataRegionType" : "SINGLEDATA", + "dataSourceType" : "DELOGIC", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_singledata", + "getPSAppDELogic" : { + "modelref" : true, + "id" : "get_view_msg" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/addon.json" + }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "图片", + "contentType" : "IMAGE", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_image", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "contentType" : "IMAGE", + "name" : "static_image", + "getPSSysImage" : { + "rawContent" : "" + }, + "predefinedType" : "STATIC_IMAGE" + }, + "getPSSysImage" : { + "rawContent" : "" + }, + "showCaption" : true + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text1", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "Tips:", + "contentType" : "RAW", + "cssStyle" : "margin-left:8px\n", + "name" : "static_text1", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "Tips:", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "field_text_dynamic", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "field_text_dynamic", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "message" + } ] + } ], + "predefinedType" : "CONTAINER_SINGLEDATA" + } ], + "getPSSysCss" : { + "cssName" : "prompt_message_style" + } + } ], + "layoutPanel" : true, + "name" : "panel", + "modelid" : "b97a3ebf3241ac0144c6ef3930dffec6", + "modeltype" : "PSSYSVIEWPANEL" + }, + "position" : "TOP", + "removeMode" : 0, + "getTestPSAppDELogic" : { + "modelref" : true, + "id" : "nothing" + }, + "uniqueTag" : "UsrViewMsg1024349775", + "enableRemove" : false + }, { + "codeName" : "UsrViewMsg1024571803", + "enableMode" : "DELOGIC", + "message" : "设置当前产品中工单的扩展属性", + "messageType" : "INFO", + "name" : "产品工单属性配置提示", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + }, + "getPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "field_text_dynamic", + "viewFieldName" : "message" + } ], + "codeName" : "addon_setting_message_panel_show", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField/PSPANELS/addon_setting_message_panel_show.json", + "layoutMode" : "FLEX", + "logicName" : "全局设置消息提示", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + }, + "getPSControlParam" : { + "id" : "panel" + }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "单项数据容器", + "dataRegionType" : "SINGLEDATA", + "dataSourceType" : "DELOGIC", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_singledata", + "getPSAppDELogic" : { + "modelref" : true, + "id" : "get_view_msg" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/addon.json" + }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "图片", + "contentType" : "IMAGE", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_image", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "contentType" : "IMAGE", + "name" : "static_image", + "getPSSysImage" : { + "rawContent" : "" + }, + "predefinedType" : "STATIC_IMAGE" + }, + "getPSSysImage" : { + "rawContent" : "" + }, + "showCaption" : true + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text1", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "Tips:", + "contentType" : "RAW", + "cssStyle" : "margin-left:8px\n", + "name" : "static_text1", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "Tips:", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "field_text_dynamic", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "field_text_dynamic", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "message" + } ] + } ], + "predefinedType" : "CONTAINER_SINGLEDATA" + } ], + "getPSSysCss" : { + "cssName" : "prompt_message_style" + } + } ], + "layoutPanel" : true, + "name" : "panel", + "modelid" : "b97a3ebf3241ac0144c6ef3930dffec6", + "modeltype" : "PSSYSVIEWPANEL" + }, + "position" : "TOP", + "removeMode" : 0, + "getTestPSAppDELogic" : { + "modelref" : true, + "id" : "nothing" + }, + "uniqueTag" : "UsrViewMsg1024571803", + "enableRemove" : false + }, { + "codeName" : "UsrViewMsg10245718034", + "enableMode" : "DELOGIC", + "message" : "设置当前测试库中用例的扩展属性", + "messageType" : "INFO", + "name" : "测试用例属性配置提示", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + }, + "getPSLayoutPanel" : { + "getAllPSPanelFields" : [ { + "id" : "field_text_dynamic", + "viewFieldName" : "message" + } ], + "codeName" : "addon_setting_message_panel_show", + "controlType" : "PANEL", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField/PSPANELS/addon_setting_message_panel_show.json", + "layoutMode" : "FLEX", + "logicName" : "全局设置消息提示", + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + }, + "getPSControlParam" : { + "id" : "panel" + }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getRootPSPanelItems" : [ { + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "page_container", + "getPSLayout" : { + "dir" : "column", + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "单项数据容器", + "dataRegionType" : "SINGLEDATA", + "dataSourceType" : "DELOGIC", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container_singledata", + "getPSAppDELogic" : { + "modelref" : true, + "id" : "get_view_msg" + }, + "getPSAppDataEntity" : { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/addon.json" + }, + "getPSLayout" : { + "layout" : "FLEX" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "容器", + "itemStyle" : "DEFAULT", + "itemType" : "CONTAINER", + "name" : "container", + "getPSLayout" : { + "align" : "flex-start", + "dir" : "row", + "layout" : "FLEX", + "vAlign" : "center" + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSPanelItems" : [ { + "caption" : "图片", + "contentType" : "IMAGE", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_image", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "contentType" : "IMAGE", + "name" : "static_image", + "getPSSysImage" : { + "rawContent" : "" + }, + "predefinedType" : "STATIC_IMAGE" + }, + "getPSSysImage" : { + "rawContent" : "" + }, + "showCaption" : true + }, { + "caption" : "文本", + "contentType" : "RAW", + "itemStyle" : "DEFAULT", + "itemType" : "RAWITEM", + "name" : "static_text1", + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "getPSRawItem" : { + "caption" : "Tips:", + "contentType" : "RAW", + "cssStyle" : "margin-left:8px\n", + "name" : "static_text1", + "predefinedType" : "STATIC_TEXT", + "renderMode" : "TEXT" + }, + "rawContent" : "Tips:", + "showCaption" : true + }, { + "caption" : "文本(动态)", + "itemStyle" : "DEFAULT", + "itemType" : "FIELD", + "name" : "field_text_dynamic", + "getPSEditor" : { + "editorType" : "SPAN", + "name" : "field_text_dynamic", + "predefinedType" : "FIELD_TEXT_DYNAMIC", + "renderMode" : "TEXT_DYNAMIC", + "enableLinkView" : false + }, + "getPSLayoutPos" : { + "grow" : -1, + "layout" : "FLEX" + }, + "viewFieldName" : "message" + } ] + } ], + "predefinedType" : "CONTAINER_SINGLEDATA" + } ], + "getPSSysCss" : { + "cssName" : "prompt_message_style" + } + } ], + "layoutPanel" : true, + "name" : "panel", + "modelid" : "b97a3ebf3241ac0144c6ef3930dffec6", + "modeltype" : "PSSYSVIEWPANEL" + }, + "position" : "TOP", + "removeMode" : 0, + "getTestPSAppDELogic" : { + "modelref" : true, + "id" : "nothing" + }, + "uniqueTag" : "UsrViewMsg10245718034", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1024349775", + "codeName" : "UsrViewMsg1024686664", "enableMode" : "DELOGIC", - "message" : "自定义测试用例的全局扩展属性", + "message" : "设置当前产品中需求的扩展属性", "messageType" : "INFO", - "name" : "测试用例全局属性配置提示", + "name" : "产品需求属性配置提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" }, "getPSLayoutPanel" : { "getAllPSPanelFields" : [ { @@ -54503,12 +55552,12 @@ } ], "codeName" : "addon_setting_message_panel_show", "controlType" : "PANEL", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSPANELS/addon_setting_message_panel_show.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField/PSPANELS/addon_setting_message_panel_show.json", "layoutMode" : "FLEX", "logicName" : "全局设置消息提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" }, "getPSControlParam" : { "id" : "panel" @@ -54643,14 +55692,14 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1024349775", + "uniqueTag" : "UsrViewMsg1024686664", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1024571803", + "codeName" : "UsrViewMsg1024972521", "enableMode" : "DELOGIC", - "message" : "设置当前产品中工单的扩展属性", + "message" : "自定义工作项的全局扩展属性", "messageType" : "INFO", - "name" : "产品工单属性配置提示", + "name" : "工作项全局属性配置提示", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" @@ -54802,14 +55851,14 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1024571803", + "uniqueTag" : "UsrViewMsg1024972521", "enableRemove" : false }, { - "codeName" : "UsrViewMsg10245718034", + "codeName" : "UsrViewMsg1024972522", "enableMode" : "DELOGIC", - "message" : "设置当前测试库中用例的扩展属性", + "message" : "自定义需求的全局扩展属性", "messageType" : "INFO", - "name" : "测试用例属性配置提示", + "name" : "产品需求全局属性配置提示", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" @@ -54961,14 +56010,14 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg10245718034", + "uniqueTag" : "UsrViewMsg1024972522", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1024686664", + "codeName" : "UsrViewMsg1024972523", "enableMode" : "DELOGIC", - "message" : "设置当前产品中需求的扩展属性", + "message" : "自定义工单的全局扩展属性", "messageType" : "INFO", - "name" : "产品需求属性配置提示", + "name" : "工单全局属性配置提示", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" @@ -55120,17 +56169,17 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1024686664", + "uniqueTag" : "UsrViewMsg1024972523", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1024972521", + "codeName" : "UsrViewMsg1107728786", "enableMode" : "DELOGIC", - "message" : "自定义工作项的全局扩展属性", + "message" : "自定义项目的全局状态", "messageType" : "INFO", - "name" : "工作项全局属性配置提示", + "name" : "项目状态配置提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project_state.json" }, "getPSLayoutPanel" : { "getAllPSPanelFields" : [ { @@ -55139,12 +56188,12 @@ } ], "codeName" : "addon_setting_message_panel_show", "controlType" : "PANEL", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField/PSPANELS/addon_setting_message_panel_show.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project_state/PSPANELS/addon_setting_message_panel_show.json", "layoutMode" : "FLEX", "logicName" : "全局设置消息提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project_state.json" }, "getPSControlParam" : { "id" : "panel" @@ -55279,17 +56328,17 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1024972521", + "uniqueTag" : "UsrViewMsg1107728786", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1024972522", + "codeName" : "UsrViewMsg1108671280", "enableMode" : "DELOGIC", - "message" : "自定义需求的全局扩展属性", + "message" : "自定义需求的全局模版", "messageType" : "INFO", - "name" : "产品需求全局属性配置提示", + "name" : "全局需求模板配置提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea_template.json" }, "getPSLayoutPanel" : { "getAllPSPanelFields" : [ { @@ -55298,12 +56347,12 @@ } ], "codeName" : "addon_setting_message_panel_show", "controlType" : "PANEL", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField/PSPANELS/addon_setting_message_panel_show.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea_template/PSPANELS/addon_setting_message_panel_show.json", "layoutMode" : "FLEX", "logicName" : "全局设置消息提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea_template.json" }, "getPSControlParam" : { "id" : "panel" @@ -55438,17 +56487,17 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1024972522", + "uniqueTag" : "UsrViewMsg1108671280", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1024972523", + "codeName" : "UsrViewMsg1115389493", "enableMode" : "DELOGIC", - "message" : "自定义工单的全局扩展属性", + "message" : "未设置负责人时,默认第一位执行人为负责人", "messageType" : "INFO", - "name" : "工单全局属性配置提示", + "name" : "执行人配置提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" }, "getPSLayoutPanel" : { "getAllPSPanelFields" : [ { @@ -55457,12 +56506,12 @@ } ], "codeName" : "addon_setting_message_panel_show", "controlType" : "PANEL", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField/PSPANELS/addon_setting_message_panel_show.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSPANELS/addon_setting_message_panel_show.json", "layoutMode" : "FLEX", "logicName" : "全局设置消息提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" }, "getPSControlParam" : { "id" : "panel" @@ -55597,17 +56646,17 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1024972523", + "uniqueTag" : "UsrViewMsg1115389493", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1107728786", + "codeName" : "UsrViewMsg1119119789", "enableMode" : "DELOGIC", - "message" : "自定义项目的全局状态", + "message" : "自定义需求属性,配置需求的新建和现实视图", "messageType" : "INFO", - "name" : "项目状态配置提示", + "name" : "需求动态设计提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project_state.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" }, "getPSLayoutPanel" : { "getAllPSPanelFields" : [ { @@ -55616,12 +56665,12 @@ } ], "codeName" : "addon_setting_message_panel_show", "controlType" : "PANEL", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project_state/PSPANELS/addon_setting_message_panel_show.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSPANELS/addon_setting_message_panel_show.json", "layoutMode" : "FLEX", "logicName" : "全局设置消息提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/project_state.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" }, "getPSControlParam" : { "id" : "panel" @@ -55756,17 +56805,17 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1107728786", + "uniqueTag" : "UsrViewMsg1119119789", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1108671280", + "codeName" : "UsrViewMsg1119119799", "enableMode" : "DELOGIC", - "message" : "自定义需求的全局模版", + "message" : "自定义项目的全局扩展属性", "messageType" : "INFO", - "name" : "全局需求模板配置提示", + "name" : "项目全局属性配置提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea_template.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" }, "getPSLayoutPanel" : { "getAllPSPanelFields" : [ { @@ -55775,12 +56824,12 @@ } ], "codeName" : "addon_setting_message_panel_show", "controlType" : "PANEL", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea_template/PSPANELS/addon_setting_message_panel_show.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField/PSPANELS/addon_setting_message_panel_show.json", "layoutMode" : "FLEX", "logicName" : "全局设置消息提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea_template.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" }, "getPSControlParam" : { "id" : "panel" @@ -55915,14 +56964,14 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1108671280", + "uniqueTag" : "UsrViewMsg1119119799", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1115389493", + "codeName" : "UsrViewMsg1229723311", "enableMode" : "DELOGIC", - "message" : "未设置负责人时,默认第一位执行人为负责人", + "message" : "修改当前项目类型全局配置后,不会同步到已经开启本地配置的项目", "messageType" : "INFO", - "name" : "执行人配置提示", + "name" : "工作项全局配置提示", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" @@ -56074,14 +57123,14 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1115389493", + "uniqueTag" : "UsrViewMsg1229723311", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1119119789", + "codeName" : "idea_dicitonary_message", "enableMode" : "DELOGIC", - "message" : "自定义需求属性,配置需求的新建和现实视图", + "message" : "自定义需求的数据字典", "messageType" : "INFO", - "name" : "需求动态设计提示", + "name" : "自定义需求的数据字典", "getPSAppDataEntity" : { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" @@ -56233,17 +57282,17 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1119119789", + "uniqueTag" : "idea_dicitonary_message", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1119119799", + "codeName" : "test_case_dicitonary_message", "enableMode" : "DELOGIC", - "message" : "自定义项目的全局扩展属性", + "message" : "自定义测试用例的数据字典", "messageType" : "INFO", - "name" : "项目全局属性配置提示", + "name" : "自定义测试用例的数据字典", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" }, "getPSLayoutPanel" : { "getAllPSPanelFields" : [ { @@ -56252,12 +57301,12 @@ } ], "codeName" : "addon_setting_message_panel_show", "controlType" : "PANEL", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField/PSPANELS/addon_setting_message_panel_show.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case/PSPANELS/addon_setting_message_panel_show.json", "layoutMode" : "FLEX", "logicName" : "全局设置消息提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/PSDEField.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/test_case.json" }, "getPSControlParam" : { "id" : "panel" @@ -56392,17 +57441,17 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1119119799", + "uniqueTag" : "test_case_dicitonary_message", "enableRemove" : false }, { - "codeName" : "UsrViewMsg1229723311", + "codeName" : "ticket_dicitonary_message", "enableMode" : "DELOGIC", - "message" : "修改当前项目类型全局配置后,不会同步到已经开启本地配置的项目", + "message" : "自定义工单的数据字典", "messageType" : "INFO", - "name" : "工作项全局配置提示", + "name" : "自定义工单的数据字典", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" }, "getPSLayoutPanel" : { "getAllPSPanelFields" : [ { @@ -56411,12 +57460,12 @@ } ], "codeName" : "addon_setting_message_panel_show", "controlType" : "PANEL", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSPANELS/addon_setting_message_panel_show.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket/PSPANELS/addon_setting_message_panel_show.json", "layoutMode" : "FLEX", "logicName" : "全局设置消息提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/ticket.json" }, "getPSControlParam" : { "id" : "panel" @@ -56551,17 +57600,17 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "UsrViewMsg1229723311", + "uniqueTag" : "ticket_dicitonary_message", "enableRemove" : false }, { - "codeName" : "idea_dicitonary_message", + "codeName" : "work_item_dicitonary_message", "enableMode" : "DELOGIC", - "message" : "自定义需求的数据字典", + "message" : "自定义工作项的数据字典", "messageType" : "INFO", - "name" : "自定义需求的数据字典", + "name" : "自定义工作项的数据字典", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" }, "getPSLayoutPanel" : { "getAllPSPanelFields" : [ { @@ -56570,12 +57619,12 @@ } ], "codeName" : "addon_setting_message_panel_show", "controlType" : "PANEL", - "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea/PSPANELS/addon_setting_message_panel_show.json", + "dynaModelFilePath" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item/PSPANELS/addon_setting_message_panel_show.json", "layoutMode" : "FLEX", "logicName" : "全局设置消息提示", "getPSAppDataEntity" : { "modelref" : true, - "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/idea.json" + "path" : "PSSYSAPPS/plmweb/PSAPPDATAENTITIES/work_item.json" }, "getPSControlParam" : { "id" : "panel" @@ -56710,7 +57759,7 @@ "modelref" : true, "id" : "nothing" }, - "uniqueTag" : "idea_dicitonary_message", + "uniqueTag" : "work_item_dicitonary_message", "enableRemove" : false } ], "getAllPSAppViews" : [ { @@ -58601,6 +59650,13 @@ "resource" : "review", "view" : "main_view", "name" : "reviewmain_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_create_view.json", + "viewType" : "DEOPTVIEW", + "resource" : "dictionary_data", + "view" : "test_case_dictionary_create_view", + "name" : "dictionary_datatest_case_dictionary_create_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_set_category_option_view.json", @@ -58789,6 +59845,13 @@ "resource" : "workload", "view" : "project_grid_view", "name" : "workloadproject_grid_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/customer_customer_pick_up_tree_view.json", + "viewType" : "DEPICKUPTREEVIEW", + "resource" : "customer", + "view" : "customer_pick_up_tree_view", + "name" : "customercustomer_pick_up_tree_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/run_run_re_run_history_edit_view.json", @@ -59152,6 +60215,13 @@ "resource" : "dictionary_data", "view" : "ticket_state_grid_view", "name" : "dictionary_dataticket_state_grid_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_create_view.json", + "viewType" : "DEOPTVIEW", + "resource" : "dictionary_data", + "view" : "work_item_dictionary_create_view", + "name" : "dictionary_datawork_item_dictionary_create_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_recycle_bin_grid_view.json", @@ -59495,6 +60565,13 @@ "resource" : "discuss_post", "view" : "tree_exp_view", "name" : "discuss_posttree_exp_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_main_view.json", + "viewType" : "DEEDITVIEW", + "resource" : "review", + "view" : "idea_main_view", + "name" : "reviewidea_main_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/insight_report_edit_view.json", @@ -59601,6 +60678,13 @@ "resource" : "addon", "view" : "space_setting_grid_view", "name" : "addonspace_setting_grid_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_edit_view.json", + "viewType" : "DEEDITVIEW", + "resource" : "REVIEW_CONTENT_IDEA", + "view" : "EditView", + "name" : "review_content_ideaEditView" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_version_comparison_view.json", @@ -59811,6 +60895,13 @@ "resource" : "library", "view" : "quick_create_view", "name" : "libraryquick_create_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_create_view.json", + "viewType" : "DEOPTVIEW", + "resource" : "dictionary_data", + "view" : "ticket_dictionary_create_view", + "name" : "dictionary_dataticket_dictionary_create_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/insight_view_pickup_grid_view.json", @@ -60056,6 +61147,13 @@ "resource" : "test_plan", "view" : "release_relation_grid_view", "name" : "test_planrelease_relation_grid_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_test_case_dictionary_grid_view.json", + "viewType" : "DEGRIDVIEW", + "resource" : "dictionary_data", + "view" : "test_case_dictionary_grid_view", + "name" : "dictionary_datatest_case_dictionary_grid_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_account_tab_exp_view.json", @@ -60586,6 +61684,13 @@ "resource" : "article_page", "view" : "upload_icon_option_view", "name" : "article_pageupload_icon_option_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_set_result_edit_view.json", + "viewType" : "DEEDITVIEW", + "resource" : "review_content", + "view" : "idea_set_result_edit_view", + "name" : "review_contentidea_set_result_edit_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/user_pick_up_view.json", @@ -60858,6 +61963,13 @@ "resource" : "relation", "view" : "test_case_re_idea_grid_view", "name" : "relationtest_case_re_idea_grid_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/guideline_product_all_grid_view.json", + "viewType" : "DEGRIDVIEW", + "resource" : "guideline", + "view" : "product_all_grid_view", + "name" : "guidelineproduct_all_grid_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/project_state_grid_view.json", @@ -61047,6 +62159,13 @@ "resource" : "work_item", "view" : "work_item_grid_parts", "name" : "work_itemwork_item_grid_parts" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_redirect_view.json", + "viewType" : "DEREDIRECTVIEW", + "resource" : "REVIEW_CONTENT_IDEA", + "view" : "RedirectView", + "name" : "review_content_ideaRedirectView" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/role_grid_view.json", @@ -62110,6 +63229,13 @@ "resource" : "discuss_post", "view" : "main_view", "name" : "discuss_postmain_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_not_add_pick_up_grid_view_review.json", + "viewType" : "DEPICKUPGRIDVIEW", + "resource" : "idea", + "view" : "not_add_pick_up_grid_view_review", + "name" : "ideanot_add_pick_up_grid_view_review" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/work_item_burn_out_custom_view.json", @@ -62538,6 +63664,13 @@ "resource" : "work_item", "view" : "change_parent_pick_up_grid_view", "name" : "work_itemchange_parent_pick_up_grid_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_grid_view_all.json", + "viewType" : "DEGRIDVIEW", + "resource" : "review_content", + "view" : "idea_grid_view_all", + "name" : "review_contentidea_grid_view_all" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/insight_redirect_view.json", @@ -62587,6 +63720,13 @@ "resource" : "ticket", "view" : "dyna_tab_exp_view", "name" : "ticketdyna_tab_exp_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_ticket_dictionary_grid_view.json", + "viewType" : "DEGRIDVIEW", + "resource" : "dictionary_data", + "view" : "ticket_dictionary_grid_view", + "name" : "dictionary_dataticket_dictionary_grid_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/product_archived_grid_view.json", @@ -63631,6 +64771,13 @@ "path" : "PSSYSAPPS/plmweb/PSAPPINDEXVIEWS/app_index_view.json", "viewType" : "APPINDEXVIEW", "view" : "app_index_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/dictionary_data_work_item_dictionary_grid_view.json", + "viewType" : "DEGRIDVIEW", + "resource" : "dictionary_data", + "view" : "work_item_dictionary_grid_view", + "name" : "dictionary_datawork_item_dictionary_grid_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/relation_work_item_re_ticket_list_view.json", @@ -64510,6 +65657,13 @@ "resource" : "run_history", "view" : "re_run_edit_view", "name" : "run_historyre_run_edit_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_idea_set_category_option_view.json", + "viewType" : "DEOPTVIEW", + "resource" : "review", + "view" : "idea_set_category_option_view", + "name" : "reviewidea_set_category_option_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/test_case_mpick_up_view2_review.json", @@ -64756,6 +65910,13 @@ "resource" : "project", "view" : "property_edit_view", "name" : "projectproperty_edit_view" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_under_review_grid_view.json", + "viewType" : "DEGRIDVIEW", + "resource" : "REVIEW_CONTENT_IDEA", + "view" : "under_review_grid_view", + "name" : "review_content_ideaunder_review_grid_view" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_template_edit_view.json", @@ -65670,6 +66831,13 @@ "resource" : "workload_type", "view" : "pick_up_view", "name" : "workload_typePickupView" + }, { + "modelref" : true, + "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/review_content_idea_no_grid_view_all.json", + "viewType" : "DEGRIDVIEW", + "resource" : "review_content", + "view" : "idea_no_grid_view_all", + "name" : "review_contentidea_no_grid_view_all" }, { "modelref" : true, "path" : "PSSYSAPPS/plmweb/PSAPPDEVIEWS/idea_tree_exp_view.json", @@ -65987,7 +67155,7 @@ "dynaSysMode" : 1, "engineVer" : 240, "name" : "桌面端", - "pFStyle" : "VUE_R7__5D0656BD-BE4E-406D-AEB4-EC681AD9BA15", + "pFStyle" : "VUE_R7_EMPTY", "pFType" : "VUE_R7", "pKGCodeName" : "plmweb", "serviceCodeName" : "plmweb", @@ -166671,6 +167839,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "kanban_work_item_import_data", "uIActionType" : "DEUIACTION", @@ -172491,7 +173665,7 @@ "name" : "删除计划", "getPSAppDEMethod" : { "modelref" : true, - "id" : "remove" + "id" : "delete" }, "getPSAppDataEntity" : { "modelref" : true, @@ -172600,6 +173774,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_backlog_import_data", "uIActionType" : "DEUIACTION", @@ -172629,6 +173809,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_bug_import_data", "uIActionType" : "DEUIACTION", @@ -172658,6 +173844,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "scrum_upload", "uIActionType" : "DEUIACTION", @@ -173624,6 +174816,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_upload_back", "uIActionType" : "DEUIACTION", @@ -173653,6 +174851,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_upload_bug", "uIActionType" : "DEUIACTION", @@ -173682,6 +174886,12 @@ "modelref" : true, "id" : "SUBDATA" }, + "getPSNavigateParams" : [ { + "key" : "project_id", + "name" : "project_id", + "value" : "project", + "rawValue" : false + } ], "uIActionMode" : "FRONT", "uIActionTag" : "waterfall_work_item_import_data", "uIActionType" : "DEUIACTION", diff --git a/model/PSSYSAPPS/plmweb/PSSYSAPP.json.css b/model/PSSYSAPPS/plmweb/PSSYSAPP.json.css index 1a8d68b45badf9d66546f546f3bf3dd8b10935de..59636e4bfd628f08fb2a21a49c79e0f037713c0d 100644 --- a/model/PSSYSAPPS/plmweb/PSSYSAPP.json.css +++ b/model/PSSYSAPPS/plmweb/PSSYSAPP.json.css @@ -1,5788 +1,5795 @@ /*** START:系统样式表 ***/ - .drbar-ex-underline { -border-bottom: 1px solid var(--ibiz-color-border); -} - -/* drbar头部样式 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { -padding: 8px 0px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { -margin-left: 4px; -} -.drbar-ex-underline .ibiz-panel-container--container { -padding-right: 4px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ -border: none; -} - -/* 图标居中 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, -.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { -margin: 0; -} - .editview2-menu .ibiz-control-drbar__menu { - padding: 8px 16px; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { - width: 100%; - height: 48px; - padding-left: 8px !important; - pointer-events: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { - color: #888d91; -} -.editview2-menu - .ibiz-control-drbar__menu - .el-sub-menu__title - .el-sub-menu__icon-arrow { - display: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { - background: 0 0; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item { - height: 32px; - padding: 0; - padding-left: 24px; - border-radius: 4px; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item:hover { - background: var(--ibiz-color-bg-0); -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item.is-active { - color: #557da5; - background: #d9ecff; -} - - .html-readonly-bg-white .ibiz-html .w-e-scroll { - background-color: var(--ibiz-color-bg-0); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { - background-color: var(--ibiz-color-bg-1); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { - background-color: var(--ibiz-color-bg-1); -} - - .pc_login_style .ibiz-panel-container-image{ - min-height: 100%; - min-width: 100%; - background-size: cover; - background-attachment: fixed; -} -.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ - width: 100%; - height: 100%; -} -.pc_login_style .ibiz-panel-container--container9{ - margin: 3vw 0px 0px 3vw; -} -.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container1 { - position: absolute; - right: 7vw; - height: 60vh; - min-width: 400px; - width: 27vw; - border-radius: 1vw; - box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); - margin-bottom: 80px; - background: white; - margin-top: 8vh; -} -.pc_login_style .ibiz-panel-field--auth_userid { - height: 5vh; -} -.pc_login_style .ibiz-panel-field--auth_password{ - height: 5vh; -} - - .pc_login_style .ibiz-panel-container--container5{ - height: 100% !important; - padding: 5vh 3vh 0vh 3vh !important; -} -.pc_login_style .ibiz-panel-container--container_4{ - height: 15vh; - margin: 4vh 0px 0px 0px; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ - font-size: 3vh; - color: #41c1f7; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ - margin-top: 3vh; - background-color: #42b1ff; - height: 4vh; - font-size: 1.8vh; -} -.pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 1vw; -} -.pc_login_style .el-input__inner{ - font-size: 1.25vh; -} -.pc_login_style .el-checkbox__label{ - font-size: 1vh; -} - .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ - overflow: hidden !important; -} - - .pc_login_style .ibiz-panel-container--container_switch{ - position: absolute; - height: 50% !important; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ - width: 20vh; - height: 20vh; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ - display: none; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ - font-size: 2vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ - color: #595959; - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, -.pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 100%; -} - -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { - background-color: unset !important; -} - -.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 10vh; - height: 10vh; - max-width: 256px !important; - max-height: 256px !important; - min-width: 84px !important; - min-height: 84px !important; -} - -.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container1 { - min-height: 500px; -} - -@media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, - .pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 84px; - } - .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 84px; - height: 84px; - } - - .pc_login_style .ibiz-panel-container--container_4 { - height: 125px; - margin-top: 32px; - } - - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { - font-size: 25px; - font-weight: 600; - } - -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { - font-size: 25px; - font-weight: 600; - color: #41c1f7; - } - - .pc_login_style .ibiz-panel-container--container5 { - height: 100% !important; - padding: 41.5px 24.9px 0px 24.9px !important; - } - - .pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 14.4px; - } - - .pc_login_style .ibiz-panel-field--auth_userid, - .pc_login_style .ibiz-panel-field--auth_password { - height: 41.5px; - } - - .pc_login_style .el-input__inner { - font-size: 10.375px; - } - - .pc_login_style .el-checkbox__label { - font-size: 8.3px; - } - - .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { - margin-top: 24.9px; - background-color: #42b1ff; - height: 33.2px; - font-size: 14.9px; - } -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { - width: 164px; - height: 164px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { - font-size: 16.4px; - font-weight: 600; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { - color: #595959; - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { - font-size: 25px; - font-weight: 600; - } -} - .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ - font-size: 16px; - margin-top: 3px; -} - /* 表单分组标题 */ -.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { - font-size: 16px; - color: var(--ibiz-color-disabled-text); -} -/* 表单分页样式(padding、导航栏标题) */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { - padding: 0 11px 0 13px; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { - font-size: 14px; -} -/* 两侧滚动条 */ -.main-info-common-view .ibiz-control-form { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { - height: 100%; - overflow: auto scroll; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { - height: auto; -} - - /* 主信息编辑视图通用计数器样式 */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - top: 50%; -} - /* 表单标题 使用多行文本时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { - font-size: var(--ibiz-font-size-header-3); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { - line-height: var(--ibiz-editor-default-line-height); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { - height: 100%; - padding: 0; -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { - padding-top: 5px; - padding-bottom: 5px; -} -/* 只读时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { - font-size: var(--ibiz-font-size-header-3); - padding: 5px 11px; - height: 100%; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { - padding: 0 11px; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { - padding: 0 11px; -} - - .main-info-common-view .ibiz-panel-view-content--view_content { - padding-top: 0; -} - -.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} - -.main-info-common-view - .ibiz-grid-container--container_view_bottom - .ibiz-panel-container--container1 { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} -.main-info-common-view .ibiz-control-form { - padding-bottom: 0; - margin-bottom: var(--ibiz-spacing-tright); -} -/* 评审列表视图背景颜色 */ -.main-info-common-view .ibiz-view.ibiz-view-delistview { - background-color: transparent; -} - - -.main-info-common-view .ibiz-grid-container--container_view_bottom { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { - position: relative; - z-index: 998; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { - position: absolute; - padding: 6px 8px 8px 8px; - top: -269px; - background-color: var(--ibiz-color-bg-1); -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { - top: 0; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { - z-index: 999; -} - .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ - padding-left: 5px; - padding-right: 5px; -} -/* 客户沟通单独处理 */ -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { - top: -292px !important; -} - .main-info-common-view .ibiz-dropdown:has(.green-span), -.main-info-common-view .ibiz-dropdown:has(.blue-span), -.main-info-common-view .ibiz-dropdown:has(.orange-span), -.main-info-common-view .ibiz-dropdown:has(.red-span) { -min-height: var(--ibiz-form-item-container-line-height); -display: flex; -align-items: center; -} - .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { - background: transparent; -} - /* 富文本工具栏定位 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ - transform: translateY(-100%); - padding-top: 35px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -/* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} - - /* 表单标题 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { - font-size: var(--ibiz-font-size-header-3); - color: var(--ibiz-color-text-0); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input { - height: var(--ibiz-height-control-default); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { - min-height: calc(var(--ibiz-height-control-default) - 2px); - height: calc(var(--ibiz-height-control-default) - 2px); -} - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ - overflow: visible; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 隐藏滚动条 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.main-info-common-view .ibiz-form-group--executors_container{ - position: relative; -} - -.main-info-common-view .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.main-info-common-view .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - -.main-info-common-view .ibiz-checkbox.is-show-default, -.main-info-common-view .el-checkbox.is-disabled { - padding: 1px 0px 0px 9px !important; -} - -.main-info-common-view .ibiz-attention--readonly.is-show-default { - margin: 1.6px; -} -.main-info-common-view .ibiz-control-edit-form { - padding: 0; -} - - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 左对齐 */ -.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { - float: left; -} - /* 上下对齐 */ -.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { - padding: 0 11px; -} - /* 折叠分组样式1 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { - position: relative; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { - width: auto; - height: auto; - position: absolute; - top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { - width: auto; - height: auto; - position: absolute; - top: 0; - right: 34px; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { - position: initial; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { - display: block; -} - /* 折叠分组样式2 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { - display: none; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { - padding: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { - padding-top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { - border-left: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { - border: none; -} - - /* 折叠分组样式3 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { - margin: 0 8px; - padding-right: 8px; - border: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} -/* 评论容器取消发送按钮位置 */ -.main-info-common-view .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 0; -} -.main-info-common-view .ibiz-panel-button--comment__cancel { - right: 76px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { -background-color: initial; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { -padding: 0 10px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { -background-color: var(--ibiz-color-fill-0); -border-radius: 18px; -padding: 0 12px; -line-height: 24px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { -background-color: var(--ibiz-color-fill-2); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { -color: var(--ibiz-form-tab-panel-text-color); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ -background-color: var(--ibiz-color-primary-active); -color: var(--ibiz-color-primary-active-text); -} - .main-info-common-view .ibiz-grid-container--container_view_bottom > div { -height: 100%; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { -min-height: 48px; -} -.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { -position: static; -} -.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { -width: calc(100% - 4px); -min-height: 48px; -padding-right: 32px; -position: absolute; -top: 0; -} -/* 时间范围宽度 */ -.main-info-common-view .ibiz-date-range-picker { -max-width: 250px; -} - - .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { - background-color: rgb(74 129 199 / 60%) !important; -} - .second_dev_tab_style .ibiz-panel-view-content { - overflow: hidden !important; - padding: 0 !important; -} - .codelist-only-icon { - display: flex; - align-items: center; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item { - font-size: 0; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { - font-size: var(--ibiz-form-item-font-size); -} - .dashboard_container > div { - border: 0 !important; - overflow: hidden !important; -} - .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: var(--ibiz-width-icon-large); - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: var(--ibiz-border-radius-extra-small); - transform: translateY(-50%); -} - -.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { - margin-left: 16px; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ - padding-top: 0px !important; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ - padding-top: 0px !important; -} - .board_title_style{ - margin: 10px 10px 25px 10px; - width: 300px; - height: 35px; -} - -.board_title_style .el-input__wrapper { - font-size: 20px; - font-weight: 600; -} - .dashboard_repair_style .ibiz-panel-field--total span { - display: flex; - align-items: center; -} - .recentcustom_dashboard_view_style .ibiz-portlet-layout { - --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { - border: 1px solid var(--ibiz-color-border); - border-bottom: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { - padding-bottom: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); - /* border-top: none; */ -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { - padding: 0; - overflow: hidden; - border: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { - position: relative; - padding-right: 0; - padding-left: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - right: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { - position: relative; -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - position: absolute; - top: 0; - width: 0; - height: 102px; - content: ""; - border-left: 1px solid var(--ibiz-color-border); -} - .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ - font-size: 16px; -} - -/* 分组树更多图标 */ -.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { -font-size: 16px; -} - /* 文本框 */ -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - border: 0px solid #e8e8e9; - border-radius: 3px; - padding: 1px 15px; - height: 50px; - padding-top: 12px; -} - -/* 按钮 */ -.dependency_style .el-select .el-input { - display: flex; - height: 50px; -} - -/* 溢出控制 */ -.dependency_style .ibiz-panel-field .ibiz-panel-field-content { - line-height: inherit; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; -} - -/* 控制不显示滚动条 */ -.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { - overflow: hidden; -} - -/* 隐藏显示横线 */ -.dependency_style .el-collapse-item__header{ - border-bottom: none; -} - -/* 控制边距 */ -.dependency_style .el-collapse-item__content { - padding-bottom: 2px; -} - .dependency_style{ - overflow: hidden; -} - -.dependency_style .el-collapse{ - border-bottom: none; -} - -.dependency_style .el-collapse-item__wrap { - border-bottom: none; -} - -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; -} - -/* 悬浮色 */ -.dependency_style .ibiz-panel-container--container2:hover, -.dependency_style .ibiz-panel-container--container3:hover { - border-color: #6994be; - border: 1px solid #6994be -} - .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} - .ibiz-control-grid{ - --ibiz-control-grid-scrollbar-width: 8px; -} - .fullscreen .ibiz-form-group--grouppanel1 { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .ibiz-form-item-container__content { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-item-container__editor { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel2 { - display: none; -} - - .fullscreen .ibiz-rawitem.ibiz-form-raw-item { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel_attachments_grid { - display: flex; - flex-flow: column nowrap; - place-content: center center; - align-items: center; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-header { - width: 80%; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__content { - display: block; - flex-flow: unset; - place-content: unset; - align-items: unset; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__editor { - max-width: 100%; -} - .shared_simple_view_style .ibiz-panel-view-content--view_content{ - padding: 0; -} - -.shared_simple_view_style .ibiz-panel-view-content{ - width: 75%; -} -.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ - background-color:white; -} -.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ - background-color: #f9f9f9; -} - .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { - padding: 0; -} - .shared_link_top{ - height: 52px; - border-bottom: 1px solid #eee; - background-color: #FFF; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ - height: 52px; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { - display: block; - font-size: 18px; - font-weight: 500; - color: #333; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; -} -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { - color: #ddd; -} - .shared_setting_style .ibiz-form-item--enable_password{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--enable_expiration{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--subset_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--is_shared_subset{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--pwd_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--expiration_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--access_password{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--expiration_date{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--shared_page_url{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-button--copy_page_url{ - padding-top: 0; -} - - - .mob_attention_title_style.ibiz-panel-field { -display: flex; -align-items: center; -height: 100%; -} -.mob_attention_title_style.ibiz-panel-field .ibiz-span { -height: var(--ibiz-font-size-header-5); -padding: 0 0.375rem; -margin-left: var(--ibiz-spacing-tight); -font-size: 0.7rem; -color: var(--ibiz-color-text-2); -background-color: var(--ibiz-color-border); -border-radius: var(--ibiz-font-size-header-5); -} - .relation_recent_style{ - line-height: normal; -} - -/* 控制项标题文字过多导致的样式异常 */ -.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; - max-width: 1460px; -} - .tab_tree_panel_style .ibiz-tab-group-select-tree{ - padding-left: 0px !important; -} - .tab-exp-select{ - border-right: 1px solid #e9e9e9; -} - .ibiz-panel-container--view_tabexppanel .el-tabs__item { - height: 64px; -} -.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { - font-size: 16px; -} -.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ - font-size: 16px; -} -/* 分页导航视图padding */ -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { - padding: 0; -} -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { - padding: var(--ibiz-panel-view-content-padding); -} - - .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; - margin-left: 0.6rem; -} - -.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ - flex: unset; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { - padding-left: 0.5rem; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; -} - .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { - padding-top: 0; -} - - .delete-button .el-button{ - color: #fff; - background-color: #ff7575; - border-color: #ff7575; -} - .relation_tree_node_style .ibiz-panel-field--show_identifier span{ - color: #a1a1a2; - margin-left: 5px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ - overflow: hidden; -} -.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} -.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ - overflow: hidden; -} - .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ -height: 50px !important; -} - .right_button_style .van-button{ - padding: 0px 10px 0px 0px; -} - .reply_list_style .ibiz-control-list-item.is-active, -.reply_list_style .ibiz-control-list-item:hover { - background-color: transparent !important; -} - .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { - display: none; -} -.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { - display: none; -} - .big-icon { - padding: 0; -} -.big-icon .el-button { - font-size: 24px; - padding: 8px; -} -.big-icon .el-button .ibiz-icon { - max-width: 24px !important; - max-height: 24px !important; -} -.big-icon .el-button .ibiz-panel-button-content--caption { - display: none; -} - .average-toolbar { - position: relative; - justify-content: space-evenly; - height: 48px; -} - .vertical-divider .ibiz-rawitem { - border-left: 1px solid var(--ibiz-color-border); - height: 1em; -} -.vertical-divider .el-divider { - display: none; -} - .multiple_people_style .ibiz-form-group--grouppanel6{ - /* height: 20px; */ - margin: -18px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ - width: 70px; - padding: 1px 0px 0px 5px !important; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { - padding-right: 0px !important; -} - -.multiple_people_style .ibiz-form-group--grouppanel9{ - height: 20px; - margin: 8px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ - width: 70px; - padding: 0px 0px 0px 5px !important; -} - - .con_bottom_shadow_style{ - border-bottom: 1px solid var(--ibiz-color-border); -} -/* 如果有树,把树的下边框去掉 */ -.con_bottom_shadow_style .ibiz-tab-group-select-tree { - border-bottom: 0px !important; -} - - .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { - padding-left: 0; -} -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding-left: 0; -} - - .recentdata-custom>div>div>div:nth-child(2) { -flex: 1; -} - .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { - padding-left: 16px; - height: 16px; -} -/* 类型位置 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { - - padding-left: 5px; - padding-bottom: 15px; - -} -/* 类型文字 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { - font-size: 15px; - -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { - margin-left: -17px; -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { - padding: 0px; -} - .work_item_type_global_style .ibiz-panel-button{ - padding-top: 0px; -} - -.work_item_type_global_style .ibiz-icon { - margin-top: 5px; -} - - /* 按钮样式 */ -.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .ibiz-control-toolbar__item--primary .el-button.el-button--primary { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { - color: var(--ibiz-color-primary-hover); - background-color: var(--ibiz-color-primary-light-hover); -} - - .ibiz-control-toolbar--user .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.ibiz-control-toolbar--user .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { - border-bottom: none; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { - color: var(--ibiz-color-text-3); - background-color: transparent; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ - outline: none; -} -.ibiz-control-toolbar-submenu-popper--user { - background: transparent; -} -.ibiz-control-toolbar-submenu-popper--user .el-button { - color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { - background-color: var(--ibiz-color-bg-0); -} - /*工具栏分组项按钮2样式*/ -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { -color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style2 .el-button { ---el-button-bg-color: transparent; ---el-button-hover-bg-color: transparent; ---el-button-active-bg-color: transparent; ---el-button-text-color: var(--ibiz-color-text-3); ---el-button-hover-text-color: var(--ibiz-color-text-3); ---el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { -padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { -padding: 0 10px; -} - -/* 适配分割线间距一致 */ -/* 适配分隔符在前面 */ -.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { -margin-left: -8px; -} -/* 适配分隔符在后面 */ -.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { -margin-left: -4px; -} -/* 分组按钮样式 */ -.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { -border: none; -} - -/* 窗口缩小样式 */ -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ -color: var(--ibiz-color-primary); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ - font-weight: 600; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { - fill: var(--ibiz-color-primary) !important; -} - -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { -stroke: var(--ibiz-color-primary) !important; -stroke-width: 30 !important; -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { - color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style3 .el-button { - --el-button-bg-color: transparent; - --el-button-hover-bg-color: transparent; - --el-button-active-bg-color: transparent; - --el-button-text-color: var(--ibiz-color-text-3); - --el-button-hover-text-color: var(--ibiz-color-text-3); - --el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { - padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { - padding: 0 10px; -} - - /*工具栏分组项按钮3样式*/ -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - - .toolbar-style-container .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.toolbar-style-container .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.toolbar-style-container { - border-bottom: 1px solid var(--ibiz-color-border); -} - /* 面板分页样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -height: 1px; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -min-height: 64px; -max-height: 64px; -width: 58px; -height: 100%; -border: none; -display: flex; -justify-content: center; -align-items: center; -} -/* 分页弹出按钮样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { -padding: 1px 0; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { -text-align: center; -} -.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ -gap: 56px; -} -/* 搜索表单取消padding */ -.workload-tab-head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 16px; -width: auto; -height: 63px; -} - /* 适配分页搜索下级视图自适应宽度 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { -width: 100%; -} -/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { -width: 16.66%; -} - /* 关系分页部件定位样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -position: relative; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -position: absolute; -top: 1px; -left: calc(16.65% + 15px); -z-index: 100; -} -/* 视图头部定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { -position: relative; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -/* 视图头部快速搜索定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { -width: auto; -position: absolute; -top: 0; -left: calc(16.65% + 81px); -} - -/* 快捷搜索部件样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ -display: flex; -align-items: center; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { -height: auto; -} -/* 边距调整 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { -margin-left: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { -margin-left: var(--ibiz-spacing-base-tight); -} - .mob_workload_calendar_style .ibiz-panel-container--container1 span { - font-size: 16px; - color: #8B8B8B; -} - -.mob_workload_calendar_style .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 16px; - color: #8B8B8B; - margin-left: 4px; -} - -.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - font-size: 16px; -} - -.mob_workload_calendar_style .ibiz-panel-field--name span { - font-size: 18px; - margin-left: 6px; -} - -.mob_workload_calendar_style .ibiz-spacing-right--outermedium { - margin-right: 8px !important; -} - -.mob_workload_calendar_style input::placeholder { - text-align: left; -} - .mob_workload_calendar_style .ibiz-form-item--date_range { - padding-top: 14px; -} - -.mob_workload_calendar_style{ - position: relative; -} -.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { - padding: 8px; - background-color: #F3F3F3; - border-radius: 8px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - -/* 列表中的分割线样式 */ -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { - position: relative; - top: 0.875rem; - left: 1rem; - display: block; - width: calc(100% - 2rem); - height: 0.0625rem; - content: ""; - background-color: var(--ibiz-color-border); -} - .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { - font-size: 18px; - color: #3B3B3B; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { - content: "小时"; - font-size: 16px; - color: #B8B8B8; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { - display: none !important; -} - /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ -.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { -width: 100%; -} -/* 视图头部样式 */ -.workload_log_head .ibiz-panel-view-header--view_header { -position: relative; -margin-top: 1px; -} -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -.workload_log_head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 8px; -width: auto; -height: 63px; -} - .mob_workload_log .ibiz-panel-field--duration span { - font-size: 32px; - text-align: center; -} - -.mob_workload_log .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 20px; - margin-left: 2px; -} - -.mob_workload_log .ibiz-panel-field--register_date span { - color: #8B8B8B; -} - -.mob_workload_log .ibiz-panel-container--container2 > div { - padding: 8px 12px; - margin-top: 8px; - background-color: #F1FBF5; - border-radius: 8px; - margin-right: 16px; -} - -.mob_workload_log .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_log .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - .mob_workload_log .ibiz-code-list .ibiz-icon { - padding-right: 0px !important; -} - -.mob_workload_log input::placeholder { - text-align: left; -} - -.mob_workload_log .ibiz-form-item--date_range { - padding-top: 14px; -} - - -.mob_workload_log { - position: relative; -} -.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_log .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_log .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .app_market_style .ibiz-panel-field--title span { - font-weight: bold; - font-size: larger; -} - -.app_market_style .ibiz-panel-field--version { - background-color: lightgrey; - padding: 5px 15px 5px 15px; - border-radius: 10px; -} - -.app_market_style .ibiz-panel-field--version span { - color: white; - font-weight: bold; -} - -.app_market_style .ibiz-panel-field--memo span { - font-size: medium; - color: grey; -} - -.app_market_style .ibiz-control-dataview-group-content__item-content>* { - margin-right: 32px; -} - -.app_market_style .el-card__body { - padding: 0px; -} - -.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { - padding: 8px 8px 8px 0px; -} - -/* .app_market_style .ibiz-control-dataview-item { - height: 100%; -} */ - -.app_market_style .ibiz-control-dataview-item.is-active { - background-color: unset !important; -} - .app_market_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; -} - -.app_market_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - -.app_market_style .ibiz-sort-bar { - display: none !important; -} - -.app_market_style .ibiz-panel-rawitem--using > div { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_market_style .ibiz-panel-rawitem--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; -} - .app_market_style .ibiz-panel-button-content--icon { - color: var(--el-button-bg-color); -} - .app-title-style .ibiz-panel-app-title__logo--expand, -.app-title-style svg { - margin-top: -25px; -} - - .app_info_style .ibiz-form-item--pscoreprdfuncname span { - font-weight: bold; - font-size: x-large; -} - -.app_info_style .ibiz-form-item--memo div div div div div { - color: darkgrey; - font-size: 15px; -} - -.app_info_style button[title="GitLab"] span svg path { - fill: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] span { - color: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="GitLab"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="GitLab"]:hover span { - color: #557DA5 !important; -} - -.app_info_style .ibiz-form-button , .ibiz-form-button-list { - padding: 8px 8px 8px 4px; -} - .app_info_style button[title="打开按钮"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="打开按钮"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { - color: #557DA5; -} - -.app_info_style button[title="设置"] span { - color: white; -} - .app_info_style .ibiz-form-item--currentversion { - padding-top: 0px; -} - -.app_info_style .ibiz-form-item--currentversion span { - font-size: 12px; - font-weight: bold; - color: grey; - background-color: lightgrey; - padding: 0px 6px 0px 6px; - border-radius: 6px; - height: 16px; - align-items: center; - display: flex; -} - -.app_info_style .ibiz-form-group--grouppanel3 { - margin-left: 10px; -} - -.app_info_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; -} - -.app_info_style .ibiz-form-tab-page--overview > div:first-child { - padding-right: 0px !important; -} - .app_info_style .ibiz-form-group--grouppanel4 button { - font-size: small; - padding: 8px; - height: 25px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { - width: 40px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { - width: 18px; -} - -.app_info_style .el-button-group { - align-items: flex-end; -} - -.app_info_style .ibiz-form-button-content--icon { - display: flex; - align-items: center; -} - -.app_info_style .ibiz-panel-view-content--deeditview { - overflow: hidden; -} - -.app_info_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - - .app_info_style .ibiz-form-tab-page--overview > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--log > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--overview .el-select__tags { - cursor: default !important; -} - -.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { - display: none !important; -} - -.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { - font-size: 14px !important; -} - .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { - height: 39px !important; -} - -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { - font-size: 14px !important; -} -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { - padding: 0px !important; -} - -/* 正在使用 */ -.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_info_style .ibiz-form-item--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; - cursor: default; -} - -.app_info_style .el-tabs__nav { - padding-left: 12px; -} - .activate_button .el-button{ - background: none; - color: #4ba7f1; - margin-left: 5px; - height: 0px; - -} -.activate_button{ - margin: 0px 10px 0px -10px; -} - -.activate_button .ibiz-rawitem__text{ - color: #999; -} -.activate_button .ibiz-span.ibiz-panel-field-content{ - color: #999; -} - -.activate_button .ibiz-panel-button.ibiz-panel-button--default{ - height: 19px; - padding: 0px; -} - .todo-tips{ - height: 80px; -} -.todo-tips .ibiz-rawitem__text{ - font-size: 26px; - font-weight: 600; - line-height: 75px; -} - .todo-background{ - -} - /* 隐藏滚动条 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.work_item_qucik_create_style .ibiz-form-group--executors_container{ - position: relative; -} -.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - - .work_item_qucik_create_style .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - /* 视图大的布局样式 */ -.quick-create-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -} -/* 按钮样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { -min-height: 40px; -/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -/* 分割线 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - .mob_member_title_style .ibiz-panel-field--title { - background-color: lightgrey; - padding: 4px 6px 4px 6px; - border-radius: 10px; - align-items: center; - display: flex; -} - -.mob_member_title_style .ibiz-panel-field--title span { - font-size: 8px; -} - .my_summary_style span.ibiz-panel-field-content{ - color: rgb(56, 131, 250); - font-size: 28px; -} - -.my_summary_style span.ibiz-rawitem__text { - font-size: 16px; -} - -.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ - color: #B2E699; -} - -.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ - color: #EF8383; -} - -.my_summary_style .el-divider { - height: 58px !important; - width: 1px !important; - margin: 0 !important; - border-top: unset !important; - border-left: 1px var(--el-border-color) var(--el-border-style); -} - -.my_summary_style .ibiz-panel-container--task_num_c, -.my_summary_style .ibiz-panel-container--bug_num_c, -.my_summary_style .ibiz-panel-container--other_item_num_c, -.my_summary_style .ibiz-panel-container--idea_num_c, -.my_summary_style .ibiz-panel-container--ticket_num_c, -.my_summary_style .ibiz-panel-container--case_num_c { - cursor: pointer; -} - .my_summary_style .ibiz-control-viewlayoutpanel-content { - display: flex; - justify-content: center; -} - .run_case_label_style div[title="通过"] label.is-active span { - background: #73d897 !important; -} - -.run_case_label_style div[title="受阻"] label.is-active span { - background: #ffcd5d !important; -} - -.run_case_label_style div[title="失败"] label.is-active span { - background: #ff7575 !important; -} - -.run_case_label_style div[title="跳过"] label.is-active span { - background: #5dcfff !important; -} - -.run_case_label_style .el-radio-button__inner { - display: flex !important; - border-color: var(--el-border-color) !important; - color: black !important; - background: transparent !important; -} - -.run_case_label_style .el-radio-button__inner:hover { - background-color: #f5f5f5 !important; -} - -.run_case_label_style label.is-active .el-radio-button__inner { - color: white !important; -} - -.run_case_label_style label.is-active svg path { - fill: white; -} - .run_history_remark_style{ - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} - .coreprdfunc_setting_edit_style .el-tabs__nav span { - font-size: 14px !important; -} - -.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { - padding: 0 10px !important; -} - .export-canvas-style .ibiz-bi-report-panel-content { - padding: 0; -} -.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { - padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); -} - - /* 移入移出效果 */ -.ibiz-form-button--style2 .el-button, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2 .el-button { -min-height: var(--ibiz-height-control-default); -min-width: var(--ibiz-height-control-default); -background: transparent; -border: none; -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-6); -padding: 8px; -} -.ibiz-form-button--style2 .el-button:hover, -.ibiz-control-toolbar__item--style2 .el-button:hover, -.ibiz-panel-button--style2 .el-button:hover { -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} - -.ibiz-form-button--style2 .el-button.el-button { -width: var(--ibiz-height-control-default) ; -} - -/* 按钮间隔 */ -.ibiz-form-button--style2.ibiz-form-button--style2, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2.ibiz-panel-button--style2 { -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); -} - .button_container_style button { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.button_container_style button:hover, button:focus { - background-color: transparent; - border: none; -} - -.button_container_style button:hover span svg path { - fill: #557DA5 !important; -} - -.button_container_style .ibiz-panel-button { - padding: 8px 0px 8px 0px; -} - .swap_icon_text button { - direction: rtl; -} - -.swap_icon_text button:hover { - background-color: transparent !important; - color: rgb(85, 125, 165) !important; -} - -.swap_icon_text button:hover span svg path { - fill: #557DA5 !important; -} - -.swap_icon_text .ibiz-toolbar-item-text { - line-height: normal; -} - .track_panel_style .ibiz-panel-field--num span { - margin-right: 4px; - font-size: 16px; - color: #1D1F23; -} - -.track_panel_style .ibiz-panel-rawitem--caption span { - color: var(--ibiz-color-text-3); - font-size: 16px; -} - -.track_panel_style .ibiz-panel-field--title_two span { - font-weight: 600; -} - -.idea_tree_node_style { - width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); -} - .prompt_message_style { - margin: 0px 16px 0px -16px; -} - .data-upload-view { - padding: 8px 32px; -} -.data-upload-view .ibiz-row { - overflow: visible; -} -.data-upload-view .ibiz-rawitem__paragraph p { - margin: 0; - line-height: 22px; -} -.data-upload-view .ibiz-panel-rawitem--download_description, -.data-upload-view .ibiz-panel-rawitem--upload_description { - position: relative; -} -.data-upload-view .ibiz-panel-rawitem--download_description::before, -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - position: absolute; - top: 2px; - left: -23px; - width: 15px; - height: 15px; - font-size: 0.75rem; - line-height: 15px; - color: var(--ibiz-color-primary-text); - text-align: center; - content: '1'; - background: var(--ibiz-color-primary); - border-radius: 50%; -} -.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, -.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { - color: var(--ibiz-color-text-3); -} - - .data-upload-view .ibiz-panel-rawitem--upload_description { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - content: '2'; -} -.data-upload-view .ibiz-panel-button { - padding: var(--ibiz-spacing-base) 0; -} -.data-upload-view .ibiz-panel-rawitem--template_rule { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table { - border-color: var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr { - height: 52px !important; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { - padding: 12px 16px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { - background-color: var(--ibiz-color-fill-0); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { - text-align: center; -} -.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { - color: var(--ibiz-color-danger); -} - .data-upload-view .ibiz-panel-rawitem--upload_raw { - height: 60px; - padding: 0 20px; - background-color: var(--ibiz-color-fill-0); - border: 1px solid var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { - display: flex; - align-items: center; - color: var(--ibiz-color-text-3); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { - color: var(--ibiz-color-link); - cursor: pointer; -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { - text-decoration: underline; -} - - .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { - min-width: 100px; -} -.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ - min-width: 100px; -} - -/* 控制项标题文字过多导致的样式异常 */ -.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} -.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} - .enter_button_style .van-button{ - font-size: 16px; - color: #6698ff; -} - .mob-orange-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; -} - .mob-red-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; -} - .mob-green-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; -} - .mob-orange-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; - border: 1px solid orange; -} - .mob-red-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; - border: 1px solid red; -} - .mob-green-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; - border: 1px solid #3ae23a; -} - .no_border_button{ - border: 0; - font-size: 18px; -} -.no_border_button .van-button{ - border: 0; -} - .mob_magnify_no_border_button .van-button--small { - border: 0; - font-size: 20px; -} - -.mob_magnify_no_border_button .van-button { - border: 0; -} - /* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.star_css button:hover { -background-color: transparent; -} -/* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.star_css button{ -background-color: transparent; -} - -/* 星标字体颜色 */ -.star_css .ibiz-control-toolbar__item-items i{ -color: #9999; -font-size: 18px; -} - -/* 切换图标字体颜色 */ -.star_css .el-sub-menu__title i { -color: #9999; -} - -/* 设置图标的大小*/ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ - font-size: 16px; -} - .update_log_time .ibiz-span{ - margin: 7px 0px 0px 0px; - } - .update_log_name .ibiz-span{ - font-size: 22px; - font-weight: 600; - margin: 15px 0px 15px 0px; -} - @media screen and (min-width: 820px) and (max-width: 980px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(1) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 980px) and (max-width: 1150px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(2) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1150px) and (max-width: 1320px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(3) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1320px) and (max-width: 1480px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(4) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - @media screen and (min-width: 1480px) and (max-width: 1600px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(5) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1600px) and (max-width: 1800px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(6) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1800px) and (max-width: 1970px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(7) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1970px) and (max-width: 2130px) { -.recentdata-screen-auto-item { -.ibiz-control-dataview-scroll-item:nth-child(8) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -} - @media screen and (min-width: 2130px) and (max-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(9) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(10) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - -.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { -flex-wrap: nowrap; -overflow: visible; -} -.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { - flex-wrap: nowrap; - overflow: visible; -} - .recent_owner_subtype_style{ - width: 20px; - overflow: hidden; -} - .recent_grey_font_style .ibiz-panel-field-content{ - color: #a6a6a6; -} - .td_right{ - width: 90%; -} - .td_a_link .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recent_identified_style .ibiz-grid-field-column__text{ - color: #8b8b8b; -} - .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ - display: none; -} - /* 用例名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} -/* 隐藏分割线和显示更多 */ -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .td_a_link_right{ - padding:0px 28px 0px 0px - } - .td_a_link_right .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recenttab-head -.ibiz-panel-view-header--view_header -.ibiz-panel-container -> .ibiz-row { -position: initial; -overflow: initial; -} - .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ - top: -32px; - right: -50px; -} - .stencil_center_title{ - -} - /* 视图标题及分割线样式 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { -height: 64px; -line-height: 64px; -text-align: center; -border-bottom: 1px solid var(--ibiz-color-border); -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { -font-size: 20px; -font-weight: 600; -} -/* 搜索栏自适应 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { -min-width: 100%; -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { -width: 100%; -} -/* 控制视图标题最小高度 */ -.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { - min-height: 32px; -} - .orange-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ffdcaf; - vertical-align: inherit; -} -.ibiz-span .orange-span { - margin: 4px 0; -} - .mob-orange-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: orange; -} - .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ - position: relative; - bottom: -34px; - left: -1px; -} - .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ - color: #999; -} - .active-members-view{ - padding: 24px 0px 0 0; - .ibiz-panel-field>.ibiz-span{ - font-size: 48px; - color: #333; - } - .ibiz-grid-container--container_grid{ - width: 75%; - margin: 0 auto; - } -} - .transition-time .ibiz-span{ - font-size: var(--ibiz-font-size-small); - color: var(--ibiz-color-disabled-text); -} - .test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view .ibiz-panel-container--container3 { - padding: 20px 40px; - border-left: 3px solid #ff7575; - background-color: #fff8f8; -} - - - .test-plan-report-survey-view .ibiz-panel-container--container1 { - padding: 20px 40px; - border-left: 3px solid #5dcfff; - background-color: #f7fdff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-field--coverage_percentage - .ibiz-span { - color: #5dcfff; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent - .ibiz-rawitem__text { - color: #5dcfff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container3 - .ibiz-panel-field--bug_count - .ibiz-span { - color: #ff7575; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - - .test-plan-report-survey-view .ibiz-panel-container--container2 { - padding: 20px 40px; - border-left: 3px solid #73d897; - background-color: #f8fdfa; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-field--pass_percentage - .ibiz-span { - color: #73d897; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent - .ibiz-rawitem__text { - color: #73d897; -} - - - - .test-plan-report-view.ibiz-view { - background-color: var(--ibiz-color-bg-0); -} -.test-plan-report-view .ibiz-view-deportalview { - background-color: transparent; -} -.test-plan-report-view .ibiz-control-dashboard { - gap: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col { - display: flex; - justify-content: center; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { - width: 1200px; - height: auto; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; - margin-top: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { - width: 1200px; - height: 500px; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; -} -.test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption { - padding-left: 12px; -} - - .test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption:before { - display: none; -} -.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { - padding: 0 28px; -} - .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { - background-color: var(--ibiz-color-bg-3) !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { - color: var(--ibiz-color-text-3) !important; - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { - background-color: var(--ibiz-color-bg-0) !important; -} - - .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { - overflow: visible; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { - top: -60px; - right: -32px; - position: absolute; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - - /* .test_mob_list_style .ibiz-control-mobmdctrl-item { - position: relative; -} - -.test_mob_list_style .ibiz-control-panel-content::after { - content: ''; - display: block; - width: 90%; - height: 1px; - background-color: #ececec; - position: absolute; - bottom: 0; - left: 50%; - transform: translateX(-50%); -} */ - -.test_mob_list_style .ibiz-spacing-right--outerlarge span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_mob_list_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} - -.test_mob_list_style button { - border: none; -} - -.test_mob_list_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - .test_detail_list_style { - position: relative; -} -.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.test_detail_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} -.test_detail_list_style button { - border: none; -} - -.test_detail_list_style .ibiz-panel-rawitem--static_image { - width: 24px; - margin-top: 5px; -} - -/**span无数据时,占位隐藏**/ -.test_detail_list_style div span:empty { - display: none; -} - .test_detail_list_style .ibiz-panel-field--title span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--time_container span { - border-radius: 12px; - background-color: #f3f3f3; - display: flex; /* 使用弹性盒布局 */ - justify-content: center; /* 水平居中 */ - align-items: center; /* 垂直居中 */ - width: 150px; - height: 25px; -} - -.test_detail_list_style .ibiz-panel-field--update_time span { - width: 150px; -} - -.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { - fill: #CB258C; -} - -.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { - fill: #66C23A; -} - - .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ - font-weight: 600; - font-size: 16px; -} - .message_layout_panel_img_style{ - -} - .add-members-font{ - font-size:10px - } - .grey-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #e1e1e1; - vertical-align: inherit; -} -.ibiz-span .grey-span { - margin: 4px 0; -} - .mob-grey-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: grey; -} - .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { - padding: 0; - background-color: transparent; -} -.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { - padding-right: var(--ibiz-spacing-base); - padding-left: var(--ibiz-spacing-base); - color: var(--ibiz-dropdown-select-option-item-color); - background-color: var(--ibiz-dropdown-select-option-item-bkcolor); -} -.ibiz-control-gantt.is-exporting .xg-view-toolbar { - display: none; -} - .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.case_template_edit_style .ibiz-html .w-e-text-container { - background: transparent; -} - /* 视图大的布局样式 */ -.user-info-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -padding-bottom: var(--ibiz-spacing-base); -} -/* 按钮样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { -min-height: 40px; -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { -color: var(--ibiz-color-primary); -} -/* 分割线 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { -width: calc(100% - 64px); -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - -/* 头部样式 */ -/* 图片背景 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { -background: #ccf; -} -/* 头像定位 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { -position: relative; -} -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { -width: auto; -height: auto; -position: absolute; -top: -4px; -left: 50%; -transform: translate(-50%, -50%); -} -/* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { -width: 68px; -height: 68px; -border: 4px solid #fff; -border-radius: var(--ibiz-border-radius-circle); -} - /* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { -flex: 1; -width: 60px; -height: 60px; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { -display: none; -} -/* 视图头部登录者信息样式 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar { -padding-top: 50px; -padding-bottom: 28px; -text-align: center; -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { -font-weight: 400; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { -margin-top: 10px; -font-size: var(--ibiz-font-size-small); -color: var(--ibiz-color-text-3); -} - .ibiz-internal-message-html__content { - padding-right: 24px; -} - .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ - background: #f3f3f3; -} -.user_setting_view_style .ibiz-single-data-container{ - /* padding: 40px 10px 20px 10px; */ - padding: 5vh 5vw 5vw 5vw; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ - width: 50px; - height: 50px; - min-width: 50px; - min-height: 50px; - border: 1px solid #ffffff; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ - margin: 15px 0px 5px 0px; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ - font-size: 20px; - font-weight: 600; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ - color: #9b9b9b; -} -.user_setting_view_style .ibiz-panel-container-group{ - background: #ffffff; - margin: 10px 10px 10px 10px; - border-radius: 10px; -} -.user_setting_view_style .van-button{ -width: 93%; - height: 35px; - margin: 10px 0% 0% 3%; -} - .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ - font-size: 16px; - font-weight: 400; - color: #a7a7a7; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ - width: 50px; - height: 50px; -} - /* 垂直居中对齐 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item { -display: inline-flex; -align-items: center; -} -/* 图标大小自适应 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, -.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { -width: auto; -height: auto; -margin-right: 0; -padding-right: var(--ibiz-spacing-tight); -} - .kanban-identifier .ibiz-span{ - margin: 5px 0px 0px 0px; - padding: 2px 6px 2px 6px; - background: #e8e8e8; - border-radius: 5px; - color: #6c6c6c; -} - .kanban-finished .ibiz-span { - color: #aaa; - text-decoration: line-through; -} - .kanban-delay { - color: #ff7575; - background-color: #fff1f1 !important; -} -.kanban-delay .ibiz-rawitem__image { - color: #ff7575; -} - .kanban-time { - height: 24px; - padding: 0 10px; - margin: 0 5px 5px 0; - overflow: hidden; - line-height: 12px; - background: #e9e9e9; - border-radius: 10px; -} - - .kanban-more-button{ - position: relative; - width: 40px; - margin: -8px 0px 0px -2px; - height: 40px; - visibility: hidden; -} -.el-card__body:hover .kanban-more-button { - visibility: visible; -} - .kanban-title .ibiz-span{ - padding: 10px 2px 10px 2px; - font-size: 16px; - font-weight: 600; -} - .kanban-state { - width: 80px; - height: 24px; - margin: 0 5px 5px 0; -} -.kanban-state .ibiz-code-list__item { - --ibiz-code-list-item-color: #aaaaaa; - justify-content: center; - width: 80px; - line-height: 24px; - color: #fff; - background-color: var(--ibiz-code-list-item-color); - border-radius: 10px; -} - - .kanban-kind-icon { - height: auto; - margin: 5px 0 0; - line-height: 24px; -} -.kanban-kind-icon .ibiz-code-list__item { - font-size: 0; -} - - .kanban-assignee{ - margin: 0px 0px 0px 30px; -} - -.kanban-assignee .ibiz-personnel-info-content__tip{ -content-visibility: hidden; -} - .wiki-page-title .ibiz-span{ - font-weight: 600; - font-size: var(--ibiz-font-size-header-2); - color: var(--ibiz-color-text-0); -} -.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { -font-size: 24px; -} - .wiki_page_title_style{ - padding-left: 10px !important; -} - -.wiki_page_title_style .ibiz-span { - font-size: 18px; - color: var(--ibiz-color-text-0); - margin-left: 5px; - margin-right: 5px; -} - -.wiki_page_title_style .ibiz-rawitem .ibiz-icon { - font-size: 18px !important; - margin-left: 5px; -} - .confirm-remove-view .ibiz-form-item--formitem{ - background-color: rgba(255, 117, 117, 0.15); - padding: 0px; - height: auto; - margin-top: 12px; - border-radius: 5px; - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - display: inline-flex; - align-items: center; - margin: 0 10px; - padding: 5px 10px; - font-size: .875rem; - line-height: 1; - max-width: 33em; - word-break: break-all; - color: #ff7575; - } -} -.confirm-remove-view .ibiz-form-item--remind{ - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - color:#aaa; - } - -} - /* 选中分页 */ -.mob-main-style .van-tab--active{ - color: #6698ff; -} -.mob-main-style .van-tabs__line{ - background: #6698ff; -} - -/* 分组容器 标题 */ -.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ - font-size: 0.75rem; - color: #696969; -} -/* 表单项 标题 */ -.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ - color: #696969; -} -/* 表单项 下划线伪元素 */ -.mob-main-style .ibiz-form-item-container::after{ - display: none; -} -/* 标题 title */ -.mob-main-style .ibiz-form-item--title .van-field__control{ - font-weight: bolder; - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} -/* 代码表 表单项 */ -/* .mob-main-style .ibiz-span__code-list{ - justify-content: flex-end; -} */ - .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { - width: 100%; - height: 100%; - margin: 0; - background-color: var(--ibiz-color-bg-1); -} -.mob-main-style .van-tabs__wrap{ - border-top: 1px solid #f1f1f1; -} - - - .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} - /* 标题 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 图标,防止字数过多时发生形变 */ -.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 容器元素换行 */ -.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - - /* 背景颜色 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { - background-color: white; -} - -.mob_delivery_display_style .ibiz-form-group__content { - background-color: white; -} - -/* 标题文字样式 */ -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { - text-align: left; - font-size: 18px; - font-weight: 500; - margin-top: 7px; -} - -/* 图片 */ -.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { - padding-left: 30px; -} - -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { - text-align: left; - margin-bottom: 2px; -} - /* 按钮样式 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { - display: block; - text-align: center -} - -.mob_delivery_display_style button.van-button.van-button--default.van-button--small { - border: 0; - background: #f3f3f3; - border-radius: 10px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { - background-color: white; -} -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { - padding-top: 0; -} - .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { - padding-left: 24px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { - color: red; -} - - .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - -/* 图标边距 */ -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { - height: 24px; - /* margin-top: -3px; */ - margin-right: 15px; -} -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ - overflow: hidden !important;; -} - /* 日历部件没有数据时,进行显示 */ -.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { - content: "当前日期没有工作~"; - color: #D7D7D7; - margin-left: 6px; -} -.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { - display: none; -} -/* 设置背景颜色 */ -.mob_dashboard_style { - background-color: #F6F6F6 !important; - border-radius: 0px !important; -} -.mob_dashboard_style > div { - margin: 15px !important; -} -.mob_dashboard_style .ibiz-control-dashboard-row { - gap: 15px !important; -} - /* 仪表盘列表只显示五个 */ -.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), -.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { - display: none; -} - -/* 搜索框进行隐藏 */ -.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { - display: none; -} - -/* 显示更多样式 */ -.mob_dashboard_style button { - height: 60px !important; - border: transparent !important; -} - -.mob_dashboard_style button span.ibiz-panel-button-content--caption { - font-size: 18px !important; - color: #699AFF !important; -} - -/* 修改分割线样式 */ -.mob_dashboard_style .van-divider--hairline { - width: calc(100% - 2rem); - height: 0.0625rem; - margin-left: 1rem; - margin-bottom: 0px; - background-color: var(--ibiz-color-border); -} - /* 用例名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - /* 日历列表样式 */ -.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { - font-size: 16px; - margin-left: 6px; -} -/* 我的工作项 */ -.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { - font-size: 16px; -} - -/* 其他分组每一项中title的样式 */ -.mob_dashboard_style .ibiz-panel-field--title span { - font-size: 16px; -} - .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: block !important; -} - -.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { - display: flex !important; -} - -.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { - background-color: #ffffff; -} - -.mob_dashboard_style .ibiz-view-content { - background-color: #ffffff; -} - .van-popover__content.van-popover__content--vertical { - border: var(--van-button-border-width) solid var(--van-button-default-border-color); - background: white; -} -button.van-button.van-button--default.van-button--normal.van-button--round { - border: 0; - margin: 2px; - padding: 0; -} -.ibiz-popper-toolbar .van-popover{ - --van-popover-action-width: 95px; -} -.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { - margin: 0; -} -.van-popover__content.van-popover__content--vertical span.van-button__text{ - display: flex; - align-items: center; -} -.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ - margin: 0px 6px -4px 7px; -} -.van-popup.van-popover.van-popover--light{ - left: -105px; -} - .ibiz-view-demobmdview.enablesort, -.ibiz-view-demoblistview.enablesort { -position: relative; -} -.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, -.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ -padding-right: 38px; -background-color: var(--ibiz-color-bg-1); -} -.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} -.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ -display: flex; -align-items: center; -justify-content: center; -width: 1.25rem; -height: 1.125rem; -font-size: 1.25rem; -} - /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ -position: relative; -} */ - - - /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, -.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, -.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { -fill: var(--van-gray-6); -} -/* 适配有视图头的情况 */ -.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); -} -/* 适配首页仪表盘 */ -.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} - .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ - width: 105px; -} -.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { - width: 112px; - padding-left: 3px; -} -.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ - width: 108px; -} - .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ - font-size: 18px; -} -.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ - width: 24px; -} - .ibiz-quill .van-popup .ql-editor.ql-blank { - padding: 12px 15px; -} -.ibiz-quill .van-popup .ql-editor.ql-blank::before { - left: 15px; -} - .mob_workspace_style .ibiz-view-content--view_content{ - display: block !important; -} - -.mob_workspace_style .ibiz-panel-container--view_content > div { - display: block !important; -} - /* 卡片 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ - flex-wrap: unset; - overflow: scroll; - padding-left: 0.5rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ - display: none; -} -/* 背景定位 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { - position: relative; - border: 1px solid #eeeeee; - border-radius: 5px; - box-shadow: none; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ - content: ''; - display: inline-block; - width: 100%; - height: 36px; - position: absolute; - top: 0; - left: 0; - z-index: 6; - background-color: var(--ibiz-color-disabled-fill); -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ - position: relative; - z-index: 10; -} - - .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ - font-weight: bolder; - font-size: 0.95rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ - color: #6a6a6a; -} - -.ibiz-control-appmenu .van-tabbar-item__icon{ - width: 16px; -} -/* 最近访问 显示更多 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; - padding-left: 0; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ - font-size: 0.95rem; - color: #6698ff; -} - - .mob-home-style .ibiz-panel-container-group-header{ - border-bottom: 0px !important; - height: 25px; -} -.mob-home-style .ibiz-panel-container-group__caption{ - font-size: 16px !important; - font-weight: 400 !important; -} -.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} -.mob-home-style .ibiz-panel-field--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} - /* 标题 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - - -/* 容器元素换行 */ -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} - -/* 为空不显示 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { - display: none; -} - /* 字体颜色、位置 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} - -/* 依赖名称 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ - color: #aaaaaa; -} - /* 最近访问 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .ibiz-form-group--grouppanel_attachment_create{ - position: relative; -} - .mob_descript_comment .ibiz-quill-preview__edit { - top: -2.125rem; - right: 0; -} - - .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .mob-library-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-library-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-library-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 110px; - top: 2px; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { - top: -230px !important; -} - .mob_login_style .ibiz-panel-container-image{ - background-size: cover; -} -.mob_login_style .ibiz-rawitem__image path{ - fill: #219cf0; -} -.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-button--auth_loginbutton{ - border-radius: 10px; - border: 1px solid #c2c2c2; -} -.mob_login_style .van-field__control::placeholder{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container4{ - margin-top: 15vh; -} -.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ - font-size: 28px; - font-weight: 600; - color: #2fbaf5; -} - .ibiz-form-group { - padding: 0; -} -.ibiz-form-group--style2 { - padding: 4px; - border-radius: 0; -} -.ibiz-form-group--style2 > .ibiz-form-group-header { - border-radius: 4px 4px 0 0; -} -.ibiz-form-group--style2 > .ibiz-form-group__content { - padding: 4px 0; - background-color: var(--ibiz-form-group-header-bg-color); - border-radius: 4px; -} -.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { - padding-top: 0; -} - - .mob_comment_list_style .ibiz-panel-button{ - border: 0; -} -.mob_comment_list_style .ibiz-panel-button-content--icon{ - font-size: 18px; -} -.mob_comment_list_style .ibiz-panel-container--container2{ - margin-top: 10px; -} -.mob_comment_list_style .ibiz-mob-personal-info-content__tip { - margin-top: -15px; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { - margin-top: 0px !important; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ - margin: -12px 0px 0px 40px; - color: #9d9d9d; -} -.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { - margin-left: 40px; - width:auto; -} -.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ - height: 0px !important; -} - .mob-comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-3); - color: var(--ibiz-color-text-2); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.mob-comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .comment_style_main{ - background: white; - position: relative; - z-index: 1; - box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); -} -.comment_style_main .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.comment_style_main .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-button{ - border: 0; -} -.comment_style_main #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} -.comment_style_main .ibiz-panel-field--comment_count span{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-field--attention_count span{ - color: #aaaaaa; -} - .comment_style_list{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.comment_style_list .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; -} -.comment_style_list .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_list .ibiz-panel-button{ - height: 32px; - width: 50px; - background: #6698ff; - color: white; - border-radius: 5px; -} -.comment_style_list #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - .mob_md_view_style{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.mob_md_view_style .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.mob_md_view_style .ibiz-rawitem__text{ - color: #aaaaaa; -} -.mob_md_view_style .ibiz-panel-button{ - border: 0; -} -.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - /* 标题 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 负责人 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { - /* display: none; */ -} - -/* 图标,防止字数过多时发生形变 */ -.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -/* 防止出现滚动条 */ -.mob_common_list_style .ibiz-panel-container>.ibiz-row { - overflow-y: hidden !important; -} - /* 容器元素换行 */ -.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { - display: none; -} -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ - justify-content: center; - width: 38px; -} - .ibiz-portal-view.ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-0); -} -.ibiz-portal-view .ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-1); -} - .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ - font-size: 14px !important; -} - .mob-idea-md-view-style { - position: relative; -} -.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_page_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_style .ibiz-form-item--publish_name { - padding-left: 10px; -} - .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ - margin: 0; - border-radius: 0; - width: auto; - overflow: visible; -} -.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, -.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ - border: none; - background: transparent; -} -.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ - right: 0.35rem; - top: -45px; -} -.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ - margin-right: 10px; -} -.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ - overflow: visible; -} - .mob-advanced-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-advanced-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-advanced-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 95px; - top: 3px; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .space_main_list_syle .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - -.space_main_list_syle .ibiz-icon svg.icon path { - fill: #20A0FF; -} - .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.space_mob_page_style .ibiz-control-viewlayoutpanel-content { - background-color: rgba(255, 255, 255, 1); -} - -.space_mob_page_style .ibiz-panel-field--name span{ - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; + .drbar-ex-underline { +border-bottom: 1px solid var(--ibiz-color-border); +} + +/* drbar头部样式 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { +padding: 8px 0px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { +margin-left: 4px; +} +.drbar-ex-underline .ibiz-panel-container--container { +padding-right: 4px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ +border: none; +} + +/* 图标居中 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, +.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { +margin: 0; +} + .editview2-menu .ibiz-control-drbar__menu { + padding: 8px 16px; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { + width: 100%; + height: 48px; + padding-left: 8px !important; + pointer-events: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { + color: #888d91; +} +.editview2-menu + .ibiz-control-drbar__menu + .el-sub-menu__title + .el-sub-menu__icon-arrow { + display: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { + background: 0 0; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item { + height: 32px; + padding: 0; + padding-left: 24px; + border-radius: 4px; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item:hover { + background: var(--ibiz-color-bg-0); +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item.is-active { + color: #557da5; + background: #d9ecff; +} + + .html-readonly-bg-white .ibiz-html .w-e-scroll { + background-color: var(--ibiz-color-bg-0); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { + background-color: var(--ibiz-color-bg-1); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { + background-color: var(--ibiz-color-bg-1); +} + + .pc_login_style .ibiz-panel-container-image{ + min-height: 100%; + min-width: 100%; + background-size: cover; + background-attachment: fixed; +} +.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ + width: 100%; + height: 100%; +} +.pc_login_style .ibiz-panel-container--container9{ + margin: 3vw 0px 0px 3vw; +} +.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container1 { + position: absolute; + right: 7vw; + height: 60vh; + min-width: 400px; + width: 27vw; + border-radius: 1vw; + box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 80px; + background: white; + margin-top: 8vh; +} +.pc_login_style .ibiz-panel-field--auth_userid { + height: 5vh; +} +.pc_login_style .ibiz-panel-field--auth_password{ + height: 5vh; +} + + .pc_login_style .ibiz-panel-container--container5{ + height: 100% !important; + padding: 5vh 3vh 0vh 3vh !important; +} +.pc_login_style .ibiz-panel-container--container_4{ + height: 15vh; + margin: 4vh 0px 0px 0px; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ + font-size: 3vh; + color: #41c1f7; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ + margin-top: 3vh; + background-color: #42b1ff; + height: 4vh; + font-size: 1.8vh; +} +.pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 1vw; +} +.pc_login_style .el-input__inner{ + font-size: 1.25vh; +} +.pc_login_style .el-checkbox__label{ + font-size: 1vh; +} + .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ + overflow: hidden !important; +} + + .pc_login_style .ibiz-panel-container--container_switch{ + position: absolute; + height: 50% !important; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ + width: 20vh; + height: 20vh; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ + display: none; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ + font-size: 2vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ + color: #595959; + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, +.pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 100%; +} + +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { + background-color: unset !important; +} + +.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 10vh; + height: 10vh; + max-width: 256px !important; + max-height: 256px !important; + min-width: 84px !important; + min-height: 84px !important; +} + +.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container1 { + min-height: 500px; +} + +@media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, + .pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 84px; + } + .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 84px; + height: 84px; + } + + .pc_login_style .ibiz-panel-container--container_4 { + height: 125px; + margin-top: 32px; + } + + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { + font-size: 25px; + font-weight: 600; + } + +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { + font-size: 25px; + font-weight: 600; + color: #41c1f7; + } + + .pc_login_style .ibiz-panel-container--container5 { + height: 100% !important; + padding: 41.5px 24.9px 0px 24.9px !important; + } + + .pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 14.4px; + } + + .pc_login_style .ibiz-panel-field--auth_userid, + .pc_login_style .ibiz-panel-field--auth_password { + height: 41.5px; + } + + .pc_login_style .el-input__inner { + font-size: 10.375px; + } + + .pc_login_style .el-checkbox__label { + font-size: 8.3px; + } + + .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { + margin-top: 24.9px; + background-color: #42b1ff; + height: 33.2px; + font-size: 14.9px; + } +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { + width: 164px; + height: 164px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { + font-size: 16.4px; + font-weight: 600; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { + color: #595959; + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { + font-size: 25px; + font-weight: 600; + } +} + .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ + font-size: 16px; + margin-top: 3px; +} + /* 表单分组标题 */ +.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { + font-size: 16px; + color: var(--ibiz-color-disabled-text); +} +/* 表单分页样式(padding、导航栏标题) */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { + padding: 0 11px 0 13px; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { + font-size: 14px; +} +/* 两侧滚动条 */ +.main-info-common-view .ibiz-control-form { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { + height: 100%; + overflow: auto scroll; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { + height: auto; +} + + /* 主信息编辑视图通用计数器样式 */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + top: 50%; +} + /* 表单标题 使用多行文本时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { + font-size: var(--ibiz-font-size-header-3); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { + line-height: var(--ibiz-editor-default-line-height); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { + height: 100%; + padding: 0; +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { + padding-top: 5px; + padding-bottom: 5px; +} +/* 只读时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { + font-size: var(--ibiz-font-size-header-3); + padding: 5px 11px; + height: 100%; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { + padding: 0 11px; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { + padding: 0 11px; +} + + .main-info-common-view .ibiz-panel-view-content--view_content { + padding-top: 0; +} + +.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} + +.main-info-common-view + .ibiz-grid-container--container_view_bottom + .ibiz-panel-container--container1 { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} +.main-info-common-view .ibiz-control-form { + padding-bottom: 0; + margin-bottom: var(--ibiz-spacing-tright); +} +/* 评审列表视图背景颜色 */ +.main-info-common-view .ibiz-view.ibiz-view-delistview { + background-color: transparent; +} + + +.main-info-common-view .ibiz-grid-container--container_view_bottom { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { + position: relative; + z-index: 998; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { + position: absolute; + padding: 6px 8px 8px 8px; + top: -269px; + background-color: var(--ibiz-color-bg-1); +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { + top: 0; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { + z-index: 999; +} + .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ + padding-left: 5px; + padding-right: 5px; +} +/* 客户沟通单独处理 */ +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { + top: -292px !important; +} + .main-info-common-view .ibiz-dropdown:has(.green-span), +.main-info-common-view .ibiz-dropdown:has(.blue-span), +.main-info-common-view .ibiz-dropdown:has(.orange-span), +.main-info-common-view .ibiz-dropdown:has(.red-span) { +min-height: var(--ibiz-form-item-container-line-height); +display: flex; +align-items: center; +} + .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { + background: transparent; +} + /* 富文本工具栏定位 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ + transform: translateY(-100%); + padding-top: 35px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +/* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} + + /* 表单标题 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { + font-size: var(--ibiz-font-size-header-3); + color: var(--ibiz-color-text-0); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input { + height: var(--ibiz-height-control-default); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { + min-height: calc(var(--ibiz-height-control-default) - 2px); + height: calc(var(--ibiz-height-control-default) - 2px); +} + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ + overflow: visible; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 隐藏滚动条 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.main-info-common-view .ibiz-form-group--executors_container{ + position: relative; +} + +.main-info-common-view .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.main-info-common-view .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + +.main-info-common-view .ibiz-checkbox.is-show-default, +.main-info-common-view .el-checkbox.is-disabled { + padding: 1px 0px 0px 9px !important; +} + +.main-info-common-view .ibiz-attention--readonly.is-show-default { + margin: 1.6px; +} +.main-info-common-view .ibiz-control-edit-form { + padding: 0; +} + + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 左对齐 */ +.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { + float: left; +} + /* 上下对齐 */ +.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { + padding: 0 11px; +} + /* 折叠分组样式1 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { + position: relative; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { + width: auto; + height: auto; + position: absolute; + top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { + width: auto; + height: auto; + position: absolute; + top: 0; + right: 34px; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { + position: initial; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { + display: block; +} + /* 折叠分组样式2 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { + display: none; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { + padding: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { + padding-top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { + border-left: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { + border: none; +} + + /* 折叠分组样式3 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { + margin: 0 8px; + padding-right: 8px; + border: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} +/* 评论容器取消发送按钮位置 */ +.main-info-common-view .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 0; +} +.main-info-common-view .ibiz-panel-button--comment__cancel { + right: 76px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { +background-color: initial; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { +padding: 0 10px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { +background-color: var(--ibiz-color-fill-0); +border-radius: 18px; +padding: 0 12px; +line-height: 24px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { +background-color: var(--ibiz-color-fill-2); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { +color: var(--ibiz-form-tab-panel-text-color); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ +background-color: var(--ibiz-color-primary-active); +color: var(--ibiz-color-primary-active-text); +} + .main-info-common-view .ibiz-grid-container--container_view_bottom > div { +height: 100%; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { +min-height: 48px; +} +.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { +position: static; +} +.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { +width: calc(100% - 4px); +min-height: 48px; +padding-right: 32px; +position: absolute; +top: 0; +} +/* 时间范围宽度 */ +.main-info-common-view .ibiz-date-range-picker { +max-width: 250px; +} + + .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { + background-color: rgb(74 129 199 / 60%) !important; +} + .second_dev_tab_style .ibiz-panel-view-content { + overflow: hidden !important; + padding: 0 !important; +} + .codelist-only-icon { + display: flex; + align-items: center; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item { + font-size: 0; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { + font-size: var(--ibiz-form-item-font-size); +} + .dashboard_container > div { + border: 0 !important; + overflow: hidden !important; +} + .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: var(--ibiz-width-icon-large); + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: var(--ibiz-border-radius-extra-small); + transform: translateY(-50%); +} + +.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { + margin-left: 16px; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ + padding-top: 0px !important; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ + padding-top: 0px !important; +} + .board_title_style{ + margin: 10px 10px 25px 10px; + width: 300px; + height: 35px; +} + +.board_title_style .el-input__wrapper { + font-size: 20px; + font-weight: 600; +} + .dashboard_repair_style .ibiz-panel-field--total span { + display: flex; + align-items: center; +} + .recentcustom_dashboard_view_style .ibiz-portlet-layout { + --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { + border: 1px solid var(--ibiz-color-border); + border-bottom: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { + padding-bottom: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); + /* border-top: none; */ +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { + padding: 0; + overflow: hidden; + border: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { + position: relative; + padding-right: 0; + padding-left: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + right: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { + position: relative; +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + position: absolute; + top: 0; + width: 0; + height: 102px; + content: ""; + border-left: 1px solid var(--ibiz-color-border); +} + .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ + font-size: 16px; +} + +/* 分组树更多图标 */ +.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { +font-size: 16px; +} + /* 文本框 */ +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + border: 0px solid #e8e8e9; + border-radius: 3px; + padding: 1px 15px; + height: 50px; + padding-top: 12px; +} + +/* 按钮 */ +.dependency_style .el-select .el-input { + display: flex; + height: 50px; +} + +/* 溢出控制 */ +.dependency_style .ibiz-panel-field .ibiz-panel-field-content { + line-height: inherit; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; +} + +/* 控制不显示滚动条 */ +.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { + overflow: hidden; +} + +/* 隐藏显示横线 */ +.dependency_style .el-collapse-item__header{ + border-bottom: none; +} + +/* 控制边距 */ +.dependency_style .el-collapse-item__content { + padding-bottom: 2px; +} + .dependency_style{ + overflow: hidden; +} + +.dependency_style .el-collapse{ + border-bottom: none; +} + +.dependency_style .el-collapse-item__wrap { + border-bottom: none; +} + +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; +} + +/* 悬浮色 */ +.dependency_style .ibiz-panel-container--container2:hover, +.dependency_style .ibiz-panel-container--container3:hover { + border-color: #6994be; + border: 1px solid #6994be +} + .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} + .ibiz-control-grid{ + --ibiz-control-grid-scrollbar-width: 8px; +} + .fullscreen .ibiz-form-group--grouppanel1 { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .ibiz-form-item-container__content { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-item-container__editor { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel2 { + display: none; +} + + .fullscreen .ibiz-rawitem.ibiz-form-raw-item { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel_attachments_grid { + display: flex; + flex-flow: column nowrap; + place-content: center center; + align-items: center; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-header { + width: 80%; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__content { + display: block; + flex-flow: unset; + place-content: unset; + align-items: unset; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__editor { + max-width: 100%; +} + .shared_simple_view_style .ibiz-panel-view-content--view_content{ + padding: 0; +} + +.shared_simple_view_style .ibiz-panel-view-content{ + width: 75%; +} +.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ + background-color:white; +} +.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ + background-color: #f9f9f9; +} + .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { + padding: 0; +} + .shared_link_top{ + height: 52px; + border-bottom: 1px solid #eee; + background-color: #FFF; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ + height: 52px; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { + display: block; + font-size: 18px; + font-weight: 500; + color: #333; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { + color: #ddd; +} + .shared_setting_style .ibiz-form-item--enable_password{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--enable_expiration{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--subset_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--is_shared_subset{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--pwd_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--expiration_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--access_password{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--expiration_date{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--shared_page_url{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-button--copy_page_url{ + padding-top: 0; +} + + + .mob_attention_title_style.ibiz-panel-field { +display: flex; +align-items: center; +height: 100%; +} +.mob_attention_title_style.ibiz-panel-field .ibiz-span { +height: var(--ibiz-font-size-header-5); +padding: 0 0.375rem; +margin-left: var(--ibiz-spacing-tight); +font-size: 0.7rem; +color: var(--ibiz-color-text-2); +background-color: var(--ibiz-color-border); +border-radius: var(--ibiz-font-size-header-5); +} + .relation_recent_style{ + line-height: normal; +} + +/* 控制项标题文字过多导致的样式异常 */ +.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; + max-width: 1460px; +} + .tab_tree_panel_style .ibiz-tab-group-select-tree{ + padding-left: 0px !important; +} + .tab-exp-select{ + border-right: 1px solid #e9e9e9; +} + .ibiz-panel-container--view_tabexppanel .el-tabs__item { + height: 64px; +} +.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { + font-size: 16px; +} +.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ + font-size: 16px; +} +/* 分页导航视图padding */ +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { + padding: 0; +} +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { + padding: var(--ibiz-panel-view-content-padding); +} + + .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; + margin-left: 0.6rem; +} + +.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ + flex: unset; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { + padding-left: 0.5rem; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; +} + .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { + padding-top: 0; +} + + .delete-button .el-button{ + color: #fff; + background-color: #ff7575; + border-color: #ff7575; +} + .relation_tree_node_style .ibiz-panel-field--show_identifier span{ + color: #a1a1a2; + margin-left: 5px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ + overflow: hidden; +} +.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} +.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ + overflow: hidden; +} + .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ +height: 50px !important; +} + .right_button_style .van-button{ + padding: 0px 10px 0px 0px; +} + .reply_list_style .ibiz-control-list-item.is-active, +.reply_list_style .ibiz-control-list-item:hover { + background-color: transparent !important; +} + .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { + display: none; +} +.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { + display: none; +} + .big-icon { + padding: 0; +} +.big-icon .el-button { + font-size: 24px; + padding: 8px; +} +.big-icon .el-button .ibiz-icon { + max-width: 24px !important; + max-height: 24px !important; +} +.big-icon .el-button .ibiz-panel-button-content--caption { + display: none; +} + .average-toolbar { + position: relative; + justify-content: space-evenly; + height: 48px; +} + .vertical-divider .ibiz-rawitem { + border-left: 1px solid var(--ibiz-color-border); + height: 1em; +} +.vertical-divider .el-divider { + display: none; +} + .multiple_people_style .ibiz-form-group--grouppanel6{ + /* height: 20px; */ + margin: -18px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ + width: 70px; + padding: 1px 0px 0px 5px !important; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { + padding-right: 0px !important; +} + +.multiple_people_style .ibiz-form-group--grouppanel9{ + height: 20px; + margin: 8px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ + width: 70px; + padding: 0px 0px 0px 5px !important; +} + + .con_bottom_shadow_style{ + border-bottom: 1px solid var(--ibiz-color-border); +} +/* 如果有树,把树的下边框去掉 */ +.con_bottom_shadow_style .ibiz-tab-group-select-tree { + border-bottom: 0px !important; +} + + .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { + padding-left: 0; +} +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding-left: 0; +} + + .recentdata-custom>div>div>div:nth-child(2) { +flex: 1; +} + .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { + padding-left: 16px; + height: 16px; +} +/* 类型位置 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { + + padding-left: 5px; + padding-bottom: 15px; + +} +/* 类型文字 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { + font-size: 15px; + +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { + margin-left: -17px; +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { + padding: 0px; +} + .work_item_type_global_style .ibiz-panel-button{ + padding-top: 0px; +} + +.work_item_type_global_style .ibiz-icon { + margin-top: 5px; +} + + /* 按钮样式 */ +.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .ibiz-control-toolbar__item--primary .el-button.el-button--primary { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { + color: var(--ibiz-color-primary-hover); + background-color: var(--ibiz-color-primary-light-hover); +} + + .ibiz-control-toolbar--user .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.ibiz-control-toolbar--user .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { + border-bottom: none; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { + color: var(--ibiz-color-text-3); + background-color: transparent; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ + outline: none; +} +.ibiz-control-toolbar-submenu-popper--user { + background: transparent; +} +.ibiz-control-toolbar-submenu-popper--user .el-button { + color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { + background-color: var(--ibiz-color-bg-0); +} + /*工具栏分组项按钮2样式*/ +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { +color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style2 .el-button { +--el-button-bg-color: transparent; +--el-button-hover-bg-color: transparent; +--el-button-active-bg-color: transparent; +--el-button-text-color: var(--ibiz-color-text-3); +--el-button-hover-text-color: var(--ibiz-color-text-3); +--el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { +padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { +padding: 0 10px; +} + +/* 适配分割线间距一致 */ +/* 适配分隔符在前面 */ +.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { +margin-left: -8px; +} +/* 适配分隔符在后面 */ +.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { +margin-left: -4px; +} +/* 分组按钮样式 */ +.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { +border: none; +} + +/* 窗口缩小样式 */ +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ +color: var(--ibiz-color-primary); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ + font-weight: 600; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { + fill: var(--ibiz-color-primary) !important; +} + +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { +stroke: var(--ibiz-color-primary) !important; +stroke-width: 30 !important; +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { + color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style3 .el-button { + --el-button-bg-color: transparent; + --el-button-hover-bg-color: transparent; + --el-button-active-bg-color: transparent; + --el-button-text-color: var(--ibiz-color-text-3); + --el-button-hover-text-color: var(--ibiz-color-text-3); + --el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { + padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { + padding: 0 10px; +} + + /*工具栏分组项按钮3样式*/ +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + + .toolbar-style-container .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.toolbar-style-container .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.toolbar-style-container { + border-bottom: 1px solid var(--ibiz-color-border); +} + /* 面板分页样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +height: 1px; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +min-height: 64px; +max-height: 64px; +width: 58px; +height: 100%; +border: none; +display: flex; +justify-content: center; +align-items: center; +} +/* 分页弹出按钮样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { +padding: 1px 0; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { +text-align: center; +} +.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ +gap: 56px; +} +/* 搜索表单取消padding */ +.workload-tab-head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 16px; +width: auto; +height: 63px; +} + /* 适配分页搜索下级视图自适应宽度 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { +width: 100%; +} +/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { +width: 16.66%; +} + /* 关系分页部件定位样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +position: relative; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +position: absolute; +top: 1px; +left: calc(16.65% + 15px); +z-index: 100; +} +/* 视图头部定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { +position: relative; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +/* 视图头部快速搜索定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { +width: auto; +position: absolute; +top: 0; +left: calc(16.65% + 81px); +} + +/* 快捷搜索部件样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ +display: flex; +align-items: center; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { +height: auto; +} +/* 边距调整 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { +margin-left: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { +margin-left: var(--ibiz-spacing-base-tight); +} + .mob_workload_calendar_style .ibiz-panel-container--container1 span { + font-size: 16px; + color: #8B8B8B; +} + +.mob_workload_calendar_style .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 16px; + color: #8B8B8B; + margin-left: 4px; +} + +.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + font-size: 16px; +} + +.mob_workload_calendar_style .ibiz-panel-field--name span { + font-size: 18px; + margin-left: 6px; +} + +.mob_workload_calendar_style .ibiz-spacing-right--outermedium { + margin-right: 8px !important; +} + +.mob_workload_calendar_style input::placeholder { + text-align: left; +} + .mob_workload_calendar_style .ibiz-form-item--date_range { + padding-top: 14px; +} + +.mob_workload_calendar_style{ + position: relative; +} +.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { + padding: 8px; + background-color: #F3F3F3; + border-radius: 8px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + +/* 列表中的分割线样式 */ +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { + position: relative; + top: 0.875rem; + left: 1rem; + display: block; + width: calc(100% - 2rem); + height: 0.0625rem; + content: ""; + background-color: var(--ibiz-color-border); +} + .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { + font-size: 18px; + color: #3B3B3B; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { + content: "小时"; + font-size: 16px; + color: #B8B8B8; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { + display: none !important; +} + /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ +.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { +width: 100%; +} +/* 视图头部样式 */ +.workload_log_head .ibiz-panel-view-header--view_header { +position: relative; +margin-top: 1px; +} +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +.workload_log_head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 8px; +width: auto; +height: 63px; +} + .mob_workload_log .ibiz-panel-field--duration span { + font-size: 32px; + text-align: center; +} + +.mob_workload_log .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 20px; + margin-left: 2px; +} + +.mob_workload_log .ibiz-panel-field--register_date span { + color: #8B8B8B; +} + +.mob_workload_log .ibiz-panel-container--container2 > div { + padding: 8px 12px; + margin-top: 8px; + background-color: #F1FBF5; + border-radius: 8px; + margin-right: 16px; +} + +.mob_workload_log .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_log .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + .mob_workload_log .ibiz-code-list .ibiz-icon { + padding-right: 0px !important; +} + +.mob_workload_log input::placeholder { + text-align: left; +} + +.mob_workload_log .ibiz-form-item--date_range { + padding-top: 14px; +} + + +.mob_workload_log { + position: relative; +} +.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_log .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_log .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .app_market_style .ibiz-panel-field--title span { + font-weight: bold; + font-size: larger; +} + +.app_market_style .ibiz-panel-field--version { + background-color: lightgrey; + padding: 5px 15px 5px 15px; + border-radius: 10px; +} + +.app_market_style .ibiz-panel-field--version span { + color: white; + font-weight: bold; +} + +.app_market_style .ibiz-panel-field--memo span { + font-size: medium; + color: grey; +} + +.app_market_style .ibiz-control-dataview-group-content__item-content>* { + margin-right: 32px; +} + +.app_market_style .el-card__body { + padding: 0px; +} + +.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { + padding: 8px 8px 8px 0px; +} + +/* .app_market_style .ibiz-control-dataview-item { + height: 100%; +} */ + +.app_market_style .ibiz-control-dataview-item.is-active { + background-color: unset !important; +} + .app_market_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; +} + +.app_market_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + +.app_market_style .ibiz-sort-bar { + display: none !important; +} + +.app_market_style .ibiz-panel-rawitem--using > div { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_market_style .ibiz-panel-rawitem--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; +} + .app_market_style .ibiz-panel-button-content--icon { + color: var(--el-button-bg-color); +} + .app-title-style .ibiz-panel-app-title__logo--expand, +.app-title-style svg { + margin-top: -25px; +} + + .app_info_style .ibiz-form-item--pscoreprdfuncname span { + font-weight: bold; + font-size: x-large; +} + +.app_info_style .ibiz-form-item--memo div div div div div { + color: darkgrey; + font-size: 15px; +} + +.app_info_style button[title="GitLab"] span svg path { + fill: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] span { + color: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="GitLab"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="GitLab"]:hover span { + color: #557DA5 !important; +} + +.app_info_style .ibiz-form-button , .ibiz-form-button-list { + padding: 8px 8px 8px 4px; +} + .app_info_style button[title="打开按钮"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="打开按钮"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { + color: #557DA5; +} + +.app_info_style button[title="设置"] span { + color: white; +} + .app_info_style .ibiz-form-item--currentversion { + padding-top: 0px; +} + +.app_info_style .ibiz-form-item--currentversion span { + font-size: 12px; + font-weight: bold; + color: grey; + background-color: lightgrey; + padding: 0px 6px 0px 6px; + border-radius: 6px; + height: 16px; + align-items: center; + display: flex; +} + +.app_info_style .ibiz-form-group--grouppanel3 { + margin-left: 10px; +} + +.app_info_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; +} + +.app_info_style .ibiz-form-tab-page--overview > div:first-child { + padding-right: 0px !important; +} + .app_info_style .ibiz-form-group--grouppanel4 button { + font-size: small; + padding: 8px; + height: 25px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { + width: 40px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { + width: 18px; +} + +.app_info_style .el-button-group { + align-items: flex-end; +} + +.app_info_style .ibiz-form-button-content--icon { + display: flex; + align-items: center; +} + +.app_info_style .ibiz-panel-view-content--deeditview { + overflow: hidden; +} + +.app_info_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + + .app_info_style .ibiz-form-tab-page--overview > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--log > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--overview .el-select__tags { + cursor: default !important; +} + +.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { + display: none !important; +} + +.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { + font-size: 14px !important; +} + .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { + height: 39px !important; +} + +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { + font-size: 14px !important; +} +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { + padding: 0px !important; +} + +/* 正在使用 */ +.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_info_style .ibiz-form-item--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; + cursor: default; +} + +.app_info_style .el-tabs__nav { + padding-left: 12px; +} + .activate_button .el-button{ + background: none; + color: #4ba7f1; + margin-left: 5px; + height: 0px; + +} +.activate_button{ + margin: 0px 10px 0px -10px; +} + +.activate_button .ibiz-rawitem__text{ + color: #999; +} +.activate_button .ibiz-span.ibiz-panel-field-content{ + color: #999; +} + +.activate_button .ibiz-panel-button.ibiz-panel-button--default{ + height: 19px; + padding: 0px; +} + .todo-tips{ + height: 80px; +} +.todo-tips .ibiz-rawitem__text{ + font-size: 26px; + font-weight: 600; + line-height: 75px; +} + .todo-background{ + +} + /* 隐藏滚动条 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.work_item_qucik_create_style .ibiz-form-group--executors_container{ + position: relative; +} +.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + + .work_item_qucik_create_style .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + /* 视图大的布局样式 */ +.quick-create-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +} +/* 按钮样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { +min-height: 40px; +/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +/* 分割线 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + .mob_member_title_style .ibiz-panel-field--title { + background-color: lightgrey; + padding: 4px 6px 4px 6px; + border-radius: 10px; + align-items: center; + display: flex; +} + +.mob_member_title_style .ibiz-panel-field--title span { + font-size: 8px; +} + .my_summary_style span.ibiz-panel-field-content{ + color: rgb(56, 131, 250); + font-size: 28px; +} + +.my_summary_style span.ibiz-rawitem__text { + font-size: 16px; +} + +.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ + color: #B2E699; +} + +.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ + color: #EF8383; +} + +.my_summary_style .el-divider { + height: 58px !important; + width: 1px !important; + margin: 0 !important; + border-top: unset !important; + border-left: 1px var(--el-border-color) var(--el-border-style); +} + +.my_summary_style .ibiz-panel-container--task_num_c, +.my_summary_style .ibiz-panel-container--bug_num_c, +.my_summary_style .ibiz-panel-container--other_item_num_c, +.my_summary_style .ibiz-panel-container--idea_num_c, +.my_summary_style .ibiz-panel-container--ticket_num_c, +.my_summary_style .ibiz-panel-container--case_num_c { + cursor: pointer; +} + .my_summary_style .ibiz-control-viewlayoutpanel-content { + display: flex; + justify-content: center; +} + .run_case_label_style div[title="通过"] label.is-active span { + background: #73d897 !important; +} + +.run_case_label_style div[title="受阻"] label.is-active span { + background: #ffcd5d !important; +} + +.run_case_label_style div[title="失败"] label.is-active span { + background: #ff7575 !important; +} + +.run_case_label_style div[title="跳过"] label.is-active span { + background: #5dcfff !important; +} + +.run_case_label_style .el-radio-button__inner { + display: flex !important; + border-color: var(--el-border-color) !important; + color: black !important; + background: transparent !important; + align-items: center; +} + +.run_case_label_style .el-radio-button__inner:hover { + background-color: #f5f5f5 !important; +} + +.run_case_label_style label.is-active .el-radio-button__inner { + color: white !important; +} + +.run_case_label_style label.is-active svg path { + fill: white; +} + +.run_case_label_style .ibiz-icon { + height: 15px !important; +} + .run_history_remark_style{ + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} + .coreprdfunc_setting_edit_style .el-tabs__nav span { + font-size: 14px !important; +} + +.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { + padding: 0 10px !important; +} + .export-canvas-style .ibiz-bi-report-panel-content { + padding: 0; +} +.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { + padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); +} + + /* 移入移出效果 */ +.ibiz-form-button--style2 .el-button, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2 .el-button { +min-height: var(--ibiz-height-control-default); +min-width: var(--ibiz-height-control-default); +background: transparent; +border: none; +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-6); +padding: 8px; +} +.ibiz-form-button--style2 .el-button:hover, +.ibiz-control-toolbar__item--style2 .el-button:hover, +.ibiz-panel-button--style2 .el-button:hover { +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} + +.ibiz-form-button--style2 .el-button.el-button { +width: var(--ibiz-height-control-default) ; +} + +/* 按钮间隔 */ +.ibiz-form-button--style2.ibiz-form-button--style2, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2.ibiz-panel-button--style2 { +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); +} + .button_container_style button { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.button_container_style button:hover, button:focus { + background-color: transparent; + border: none; +} + +.button_container_style button:hover span svg path { + fill: #557DA5 !important; +} + +.button_container_style .ibiz-panel-button { + padding: 8px 0px 8px 0px; +} + .swap_icon_text button { + direction: rtl; +} + +.swap_icon_text button:hover { + background-color: transparent !important; + color: rgb(85, 125, 165) !important; +} + +.swap_icon_text button:hover span svg path { + fill: #557DA5 !important; +} + +.swap_icon_text .ibiz-toolbar-item-text { + line-height: normal; +} + .track_panel_style .ibiz-panel-field--num span { + margin-right: 4px; + font-size: 16px; + color: #1D1F23; +} + +.track_panel_style .ibiz-panel-rawitem--caption span { + color: var(--ibiz-color-text-3); + font-size: 16px; +} + +.track_panel_style .ibiz-panel-field--title_two span { + font-weight: 600; +} + +.idea_tree_node_style { + width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); +} + .prompt_message_style { + margin: 0px 16px 0px -16px; +} + .data-upload-view { + padding: 8px 32px; +} +.data-upload-view .ibiz-row { + overflow: visible; +} +.data-upload-view .ibiz-rawitem__paragraph p { + margin: 0; + line-height: 22px; +} +.data-upload-view .ibiz-panel-rawitem--download_description, +.data-upload-view .ibiz-panel-rawitem--upload_description { + position: relative; +} +.data-upload-view .ibiz-panel-rawitem--download_description::before, +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + position: absolute; + top: 2px; + left: -23px; + width: 15px; + height: 15px; + font-size: 0.75rem; + line-height: 15px; + color: var(--ibiz-color-primary-text); + text-align: center; + content: '1'; + background: var(--ibiz-color-primary); + border-radius: 50%; +} +.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, +.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { + color: var(--ibiz-color-text-3); +} + + .data-upload-view .ibiz-panel-rawitem--upload_description { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + content: '2'; +} +.data-upload-view .ibiz-panel-button { + padding: var(--ibiz-spacing-base) 0; +} +.data-upload-view .ibiz-panel-rawitem--template_rule { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table { + border-color: var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr { + height: 52px !important; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { + padding: 12px 16px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { + background-color: var(--ibiz-color-fill-0); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { + text-align: center; +} +.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { + color: var(--ibiz-color-danger); +} + .data-upload-view .ibiz-panel-rawitem--upload_raw { + height: 60px; + padding: 0 20px; + background-color: var(--ibiz-color-fill-0); + border: 1px solid var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { + display: flex; + align-items: center; + color: var(--ibiz-color-text-3); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { + color: var(--ibiz-color-link); + cursor: pointer; +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { + text-decoration: underline; +} + + .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { + min-width: 100px; +} +.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ + min-width: 100px; +} + +/* 控制项标题文字过多导致的样式异常 */ +.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} +.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} + .enter_button_style .van-button{ + font-size: 16px; + color: #6698ff; +} + .mob-orange-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; +} + .mob-red-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; +} + .mob-green-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; +} + .mob-orange-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; + border: 1px solid orange; +} + .mob-red-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; + border: 1px solid red; +} + .mob-green-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; + border: 1px solid #3ae23a; +} + .no_border_button{ + border: 0; + font-size: 18px; +} +.no_border_button .van-button{ + border: 0; +} + .mob_magnify_no_border_button .van-button--small { + border: 0; + font-size: 20px; +} + +.mob_magnify_no_border_button .van-button { + border: 0; +} + /* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.star_css button:hover { +background-color: transparent; +} +/* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.star_css button{ +background-color: transparent; +} + +/* 星标字体颜色 */ +.star_css .ibiz-control-toolbar__item-items i{ +color: #9999; +font-size: 18px; +} + +/* 切换图标字体颜色 */ +.star_css .el-sub-menu__title i { +color: #9999; +} + +/* 设置图标的大小*/ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ + font-size: 16px; +} + .update_log_time .ibiz-span{ + margin: 7px 0px 0px 0px; + } + .update_log_name .ibiz-span{ + font-size: 22px; + font-weight: 600; + margin: 15px 0px 15px 0px; +} + @media screen and (min-width: 820px) and (max-width: 980px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(1) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 980px) and (max-width: 1150px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(2) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1150px) and (max-width: 1320px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(3) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1320px) and (max-width: 1480px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(4) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + @media screen and (min-width: 1480px) and (max-width: 1600px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(5) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1600px) and (max-width: 1800px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(6) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1800px) and (max-width: 1970px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(7) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1970px) and (max-width: 2130px) { +.recentdata-screen-auto-item { +.ibiz-control-dataview-scroll-item:nth-child(8) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +} + @media screen and (min-width: 2130px) and (max-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(9) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(10) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + +.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { +flex-wrap: nowrap; +overflow: visible; +} +.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { + flex-wrap: nowrap; + overflow: visible; +} + .recent_owner_subtype_style{ + width: 20px; + overflow: hidden; +} + .recent_grey_font_style .ibiz-panel-field-content{ + color: #a6a6a6; +} + .td_right{ + width: 90%; +} + .td_a_link .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recent_identified_style .ibiz-grid-field-column__text{ + color: #8b8b8b; +} + .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ + display: none; +} + /* 用例名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} +/* 隐藏分割线和显示更多 */ +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; +} + .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; } - -.space_mob_page_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - /* margin-top: 5px; */ + .td_a_link_right{ + padding:0px 28px 0px 0px + } + .td_a_link_right .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recenttab-head +.ibiz-panel-view-header--view_header +.ibiz-panel-container +> .ibiz-row { +position: initial; +overflow: initial; +} + .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ + top: -32px; + right: -50px; +} + .stencil_center_title{ + +} + /* 视图标题及分割线样式 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { +height: 64px; +line-height: 64px; +text-align: center; +border-bottom: 1px solid var(--ibiz-color-border); +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { +font-size: 20px; +font-weight: 600; +} +/* 搜索栏自适应 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { +min-width: 100%; +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { +width: 100%; +} +/* 控制视图标题最小高度 */ +.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { + min-height: 32px; +} + .orange-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ffdcaf; + vertical-align: inherit; +} +.ibiz-span .orange-span { + margin: 4px 0; +} + .mob-orange-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: orange; +} + .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ + position: relative; + bottom: -34px; + left: -1px; +} + .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ + color: #999; +} + .active-members-view{ + padding: 24px 0px 0 0; + .ibiz-panel-field>.ibiz-span{ + font-size: 48px; + color: #333; + } + .ibiz-grid-container--container_grid{ + width: 75%; + margin: 0 auto; + } +} + .transition-time .ibiz-span{ + font-size: var(--ibiz-font-size-small); + color: var(--ibiz-color-disabled-text); +} + .test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view .ibiz-panel-container--container3 { + padding: 20px 40px; + border-left: 3px solid #ff7575; + background-color: #fff8f8; +} + + + .test-plan-report-survey-view .ibiz-panel-container--container1 { + padding: 20px 40px; + border-left: 3px solid #5dcfff; + background-color: #f7fdff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-field--coverage_percentage + .ibiz-span { + color: #5dcfff; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent + .ibiz-rawitem__text { + color: #5dcfff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container3 + .ibiz-panel-field--bug_count + .ibiz-span { + color: #ff7575; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + + .test-plan-report-survey-view .ibiz-panel-container--container2 { + padding: 20px 40px; + border-left: 3px solid #73d897; + background-color: #f8fdfa; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-field--pass_percentage + .ibiz-span { + color: #73d897; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent + .ibiz-rawitem__text { + color: #73d897; +} + + + + .test-plan-report-view.ibiz-view { + background-color: var(--ibiz-color-bg-0); +} +.test-plan-report-view .ibiz-view-deportalview { + background-color: transparent; +} +.test-plan-report-view .ibiz-control-dashboard { + gap: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col { + display: flex; + justify-content: center; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { + width: 1200px; + height: auto; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; + margin-top: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { + width: 1200px; + height: 500px; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; +} +.test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption { + padding-left: 12px; +} + + .test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption:before { + display: none; +} +.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { + padding: 0 28px; +} + .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { + background-color: var(--ibiz-color-bg-3) !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { + color: var(--ibiz-color-text-3) !important; + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { + background-color: var(--ibiz-color-bg-0) !important; +} + + .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { + overflow: visible; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { + top: -60px; + right: -32px; + position: absolute; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + + /* .test_mob_list_style .ibiz-control-mobmdctrl-item { + position: relative; +} + +.test_mob_list_style .ibiz-control-panel-content::after { + content: ''; + display: block; + width: 90%; + height: 1px; + background-color: #ececec; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} */ + +.test_mob_list_style .ibiz-spacing-right--outerlarge span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_mob_list_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} + +.test_mob_list_style button { + border: none; +} + +.test_mob_list_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + .test_detail_list_style { + position: relative; +} +.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.test_detail_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} +.test_detail_list_style button { + border: none; +} + +.test_detail_list_style .ibiz-panel-rawitem--static_image { + width: 24px; + margin-top: 5px; +} + +/**span无数据时,占位隐藏**/ +.test_detail_list_style div span:empty { + display: none; +} + .test_detail_list_style .ibiz-panel-field--title span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--time_container span { + border-radius: 12px; + background-color: #f3f3f3; + display: flex; /* 使用弹性盒布局 */ + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + width: 150px; + height: 25px; +} + +.test_detail_list_style .ibiz-panel-field--update_time span { + width: 150px; +} + +.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { + fill: #CB258C; +} + +.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { + fill: #66C23A; +} + + .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ + font-weight: 600; + font-size: 16px; +} + .message_layout_panel_img_style{ + } - -.space_mob_page_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} -.space_mob_page_style .ibiz-panel-rawitem--static_image1{ - padding: 0px 15px 0px 0px; -} - /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { - position: fixed; - bottom: 135px; - right: 30px; - z-index: 1000; - width: 44px; - height: 44px; - border-radius: 50%; - background-color: white; - box-shadow: 1px 4px 6px 3px #dad7d7; + .add-members-font{ + font-size:10px + } + .grey-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #e1e1e1; + vertical-align: inherit; +} +.ibiz-span .grey-span { + margin: 4px 0; +} + .mob-grey-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: grey; +} + .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { + padding: 0; + background-color: transparent; +} +.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { + padding-right: var(--ibiz-spacing-base); + padding-left: var(--ibiz-spacing-base); + color: var(--ibiz-dropdown-select-option-item-color); + background-color: var(--ibiz-dropdown-select-option-item-bkcolor); +} +.ibiz-control-gantt.is-exporting .xg-view-toolbar { + display: none; +} + .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.case_template_edit_style .ibiz-html .w-e-text-container { + background: transparent; +} + /* 视图大的布局样式 */ +.user-info-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +padding-bottom: var(--ibiz-spacing-base); +} +/* 按钮样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { +min-height: 40px; +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { +color: var(--ibiz-color-primary); +} +/* 分割线 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { +width: calc(100% - 64px); +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + +/* 头部样式 */ +/* 图片背景 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { +background: #ccf; +} +/* 头像定位 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { +position: relative; +} +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { +width: auto; +height: auto; +position: absolute; +top: -4px; +left: 50%; +transform: translate(-50%, -50%); +} +/* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { +width: 68px; +height: 68px; +border: 4px solid #fff; +border-radius: var(--ibiz-border-radius-circle); +} + /* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { +flex: 1; +width: 60px; +height: 60px; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { +display: none; +} +/* 视图头部登录者信息样式 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar { +padding-top: 50px; +padding-bottom: 28px; +text-align: center; +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { +font-weight: 400; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { +margin-top: 10px; +font-size: var(--ibiz-font-size-small); +color: var(--ibiz-color-text-3); +} + .ibiz-internal-message-html__content { + padding-right: 24px; +} + .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ + background: #f3f3f3; +} +.user_setting_view_style .ibiz-single-data-container{ + /* padding: 40px 10px 20px 10px; */ + padding: 5vh 5vw 5vw 5vw; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ + width: 50px; + height: 50px; + min-width: 50px; + min-height: 50px; + border: 1px solid #ffffff; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ + margin: 15px 0px 5px 0px; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ + font-size: 20px; + font-weight: 600; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ + color: #9b9b9b; +} +.user_setting_view_style .ibiz-panel-container-group{ + background: #ffffff; + margin: 10px 10px 10px 10px; + border-radius: 10px; +} +.user_setting_view_style .van-button{ +width: 93%; + height: 35px; + margin: 10px 0% 0% 3%; +} + .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ + font-size: 16px; + font-weight: 400; + color: #a7a7a7; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ + width: 50px; + height: 50px; +} + /* 垂直居中对齐 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item { +display: inline-flex; +align-items: center; +} +/* 图标大小自适应 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, +.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { +width: auto; +height: auto; +margin-right: 0; +padding-right: var(--ibiz-spacing-tight); +} + .kanban-identifier .ibiz-span{ + margin: 5px 0px 0px 0px; + padding: 2px 6px 2px 6px; + background: #e8e8e8; + border-radius: 5px; + color: #6c6c6c; +} + .kanban-finished .ibiz-span { + color: #aaa; + text-decoration: line-through; +} + .kanban-delay { + color: #ff7575; + background-color: #fff1f1 !important; +} +.kanban-delay .ibiz-rawitem__image { + color: #ff7575; +} + .kanban-time { + height: 24px; + padding: 0 10px; + margin: 0 5px 5px 0; + overflow: hidden; + line-height: 12px; + background: #e9e9e9; + border-radius: 10px; +} + + .kanban-more-button{ + position: relative; + width: 40px; + margin: -8px 0px 0px -2px; + height: 40px; + visibility: hidden; +} +.el-card__body:hover .kanban-more-button { + visibility: visible; +} + .kanban-title .ibiz-span{ + padding: 10px 2px 10px 2px; + font-size: 16px; + font-weight: 600; +} + .kanban-state { + width: 80px; + height: 24px; + margin: 0 5px 5px 0; +} +.kanban-state .ibiz-code-list__item { + --ibiz-code-list-item-color: #aaaaaa; + justify-content: center; + width: 80px; + line-height: 24px; + color: #fff; + background-color: var(--ibiz-code-list-item-color); + border-radius: 10px; +} + + .kanban-kind-icon { + height: auto; + margin: 5px 0 0; + line-height: 24px; +} +.kanban-kind-icon .ibiz-code-list__item { + font-size: 0; +} + + .kanban-assignee{ + margin: 0px 0px 0px 30px; +} + +.kanban-assignee .ibiz-personnel-info-content__tip{ +content-visibility: hidden; +} + .wiki-page-title .ibiz-span{ + font-weight: 600; + font-size: var(--ibiz-font-size-header-2); + color: var(--ibiz-color-text-0); +} +.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { +font-size: 24px; +} + .wiki_page_title_style{ + padding-left: 10px !important; +} + +.wiki_page_title_style .ibiz-span { + font-size: 18px; + color: var(--ibiz-color-text-0); + margin-left: 5px; + margin-right: 5px; +} + +.wiki_page_title_style .ibiz-rawitem .ibiz-icon { + font-size: 18px !important; + margin-left: 5px; +} + .confirm-remove-view .ibiz-form-item--formitem{ + background-color: rgba(255, 117, 117, 0.15); + padding: 0px; + height: auto; + margin-top: 12px; + border-radius: 5px; + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + display: inline-flex; + align-items: center; + margin: 0 10px; + padding: 5px 10px; + font-size: .875rem; + line-height: 1; + max-width: 33em; + word-break: break-all; + color: #ff7575; + } +} +.confirm-remove-view .ibiz-form-item--remind{ + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + color:#aaa; + } + +} + /* 选中分页 */ +.mob-main-style .van-tab--active{ + color: #6698ff; +} +.mob-main-style .van-tabs__line{ + background: #6698ff; +} + +/* 分组容器 标题 */ +.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ + font-size: 0.75rem; + color: #696969; +} +/* 表单项 标题 */ +.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ + color: #696969; +} +/* 表单项 下划线伪元素 */ +.mob-main-style .ibiz-form-item-container::after{ + display: none; +} +/* 标题 title */ +.mob-main-style .ibiz-form-item--title .van-field__control{ + font-weight: bolder; + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} +/* 代码表 表单项 */ +/* .mob-main-style .ibiz-span__code-list{ + justify-content: flex-end; } */ - -.mob_page_edit_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_edit_style .ibiz-form-item--publish_name { - padding-left: 10px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { - margin-bottom: 6px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ - padding-top: 5px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel3{ - position: relative; -} - /* 评论容器取消发送按钮位置 */ -.space-page-view .ibiz-panel-container--container_comment{ - position: relative; -} -.space-page-view .ibiz-panel-button--comment__cancel, -.space-page-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 14px; -} -.space-page-view .ibiz-panel-button--comment__cancel { - right: 90px; -} -.space-page-view .ibiz-control-form { - height: 100%; - overflow: auto; -} -.space-page-view .ibiz-control-form img { - max-width: 100%; -} -/* 修复附件表格滚动条异常 */ -.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { - max-height: 100%; -} -/* 修复评论编辑页关注人滚动条异常 */ -.space-page-view .ibiz-attention-select-value-multiple{ - overflow: hidden; -} -.space-page-view .ibiz-panel-container--right_container{ - border-left: 1px solid #e7e7e7; -} - - - .space-page-view .ibiz-toolbar-item-counter { - background-color: #e0e0e0 !important; - color: grey !important; - margin-left: 10px !important; -} - .purple-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #d2d8ed; - vertical-align: inherit; -} -.ibiz-span .purple-span { - margin: 4px 0; -} - .red-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #fcd0cb; - vertical-align: inherit; -} -.ibiz-span .red-span { - margin: 4px 0; -} - - - .mob-red-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: red; -} - .green-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ccf2cc; - vertical-align: inherit; -} -.ibiz-span .green-span { - margin: 4px 0; -} - .mob-green-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: #3ae23a; -} - .ibiz-form-item{ - --ibiz-form-item-placeholder-color:#cacaca; -} -.el-input{ - --el-input-placeholder-color:#cacaca; -} - .more_log_style .ibiz-control-toolbar__item { - position: absolute !important; - margin: -65px 0px 0px -65px !important; -} - -.more_log_style .el-button { - --el-button-bg-color: none !important; - --el-button-text-color: rgb(70 107 144) !important; - --el-button-hover-text-color: none !important; - --el-button-hover-bg-color: none !important; - --el-button-hover-border-color: none !important; - --el-button-active-text-color: node !important; - --el-button-active-bg-color: none !important; -} - .blue-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #c8e8fa; - vertical-align: inherit; -} -.ibiz-span .blue-span { - margin: 4px 0; -} - .mob-blue-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: blue; -} - /* 表单分组标题 */ -.ibiz-form-group__caption{ - font-size: var(--ibiz-form-item-container-font-size); - font-weight: var(--ibiz-form-group-caption-font-regular); - color: var(--ibiz-form-item-container-label-color); -} - .form-group-to-grid-header { - height: 54px; - background-color: rgba(var(--ibiz-grey-1), 1); -} -.form-group-to-grid-header .ibiz-row--grid { - display: flex; - align-items: center; -} -.form-group-to-grid-header .ibiz-form-raw-item { - padding: 8px 4px; -} - /* 表格头全局样式 */ -body .ibiz-control-grid { ---ibiz-control-grid-header-height: 54px; /* 重新赋值 */ -} -/* 适配增加的高度,使表格头垂直居中 */ -body .ibiz-control-grid__table .el-table__header-wrapper .cell { -padding-top: 16px; -padding-bottom: 16px; -} - .normal-rich-text *{ - font-style: normal !important; - text-decoration: none !important; - color: rgb(85, 91, 97) !important; - background-color: transparent !important; - font-size: 14px !important; - font-weight: 400 !important; - text-align: left !important; - text-overflow: ellipsis; - text-wrap: nowrap; - word-break: break-all; -} -.normal-rich-text a { - pointer-events: none; -} - .ibiz-panel-view-content { - --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); -} - /* 视图右侧padding */ -.ibiz-panel-view-header .ibiz-panel-container--view_header_right { - padding: 0 var(--ibiz-spacing-tight); -} -/* 树padding */ -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding: 0 var(--ibiz-spacing-tight); -} -.ibiz-control-treeexpbar .ibiz-panel-exp-header { - padding: 0 var(--ibiz-spacing-tight); -} - .view-content-no-padding .ibiz-panel-view-content { - padding: 0; -} -.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { - padding: var(--ibiz-panel-view-content-padding); -} - - .ibiz-view-message { - padding: var(--ibiz-spacing-tight); -} -.ibiz-view-message .el-alert--info.is-light { - background-color: var(--el-alert-bg-color); -} - /* 全局 计数器 样式 */ -.ibiz-badge.ibiz-badge { -min-width: 16px; -text-align: center; -font-size: var(--ibiz-font-size-small); -padding: 0 var(--ibiz-spacing-extra-tight); -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} -/* 表单分页计数器 */ -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { - padding-right: var(--ibiz-spacing-base-loose); - position: relative; -} -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-text-3); - background-color: var(--ibiz-color-fill-0); - padding: 0 var(--ibiz-spacing-extra-tight); - top: calc(50% - 2px); - font-size: var(--ibiz-font-size-small); - right: var(--ibiz-font-size-header-6); -} -.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - - /* .discuss_bottom_shadow_style{ - position: relative; - box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); - padding: 2px 0px 0px 0px; + .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { + width: 100%; + height: 100%; + margin: 0; + background-color: var(--ibiz-color-bg-1); +} +.mob-main-style .van-tabs__wrap{ + border-top: 1px solid #f1f1f1; +} + + + .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} + /* 标题 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 图标,防止字数过多时发生形变 */ +.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 容器元素换行 */ +.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + + /* 背景颜色 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { + background-color: white; +} + +.mob_delivery_display_style .ibiz-form-group__content { + background-color: white; +} + +/* 标题文字样式 */ +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { + text-align: left; + font-size: 18px; + font-weight: 500; + margin-top: 7px; +} + +/* 图片 */ +.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { + padding-left: 30px; +} + +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { + text-align: left; + margin-bottom: 2px; +} + /* 按钮样式 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { + display: block; + text-align: center +} + +.mob_delivery_display_style button.van-button.van-button--default.van-button--small { + border: 0; + background: #f3f3f3; + border-radius: 10px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { + background-color: white; +} +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { + padding-top: 0; +} + .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { + padding-left: 24px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { + color: red; +} + + .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + +/* 图标边距 */ +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { + height: 24px; + /* margin-top: -3px; */ + margin-right: 15px; +} +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ + overflow: hidden !important;; +} + /* 日历部件没有数据时,进行显示 */ +.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { + content: "当前日期没有工作~"; + color: #D7D7D7; + margin-left: 6px; +} +.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { + display: none; +} +/* 设置背景颜色 */ +.mob_dashboard_style { + background-color: #F6F6F6 !important; + border-radius: 0px !important; +} +.mob_dashboard_style > div { + margin: 15px !important; +} +.mob_dashboard_style .ibiz-control-dashboard-row { + gap: 15px !important; +} + /* 仪表盘列表只显示五个 */ +.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), +.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { + display: none; +} + +/* 搜索框进行隐藏 */ +.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { + display: none; +} + +/* 显示更多样式 */ +.mob_dashboard_style button { + height: 60px !important; + border: transparent !important; +} + +.mob_dashboard_style button span.ibiz-panel-button-content--caption { + font-size: 18px !important; + color: #699AFF !important; +} + +/* 修改分割线样式 */ +.mob_dashboard_style .van-divider--hairline { + width: calc(100% - 2rem); + height: 0.0625rem; + margin-left: 1rem; + margin-bottom: 0px; + background-color: var(--ibiz-color-border); +} + /* 用例名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + /* 日历列表样式 */ +.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { + font-size: 16px; + margin-left: 6px; +} +/* 我的工作项 */ +.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { + font-size: 16px; +} + +/* 其他分组每一项中title的样式 */ +.mob_dashboard_style .ibiz-panel-field--title span { + font-size: 16px; +} + .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: block !important; +} + +.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { + display: flex !important; +} + +.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { + background-color: #ffffff; +} + +.mob_dashboard_style .ibiz-view-content { + background-color: #ffffff; +} + .van-popover__content.van-popover__content--vertical { + border: var(--van-button-border-width) solid var(--van-button-default-border-color); + background: white; +} +button.van-button.van-button--default.van-button--normal.van-button--round { + border: 0; + margin: 2px; + padding: 0; +} +.ibiz-popper-toolbar .van-popover{ + --van-popover-action-width: 95px; +} +.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { + margin: 0; +} +.van-popover__content.van-popover__content--vertical span.van-button__text{ + display: flex; + align-items: center; +} +.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ + margin: 0px 6px -4px 7px; +} +.van-popup.van-popover.van-popover--light{ + left: -105px; +} + .ibiz-view-demobmdview.enablesort, +.ibiz-view-demoblistview.enablesort { +position: relative; +} +.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, +.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ +padding-right: 38px; +background-color: var(--ibiz-color-bg-1); +} +.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} +.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ +display: flex; +align-items: center; +justify-content: center; +width: 1.25rem; +height: 1.125rem; +font-size: 1.25rem; +} + /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ +position: relative; +} */ + + + /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, +.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .discuss_reply_padding .ibiz-form-group-content{ - padding-left: 5px; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ - padding-left: 0; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ - padding-left: 0; -} - .mob_list_view_style { - position: relative; -} -.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); -} -.mob_list_view_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - -.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { - position: absolute; - right: 40px; -} - .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container svg { - width: 24px; -} - -.mob_discuss_reply_list_style .ibiz-panel-field--total { - margin-right: 2px; - margin-top: 1px; -} - -.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { - margin-top: 9px; - display: inline-grid; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { - margin-top: 9px; - display: inline-grid; -} - .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { - margin-left: 15px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, -.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { - padding-left: 8px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group__content { - background-color: white; -} - .discuss-border-style .ibiz-grid-field-column__script{ - width: 70px; - text-align: center; - border: 1px solid #eee; - border-radius: 20px; - padding: 0px 10px; -} - .mob_discuss_post_status_style .van-field__body { - background-color: var(--ibiz-color-primary-light-hover); - border-radius: 20px; - height: 36px; - width: 85px; -} - -.mob_discuss_post_status_style .van-field__body span { - color: var(--ibiz-color-primary); -} - -.mob_discuss_post_status_style .ibiz-form-item-container { - padding: 0px; -} - -.mob_discuss_post_status_style .van-field__right-icon { - display: none; -} - -.mob_discuss_post_status_style .van-field__control--custom { - justify-content: center !important; -} - .discusses_mob_list_style .ibiz-panel-container--container span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 span, -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, -.discusses_mob_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { - height: 24px; - width: 24px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { - font-size: 8px; - min-width: 20px; - min-height: 20px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { - width: 20px; - height: 20px; -} - .discusses_mob_list_style .ibiz-panel-container--container2 { - width: 55px; - height: 23px; - border: 1px solid #d8d8d8; - border-radius: 10px; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 span, -.discusses_mob_list_style .ibiz-panel-container--container2 { - display: flex; - align-items: center; - justify-content: center; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { - margin-top: 1px; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { - margin-right: 3px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { - margin-top: 2px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { - margin-top: -3px; -} - -.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - /* .discusses_mob_list_style { - position: relative; -} -.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); + /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, +.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .post_edit_title_style .ibiz-panel-container--topic_container { - padding-left: 16px; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { - display: none !important; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { - padding: 0 !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name { - padding: 0 8px 0 16px !important; -} - -.post_edit_title_style .ibiz-identifier-title { - padding-left: 8px !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name span { - color: var(--el-text-color-regular); - font-size: var(--ibiz-font-size-header-5); - font-weight: var(--ibiz-font-weight-regular); -} - -.post_edit_title_style .ibiz-panel-field--topic_name::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: 20px; - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: 2px; - transform: translateY(-50%); -} - .discuss-comment-btn{ - width: 100px; -} -.discuss-comment-btn .el-button{ - min-height: var(--ibiz-height-control-default); - min-width: var(--ibiz-height-control-default); - background: transparent; - border: none; - color: var(--ibiz-color-text-3); - font-size: var(--ibiz-font-size-header-6); - padding: 8px; -} -.discuss-comment-btn .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { - border: none; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { - width: 20px; -} - -.mob_discuss_detal_list_style .ibiz-panel-field--total { - margin-left: 2px; - margin-right: 2px; - margin-top: 1px; -} - /* 详情页中的 容器边距 */ -.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ - margin: 10px; - border-radius: 10px; - /* background-color: white; */ -} -/* 选中分页 */ -.mob-details-style .van-tab--active{ - color: #6698ff; -} -.mob-details-style .van-tabs__line{ - background: #6698ff; -} - -.mob-details-style .ibiz-form-item--create_time span { - margin-top: 3px; -} - -.mob-details-style .van-tabs__wrap { - background-color: white; -} - -.mob-details-style .van-tabs__nav { - display: inline-flex !important; - margin-left: 30px; -} - -.mob-details-style .van-tab { - margin-right: 40px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 span { - display: inline-grid; - margin-top: 9px; -} - .mob-details-style .ibiz-form-group--grouppanel1 svg { - width: 28px; - height: 28px; - margin-left: 15px; -} - -.mob-details-style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; - display: inline-grid; - margin-top: 7px; -} - -.mob-details-style .ibiz-form-group--grouppanel2 span, -.mob-details-style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob-details-style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob-details-style .ibiz-form-item--name { - padding-left: 8px; -} - -.mob-details-style .ibiz-form-item--status { - padding-top: 10px; -} - .review_btn_style button[title="通过"] { - background-color: green; -} - -.review_btn_style button[title="拒绝"] { - background-color: red; -} - .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ - font-size: 12px; - color: #979899; -} - -.review-results-style .ibiz-form-item--title .ibiz-span{ - font-size: 16px; - font-weight: 600; -} - -.review-results-style .ibiz-mdctrl-container-item{ - border-top: 1px solid #dbdbdb; -} - -.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: white; - border-left: none; -} - .comment-list-height-auto .ibiz-no-data { - padding: 0; - --el-empty-image-width: 64px; - --el-empty-description-margin-top: 6px; -} -.comment-list-height-auto img { - max-width: 100%; -} -/* 流转空数据 */ -.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { - margin-top: -8px; -} - .comment-replay { - padding: 0 12px; - background-color: var(--ibiz-color-bg-0); -} -.comment-replay .ibiz-rawitem, -.comment-replay .ibiz-code-list__item, -.comment-replay .ibiz-panel-item-render--pcontent { - color: #999; -} -.comment-replay .ibiz-panel-item-render--pcontent { - display: flex; -} -.comment-replay .ibiz-panel-item-render--pcontent p { - margin: 8px 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.comment-replay .ibiz-raw__script .comment-tag { - pointer-events: none; -} - .comment_icon .ibiz-rawitem{ - font-size:24px; - opacity:0.5; - padding:8px 0; -} - .comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-0); - color: var(--ibiz-editor-default-text-color); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .mob_topic_discuss_list_style .ibiz-control-toolbar__item { - display: block !important; -} - -.mob_topic_discuss_list_style { - position: relative; -} -.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); - background-color: white !important; -} -.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { - top: 18px; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .resource-capacity-view .ibiz-panel-view-content--view_content { - padding: 0 var(--ibiz-spacing-tight); -} - -.resource-capacity-view .ibiz-form-page, -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { - height: 100% -} - -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { - height: calc(100% - 54px); -} - -.resource-capacity-view .ibiz-form-group--header { - line-height: 52px; - overflow-y: scroll; - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-capacity-view .ibiz-form-group--body { - overflow-y: scroll; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { - padding: 0; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { - height: 52px; - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { - height: 100%; - display: flex; - align-items: center; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { - overflow: hidden; -} -.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { - margin-left: var(--ibiz-spacing-extra-tight); -} - .road-map-view .time-line { - display: flex -} -.road-map-view .time-line-right { - display: flex; - flex-shrink: 0; - align-items: flex-start; - justify-content: center; - padding: 70px 8px 8px 8px; -} -.road-map-view .time-line-right--title { - width: 100px; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - margin-bottom: 40px; - padding: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); -} -.road-map-view .time-line-right--caption { - color: var(--ibiz-color-primary); - font-weight: var(--ibiz-font-weight-bold); -} -.road-map-view .time-line-right--description { - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} -.road-map-view .time-line-left { - flex-grow: 1; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - padding: var(--ibiz-spacing-base); -} - .road-map-view .time-line-left--line { - width: 100%; - height: 4px; - display: flex; - margin: 80px 20px; - align-items: center; - justify-content: space-between; - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item { - width: 12.5%; - flex-grow: 1; - position: relative; -} -.road-map-view .time-line-left--item:last-child { - background-color: var(--ibiz-color-white); -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { - bottom: 15px; -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__content { - bottom: 54px; -} -.road-map-view .time-line-left--item__dot { - width: 12px; - height: 12px; - border-radius: 50%; - background-color: var(--ibiz-color-white); - border: 3px solid var(--ibiz-color-success-hover); -} - .road-map-view .time-line-left--item__vertical { - width: 2px; - height: 36px; - position: absolute; - transform: translateX(5px); - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item__content { - display: flex; - bottom: -70px; - cursor: pointer; - width: max-content; - position: absolute; - align-items: center; - flex-direction: column; - justify-content: center; -} -.road-map-view .time-line-left--item__caption { - width: 100%; - color: var(--ibiz-color-text-0); - font-size: var(--ibiz-font-size-regular); -} -.road-map-view .time-line-left--item__time { - width: 100%; - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} - -.road-map-view .time-line-left--item__content a { - text-decoration: unset !important; -} - .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { - padding-left: 18px; -} - - .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ - width: 76px; - text-align: center; -} - .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { - display: none; -} - .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { - padding: 10px 10px 0 10px; -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { - background-color: var(--ibiz-color-bg-1); - border-radius: 5px; -}.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item.is-active { - background-color: var(--ibiz-control-list-active-bg-color); -} - .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { - border-radius: 0; -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, -.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { - background-color: var(--ibiz-color-fill-0); - padding-bottom: 8px; -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { - padding: 10px 0; -} - - - /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ - margin: -15% 0% 0% -35%; + .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { +fill: var(--van-gray-6); +} +/* 适配有视图头的情况 */ +.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); +} +/* 适配首页仪表盘 */ +.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} + .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ + width: 105px; +} +.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { + width: 112px; + padding-left: 3px; +} +.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ + width: 108px; +} + .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ + font-size: 18px; +} +.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ + width: 24px; +} + .ibiz-quill .van-popup .ql-editor.ql-blank { + padding: 12px 15px; +} +.ibiz-quill .van-popup .ql-editor.ql-blank::before { + left: 15px; +} + .mob_workspace_style .ibiz-view-content--view_content{ + display: block !important; +} + +.mob_workspace_style .ibiz-panel-container--view_content > div { + display: block !important; +} + /* 卡片 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ + flex-wrap: unset; + overflow: scroll; + padding-left: 0.5rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ + display: none; +} +/* 背景定位 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { + position: relative; + border: 1px solid #eeeeee; + border-radius: 5px; + box-shadow: none; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ + content: ''; + display: inline-block; + width: 100%; + height: 36px; + position: absolute; + top: 0; + left: 0; + z-index: 6; + background-color: var(--ibiz-color-disabled-fill); +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ + position: relative; + z-index: 10; +} + + .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ + font-weight: bolder; + font-size: 0.95rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ + color: #6a6a6a; +} + +.ibiz-control-appmenu .van-tabbar-item__icon{ + width: 16px; +} +/* 最近访问 显示更多 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; + padding-left: 0; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ + font-size: 0.95rem; + color: #6698ff; +} + + .mob-home-style .ibiz-panel-container-group-header{ + border-bottom: 0px !important; + height: 25px; +} +.mob-home-style .ibiz-panel-container-group__caption{ + font-size: 16px !important; + font-weight: 400 !important; +} +.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} +.mob-home-style .ibiz-panel-field--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} + /* 标题 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + + +/* 容器元素换行 */ +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} + +/* 为空不显示 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { + display: none; +} + /* 字体颜色、位置 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} + +/* 依赖名称 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ + color: #aaaaaa; +} + /* 最近访问 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .ibiz-form-group--grouppanel_attachment_create{ + position: relative; +} + .mob_descript_comment .ibiz-quill-preview__edit { + top: -2.125rem; + right: 0; +} + + .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .mob-library-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-library-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-library-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 110px; + top: 2px; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { + top: -230px !important; +} + .mob_login_style .ibiz-panel-container-image{ + background-size: cover; +} +.mob_login_style .ibiz-rawitem__image path{ + fill: #219cf0; +} +.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-button--auth_loginbutton{ + border-radius: 10px; + border: 1px solid #c2c2c2; +} +.mob_login_style .van-field__control::placeholder{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container4{ + margin-top: 15vh; +} +.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ + font-size: 28px; + font-weight: 600; + color: #2fbaf5; +} + .ibiz-form-group { + padding: 0; +} +.ibiz-form-group--style2 { + padding: 4px; + border-radius: 0; +} +.ibiz-form-group--style2 > .ibiz-form-group-header { + border-radius: 4px 4px 0 0; +} +.ibiz-form-group--style2 > .ibiz-form-group__content { + padding: 4px 0; + background-color: var(--ibiz-form-group-header-bg-color); + border-radius: 4px; +} +.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { + padding-top: 0; +} + + .mob_comment_list_style .ibiz-panel-button{ + border: 0; +} +.mob_comment_list_style .ibiz-panel-button-content--icon{ + font-size: 18px; +} +.mob_comment_list_style .ibiz-panel-container--container2{ + margin-top: 10px; +} +.mob_comment_list_style .ibiz-mob-personal-info-content__tip { + margin-top: -15px; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { + margin-top: 0px !important; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ + margin: -12px 0px 0px 40px; + color: #9d9d9d; +} +.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { + margin-left: 40px; + width:auto; +} +.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ + height: 0px !important; +} + .mob-comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-3); + color: var(--ibiz-color-text-2); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.mob-comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .comment_style_main{ + background: white; + position: relative; + z-index: 1; + box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); +} +.comment_style_main .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.comment_style_main .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-button{ + border: 0; +} +.comment_style_main #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} +.comment_style_main .ibiz-panel-field--comment_count span{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-field--attention_count span{ + color: #aaaaaa; +} + .comment_style_list{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.comment_style_list .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; +} +.comment_style_list .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_list .ibiz-panel-button{ + height: 32px; + width: 50px; + background: #6698ff; + color: white; + border-radius: 5px; +} +.comment_style_list #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + .mob_md_view_style{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.mob_md_view_style .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.mob_md_view_style .ibiz-rawitem__text{ + color: #aaaaaa; +} +.mob_md_view_style .ibiz-panel-button{ + border: 0; +} +.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + /* 标题 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 负责人 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { + /* display: none; */ +} + +/* 图标,防止字数过多时发生形变 */ +.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +/* 防止出现滚动条 */ +.mob_common_list_style .ibiz-panel-container>.ibiz-row { + overflow-y: hidden !important; +} + /* 容器元素换行 */ +.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { + display: none; +} +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ + justify-content: center; + width: 38px; +} + .ibiz-portal-view.ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-0); +} +.ibiz-portal-view .ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-1); +} + .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ + font-size: 14px !important; +} + .mob-idea-md-view-style { + position: relative; +} +.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_page_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_style .ibiz-form-item--publish_name { + padding-left: 10px; +} + .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ + margin: 0; + border-radius: 0; + width: auto; + overflow: visible; +} +.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, +.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ + border: none; + background: transparent; +} +.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ + right: 0.35rem; + top: -45px; +} +.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ + margin-right: 10px; +} +.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ + overflow: visible; +} + .mob-advanced-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-advanced-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-advanced-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 95px; + top: 3px; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .space_main_list_syle .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + +.space_main_list_syle .ibiz-icon svg.icon path { + fill: #20A0FF; +} + .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.space_mob_page_style .ibiz-control-viewlayoutpanel-content { + background-color: rgba(255, 255, 255, 1); +} + +.space_mob_page_style .ibiz-panel-field--name span{ + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.space_mob_page_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + /* margin-top: 5px; */ +} + +.space_mob_page_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} +.space_mob_page_style .ibiz-panel-rawitem--static_image1{ + padding: 0px 15px 0px 0px; +} + /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { + position: fixed; + bottom: 135px; + right: 30px; + z-index: 1000; + width: 44px; + height: 44px; + border-radius: 50%; + background-color: white; + box-shadow: 1px 4px 6px 3px #dad7d7; +} */ + +.mob_page_edit_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_edit_style .ibiz-form-item--publish_name { + padding-left: 10px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { + margin-bottom: 6px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ + padding-top: 5px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel3{ + position: relative; +} + /* 评论容器取消发送按钮位置 */ +.space-page-view .ibiz-panel-container--container_comment{ + position: relative; +} +.space-page-view .ibiz-panel-button--comment__cancel, +.space-page-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 14px; +} +.space-page-view .ibiz-panel-button--comment__cancel { + right: 90px; +} +.space-page-view .ibiz-control-form { + height: 100%; + overflow: auto; +} +.space-page-view .ibiz-control-form img { + max-width: 100%; +} +/* 修复附件表格滚动条异常 */ +.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { + max-height: 100%; +} +/* 修复评论编辑页关注人滚动条异常 */ +.space-page-view .ibiz-attention-select-value-multiple{ + overflow: hidden; +} +.space-page-view .ibiz-panel-container--right_container{ + border-left: 1px solid #e7e7e7; +} + + + .space-page-view .ibiz-toolbar-item-counter { + background-color: #e0e0e0 !important; + color: grey !important; + margin-left: 10px !important; +} + .purple-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #d2d8ed; + vertical-align: inherit; +} +.ibiz-span .purple-span { + margin: 4px 0; +} + .red-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #fcd0cb; + vertical-align: inherit; +} +.ibiz-span .red-span { + margin: 4px 0; +} + + + .mob-red-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: red; +} + .green-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ccf2cc; + vertical-align: inherit; +} +.ibiz-span .green-span { + margin: 4px 0; +} + .mob-green-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: #3ae23a; +} + .ibiz-form-item{ + --ibiz-form-item-placeholder-color:#cacaca; +} +.el-input{ + --el-input-placeholder-color:#cacaca; +} + .more_log_style .ibiz-control-toolbar__item { + position: absolute !important; + margin: -65px 0px 0px -65px !important; +} + +.more_log_style .el-button { + --el-button-bg-color: none !important; + --el-button-text-color: rgb(70 107 144) !important; + --el-button-hover-text-color: none !important; + --el-button-hover-bg-color: none !important; + --el-button-hover-border-color: none !important; + --el-button-active-text-color: node !important; + --el-button-active-bg-color: none !important; +} + .blue-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #c8e8fa; + vertical-align: inherit; +} +.ibiz-span .blue-span { + margin: 4px 0; +} + .mob-blue-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: blue; +} + /* 表单分组标题 */ +.ibiz-form-group__caption{ + font-size: var(--ibiz-form-item-container-font-size); + font-weight: var(--ibiz-form-group-caption-font-regular); + color: var(--ibiz-form-item-container-label-color); +} + .form-group-to-grid-header { + height: 54px; + background-color: rgba(var(--ibiz-grey-1), 1); +} +.form-group-to-grid-header .ibiz-row--grid { + display: flex; + align-items: center; +} +.form-group-to-grid-header .ibiz-form-raw-item { + padding: 8px 4px; +} + /* 表格头全局样式 */ +body .ibiz-control-grid { +--ibiz-control-grid-header-height: 54px; /* 重新赋值 */ +} +/* 适配增加的高度,使表格头垂直居中 */ +body .ibiz-control-grid__table .el-table__header-wrapper .cell { +padding-top: 16px; +padding-bottom: 16px; +} + .normal-rich-text *{ + font-style: normal !important; + text-decoration: none !important; + color: rgb(85, 91, 97) !important; + background-color: transparent !important; + font-size: 14px !important; + font-weight: 400 !important; + text-align: left !important; + text-overflow: ellipsis; + text-wrap: nowrap; + word-break: break-all; +} +.normal-rich-text a { + pointer-events: none; +} + .ibiz-panel-view-content { + --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); +} + /* 视图右侧padding */ +.ibiz-panel-view-header .ibiz-panel-container--view_header_right { + padding: 0 var(--ibiz-spacing-tight); +} +/* 树padding */ +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding: 0 var(--ibiz-spacing-tight); +} +.ibiz-control-treeexpbar .ibiz-panel-exp-header { + padding: 0 var(--ibiz-spacing-tight); +} + .view-content-no-padding .ibiz-panel-view-content { + padding: 0; +} +.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { + padding: var(--ibiz-panel-view-content-padding); +} + + .ibiz-view-message { + padding: var(--ibiz-spacing-tight); +} +.ibiz-view-message .el-alert--info.is-light { + background-color: var(--el-alert-bg-color); +} + /* 全局 计数器 样式 */ +.ibiz-badge.ibiz-badge { +min-width: 16px; +text-align: center; +font-size: var(--ibiz-font-size-small); +padding: 0 var(--ibiz-spacing-extra-tight); +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} +/* 表单分页计数器 */ +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { + padding-right: var(--ibiz-spacing-base-loose); + position: relative; +} +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-text-3); + background-color: var(--ibiz-color-fill-0); + padding: 0 var(--ibiz-spacing-extra-tight); + top: calc(50% - 2px); + font-size: var(--ibiz-font-size-small); + right: var(--ibiz-font-size-header-6); +} +.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + + /* .discuss_bottom_shadow_style{ + position: relative; + box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); + padding: 2px 0px 0px 0px; } */ - -/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ - position: relative; - box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); + .discuss_reply_padding .ibiz-form-group-content{ + padding-left: 5px; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ + padding-left: 0; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ + padding-left: 0; +} + .mob_list_view_style { + position: relative; +} +.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); +} +.mob_list_view_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + +.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { + position: absolute; + right: 40px; +} + .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container svg { + width: 24px; +} + +.mob_discuss_reply_list_style .ibiz-panel-field--total { + margin-right: 2px; + margin-top: 1px; +} + +.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { + margin-top: 9px; + display: inline-grid; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { + margin-top: 9px; + display: inline-grid; +} + .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { + margin-left: 15px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, +.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { + padding-left: 8px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group__content { + background-color: white; +} + .discuss-border-style .ibiz-grid-field-column__script{ + width: 70px; + text-align: center; + border: 1px solid #eee; + border-radius: 20px; + padding: 0px 10px; +} + .mob_discuss_post_status_style .van-field__body { + background-color: var(--ibiz-color-primary-light-hover); + border-radius: 20px; + height: 36px; + width: 85px; +} + +.mob_discuss_post_status_style .van-field__body span { + color: var(--ibiz-color-primary); +} + +.mob_discuss_post_status_style .ibiz-form-item-container { + padding: 0px; +} + +.mob_discuss_post_status_style .van-field__right-icon { + display: none; +} + +.mob_discuss_post_status_style .van-field__control--custom { + justify-content: center !important; +} + .discusses_mob_list_style .ibiz-panel-container--container span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 span, +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, +.discusses_mob_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { + height: 24px; + width: 24px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { + font-size: 8px; + min-width: 20px; + min-height: 20px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { + width: 20px; + height: 20px; +} + .discusses_mob_list_style .ibiz-panel-container--container2 { + width: 55px; + height: 23px; + border: 1px solid #d8d8d8; + border-radius: 10px; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 span, +.discusses_mob_list_style .ibiz-panel-container--container2 { + display: flex; + align-items: center; + justify-content: center; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { + margin-top: 1px; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { + margin-right: 3px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { + margin-top: 2px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { + margin-top: -3px; +} + +.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + /* .discusses_mob_list_style { + position: relative; +} +.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); } */ -.msg_bottom_shadow_style .msg_heard_style{ - border-bottom: 1px solid #ebebeb; -} - - .notify_field_checkbox_style .el-checkbox{ - width: 120px; -} - - - .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { - margin: 0px 0px 4px; -} - -/* .management_setting_style .ibiz-breadcrumb { - display: none !important; + .post_edit_title_style .ibiz-panel-container--topic_container { + padding-left: 16px; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { + display: none !important; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { + padding: 0 !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name { + padding: 0 8px 0 16px !important; +} + +.post_edit_title_style .ibiz-identifier-title { + padding-left: 8px !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name span { + color: var(--el-text-color-regular); + font-size: var(--ibiz-font-size-header-5); + font-weight: var(--ibiz-font-weight-regular); +} + +.post_edit_title_style .ibiz-panel-field--topic_name::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: 20px; + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: 2px; + transform: translateY(-50%); +} + .discuss-comment-btn{ + width: 100px; +} +.discuss-comment-btn .el-button{ + min-height: var(--ibiz-height-control-default); + min-width: var(--ibiz-height-control-default); + background: transparent; + border: none; + color: var(--ibiz-color-text-3); + font-size: var(--ibiz-font-size-header-6); + padding: 8px; +} +.discuss-comment-btn .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { + border: none; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { + width: 20px; +} + +.mob_discuss_detal_list_style .ibiz-panel-field--total { + margin-left: 2px; + margin-right: 2px; + margin-top: 1px; +} + /* 详情页中的 容器边距 */ +.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ + margin: 10px; + border-radius: 10px; + /* background-color: white; */ +} +/* 选中分页 */ +.mob-details-style .van-tab--active{ + color: #6698ff; +} +.mob-details-style .van-tabs__line{ + background: #6698ff; +} + +.mob-details-style .ibiz-form-item--create_time span { + margin-top: 3px; +} + +.mob-details-style .van-tabs__wrap { + background-color: white; +} + +.mob-details-style .van-tabs__nav { + display: inline-flex !important; + margin-left: 30px; +} + +.mob-details-style .van-tab { + margin-right: 40px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 span { + display: inline-grid; + margin-top: 9px; +} + .mob-details-style .ibiz-form-group--grouppanel1 svg { + width: 28px; + height: 28px; + margin-left: 15px; +} + +.mob-details-style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; + display: inline-grid; + margin-top: 7px; +} + +.mob-details-style .ibiz-form-group--grouppanel2 span, +.mob-details-style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob-details-style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob-details-style .ibiz-form-item--name { + padding-left: 8px; +} + +.mob-details-style .ibiz-form-item--status { + padding-top: 10px; +} + .review_btn_style button[title="通过"] { + background-color: green; +} + +.review_btn_style button[title="拒绝"] { + background-color: red; +} + .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ + font-size: 12px; + color: #979899; +} + +.review-results-style .ibiz-form-item--title .ibiz-span{ + font-size: 16px; + font-weight: 600; +} + +.review-results-style .ibiz-mdctrl-container-item{ + border-top: 1px solid #dbdbdb; +} + +.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: white; + border-left: none; +} + .comment-list-height-auto .ibiz-no-data { + padding: 0; + --el-empty-image-width: 64px; + --el-empty-description-margin-top: 6px; +} +.comment-list-height-auto img { + max-width: 100%; +} +/* 流转空数据 */ +.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { + margin-top: -8px; +} + .comment-replay { + padding: 0 12px; + background-color: var(--ibiz-color-bg-0); +} +.comment-replay .ibiz-rawitem, +.comment-replay .ibiz-code-list__item, +.comment-replay .ibiz-panel-item-render--pcontent { + color: #999; +} +.comment-replay .ibiz-panel-item-render--pcontent { + display: flex; +} +.comment-replay .ibiz-panel-item-render--pcontent p { + margin: 8px 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.comment-replay .ibiz-raw__script .comment-tag { + pointer-events: none; +} + .comment_icon .ibiz-rawitem{ + font-size:24px; + opacity:0.5; + padding:8px 0; +} + .comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-0); + color: var(--ibiz-editor-default-text-color); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .mob_topic_discuss_list_style .ibiz-control-toolbar__item { + display: block !important; +} + +.mob_topic_discuss_list_style { + position: relative; +} +.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); + background-color: white !important; +} +.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { + top: 18px; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .resource-capacity-view .ibiz-panel-view-content--view_content { + padding: 0 var(--ibiz-spacing-tight); +} + +.resource-capacity-view .ibiz-form-page, +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { + height: 100% +} + +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { + height: calc(100% - 54px); +} + +.resource-capacity-view .ibiz-form-group--header { + line-height: 52px; + overflow-y: scroll; + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-capacity-view .ibiz-form-group--body { + overflow-y: scroll; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { + padding: 0; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { + height: 52px; + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { + height: 100%; + display: flex; + align-items: center; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { + overflow: hidden; +} +.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { + margin-left: var(--ibiz-spacing-extra-tight); +} + .road-map-view .time-line { + display: flex +} +.road-map-view .time-line-right { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: center; + padding: 70px 8px 8px 8px; +} +.road-map-view .time-line-right--title { + width: 100px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + margin-bottom: 40px; + padding: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); +} +.road-map-view .time-line-right--caption { + color: var(--ibiz-color-primary); + font-weight: var(--ibiz-font-weight-bold); +} +.road-map-view .time-line-right--description { + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} +.road-map-view .time-line-left { + flex-grow: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: var(--ibiz-spacing-base); +} + .road-map-view .time-line-left--line { + width: 100%; + height: 4px; + display: flex; + margin: 80px 20px; + align-items: center; + justify-content: space-between; + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item { + width: 12.5%; + flex-grow: 1; + position: relative; +} +.road-map-view .time-line-left--item:last-child { + background-color: var(--ibiz-color-white); +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { + bottom: 15px; +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__content { + bottom: 54px; +} +.road-map-view .time-line-left--item__dot { + width: 12px; + height: 12px; + border-radius: 50%; + background-color: var(--ibiz-color-white); + border: 3px solid var(--ibiz-color-success-hover); +} + .road-map-view .time-line-left--item__vertical { + width: 2px; + height: 36px; + position: absolute; + transform: translateX(5px); + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item__content { + display: flex; + bottom: -70px; + cursor: pointer; + width: max-content; + position: absolute; + align-items: center; + flex-direction: column; + justify-content: center; +} +.road-map-view .time-line-left--item__caption { + width: 100%; + color: var(--ibiz-color-text-0); + font-size: var(--ibiz-font-size-regular); +} +.road-map-view .time-line-left--item__time { + width: 100%; + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} + +.road-map-view .time-line-left--item__content a { + text-decoration: unset !important; +} + .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { + padding-left: 18px; +} + + .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ + width: 76px; + text-align: center; +} + .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { + display: none; +} + .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { + padding: 10px 10px 0 10px; + background-color: transparent; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { + background-color: var(--ibiz-color-bg-1); + border-radius: 5px; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item.is-active .ibiz-control-list-item { + background-color: var(--ibiz-control-list-active-bg-color); +} + .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { + border-radius: 0; +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, +.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { + background-color: var(--ibiz-color-fill-0); + padding-bottom: 8px; +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { + padding: 10px 0; +} + + + /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ + margin: -15% 0% 0% -35%; +} */ + +/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ + position: relative; + box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); +} */ +.msg_bottom_shadow_style .msg_heard_style{ + border-bottom: 1px solid #ebebeb; +} + + .notify_field_checkbox_style .el-checkbox{ + width: 120px; +} + + + .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { + margin: 0px 0px 4px; +} + +/* .management_setting_style .ibiz-breadcrumb { + display: none !important; } */ - .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, -.common-level-average::after{ -background-color: var(--ibiz-color-primary) !important; -} - /* 圆 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -content: ''; -display: block; -width: 12px; -height: 12px; -min-width: 12px; -max-width: 12px; -margin-right: var(--ibiz-spacing-extra-tight); -border-radius: 50%; -background-color: var(--ibiz-color-fill-0); -} - /* 基础定位 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input, -.common-level-veryimportant, -.common-level-important, -.common-level-average, -.common-level-unimportant, -.common-level-unknown { -position: relative; -padding-left: var(--ibiz-spacing-base); -} -/* 圆对齐及间距 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { -display: flex; -align-items: center; -margin: 0; -padding: 0; -} -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -margin-right: var(--ibiz-spacing-base-loose); -} -.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { -height: 12px; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { -margin-left: 3px; -} - -/* 最后一个圆的定位 */ -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -position:absolute; -left:0; -} -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ -left:var(--ibiz-spacing-tight); -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -left:var(--ibiz-spacing-tight); -} -/* 编辑器弹框按钮样式 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, -.common-level-dropdown .ibiz-dropdown .el-select .el-input{ -min-height:var(--ibiz-height-control-default); -padding:0 var(--ibiz-spacing-tight); -padding-left:var(--ibiz-spacing-loose); -display:flex; -align-items:center; -border-radius:var(--ibiz-border-radius-small); -cursor:pointer; -} - .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { -min-height: 32px; -margin: 0; -} -/* 编辑态按钮 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input { -overflow: hidden; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { -display: none; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { -position: absolute; -left: 0; -margin-left: var(--ibiz-spacing-base); -border-radius: var(--ibiz-border-radius-small); -} -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { -padding: 0; -margin: 0; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { -min-width: 12px; -max-width: 12px; -box-shadow: none !important; -} - /* 移入效果 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, -.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { -background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { -background-color: var(--ibiz-color-bg-0); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { -background-color: var(--ibiz-color-primary-light-default); -} -/* 表格内样式 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { -margin-left: -4px; -} -/* 表格内文字不显示 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { -font-size: 0; -} -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { -width: 0; -height: 0; -} - /* 自适应宽度 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { -width: auto; -} -.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { - padding: 0; -} - .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, -.common-level-unknown::after, -.common-level-unknown::before, -.common-level-unknown>span::before { -background-color: transparent !important; -box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; -} - .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, -.common-level-important::after, -.common-level-important::before{ -background-color: var(--ibiz-color-primary) !important; -} - .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, -.common-level-veryimportant::after, -.common-level-veryimportant::before, -.common-level-veryimportant>span::before { -background-color: var(--ibiz-color-primary) !important; -} - .idea_tree_node_style .ibiz-panel-field--title{ - font-size: 14px; - font-weight: 600; -} -.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ - margin: 0px 0px 0px 10px; - width: 50px; - height: 30px; - border-radius: 10px; - background: #d4d4d4; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ - color: #999999; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} - .page_info_style .ibiz-form-item-container--left { - text-align: left; -} - -.page_info_style .ibiz-form-item-container__label { - text-align: left; -} - - /* 按钮样式 */ -.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_page_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .project-notice-style .ibiz-portlet-layout-content, -.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ - overflow: visible; -} -.project-notice-style .ibiz-html-custom-toolbar { - position: absolute; - top: -55px; -} -.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ - width: 44px; - } - - - /* 分组面板高度自适应 */ -.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ - height: 100% !important; -} - -/* 去掉下划线 */ -.mob_project_overview_style .ibiz-form-item-container::after{ - height: 0px; -} - .project_warning_style .ibiz-panel-container--container1 { - background-color: orange; - cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container2 { - background-color: deepskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container3 { - background-color: dodgerblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container7 { - background-color: aliceblue -} - -.project_warning_style .ibiz-panel-container--container5 { - background-color: lightskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container6 span { - color: white; -} - -.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { - font-weight: bold; - font-size: 28px; -} - -.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { - font-size: 16px; -} - - - .project_warning_style .ibiz-panel-field--overdue_ratio span { - font-size: 28px; - color: deepskyblue; - font-weight: bold; -} - -.project_warning_style .ibiz-panel-rawitem--static_text3 span { - font-size: 16px; -} - -.project_warning_style .ibiz-panel-container--page_container { - margin-top: 10px; -} - -.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { - position: relative; -} - -.project_warning_style .ibiz-panel-rawitem--static_image, -.project_warning_style .ibiz-panel-rawitem--static_image1, -.project_warning_style .ibiz-panel-rawitem--static_image2, -.project_warning_style .ibiz-panel-rawitem--static_image3 { - top: 6px; - position: absolute; - right: 22px; -} - .project_warning_style .ibiz-panel-container--container8, -.project_warning_style .ibiz-panel-container--container9, -.project_warning_style .ibiz-panel-container--container10 { - padding: 18px 15px; -} - -.project_warning_style .ibiz-panel-container--container11 { - padding: 15px 40px 15px 15px; -} - - /* 背景定位 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { -position: relative; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ -content: ''; -display: inline-block; -width: 100%; -height: 36px; -position: absolute; -top: 0; -left: 0; -z-index: 6; -background-color: var(--ibiz-color-disabled-fill); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -position: relative; -z-index: 10; -} -/* 字体样式 */ -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { -width: 100%; -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { -font-size: var(--ibiz-font-size-header-5); -color: var(--ibiz-color-text-0); -} - .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { -color: var(--ibiz-color-text-3); -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { -font-size: 0; -} -/* 设置边距 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { -margin-top: var(--ibiz-spacing-base); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -padding-top: 22px; -padding-bottom: 0px; -} - .mob_home_my_style{ - position: relative; -} -.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_home_my_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .advancedSearch .ibiz-form-group-header { - border-bottom: none; - } -.advancedSearch .ibiz-teleport-placeholder { - height: 100%; - background-color: #fbfbfb; - border-left: 1px solid #eee; -} -.advancedSearch .ibiz-control-searchbar-quick-search{ - width: 100%; - margin:0 32px; -} -.advancedSearch .ibiz-panel-view-header { - border-bottom:none; -} -.advancedSearch .ibiz-control-captionbar-caption::before{ - display:none; -} -.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { - padding: 0 32px; -} -.advancedSearch .ibiz-panel-view-content { - padding: 8px 32px 0px 32px; -} -.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ - --el-input-height:46px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { - border-radius: 4px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { - font-size:18px; - } - - .cursor_style { - cursor: pointer; + .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, +.common-level-average::after{ +background-color: var(--ibiz-color-primary) !important; +} + /* 圆 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +content: ''; +display: block; +width: 12px; +height: 12px; +min-width: 12px; +max-width: 12px; +margin-right: var(--ibiz-spacing-extra-tight); +border-radius: 50%; +background-color: var(--ibiz-color-fill-0); +} + /* 基础定位 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input, +.common-level-veryimportant, +.common-level-important, +.common-level-average, +.common-level-unimportant, +.common-level-unknown { +position: relative; +padding-left: var(--ibiz-spacing-base); +} +/* 圆对齐及间距 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { +display: flex; +align-items: center; +margin: 0; +padding: 0; +} +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +margin-right: var(--ibiz-spacing-base-loose); +} +.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { +height: 12px; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { +margin-left: 3px; +} + +/* 最后一个圆的定位 */ +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +position:absolute; +left:0; +} +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ +left:var(--ibiz-spacing-tight); +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +left:var(--ibiz-spacing-tight); +} +/* 编辑器弹框按钮样式 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, +.common-level-dropdown .ibiz-dropdown .el-select .el-input{ +min-height:var(--ibiz-height-control-default); +padding:0 var(--ibiz-spacing-tight); +padding-left:var(--ibiz-spacing-loose); +display:flex; +align-items:center; +border-radius:var(--ibiz-border-radius-small); +cursor:pointer; +} + .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { +min-height: 32px; +margin: 0; +} +/* 编辑态按钮 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input { +overflow: hidden; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { +display: none; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { +position: absolute; +left: 0; +margin-left: var(--ibiz-spacing-base); +border-radius: var(--ibiz-border-radius-small); +} +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { +padding: 0; +margin: 0; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { +min-width: 12px; +max-width: 12px; +box-shadow: none !important; +} + /* 移入效果 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, +.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { +background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { +background-color: var(--ibiz-color-bg-0); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { +background-color: var(--ibiz-color-primary-light-default); +} +/* 表格内样式 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { +margin-left: -4px; +} +/* 表格内文字不显示 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { +font-size: 0; +} +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { +width: 0; +height: 0; +} + /* 自适应宽度 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { +width: auto; +} +.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { + padding: 0; +} + .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, +.common-level-unknown::after, +.common-level-unknown::before, +.common-level-unknown>span::before { +background-color: transparent !important; +box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; +} + .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, +.common-level-important::after, +.common-level-important::before{ +background-color: var(--ibiz-color-primary) !important; +} + .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, +.common-level-veryimportant::after, +.common-level-veryimportant::before, +.common-level-veryimportant>span::before { +background-color: var(--ibiz-color-primary) !important; +} + .idea_tree_node_style .ibiz-panel-field--title{ + font-size: 14px; + font-weight: 600; +} +.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ + margin: 0px 0px 0px 10px; + width: 50px; + height: 30px; + border-radius: 10px; + background: #d4d4d4; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ + color: #999999; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} + .page_info_style .ibiz-form-item-container--left { + text-align: left; +} + +.page_info_style .ibiz-form-item-container__label { + text-align: left; +} + + /* 按钮样式 */ +.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_page_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .project-notice-style .ibiz-portlet-layout-content, +.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ + overflow: visible; +} +.project-notice-style .ibiz-html-custom-toolbar { + position: absolute; + top: -55px; +} +.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ + width: 44px; + } + + + /* 分组面板高度自适应 */ +.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ + height: 100% !important; +} + +/* 去掉下划线 */ +.mob_project_overview_style .ibiz-form-item-container::after{ + height: 0px; +} + .project_warning_style .ibiz-panel-container--container1 { + background-color: orange; + cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container2 { + background-color: deepskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container3 { + background-color: dodgerblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container7 { + background-color: aliceblue +} + +.project_warning_style .ibiz-panel-container--container5 { + background-color: lightskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container6 span { + color: white; +} + +.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { + font-weight: bold; + font-size: 28px; +} + +.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { + font-size: 16px; +} + + + .project_warning_style .ibiz-panel-field--overdue_ratio span { + font-size: 28px; + color: deepskyblue; + font-weight: bold; +} + +.project_warning_style .ibiz-panel-rawitem--static_text3 span { + font-size: 16px; +} + +.project_warning_style .ibiz-panel-container--page_container { + margin-top: 10px; +} + +.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { + position: relative; +} + +.project_warning_style .ibiz-panel-rawitem--static_image, +.project_warning_style .ibiz-panel-rawitem--static_image1, +.project_warning_style .ibiz-panel-rawitem--static_image2, +.project_warning_style .ibiz-panel-rawitem--static_image3 { + top: 6px; + position: absolute; + right: 22px; +} + .project_warning_style .ibiz-panel-container--container8, +.project_warning_style .ibiz-panel-container--container9, +.project_warning_style .ibiz-panel-container--container10 { + padding: 18px 15px; +} + +.project_warning_style .ibiz-panel-container--container11 { + padding: 15px 40px 15px 15px; +} + + /* 背景定位 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { +position: relative; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ +content: ''; +display: inline-block; +width: 100%; +height: 36px; +position: absolute; +top: 0; +left: 0; +z-index: 6; +background-color: var(--ibiz-color-disabled-fill); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +position: relative; +z-index: 10; +} +/* 字体样式 */ +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { +width: 100%; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { +font-size: var(--ibiz-font-size-header-5); +color: var(--ibiz-color-text-0); +} + .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { +color: var(--ibiz-color-text-3); +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { +font-size: 0; +} +/* 设置边距 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { +margin-top: var(--ibiz-spacing-base); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +padding-top: 22px; +padding-bottom: 0px; +} + .mob_home_my_style{ + position: relative; +} +.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_home_my_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .advancedSearch .ibiz-form-group-header { + border-bottom: none; + } +.advancedSearch .ibiz-teleport-placeholder { + height: 100%; + background-color: #fbfbfb; + border-left: 1px solid #eee; +} +.advancedSearch .ibiz-control-searchbar-quick-search{ + width: 100%; + margin:0 32px; +} +.advancedSearch .ibiz-panel-view-header { + border-bottom:none; +} +.advancedSearch .ibiz-control-captionbar-caption::before{ + display:none; +} +.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { + padding: 0 32px; +} +.advancedSearch .ibiz-panel-view-content { + padding: 8px 32px 0px 32px; +} +.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ + --el-input-height:46px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { + border-radius: 4px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { + font-size:18px; + } + + .cursor_style { + cursor: pointer; } /*** END:系统样式表 ***/ \ No newline at end of file diff --git a/model/PSSYSAPPS/plmweb/PSSYSAPP.simple.json b/model/PSSYSAPPS/plmweb/PSSYSAPP.simple.json index 5ad15ae9a746a110ec525b3d2deb64edc61ac7c2..82666715337b6d2cd8a37aaa2ca82cd0a7958e5f 100644 --- a/model/PSSYSAPPS/plmweb/PSSYSAPP.simple.json +++ b/model/PSSYSAPPS/plmweb/PSSYSAPP.simple.json @@ -46,7 +46,7 @@ "pluginCode" : "COMMENT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizHtmlComment", - "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.205", + "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.215", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -159,7 +159,7 @@ "pluginCode" : "PERSON_SELECT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizPersonelSelect", - "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.204", + "rTObjectRepo" : "@ibiz-template-plm/person-select@0.0.3-alpha.206", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -325,7 +325,7 @@ "pluginCode" : "CHECKBOX_GRID", "pluginType" : "GRID_RENDER", "rTObjectName" : "IBizCheckboxGrid", - "rTObjectRepo" : "@ibiz-template-plugin/checkbox-grid@0.0.3-alpha.111", + "rTObjectRepo" : "@ibiz-template-plugin/checkbox-grid@0.0.3-alpha.211", "refMode" : "CONTROL", "refTag" : "GRID", "runtimeObject" : true @@ -806,7 +806,7 @@ "pluginCode" : "COMMENT_ITEM", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizCommentItemRawItem", - "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.139", + "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.209", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { diff --git a/model/PSSYSAPPS/plmweb/PSSYSAPP.simple.json.css b/model/PSSYSAPPS/plmweb/PSSYSAPP.simple.json.css index 1a8d68b45badf9d66546f546f3bf3dd8b10935de..59636e4bfd628f08fb2a21a49c79e0f037713c0d 100644 --- a/model/PSSYSAPPS/plmweb/PSSYSAPP.simple.json.css +++ b/model/PSSYSAPPS/plmweb/PSSYSAPP.simple.json.css @@ -1,5788 +1,5795 @@ /*** START:系统样式表 ***/ - .drbar-ex-underline { -border-bottom: 1px solid var(--ibiz-color-border); -} - -/* drbar头部样式 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { -padding: 8px 0px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { -margin-left: 4px; -} -.drbar-ex-underline .ibiz-panel-container--container { -padding-right: 4px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ -border: none; -} - -/* 图标居中 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, -.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { -margin: 0; -} - .editview2-menu .ibiz-control-drbar__menu { - padding: 8px 16px; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { - width: 100%; - height: 48px; - padding-left: 8px !important; - pointer-events: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { - color: #888d91; -} -.editview2-menu - .ibiz-control-drbar__menu - .el-sub-menu__title - .el-sub-menu__icon-arrow { - display: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { - background: 0 0; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item { - height: 32px; - padding: 0; - padding-left: 24px; - border-radius: 4px; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item:hover { - background: var(--ibiz-color-bg-0); -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item.is-active { - color: #557da5; - background: #d9ecff; -} - - .html-readonly-bg-white .ibiz-html .w-e-scroll { - background-color: var(--ibiz-color-bg-0); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { - background-color: var(--ibiz-color-bg-1); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { - background-color: var(--ibiz-color-bg-1); -} - - .pc_login_style .ibiz-panel-container-image{ - min-height: 100%; - min-width: 100%; - background-size: cover; - background-attachment: fixed; -} -.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ - width: 100%; - height: 100%; -} -.pc_login_style .ibiz-panel-container--container9{ - margin: 3vw 0px 0px 3vw; -} -.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container1 { - position: absolute; - right: 7vw; - height: 60vh; - min-width: 400px; - width: 27vw; - border-radius: 1vw; - box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); - margin-bottom: 80px; - background: white; - margin-top: 8vh; -} -.pc_login_style .ibiz-panel-field--auth_userid { - height: 5vh; -} -.pc_login_style .ibiz-panel-field--auth_password{ - height: 5vh; -} - - .pc_login_style .ibiz-panel-container--container5{ - height: 100% !important; - padding: 5vh 3vh 0vh 3vh !important; -} -.pc_login_style .ibiz-panel-container--container_4{ - height: 15vh; - margin: 4vh 0px 0px 0px; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ - font-size: 3vh; - color: #41c1f7; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ - margin-top: 3vh; - background-color: #42b1ff; - height: 4vh; - font-size: 1.8vh; -} -.pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 1vw; -} -.pc_login_style .el-input__inner{ - font-size: 1.25vh; -} -.pc_login_style .el-checkbox__label{ - font-size: 1vh; -} - .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ - overflow: hidden !important; -} - - .pc_login_style .ibiz-panel-container--container_switch{ - position: absolute; - height: 50% !important; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ - width: 20vh; - height: 20vh; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ - display: none; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ - font-size: 2vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ - color: #595959; - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, -.pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 100%; -} - -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { - background-color: unset !important; -} - -.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 10vh; - height: 10vh; - max-width: 256px !important; - max-height: 256px !important; - min-width: 84px !important; - min-height: 84px !important; -} - -.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container1 { - min-height: 500px; -} - -@media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, - .pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 84px; - } - .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 84px; - height: 84px; - } - - .pc_login_style .ibiz-panel-container--container_4 { - height: 125px; - margin-top: 32px; - } - - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { - font-size: 25px; - font-weight: 600; - } - -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { - font-size: 25px; - font-weight: 600; - color: #41c1f7; - } - - .pc_login_style .ibiz-panel-container--container5 { - height: 100% !important; - padding: 41.5px 24.9px 0px 24.9px !important; - } - - .pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 14.4px; - } - - .pc_login_style .ibiz-panel-field--auth_userid, - .pc_login_style .ibiz-panel-field--auth_password { - height: 41.5px; - } - - .pc_login_style .el-input__inner { - font-size: 10.375px; - } - - .pc_login_style .el-checkbox__label { - font-size: 8.3px; - } - - .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { - margin-top: 24.9px; - background-color: #42b1ff; - height: 33.2px; - font-size: 14.9px; - } -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { - width: 164px; - height: 164px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { - font-size: 16.4px; - font-weight: 600; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { - color: #595959; - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { - font-size: 25px; - font-weight: 600; - } -} - .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ - font-size: 16px; - margin-top: 3px; -} - /* 表单分组标题 */ -.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { - font-size: 16px; - color: var(--ibiz-color-disabled-text); -} -/* 表单分页样式(padding、导航栏标题) */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { - padding: 0 11px 0 13px; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { - font-size: 14px; -} -/* 两侧滚动条 */ -.main-info-common-view .ibiz-control-form { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { - height: 100%; - overflow: auto scroll; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { - height: auto; -} - - /* 主信息编辑视图通用计数器样式 */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - top: 50%; -} - /* 表单标题 使用多行文本时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { - font-size: var(--ibiz-font-size-header-3); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { - line-height: var(--ibiz-editor-default-line-height); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { - height: 100%; - padding: 0; -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { - padding-top: 5px; - padding-bottom: 5px; -} -/* 只读时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { - font-size: var(--ibiz-font-size-header-3); - padding: 5px 11px; - height: 100%; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { - padding: 0 11px; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { - padding: 0 11px; -} - - .main-info-common-view .ibiz-panel-view-content--view_content { - padding-top: 0; -} - -.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} - -.main-info-common-view - .ibiz-grid-container--container_view_bottom - .ibiz-panel-container--container1 { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} -.main-info-common-view .ibiz-control-form { - padding-bottom: 0; - margin-bottom: var(--ibiz-spacing-tright); -} -/* 评审列表视图背景颜色 */ -.main-info-common-view .ibiz-view.ibiz-view-delistview { - background-color: transparent; -} - - -.main-info-common-view .ibiz-grid-container--container_view_bottom { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { - position: relative; - z-index: 998; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { - position: absolute; - padding: 6px 8px 8px 8px; - top: -269px; - background-color: var(--ibiz-color-bg-1); -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { - top: 0; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { - z-index: 999; -} - .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ - padding-left: 5px; - padding-right: 5px; -} -/* 客户沟通单独处理 */ -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { - top: -292px !important; -} - .main-info-common-view .ibiz-dropdown:has(.green-span), -.main-info-common-view .ibiz-dropdown:has(.blue-span), -.main-info-common-view .ibiz-dropdown:has(.orange-span), -.main-info-common-view .ibiz-dropdown:has(.red-span) { -min-height: var(--ibiz-form-item-container-line-height); -display: flex; -align-items: center; -} - .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { - background: transparent; -} - /* 富文本工具栏定位 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ - transform: translateY(-100%); - padding-top: 35px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -/* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} - - /* 表单标题 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { - font-size: var(--ibiz-font-size-header-3); - color: var(--ibiz-color-text-0); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input { - height: var(--ibiz-height-control-default); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { - min-height: calc(var(--ibiz-height-control-default) - 2px); - height: calc(var(--ibiz-height-control-default) - 2px); -} - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ - overflow: visible; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 隐藏滚动条 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.main-info-common-view .ibiz-form-group--executors_container{ - position: relative; -} - -.main-info-common-view .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.main-info-common-view .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - -.main-info-common-view .ibiz-checkbox.is-show-default, -.main-info-common-view .el-checkbox.is-disabled { - padding: 1px 0px 0px 9px !important; -} - -.main-info-common-view .ibiz-attention--readonly.is-show-default { - margin: 1.6px; -} -.main-info-common-view .ibiz-control-edit-form { - padding: 0; -} - - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 左对齐 */ -.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { - float: left; -} - /* 上下对齐 */ -.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { - padding: 0 11px; -} - /* 折叠分组样式1 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { - position: relative; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { - width: auto; - height: auto; - position: absolute; - top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { - width: auto; - height: auto; - position: absolute; - top: 0; - right: 34px; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { - position: initial; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { - display: block; -} - /* 折叠分组样式2 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { - display: none; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { - padding: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { - padding-top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { - border-left: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { - border: none; -} - - /* 折叠分组样式3 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { - margin: 0 8px; - padding-right: 8px; - border: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} -/* 评论容器取消发送按钮位置 */ -.main-info-common-view .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 0; -} -.main-info-common-view .ibiz-panel-button--comment__cancel { - right: 76px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { -background-color: initial; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { -padding: 0 10px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { -background-color: var(--ibiz-color-fill-0); -border-radius: 18px; -padding: 0 12px; -line-height: 24px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { -background-color: var(--ibiz-color-fill-2); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { -color: var(--ibiz-form-tab-panel-text-color); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ -background-color: var(--ibiz-color-primary-active); -color: var(--ibiz-color-primary-active-text); -} - .main-info-common-view .ibiz-grid-container--container_view_bottom > div { -height: 100%; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { -min-height: 48px; -} -.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { -position: static; -} -.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { -width: calc(100% - 4px); -min-height: 48px; -padding-right: 32px; -position: absolute; -top: 0; -} -/* 时间范围宽度 */ -.main-info-common-view .ibiz-date-range-picker { -max-width: 250px; -} - - .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { - background-color: rgb(74 129 199 / 60%) !important; -} - .second_dev_tab_style .ibiz-panel-view-content { - overflow: hidden !important; - padding: 0 !important; -} - .codelist-only-icon { - display: flex; - align-items: center; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item { - font-size: 0; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { - font-size: var(--ibiz-form-item-font-size); -} - .dashboard_container > div { - border: 0 !important; - overflow: hidden !important; -} - .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: var(--ibiz-width-icon-large); - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: var(--ibiz-border-radius-extra-small); - transform: translateY(-50%); -} - -.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { - margin-left: 16px; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ - padding-top: 0px !important; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ - padding-top: 0px !important; -} - .board_title_style{ - margin: 10px 10px 25px 10px; - width: 300px; - height: 35px; -} - -.board_title_style .el-input__wrapper { - font-size: 20px; - font-weight: 600; -} - .dashboard_repair_style .ibiz-panel-field--total span { - display: flex; - align-items: center; -} - .recentcustom_dashboard_view_style .ibiz-portlet-layout { - --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { - border: 1px solid var(--ibiz-color-border); - border-bottom: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { - padding-bottom: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); - /* border-top: none; */ -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { - padding: 0; - overflow: hidden; - border: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { - position: relative; - padding-right: 0; - padding-left: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - right: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { - position: relative; -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - position: absolute; - top: 0; - width: 0; - height: 102px; - content: ""; - border-left: 1px solid var(--ibiz-color-border); -} - .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ - font-size: 16px; -} - -/* 分组树更多图标 */ -.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { -font-size: 16px; -} - /* 文本框 */ -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - border: 0px solid #e8e8e9; - border-radius: 3px; - padding: 1px 15px; - height: 50px; - padding-top: 12px; -} - -/* 按钮 */ -.dependency_style .el-select .el-input { - display: flex; - height: 50px; -} - -/* 溢出控制 */ -.dependency_style .ibiz-panel-field .ibiz-panel-field-content { - line-height: inherit; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; -} - -/* 控制不显示滚动条 */ -.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { - overflow: hidden; -} - -/* 隐藏显示横线 */ -.dependency_style .el-collapse-item__header{ - border-bottom: none; -} - -/* 控制边距 */ -.dependency_style .el-collapse-item__content { - padding-bottom: 2px; -} - .dependency_style{ - overflow: hidden; -} - -.dependency_style .el-collapse{ - border-bottom: none; -} - -.dependency_style .el-collapse-item__wrap { - border-bottom: none; -} - -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; -} - -/* 悬浮色 */ -.dependency_style .ibiz-panel-container--container2:hover, -.dependency_style .ibiz-panel-container--container3:hover { - border-color: #6994be; - border: 1px solid #6994be -} - .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} - .ibiz-control-grid{ - --ibiz-control-grid-scrollbar-width: 8px; -} - .fullscreen .ibiz-form-group--grouppanel1 { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .ibiz-form-item-container__content { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-item-container__editor { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel2 { - display: none; -} - - .fullscreen .ibiz-rawitem.ibiz-form-raw-item { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel_attachments_grid { - display: flex; - flex-flow: column nowrap; - place-content: center center; - align-items: center; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-header { - width: 80%; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__content { - display: block; - flex-flow: unset; - place-content: unset; - align-items: unset; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__editor { - max-width: 100%; -} - .shared_simple_view_style .ibiz-panel-view-content--view_content{ - padding: 0; -} - -.shared_simple_view_style .ibiz-panel-view-content{ - width: 75%; -} -.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ - background-color:white; -} -.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ - background-color: #f9f9f9; -} - .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { - padding: 0; -} - .shared_link_top{ - height: 52px; - border-bottom: 1px solid #eee; - background-color: #FFF; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ - height: 52px; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { - display: block; - font-size: 18px; - font-weight: 500; - color: #333; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; -} -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { - color: #ddd; -} - .shared_setting_style .ibiz-form-item--enable_password{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--enable_expiration{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--subset_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--is_shared_subset{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--pwd_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--expiration_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--access_password{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--expiration_date{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--shared_page_url{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-button--copy_page_url{ - padding-top: 0; -} - - - .mob_attention_title_style.ibiz-panel-field { -display: flex; -align-items: center; -height: 100%; -} -.mob_attention_title_style.ibiz-panel-field .ibiz-span { -height: var(--ibiz-font-size-header-5); -padding: 0 0.375rem; -margin-left: var(--ibiz-spacing-tight); -font-size: 0.7rem; -color: var(--ibiz-color-text-2); -background-color: var(--ibiz-color-border); -border-radius: var(--ibiz-font-size-header-5); -} - .relation_recent_style{ - line-height: normal; -} - -/* 控制项标题文字过多导致的样式异常 */ -.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; - max-width: 1460px; -} - .tab_tree_panel_style .ibiz-tab-group-select-tree{ - padding-left: 0px !important; -} - .tab-exp-select{ - border-right: 1px solid #e9e9e9; -} - .ibiz-panel-container--view_tabexppanel .el-tabs__item { - height: 64px; -} -.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { - font-size: 16px; -} -.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ - font-size: 16px; -} -/* 分页导航视图padding */ -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { - padding: 0; -} -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { - padding: var(--ibiz-panel-view-content-padding); -} - - .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; - margin-left: 0.6rem; -} - -.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ - flex: unset; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { - padding-left: 0.5rem; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; -} - .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { - padding-top: 0; -} - - .delete-button .el-button{ - color: #fff; - background-color: #ff7575; - border-color: #ff7575; -} - .relation_tree_node_style .ibiz-panel-field--show_identifier span{ - color: #a1a1a2; - margin-left: 5px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ - overflow: hidden; -} -.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} -.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ - overflow: hidden; -} - .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ -height: 50px !important; -} - .right_button_style .van-button{ - padding: 0px 10px 0px 0px; -} - .reply_list_style .ibiz-control-list-item.is-active, -.reply_list_style .ibiz-control-list-item:hover { - background-color: transparent !important; -} - .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { - display: none; -} -.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { - display: none; -} - .big-icon { - padding: 0; -} -.big-icon .el-button { - font-size: 24px; - padding: 8px; -} -.big-icon .el-button .ibiz-icon { - max-width: 24px !important; - max-height: 24px !important; -} -.big-icon .el-button .ibiz-panel-button-content--caption { - display: none; -} - .average-toolbar { - position: relative; - justify-content: space-evenly; - height: 48px; -} - .vertical-divider .ibiz-rawitem { - border-left: 1px solid var(--ibiz-color-border); - height: 1em; -} -.vertical-divider .el-divider { - display: none; -} - .multiple_people_style .ibiz-form-group--grouppanel6{ - /* height: 20px; */ - margin: -18px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ - width: 70px; - padding: 1px 0px 0px 5px !important; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { - padding-right: 0px !important; -} - -.multiple_people_style .ibiz-form-group--grouppanel9{ - height: 20px; - margin: 8px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ - width: 70px; - padding: 0px 0px 0px 5px !important; -} - - .con_bottom_shadow_style{ - border-bottom: 1px solid var(--ibiz-color-border); -} -/* 如果有树,把树的下边框去掉 */ -.con_bottom_shadow_style .ibiz-tab-group-select-tree { - border-bottom: 0px !important; -} - - .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { - padding-left: 0; -} -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding-left: 0; -} - - .recentdata-custom>div>div>div:nth-child(2) { -flex: 1; -} - .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { - padding-left: 16px; - height: 16px; -} -/* 类型位置 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { - - padding-left: 5px; - padding-bottom: 15px; - -} -/* 类型文字 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { - font-size: 15px; - -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { - margin-left: -17px; -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { - padding: 0px; -} - .work_item_type_global_style .ibiz-panel-button{ - padding-top: 0px; -} - -.work_item_type_global_style .ibiz-icon { - margin-top: 5px; -} - - /* 按钮样式 */ -.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .ibiz-control-toolbar__item--primary .el-button.el-button--primary { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { - color: var(--ibiz-color-primary-hover); - background-color: var(--ibiz-color-primary-light-hover); -} - - .ibiz-control-toolbar--user .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.ibiz-control-toolbar--user .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { - border-bottom: none; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { - color: var(--ibiz-color-text-3); - background-color: transparent; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ - outline: none; -} -.ibiz-control-toolbar-submenu-popper--user { - background: transparent; -} -.ibiz-control-toolbar-submenu-popper--user .el-button { - color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { - background-color: var(--ibiz-color-bg-0); -} - /*工具栏分组项按钮2样式*/ -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { -color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style2 .el-button { ---el-button-bg-color: transparent; ---el-button-hover-bg-color: transparent; ---el-button-active-bg-color: transparent; ---el-button-text-color: var(--ibiz-color-text-3); ---el-button-hover-text-color: var(--ibiz-color-text-3); ---el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { -padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { -padding: 0 10px; -} - -/* 适配分割线间距一致 */ -/* 适配分隔符在前面 */ -.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { -margin-left: -8px; -} -/* 适配分隔符在后面 */ -.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { -margin-left: -4px; -} -/* 分组按钮样式 */ -.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { -border: none; -} - -/* 窗口缩小样式 */ -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ -color: var(--ibiz-color-primary); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ - font-weight: 600; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { - fill: var(--ibiz-color-primary) !important; -} - -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { -stroke: var(--ibiz-color-primary) !important; -stroke-width: 30 !important; -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { - color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style3 .el-button { - --el-button-bg-color: transparent; - --el-button-hover-bg-color: transparent; - --el-button-active-bg-color: transparent; - --el-button-text-color: var(--ibiz-color-text-3); - --el-button-hover-text-color: var(--ibiz-color-text-3); - --el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { - padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { - padding: 0 10px; -} - - /*工具栏分组项按钮3样式*/ -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - - .toolbar-style-container .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.toolbar-style-container .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.toolbar-style-container { - border-bottom: 1px solid var(--ibiz-color-border); -} - /* 面板分页样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -height: 1px; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -min-height: 64px; -max-height: 64px; -width: 58px; -height: 100%; -border: none; -display: flex; -justify-content: center; -align-items: center; -} -/* 分页弹出按钮样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { -padding: 1px 0; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { -text-align: center; -} -.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ -gap: 56px; -} -/* 搜索表单取消padding */ -.workload-tab-head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 16px; -width: auto; -height: 63px; -} - /* 适配分页搜索下级视图自适应宽度 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { -width: 100%; -} -/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { -width: 16.66%; -} - /* 关系分页部件定位样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -position: relative; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -position: absolute; -top: 1px; -left: calc(16.65% + 15px); -z-index: 100; -} -/* 视图头部定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { -position: relative; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -/* 视图头部快速搜索定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { -width: auto; -position: absolute; -top: 0; -left: calc(16.65% + 81px); -} - -/* 快捷搜索部件样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ -display: flex; -align-items: center; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { -height: auto; -} -/* 边距调整 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { -margin-left: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { -margin-left: var(--ibiz-spacing-base-tight); -} - .mob_workload_calendar_style .ibiz-panel-container--container1 span { - font-size: 16px; - color: #8B8B8B; -} - -.mob_workload_calendar_style .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 16px; - color: #8B8B8B; - margin-left: 4px; -} - -.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - font-size: 16px; -} - -.mob_workload_calendar_style .ibiz-panel-field--name span { - font-size: 18px; - margin-left: 6px; -} - -.mob_workload_calendar_style .ibiz-spacing-right--outermedium { - margin-right: 8px !important; -} - -.mob_workload_calendar_style input::placeholder { - text-align: left; -} - .mob_workload_calendar_style .ibiz-form-item--date_range { - padding-top: 14px; -} - -.mob_workload_calendar_style{ - position: relative; -} -.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { - padding: 8px; - background-color: #F3F3F3; - border-radius: 8px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - -/* 列表中的分割线样式 */ -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { - position: relative; - top: 0.875rem; - left: 1rem; - display: block; - width: calc(100% - 2rem); - height: 0.0625rem; - content: ""; - background-color: var(--ibiz-color-border); -} - .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { - font-size: 18px; - color: #3B3B3B; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { - content: "小时"; - font-size: 16px; - color: #B8B8B8; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { - display: none !important; -} - /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ -.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { -width: 100%; -} -/* 视图头部样式 */ -.workload_log_head .ibiz-panel-view-header--view_header { -position: relative; -margin-top: 1px; -} -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -.workload_log_head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 8px; -width: auto; -height: 63px; -} - .mob_workload_log .ibiz-panel-field--duration span { - font-size: 32px; - text-align: center; -} - -.mob_workload_log .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 20px; - margin-left: 2px; -} - -.mob_workload_log .ibiz-panel-field--register_date span { - color: #8B8B8B; -} - -.mob_workload_log .ibiz-panel-container--container2 > div { - padding: 8px 12px; - margin-top: 8px; - background-color: #F1FBF5; - border-radius: 8px; - margin-right: 16px; -} - -.mob_workload_log .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_log .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - .mob_workload_log .ibiz-code-list .ibiz-icon { - padding-right: 0px !important; -} - -.mob_workload_log input::placeholder { - text-align: left; -} - -.mob_workload_log .ibiz-form-item--date_range { - padding-top: 14px; -} - - -.mob_workload_log { - position: relative; -} -.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_log .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_log .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .app_market_style .ibiz-panel-field--title span { - font-weight: bold; - font-size: larger; -} - -.app_market_style .ibiz-panel-field--version { - background-color: lightgrey; - padding: 5px 15px 5px 15px; - border-radius: 10px; -} - -.app_market_style .ibiz-panel-field--version span { - color: white; - font-weight: bold; -} - -.app_market_style .ibiz-panel-field--memo span { - font-size: medium; - color: grey; -} - -.app_market_style .ibiz-control-dataview-group-content__item-content>* { - margin-right: 32px; -} - -.app_market_style .el-card__body { - padding: 0px; -} - -.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { - padding: 8px 8px 8px 0px; -} - -/* .app_market_style .ibiz-control-dataview-item { - height: 100%; -} */ - -.app_market_style .ibiz-control-dataview-item.is-active { - background-color: unset !important; -} - .app_market_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; -} - -.app_market_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - -.app_market_style .ibiz-sort-bar { - display: none !important; -} - -.app_market_style .ibiz-panel-rawitem--using > div { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_market_style .ibiz-panel-rawitem--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; -} - .app_market_style .ibiz-panel-button-content--icon { - color: var(--el-button-bg-color); -} - .app-title-style .ibiz-panel-app-title__logo--expand, -.app-title-style svg { - margin-top: -25px; -} - - .app_info_style .ibiz-form-item--pscoreprdfuncname span { - font-weight: bold; - font-size: x-large; -} - -.app_info_style .ibiz-form-item--memo div div div div div { - color: darkgrey; - font-size: 15px; -} - -.app_info_style button[title="GitLab"] span svg path { - fill: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] span { - color: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="GitLab"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="GitLab"]:hover span { - color: #557DA5 !important; -} - -.app_info_style .ibiz-form-button , .ibiz-form-button-list { - padding: 8px 8px 8px 4px; -} - .app_info_style button[title="打开按钮"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="打开按钮"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { - color: #557DA5; -} - -.app_info_style button[title="设置"] span { - color: white; -} - .app_info_style .ibiz-form-item--currentversion { - padding-top: 0px; -} - -.app_info_style .ibiz-form-item--currentversion span { - font-size: 12px; - font-weight: bold; - color: grey; - background-color: lightgrey; - padding: 0px 6px 0px 6px; - border-radius: 6px; - height: 16px; - align-items: center; - display: flex; -} - -.app_info_style .ibiz-form-group--grouppanel3 { - margin-left: 10px; -} - -.app_info_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; -} - -.app_info_style .ibiz-form-tab-page--overview > div:first-child { - padding-right: 0px !important; -} - .app_info_style .ibiz-form-group--grouppanel4 button { - font-size: small; - padding: 8px; - height: 25px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { - width: 40px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { - width: 18px; -} - -.app_info_style .el-button-group { - align-items: flex-end; -} - -.app_info_style .ibiz-form-button-content--icon { - display: flex; - align-items: center; -} - -.app_info_style .ibiz-panel-view-content--deeditview { - overflow: hidden; -} - -.app_info_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - - .app_info_style .ibiz-form-tab-page--overview > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--log > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--overview .el-select__tags { - cursor: default !important; -} - -.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { - display: none !important; -} - -.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { - font-size: 14px !important; -} - .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { - height: 39px !important; -} - -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { - font-size: 14px !important; -} -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { - padding: 0px !important; -} - -/* 正在使用 */ -.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_info_style .ibiz-form-item--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; - cursor: default; -} - -.app_info_style .el-tabs__nav { - padding-left: 12px; -} - .activate_button .el-button{ - background: none; - color: #4ba7f1; - margin-left: 5px; - height: 0px; - -} -.activate_button{ - margin: 0px 10px 0px -10px; -} - -.activate_button .ibiz-rawitem__text{ - color: #999; -} -.activate_button .ibiz-span.ibiz-panel-field-content{ - color: #999; -} - -.activate_button .ibiz-panel-button.ibiz-panel-button--default{ - height: 19px; - padding: 0px; -} - .todo-tips{ - height: 80px; -} -.todo-tips .ibiz-rawitem__text{ - font-size: 26px; - font-weight: 600; - line-height: 75px; -} - .todo-background{ - -} - /* 隐藏滚动条 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.work_item_qucik_create_style .ibiz-form-group--executors_container{ - position: relative; -} -.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - - .work_item_qucik_create_style .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - /* 视图大的布局样式 */ -.quick-create-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -} -/* 按钮样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { -min-height: 40px; -/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -/* 分割线 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - .mob_member_title_style .ibiz-panel-field--title { - background-color: lightgrey; - padding: 4px 6px 4px 6px; - border-radius: 10px; - align-items: center; - display: flex; -} - -.mob_member_title_style .ibiz-panel-field--title span { - font-size: 8px; -} - .my_summary_style span.ibiz-panel-field-content{ - color: rgb(56, 131, 250); - font-size: 28px; -} - -.my_summary_style span.ibiz-rawitem__text { - font-size: 16px; -} - -.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ - color: #B2E699; -} - -.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ - color: #EF8383; -} - -.my_summary_style .el-divider { - height: 58px !important; - width: 1px !important; - margin: 0 !important; - border-top: unset !important; - border-left: 1px var(--el-border-color) var(--el-border-style); -} - -.my_summary_style .ibiz-panel-container--task_num_c, -.my_summary_style .ibiz-panel-container--bug_num_c, -.my_summary_style .ibiz-panel-container--other_item_num_c, -.my_summary_style .ibiz-panel-container--idea_num_c, -.my_summary_style .ibiz-panel-container--ticket_num_c, -.my_summary_style .ibiz-panel-container--case_num_c { - cursor: pointer; -} - .my_summary_style .ibiz-control-viewlayoutpanel-content { - display: flex; - justify-content: center; -} - .run_case_label_style div[title="通过"] label.is-active span { - background: #73d897 !important; -} - -.run_case_label_style div[title="受阻"] label.is-active span { - background: #ffcd5d !important; -} - -.run_case_label_style div[title="失败"] label.is-active span { - background: #ff7575 !important; -} - -.run_case_label_style div[title="跳过"] label.is-active span { - background: #5dcfff !important; -} - -.run_case_label_style .el-radio-button__inner { - display: flex !important; - border-color: var(--el-border-color) !important; - color: black !important; - background: transparent !important; -} - -.run_case_label_style .el-radio-button__inner:hover { - background-color: #f5f5f5 !important; -} - -.run_case_label_style label.is-active .el-radio-button__inner { - color: white !important; -} - -.run_case_label_style label.is-active svg path { - fill: white; -} - .run_history_remark_style{ - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} - .coreprdfunc_setting_edit_style .el-tabs__nav span { - font-size: 14px !important; -} - -.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { - padding: 0 10px !important; -} - .export-canvas-style .ibiz-bi-report-panel-content { - padding: 0; -} -.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { - padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); -} - - /* 移入移出效果 */ -.ibiz-form-button--style2 .el-button, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2 .el-button { -min-height: var(--ibiz-height-control-default); -min-width: var(--ibiz-height-control-default); -background: transparent; -border: none; -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-6); -padding: 8px; -} -.ibiz-form-button--style2 .el-button:hover, -.ibiz-control-toolbar__item--style2 .el-button:hover, -.ibiz-panel-button--style2 .el-button:hover { -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} - -.ibiz-form-button--style2 .el-button.el-button { -width: var(--ibiz-height-control-default) ; -} - -/* 按钮间隔 */ -.ibiz-form-button--style2.ibiz-form-button--style2, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2.ibiz-panel-button--style2 { -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); -} - .button_container_style button { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.button_container_style button:hover, button:focus { - background-color: transparent; - border: none; -} - -.button_container_style button:hover span svg path { - fill: #557DA5 !important; -} - -.button_container_style .ibiz-panel-button { - padding: 8px 0px 8px 0px; -} - .swap_icon_text button { - direction: rtl; -} - -.swap_icon_text button:hover { - background-color: transparent !important; - color: rgb(85, 125, 165) !important; -} - -.swap_icon_text button:hover span svg path { - fill: #557DA5 !important; -} - -.swap_icon_text .ibiz-toolbar-item-text { - line-height: normal; -} - .track_panel_style .ibiz-panel-field--num span { - margin-right: 4px; - font-size: 16px; - color: #1D1F23; -} - -.track_panel_style .ibiz-panel-rawitem--caption span { - color: var(--ibiz-color-text-3); - font-size: 16px; -} - -.track_panel_style .ibiz-panel-field--title_two span { - font-weight: 600; -} - -.idea_tree_node_style { - width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); -} - .prompt_message_style { - margin: 0px 16px 0px -16px; -} - .data-upload-view { - padding: 8px 32px; -} -.data-upload-view .ibiz-row { - overflow: visible; -} -.data-upload-view .ibiz-rawitem__paragraph p { - margin: 0; - line-height: 22px; -} -.data-upload-view .ibiz-panel-rawitem--download_description, -.data-upload-view .ibiz-panel-rawitem--upload_description { - position: relative; -} -.data-upload-view .ibiz-panel-rawitem--download_description::before, -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - position: absolute; - top: 2px; - left: -23px; - width: 15px; - height: 15px; - font-size: 0.75rem; - line-height: 15px; - color: var(--ibiz-color-primary-text); - text-align: center; - content: '1'; - background: var(--ibiz-color-primary); - border-radius: 50%; -} -.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, -.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { - color: var(--ibiz-color-text-3); -} - - .data-upload-view .ibiz-panel-rawitem--upload_description { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - content: '2'; -} -.data-upload-view .ibiz-panel-button { - padding: var(--ibiz-spacing-base) 0; -} -.data-upload-view .ibiz-panel-rawitem--template_rule { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table { - border-color: var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr { - height: 52px !important; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { - padding: 12px 16px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { - background-color: var(--ibiz-color-fill-0); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { - text-align: center; -} -.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { - color: var(--ibiz-color-danger); -} - .data-upload-view .ibiz-panel-rawitem--upload_raw { - height: 60px; - padding: 0 20px; - background-color: var(--ibiz-color-fill-0); - border: 1px solid var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { - display: flex; - align-items: center; - color: var(--ibiz-color-text-3); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { - color: var(--ibiz-color-link); - cursor: pointer; -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { - text-decoration: underline; -} - - .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { - min-width: 100px; -} -.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ - min-width: 100px; -} - -/* 控制项标题文字过多导致的样式异常 */ -.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} -.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} - .enter_button_style .van-button{ - font-size: 16px; - color: #6698ff; -} - .mob-orange-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; -} - .mob-red-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; -} - .mob-green-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; -} - .mob-orange-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; - border: 1px solid orange; -} - .mob-red-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; - border: 1px solid red; -} - .mob-green-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; - border: 1px solid #3ae23a; -} - .no_border_button{ - border: 0; - font-size: 18px; -} -.no_border_button .van-button{ - border: 0; -} - .mob_magnify_no_border_button .van-button--small { - border: 0; - font-size: 20px; -} - -.mob_magnify_no_border_button .van-button { - border: 0; -} - /* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.star_css button:hover { -background-color: transparent; -} -/* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.star_css button{ -background-color: transparent; -} - -/* 星标字体颜色 */ -.star_css .ibiz-control-toolbar__item-items i{ -color: #9999; -font-size: 18px; -} - -/* 切换图标字体颜色 */ -.star_css .el-sub-menu__title i { -color: #9999; -} - -/* 设置图标的大小*/ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ - font-size: 16px; -} - .update_log_time .ibiz-span{ - margin: 7px 0px 0px 0px; - } - .update_log_name .ibiz-span{ - font-size: 22px; - font-weight: 600; - margin: 15px 0px 15px 0px; -} - @media screen and (min-width: 820px) and (max-width: 980px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(1) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 980px) and (max-width: 1150px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(2) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1150px) and (max-width: 1320px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(3) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1320px) and (max-width: 1480px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(4) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - @media screen and (min-width: 1480px) and (max-width: 1600px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(5) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1600px) and (max-width: 1800px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(6) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1800px) and (max-width: 1970px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(7) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1970px) and (max-width: 2130px) { -.recentdata-screen-auto-item { -.ibiz-control-dataview-scroll-item:nth-child(8) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -} - @media screen and (min-width: 2130px) and (max-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(9) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(10) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - -.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { -flex-wrap: nowrap; -overflow: visible; -} -.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { - flex-wrap: nowrap; - overflow: visible; -} - .recent_owner_subtype_style{ - width: 20px; - overflow: hidden; -} - .recent_grey_font_style .ibiz-panel-field-content{ - color: #a6a6a6; -} - .td_right{ - width: 90%; -} - .td_a_link .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recent_identified_style .ibiz-grid-field-column__text{ - color: #8b8b8b; -} - .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ - display: none; -} - /* 用例名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} -/* 隐藏分割线和显示更多 */ -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .td_a_link_right{ - padding:0px 28px 0px 0px - } - .td_a_link_right .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recenttab-head -.ibiz-panel-view-header--view_header -.ibiz-panel-container -> .ibiz-row { -position: initial; -overflow: initial; -} - .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ - top: -32px; - right: -50px; -} - .stencil_center_title{ - -} - /* 视图标题及分割线样式 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { -height: 64px; -line-height: 64px; -text-align: center; -border-bottom: 1px solid var(--ibiz-color-border); -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { -font-size: 20px; -font-weight: 600; -} -/* 搜索栏自适应 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { -min-width: 100%; -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { -width: 100%; -} -/* 控制视图标题最小高度 */ -.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { - min-height: 32px; -} - .orange-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ffdcaf; - vertical-align: inherit; -} -.ibiz-span .orange-span { - margin: 4px 0; -} - .mob-orange-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: orange; -} - .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ - position: relative; - bottom: -34px; - left: -1px; -} - .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ - color: #999; -} - .active-members-view{ - padding: 24px 0px 0 0; - .ibiz-panel-field>.ibiz-span{ - font-size: 48px; - color: #333; - } - .ibiz-grid-container--container_grid{ - width: 75%; - margin: 0 auto; - } -} - .transition-time .ibiz-span{ - font-size: var(--ibiz-font-size-small); - color: var(--ibiz-color-disabled-text); -} - .test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view .ibiz-panel-container--container3 { - padding: 20px 40px; - border-left: 3px solid #ff7575; - background-color: #fff8f8; -} - - - .test-plan-report-survey-view .ibiz-panel-container--container1 { - padding: 20px 40px; - border-left: 3px solid #5dcfff; - background-color: #f7fdff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-field--coverage_percentage - .ibiz-span { - color: #5dcfff; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent - .ibiz-rawitem__text { - color: #5dcfff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container3 - .ibiz-panel-field--bug_count - .ibiz-span { - color: #ff7575; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - - .test-plan-report-survey-view .ibiz-panel-container--container2 { - padding: 20px 40px; - border-left: 3px solid #73d897; - background-color: #f8fdfa; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-field--pass_percentage - .ibiz-span { - color: #73d897; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent - .ibiz-rawitem__text { - color: #73d897; -} - - - - .test-plan-report-view.ibiz-view { - background-color: var(--ibiz-color-bg-0); -} -.test-plan-report-view .ibiz-view-deportalview { - background-color: transparent; -} -.test-plan-report-view .ibiz-control-dashboard { - gap: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col { - display: flex; - justify-content: center; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { - width: 1200px; - height: auto; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; - margin-top: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { - width: 1200px; - height: 500px; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; -} -.test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption { - padding-left: 12px; -} - - .test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption:before { - display: none; -} -.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { - padding: 0 28px; -} - .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { - background-color: var(--ibiz-color-bg-3) !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { - color: var(--ibiz-color-text-3) !important; - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { - background-color: var(--ibiz-color-bg-0) !important; -} - - .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { - overflow: visible; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { - top: -60px; - right: -32px; - position: absolute; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - - /* .test_mob_list_style .ibiz-control-mobmdctrl-item { - position: relative; -} - -.test_mob_list_style .ibiz-control-panel-content::after { - content: ''; - display: block; - width: 90%; - height: 1px; - background-color: #ececec; - position: absolute; - bottom: 0; - left: 50%; - transform: translateX(-50%); -} */ - -.test_mob_list_style .ibiz-spacing-right--outerlarge span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_mob_list_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} - -.test_mob_list_style button { - border: none; -} - -.test_mob_list_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - .test_detail_list_style { - position: relative; -} -.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.test_detail_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} -.test_detail_list_style button { - border: none; -} - -.test_detail_list_style .ibiz-panel-rawitem--static_image { - width: 24px; - margin-top: 5px; -} - -/**span无数据时,占位隐藏**/ -.test_detail_list_style div span:empty { - display: none; -} - .test_detail_list_style .ibiz-panel-field--title span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--time_container span { - border-radius: 12px; - background-color: #f3f3f3; - display: flex; /* 使用弹性盒布局 */ - justify-content: center; /* 水平居中 */ - align-items: center; /* 垂直居中 */ - width: 150px; - height: 25px; -} - -.test_detail_list_style .ibiz-panel-field--update_time span { - width: 150px; -} - -.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { - fill: #CB258C; -} - -.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { - fill: #66C23A; -} - - .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ - font-weight: 600; - font-size: 16px; -} - .message_layout_panel_img_style{ - -} - .add-members-font{ - font-size:10px - } - .grey-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #e1e1e1; - vertical-align: inherit; -} -.ibiz-span .grey-span { - margin: 4px 0; -} - .mob-grey-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: grey; -} - .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { - padding: 0; - background-color: transparent; -} -.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { - padding-right: var(--ibiz-spacing-base); - padding-left: var(--ibiz-spacing-base); - color: var(--ibiz-dropdown-select-option-item-color); - background-color: var(--ibiz-dropdown-select-option-item-bkcolor); -} -.ibiz-control-gantt.is-exporting .xg-view-toolbar { - display: none; -} - .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.case_template_edit_style .ibiz-html .w-e-text-container { - background: transparent; -} - /* 视图大的布局样式 */ -.user-info-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -padding-bottom: var(--ibiz-spacing-base); -} -/* 按钮样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { -min-height: 40px; -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { -color: var(--ibiz-color-primary); -} -/* 分割线 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { -width: calc(100% - 64px); -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - -/* 头部样式 */ -/* 图片背景 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { -background: #ccf; -} -/* 头像定位 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { -position: relative; -} -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { -width: auto; -height: auto; -position: absolute; -top: -4px; -left: 50%; -transform: translate(-50%, -50%); -} -/* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { -width: 68px; -height: 68px; -border: 4px solid #fff; -border-radius: var(--ibiz-border-radius-circle); -} - /* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { -flex: 1; -width: 60px; -height: 60px; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { -display: none; -} -/* 视图头部登录者信息样式 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar { -padding-top: 50px; -padding-bottom: 28px; -text-align: center; -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { -font-weight: 400; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { -margin-top: 10px; -font-size: var(--ibiz-font-size-small); -color: var(--ibiz-color-text-3); -} - .ibiz-internal-message-html__content { - padding-right: 24px; -} - .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ - background: #f3f3f3; -} -.user_setting_view_style .ibiz-single-data-container{ - /* padding: 40px 10px 20px 10px; */ - padding: 5vh 5vw 5vw 5vw; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ - width: 50px; - height: 50px; - min-width: 50px; - min-height: 50px; - border: 1px solid #ffffff; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ - margin: 15px 0px 5px 0px; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ - font-size: 20px; - font-weight: 600; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ - color: #9b9b9b; -} -.user_setting_view_style .ibiz-panel-container-group{ - background: #ffffff; - margin: 10px 10px 10px 10px; - border-radius: 10px; -} -.user_setting_view_style .van-button{ -width: 93%; - height: 35px; - margin: 10px 0% 0% 3%; -} - .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ - font-size: 16px; - font-weight: 400; - color: #a7a7a7; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ - width: 50px; - height: 50px; -} - /* 垂直居中对齐 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item { -display: inline-flex; -align-items: center; -} -/* 图标大小自适应 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, -.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { -width: auto; -height: auto; -margin-right: 0; -padding-right: var(--ibiz-spacing-tight); -} - .kanban-identifier .ibiz-span{ - margin: 5px 0px 0px 0px; - padding: 2px 6px 2px 6px; - background: #e8e8e8; - border-radius: 5px; - color: #6c6c6c; -} - .kanban-finished .ibiz-span { - color: #aaa; - text-decoration: line-through; -} - .kanban-delay { - color: #ff7575; - background-color: #fff1f1 !important; -} -.kanban-delay .ibiz-rawitem__image { - color: #ff7575; -} - .kanban-time { - height: 24px; - padding: 0 10px; - margin: 0 5px 5px 0; - overflow: hidden; - line-height: 12px; - background: #e9e9e9; - border-radius: 10px; -} - - .kanban-more-button{ - position: relative; - width: 40px; - margin: -8px 0px 0px -2px; - height: 40px; - visibility: hidden; -} -.el-card__body:hover .kanban-more-button { - visibility: visible; -} - .kanban-title .ibiz-span{ - padding: 10px 2px 10px 2px; - font-size: 16px; - font-weight: 600; -} - .kanban-state { - width: 80px; - height: 24px; - margin: 0 5px 5px 0; -} -.kanban-state .ibiz-code-list__item { - --ibiz-code-list-item-color: #aaaaaa; - justify-content: center; - width: 80px; - line-height: 24px; - color: #fff; - background-color: var(--ibiz-code-list-item-color); - border-radius: 10px; -} - - .kanban-kind-icon { - height: auto; - margin: 5px 0 0; - line-height: 24px; -} -.kanban-kind-icon .ibiz-code-list__item { - font-size: 0; -} - - .kanban-assignee{ - margin: 0px 0px 0px 30px; -} - -.kanban-assignee .ibiz-personnel-info-content__tip{ -content-visibility: hidden; -} - .wiki-page-title .ibiz-span{ - font-weight: 600; - font-size: var(--ibiz-font-size-header-2); - color: var(--ibiz-color-text-0); -} -.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { -font-size: 24px; -} - .wiki_page_title_style{ - padding-left: 10px !important; -} - -.wiki_page_title_style .ibiz-span { - font-size: 18px; - color: var(--ibiz-color-text-0); - margin-left: 5px; - margin-right: 5px; -} - -.wiki_page_title_style .ibiz-rawitem .ibiz-icon { - font-size: 18px !important; - margin-left: 5px; -} - .confirm-remove-view .ibiz-form-item--formitem{ - background-color: rgba(255, 117, 117, 0.15); - padding: 0px; - height: auto; - margin-top: 12px; - border-radius: 5px; - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - display: inline-flex; - align-items: center; - margin: 0 10px; - padding: 5px 10px; - font-size: .875rem; - line-height: 1; - max-width: 33em; - word-break: break-all; - color: #ff7575; - } -} -.confirm-remove-view .ibiz-form-item--remind{ - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - color:#aaa; - } - -} - /* 选中分页 */ -.mob-main-style .van-tab--active{ - color: #6698ff; -} -.mob-main-style .van-tabs__line{ - background: #6698ff; -} - -/* 分组容器 标题 */ -.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ - font-size: 0.75rem; - color: #696969; -} -/* 表单项 标题 */ -.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ - color: #696969; -} -/* 表单项 下划线伪元素 */ -.mob-main-style .ibiz-form-item-container::after{ - display: none; -} -/* 标题 title */ -.mob-main-style .ibiz-form-item--title .van-field__control{ - font-weight: bolder; - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} -/* 代码表 表单项 */ -/* .mob-main-style .ibiz-span__code-list{ - justify-content: flex-end; -} */ - .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { - width: 100%; - height: 100%; - margin: 0; - background-color: var(--ibiz-color-bg-1); -} -.mob-main-style .van-tabs__wrap{ - border-top: 1px solid #f1f1f1; -} - - - .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} - /* 标题 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 图标,防止字数过多时发生形变 */ -.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 容器元素换行 */ -.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - - /* 背景颜色 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { - background-color: white; -} - -.mob_delivery_display_style .ibiz-form-group__content { - background-color: white; -} - -/* 标题文字样式 */ -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { - text-align: left; - font-size: 18px; - font-weight: 500; - margin-top: 7px; -} - -/* 图片 */ -.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { - padding-left: 30px; -} - -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { - text-align: left; - margin-bottom: 2px; -} - /* 按钮样式 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { - display: block; - text-align: center -} - -.mob_delivery_display_style button.van-button.van-button--default.van-button--small { - border: 0; - background: #f3f3f3; - border-radius: 10px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { - background-color: white; -} -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { - padding-top: 0; -} - .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { - padding-left: 24px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { - color: red; -} - - .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - -/* 图标边距 */ -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { - height: 24px; - /* margin-top: -3px; */ - margin-right: 15px; -} -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ - overflow: hidden !important;; -} - /* 日历部件没有数据时,进行显示 */ -.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { - content: "当前日期没有工作~"; - color: #D7D7D7; - margin-left: 6px; -} -.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { - display: none; -} -/* 设置背景颜色 */ -.mob_dashboard_style { - background-color: #F6F6F6 !important; - border-radius: 0px !important; -} -.mob_dashboard_style > div { - margin: 15px !important; -} -.mob_dashboard_style .ibiz-control-dashboard-row { - gap: 15px !important; -} - /* 仪表盘列表只显示五个 */ -.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), -.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { - display: none; -} - -/* 搜索框进行隐藏 */ -.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { - display: none; -} - -/* 显示更多样式 */ -.mob_dashboard_style button { - height: 60px !important; - border: transparent !important; -} - -.mob_dashboard_style button span.ibiz-panel-button-content--caption { - font-size: 18px !important; - color: #699AFF !important; -} - -/* 修改分割线样式 */ -.mob_dashboard_style .van-divider--hairline { - width: calc(100% - 2rem); - height: 0.0625rem; - margin-left: 1rem; - margin-bottom: 0px; - background-color: var(--ibiz-color-border); -} - /* 用例名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - /* 日历列表样式 */ -.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { - font-size: 16px; - margin-left: 6px; -} -/* 我的工作项 */ -.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { - font-size: 16px; -} - -/* 其他分组每一项中title的样式 */ -.mob_dashboard_style .ibiz-panel-field--title span { - font-size: 16px; -} - .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: block !important; -} - -.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { - display: flex !important; -} - -.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { - background-color: #ffffff; -} - -.mob_dashboard_style .ibiz-view-content { - background-color: #ffffff; -} - .van-popover__content.van-popover__content--vertical { - border: var(--van-button-border-width) solid var(--van-button-default-border-color); - background: white; -} -button.van-button.van-button--default.van-button--normal.van-button--round { - border: 0; - margin: 2px; - padding: 0; -} -.ibiz-popper-toolbar .van-popover{ - --van-popover-action-width: 95px; -} -.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { - margin: 0; -} -.van-popover__content.van-popover__content--vertical span.van-button__text{ - display: flex; - align-items: center; -} -.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ - margin: 0px 6px -4px 7px; -} -.van-popup.van-popover.van-popover--light{ - left: -105px; -} - .ibiz-view-demobmdview.enablesort, -.ibiz-view-demoblistview.enablesort { -position: relative; -} -.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, -.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ -padding-right: 38px; -background-color: var(--ibiz-color-bg-1); -} -.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} -.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ -display: flex; -align-items: center; -justify-content: center; -width: 1.25rem; -height: 1.125rem; -font-size: 1.25rem; -} - /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ -position: relative; -} */ - - - /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, -.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, -.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { -fill: var(--van-gray-6); -} -/* 适配有视图头的情况 */ -.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); -} -/* 适配首页仪表盘 */ -.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} - .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ - width: 105px; -} -.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { - width: 112px; - padding-left: 3px; -} -.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ - width: 108px; -} - .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ - font-size: 18px; -} -.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ - width: 24px; -} - .ibiz-quill .van-popup .ql-editor.ql-blank { - padding: 12px 15px; -} -.ibiz-quill .van-popup .ql-editor.ql-blank::before { - left: 15px; -} - .mob_workspace_style .ibiz-view-content--view_content{ - display: block !important; -} - -.mob_workspace_style .ibiz-panel-container--view_content > div { - display: block !important; -} - /* 卡片 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ - flex-wrap: unset; - overflow: scroll; - padding-left: 0.5rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ - display: none; -} -/* 背景定位 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { - position: relative; - border: 1px solid #eeeeee; - border-radius: 5px; - box-shadow: none; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ - content: ''; - display: inline-block; - width: 100%; - height: 36px; - position: absolute; - top: 0; - left: 0; - z-index: 6; - background-color: var(--ibiz-color-disabled-fill); -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ - position: relative; - z-index: 10; -} - - .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ - font-weight: bolder; - font-size: 0.95rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ - color: #6a6a6a; -} - -.ibiz-control-appmenu .van-tabbar-item__icon{ - width: 16px; -} -/* 最近访问 显示更多 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; - padding-left: 0; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ - font-size: 0.95rem; - color: #6698ff; -} - - .mob-home-style .ibiz-panel-container-group-header{ - border-bottom: 0px !important; - height: 25px; -} -.mob-home-style .ibiz-panel-container-group__caption{ - font-size: 16px !important; - font-weight: 400 !important; -} -.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} -.mob-home-style .ibiz-panel-field--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} - /* 标题 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - - -/* 容器元素换行 */ -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} - -/* 为空不显示 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { - display: none; -} - /* 字体颜色、位置 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} - -/* 依赖名称 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ - color: #aaaaaa; -} - /* 最近访问 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .ibiz-form-group--grouppanel_attachment_create{ - position: relative; -} - .mob_descript_comment .ibiz-quill-preview__edit { - top: -2.125rem; - right: 0; -} - - .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .mob-library-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-library-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-library-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 110px; - top: 2px; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { - top: -230px !important; -} - .mob_login_style .ibiz-panel-container-image{ - background-size: cover; -} -.mob_login_style .ibiz-rawitem__image path{ - fill: #219cf0; -} -.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-button--auth_loginbutton{ - border-radius: 10px; - border: 1px solid #c2c2c2; -} -.mob_login_style .van-field__control::placeholder{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container4{ - margin-top: 15vh; -} -.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ - font-size: 28px; - font-weight: 600; - color: #2fbaf5; -} - .ibiz-form-group { - padding: 0; -} -.ibiz-form-group--style2 { - padding: 4px; - border-radius: 0; -} -.ibiz-form-group--style2 > .ibiz-form-group-header { - border-radius: 4px 4px 0 0; -} -.ibiz-form-group--style2 > .ibiz-form-group__content { - padding: 4px 0; - background-color: var(--ibiz-form-group-header-bg-color); - border-radius: 4px; -} -.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { - padding-top: 0; -} - - .mob_comment_list_style .ibiz-panel-button{ - border: 0; -} -.mob_comment_list_style .ibiz-panel-button-content--icon{ - font-size: 18px; -} -.mob_comment_list_style .ibiz-panel-container--container2{ - margin-top: 10px; -} -.mob_comment_list_style .ibiz-mob-personal-info-content__tip { - margin-top: -15px; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { - margin-top: 0px !important; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ - margin: -12px 0px 0px 40px; - color: #9d9d9d; -} -.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { - margin-left: 40px; - width:auto; -} -.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ - height: 0px !important; -} - .mob-comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-3); - color: var(--ibiz-color-text-2); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.mob-comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .comment_style_main{ - background: white; - position: relative; - z-index: 1; - box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); -} -.comment_style_main .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.comment_style_main .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-button{ - border: 0; -} -.comment_style_main #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} -.comment_style_main .ibiz-panel-field--comment_count span{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-field--attention_count span{ - color: #aaaaaa; -} - .comment_style_list{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.comment_style_list .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; -} -.comment_style_list .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_list .ibiz-panel-button{ - height: 32px; - width: 50px; - background: #6698ff; - color: white; - border-radius: 5px; -} -.comment_style_list #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - .mob_md_view_style{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.mob_md_view_style .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.mob_md_view_style .ibiz-rawitem__text{ - color: #aaaaaa; -} -.mob_md_view_style .ibiz-panel-button{ - border: 0; -} -.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - /* 标题 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 负责人 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { - /* display: none; */ -} - -/* 图标,防止字数过多时发生形变 */ -.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -/* 防止出现滚动条 */ -.mob_common_list_style .ibiz-panel-container>.ibiz-row { - overflow-y: hidden !important; -} - /* 容器元素换行 */ -.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { - display: none; -} -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ - justify-content: center; - width: 38px; -} - .ibiz-portal-view.ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-0); -} -.ibiz-portal-view .ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-1); -} - .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ - font-size: 14px !important; -} - .mob-idea-md-view-style { - position: relative; -} -.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_page_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_style .ibiz-form-item--publish_name { - padding-left: 10px; -} - .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ - margin: 0; - border-radius: 0; - width: auto; - overflow: visible; -} -.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, -.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ - border: none; - background: transparent; -} -.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ - right: 0.35rem; - top: -45px; -} -.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ - margin-right: 10px; -} -.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ - overflow: visible; -} - .mob-advanced-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-advanced-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-advanced-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 95px; - top: 3px; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .space_main_list_syle .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - -.space_main_list_syle .ibiz-icon svg.icon path { - fill: #20A0FF; -} - .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.space_mob_page_style .ibiz-control-viewlayoutpanel-content { - background-color: rgba(255, 255, 255, 1); -} - -.space_mob_page_style .ibiz-panel-field--name span{ - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; + .drbar-ex-underline { +border-bottom: 1px solid var(--ibiz-color-border); +} + +/* drbar头部样式 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { +padding: 8px 0px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { +margin-left: 4px; +} +.drbar-ex-underline .ibiz-panel-container--container { +padding-right: 4px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ +border: none; +} + +/* 图标居中 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, +.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { +margin: 0; +} + .editview2-menu .ibiz-control-drbar__menu { + padding: 8px 16px; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { + width: 100%; + height: 48px; + padding-left: 8px !important; + pointer-events: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { + color: #888d91; +} +.editview2-menu + .ibiz-control-drbar__menu + .el-sub-menu__title + .el-sub-menu__icon-arrow { + display: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { + background: 0 0; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item { + height: 32px; + padding: 0; + padding-left: 24px; + border-radius: 4px; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item:hover { + background: var(--ibiz-color-bg-0); +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item.is-active { + color: #557da5; + background: #d9ecff; +} + + .html-readonly-bg-white .ibiz-html .w-e-scroll { + background-color: var(--ibiz-color-bg-0); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { + background-color: var(--ibiz-color-bg-1); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { + background-color: var(--ibiz-color-bg-1); +} + + .pc_login_style .ibiz-panel-container-image{ + min-height: 100%; + min-width: 100%; + background-size: cover; + background-attachment: fixed; +} +.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ + width: 100%; + height: 100%; +} +.pc_login_style .ibiz-panel-container--container9{ + margin: 3vw 0px 0px 3vw; +} +.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container1 { + position: absolute; + right: 7vw; + height: 60vh; + min-width: 400px; + width: 27vw; + border-radius: 1vw; + box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 80px; + background: white; + margin-top: 8vh; +} +.pc_login_style .ibiz-panel-field--auth_userid { + height: 5vh; +} +.pc_login_style .ibiz-panel-field--auth_password{ + height: 5vh; +} + + .pc_login_style .ibiz-panel-container--container5{ + height: 100% !important; + padding: 5vh 3vh 0vh 3vh !important; +} +.pc_login_style .ibiz-panel-container--container_4{ + height: 15vh; + margin: 4vh 0px 0px 0px; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ + font-size: 3vh; + color: #41c1f7; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ + margin-top: 3vh; + background-color: #42b1ff; + height: 4vh; + font-size: 1.8vh; +} +.pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 1vw; +} +.pc_login_style .el-input__inner{ + font-size: 1.25vh; +} +.pc_login_style .el-checkbox__label{ + font-size: 1vh; +} + .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ + overflow: hidden !important; +} + + .pc_login_style .ibiz-panel-container--container_switch{ + position: absolute; + height: 50% !important; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ + width: 20vh; + height: 20vh; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ + display: none; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ + font-size: 2vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ + color: #595959; + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, +.pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 100%; +} + +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { + background-color: unset !important; +} + +.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 10vh; + height: 10vh; + max-width: 256px !important; + max-height: 256px !important; + min-width: 84px !important; + min-height: 84px !important; +} + +.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container1 { + min-height: 500px; +} + +@media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, + .pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 84px; + } + .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 84px; + height: 84px; + } + + .pc_login_style .ibiz-panel-container--container_4 { + height: 125px; + margin-top: 32px; + } + + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { + font-size: 25px; + font-weight: 600; + } + +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { + font-size: 25px; + font-weight: 600; + color: #41c1f7; + } + + .pc_login_style .ibiz-panel-container--container5 { + height: 100% !important; + padding: 41.5px 24.9px 0px 24.9px !important; + } + + .pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 14.4px; + } + + .pc_login_style .ibiz-panel-field--auth_userid, + .pc_login_style .ibiz-panel-field--auth_password { + height: 41.5px; + } + + .pc_login_style .el-input__inner { + font-size: 10.375px; + } + + .pc_login_style .el-checkbox__label { + font-size: 8.3px; + } + + .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { + margin-top: 24.9px; + background-color: #42b1ff; + height: 33.2px; + font-size: 14.9px; + } +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { + width: 164px; + height: 164px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { + font-size: 16.4px; + font-weight: 600; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { + color: #595959; + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { + font-size: 25px; + font-weight: 600; + } +} + .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ + font-size: 16px; + margin-top: 3px; +} + /* 表单分组标题 */ +.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { + font-size: 16px; + color: var(--ibiz-color-disabled-text); +} +/* 表单分页样式(padding、导航栏标题) */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { + padding: 0 11px 0 13px; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { + font-size: 14px; +} +/* 两侧滚动条 */ +.main-info-common-view .ibiz-control-form { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { + height: 100%; + overflow: auto scroll; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { + height: auto; +} + + /* 主信息编辑视图通用计数器样式 */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + top: 50%; +} + /* 表单标题 使用多行文本时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { + font-size: var(--ibiz-font-size-header-3); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { + line-height: var(--ibiz-editor-default-line-height); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { + height: 100%; + padding: 0; +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { + padding-top: 5px; + padding-bottom: 5px; +} +/* 只读时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { + font-size: var(--ibiz-font-size-header-3); + padding: 5px 11px; + height: 100%; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { + padding: 0 11px; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { + padding: 0 11px; +} + + .main-info-common-view .ibiz-panel-view-content--view_content { + padding-top: 0; +} + +.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} + +.main-info-common-view + .ibiz-grid-container--container_view_bottom + .ibiz-panel-container--container1 { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} +.main-info-common-view .ibiz-control-form { + padding-bottom: 0; + margin-bottom: var(--ibiz-spacing-tright); +} +/* 评审列表视图背景颜色 */ +.main-info-common-view .ibiz-view.ibiz-view-delistview { + background-color: transparent; +} + + +.main-info-common-view .ibiz-grid-container--container_view_bottom { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { + position: relative; + z-index: 998; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { + position: absolute; + padding: 6px 8px 8px 8px; + top: -269px; + background-color: var(--ibiz-color-bg-1); +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { + top: 0; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { + z-index: 999; +} + .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ + padding-left: 5px; + padding-right: 5px; +} +/* 客户沟通单独处理 */ +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { + top: -292px !important; +} + .main-info-common-view .ibiz-dropdown:has(.green-span), +.main-info-common-view .ibiz-dropdown:has(.blue-span), +.main-info-common-view .ibiz-dropdown:has(.orange-span), +.main-info-common-view .ibiz-dropdown:has(.red-span) { +min-height: var(--ibiz-form-item-container-line-height); +display: flex; +align-items: center; +} + .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { + background: transparent; +} + /* 富文本工具栏定位 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ + transform: translateY(-100%); + padding-top: 35px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +/* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} + + /* 表单标题 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { + font-size: var(--ibiz-font-size-header-3); + color: var(--ibiz-color-text-0); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input { + height: var(--ibiz-height-control-default); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { + min-height: calc(var(--ibiz-height-control-default) - 2px); + height: calc(var(--ibiz-height-control-default) - 2px); +} + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ + overflow: visible; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 隐藏滚动条 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.main-info-common-view .ibiz-form-group--executors_container{ + position: relative; +} + +.main-info-common-view .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.main-info-common-view .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + +.main-info-common-view .ibiz-checkbox.is-show-default, +.main-info-common-view .el-checkbox.is-disabled { + padding: 1px 0px 0px 9px !important; +} + +.main-info-common-view .ibiz-attention--readonly.is-show-default { + margin: 1.6px; +} +.main-info-common-view .ibiz-control-edit-form { + padding: 0; +} + + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 左对齐 */ +.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { + float: left; +} + /* 上下对齐 */ +.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { + padding: 0 11px; +} + /* 折叠分组样式1 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { + position: relative; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { + width: auto; + height: auto; + position: absolute; + top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { + width: auto; + height: auto; + position: absolute; + top: 0; + right: 34px; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { + position: initial; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { + display: block; +} + /* 折叠分组样式2 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { + display: none; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { + padding: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { + padding-top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { + border-left: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { + border: none; +} + + /* 折叠分组样式3 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { + margin: 0 8px; + padding-right: 8px; + border: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} +/* 评论容器取消发送按钮位置 */ +.main-info-common-view .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 0; +} +.main-info-common-view .ibiz-panel-button--comment__cancel { + right: 76px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { +background-color: initial; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { +padding: 0 10px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { +background-color: var(--ibiz-color-fill-0); +border-radius: 18px; +padding: 0 12px; +line-height: 24px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { +background-color: var(--ibiz-color-fill-2); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { +color: var(--ibiz-form-tab-panel-text-color); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ +background-color: var(--ibiz-color-primary-active); +color: var(--ibiz-color-primary-active-text); +} + .main-info-common-view .ibiz-grid-container--container_view_bottom > div { +height: 100%; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { +min-height: 48px; +} +.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { +position: static; +} +.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { +width: calc(100% - 4px); +min-height: 48px; +padding-right: 32px; +position: absolute; +top: 0; +} +/* 时间范围宽度 */ +.main-info-common-view .ibiz-date-range-picker { +max-width: 250px; +} + + .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { + background-color: rgb(74 129 199 / 60%) !important; +} + .second_dev_tab_style .ibiz-panel-view-content { + overflow: hidden !important; + padding: 0 !important; +} + .codelist-only-icon { + display: flex; + align-items: center; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item { + font-size: 0; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { + font-size: var(--ibiz-form-item-font-size); +} + .dashboard_container > div { + border: 0 !important; + overflow: hidden !important; +} + .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: var(--ibiz-width-icon-large); + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: var(--ibiz-border-radius-extra-small); + transform: translateY(-50%); +} + +.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { + margin-left: 16px; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ + padding-top: 0px !important; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ + padding-top: 0px !important; +} + .board_title_style{ + margin: 10px 10px 25px 10px; + width: 300px; + height: 35px; +} + +.board_title_style .el-input__wrapper { + font-size: 20px; + font-weight: 600; +} + .dashboard_repair_style .ibiz-panel-field--total span { + display: flex; + align-items: center; +} + .recentcustom_dashboard_view_style .ibiz-portlet-layout { + --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { + border: 1px solid var(--ibiz-color-border); + border-bottom: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { + padding-bottom: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); + /* border-top: none; */ +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { + padding: 0; + overflow: hidden; + border: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { + position: relative; + padding-right: 0; + padding-left: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + right: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { + position: relative; +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + position: absolute; + top: 0; + width: 0; + height: 102px; + content: ""; + border-left: 1px solid var(--ibiz-color-border); +} + .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ + font-size: 16px; +} + +/* 分组树更多图标 */ +.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { +font-size: 16px; +} + /* 文本框 */ +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + border: 0px solid #e8e8e9; + border-radius: 3px; + padding: 1px 15px; + height: 50px; + padding-top: 12px; +} + +/* 按钮 */ +.dependency_style .el-select .el-input { + display: flex; + height: 50px; +} + +/* 溢出控制 */ +.dependency_style .ibiz-panel-field .ibiz-panel-field-content { + line-height: inherit; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; +} + +/* 控制不显示滚动条 */ +.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { + overflow: hidden; +} + +/* 隐藏显示横线 */ +.dependency_style .el-collapse-item__header{ + border-bottom: none; +} + +/* 控制边距 */ +.dependency_style .el-collapse-item__content { + padding-bottom: 2px; +} + .dependency_style{ + overflow: hidden; +} + +.dependency_style .el-collapse{ + border-bottom: none; +} + +.dependency_style .el-collapse-item__wrap { + border-bottom: none; +} + +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; +} + +/* 悬浮色 */ +.dependency_style .ibiz-panel-container--container2:hover, +.dependency_style .ibiz-panel-container--container3:hover { + border-color: #6994be; + border: 1px solid #6994be +} + .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} + .ibiz-control-grid{ + --ibiz-control-grid-scrollbar-width: 8px; +} + .fullscreen .ibiz-form-group--grouppanel1 { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .ibiz-form-item-container__content { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-item-container__editor { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel2 { + display: none; +} + + .fullscreen .ibiz-rawitem.ibiz-form-raw-item { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel_attachments_grid { + display: flex; + flex-flow: column nowrap; + place-content: center center; + align-items: center; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-header { + width: 80%; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__content { + display: block; + flex-flow: unset; + place-content: unset; + align-items: unset; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__editor { + max-width: 100%; +} + .shared_simple_view_style .ibiz-panel-view-content--view_content{ + padding: 0; +} + +.shared_simple_view_style .ibiz-panel-view-content{ + width: 75%; +} +.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ + background-color:white; +} +.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ + background-color: #f9f9f9; +} + .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { + padding: 0; +} + .shared_link_top{ + height: 52px; + border-bottom: 1px solid #eee; + background-color: #FFF; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ + height: 52px; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { + display: block; + font-size: 18px; + font-weight: 500; + color: #333; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { + color: #ddd; +} + .shared_setting_style .ibiz-form-item--enable_password{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--enable_expiration{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--subset_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--is_shared_subset{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--pwd_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--expiration_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--access_password{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--expiration_date{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--shared_page_url{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-button--copy_page_url{ + padding-top: 0; +} + + + .mob_attention_title_style.ibiz-panel-field { +display: flex; +align-items: center; +height: 100%; +} +.mob_attention_title_style.ibiz-panel-field .ibiz-span { +height: var(--ibiz-font-size-header-5); +padding: 0 0.375rem; +margin-left: var(--ibiz-spacing-tight); +font-size: 0.7rem; +color: var(--ibiz-color-text-2); +background-color: var(--ibiz-color-border); +border-radius: var(--ibiz-font-size-header-5); +} + .relation_recent_style{ + line-height: normal; +} + +/* 控制项标题文字过多导致的样式异常 */ +.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; + max-width: 1460px; +} + .tab_tree_panel_style .ibiz-tab-group-select-tree{ + padding-left: 0px !important; +} + .tab-exp-select{ + border-right: 1px solid #e9e9e9; +} + .ibiz-panel-container--view_tabexppanel .el-tabs__item { + height: 64px; +} +.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { + font-size: 16px; +} +.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ + font-size: 16px; +} +/* 分页导航视图padding */ +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { + padding: 0; +} +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { + padding: var(--ibiz-panel-view-content-padding); +} + + .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; + margin-left: 0.6rem; +} + +.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ + flex: unset; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { + padding-left: 0.5rem; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; +} + .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { + padding-top: 0; +} + + .delete-button .el-button{ + color: #fff; + background-color: #ff7575; + border-color: #ff7575; +} + .relation_tree_node_style .ibiz-panel-field--show_identifier span{ + color: #a1a1a2; + margin-left: 5px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ + overflow: hidden; +} +.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} +.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ + overflow: hidden; +} + .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ +height: 50px !important; +} + .right_button_style .van-button{ + padding: 0px 10px 0px 0px; +} + .reply_list_style .ibiz-control-list-item.is-active, +.reply_list_style .ibiz-control-list-item:hover { + background-color: transparent !important; +} + .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { + display: none; +} +.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { + display: none; +} + .big-icon { + padding: 0; +} +.big-icon .el-button { + font-size: 24px; + padding: 8px; +} +.big-icon .el-button .ibiz-icon { + max-width: 24px !important; + max-height: 24px !important; +} +.big-icon .el-button .ibiz-panel-button-content--caption { + display: none; +} + .average-toolbar { + position: relative; + justify-content: space-evenly; + height: 48px; +} + .vertical-divider .ibiz-rawitem { + border-left: 1px solid var(--ibiz-color-border); + height: 1em; +} +.vertical-divider .el-divider { + display: none; +} + .multiple_people_style .ibiz-form-group--grouppanel6{ + /* height: 20px; */ + margin: -18px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ + width: 70px; + padding: 1px 0px 0px 5px !important; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { + padding-right: 0px !important; +} + +.multiple_people_style .ibiz-form-group--grouppanel9{ + height: 20px; + margin: 8px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ + width: 70px; + padding: 0px 0px 0px 5px !important; +} + + .con_bottom_shadow_style{ + border-bottom: 1px solid var(--ibiz-color-border); +} +/* 如果有树,把树的下边框去掉 */ +.con_bottom_shadow_style .ibiz-tab-group-select-tree { + border-bottom: 0px !important; +} + + .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { + padding-left: 0; +} +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding-left: 0; +} + + .recentdata-custom>div>div>div:nth-child(2) { +flex: 1; +} + .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { + padding-left: 16px; + height: 16px; +} +/* 类型位置 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { + + padding-left: 5px; + padding-bottom: 15px; + +} +/* 类型文字 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { + font-size: 15px; + +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { + margin-left: -17px; +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { + padding: 0px; +} + .work_item_type_global_style .ibiz-panel-button{ + padding-top: 0px; +} + +.work_item_type_global_style .ibiz-icon { + margin-top: 5px; +} + + /* 按钮样式 */ +.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .ibiz-control-toolbar__item--primary .el-button.el-button--primary { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { + color: var(--ibiz-color-primary-hover); + background-color: var(--ibiz-color-primary-light-hover); +} + + .ibiz-control-toolbar--user .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.ibiz-control-toolbar--user .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { + border-bottom: none; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { + color: var(--ibiz-color-text-3); + background-color: transparent; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ + outline: none; +} +.ibiz-control-toolbar-submenu-popper--user { + background: transparent; +} +.ibiz-control-toolbar-submenu-popper--user .el-button { + color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { + background-color: var(--ibiz-color-bg-0); +} + /*工具栏分组项按钮2样式*/ +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { +color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style2 .el-button { +--el-button-bg-color: transparent; +--el-button-hover-bg-color: transparent; +--el-button-active-bg-color: transparent; +--el-button-text-color: var(--ibiz-color-text-3); +--el-button-hover-text-color: var(--ibiz-color-text-3); +--el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { +padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { +padding: 0 10px; +} + +/* 适配分割线间距一致 */ +/* 适配分隔符在前面 */ +.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { +margin-left: -8px; +} +/* 适配分隔符在后面 */ +.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { +margin-left: -4px; +} +/* 分组按钮样式 */ +.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { +border: none; +} + +/* 窗口缩小样式 */ +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ +color: var(--ibiz-color-primary); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ + font-weight: 600; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { + fill: var(--ibiz-color-primary) !important; +} + +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { +stroke: var(--ibiz-color-primary) !important; +stroke-width: 30 !important; +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { + color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style3 .el-button { + --el-button-bg-color: transparent; + --el-button-hover-bg-color: transparent; + --el-button-active-bg-color: transparent; + --el-button-text-color: var(--ibiz-color-text-3); + --el-button-hover-text-color: var(--ibiz-color-text-3); + --el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { + padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { + padding: 0 10px; +} + + /*工具栏分组项按钮3样式*/ +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + + .toolbar-style-container .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.toolbar-style-container .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.toolbar-style-container { + border-bottom: 1px solid var(--ibiz-color-border); +} + /* 面板分页样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +height: 1px; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +min-height: 64px; +max-height: 64px; +width: 58px; +height: 100%; +border: none; +display: flex; +justify-content: center; +align-items: center; +} +/* 分页弹出按钮样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { +padding: 1px 0; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { +text-align: center; +} +.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ +gap: 56px; +} +/* 搜索表单取消padding */ +.workload-tab-head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 16px; +width: auto; +height: 63px; +} + /* 适配分页搜索下级视图自适应宽度 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { +width: 100%; +} +/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { +width: 16.66%; +} + /* 关系分页部件定位样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +position: relative; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +position: absolute; +top: 1px; +left: calc(16.65% + 15px); +z-index: 100; +} +/* 视图头部定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { +position: relative; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +/* 视图头部快速搜索定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { +width: auto; +position: absolute; +top: 0; +left: calc(16.65% + 81px); +} + +/* 快捷搜索部件样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ +display: flex; +align-items: center; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { +height: auto; +} +/* 边距调整 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { +margin-left: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { +margin-left: var(--ibiz-spacing-base-tight); +} + .mob_workload_calendar_style .ibiz-panel-container--container1 span { + font-size: 16px; + color: #8B8B8B; +} + +.mob_workload_calendar_style .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 16px; + color: #8B8B8B; + margin-left: 4px; +} + +.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + font-size: 16px; +} + +.mob_workload_calendar_style .ibiz-panel-field--name span { + font-size: 18px; + margin-left: 6px; +} + +.mob_workload_calendar_style .ibiz-spacing-right--outermedium { + margin-right: 8px !important; +} + +.mob_workload_calendar_style input::placeholder { + text-align: left; +} + .mob_workload_calendar_style .ibiz-form-item--date_range { + padding-top: 14px; +} + +.mob_workload_calendar_style{ + position: relative; +} +.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { + padding: 8px; + background-color: #F3F3F3; + border-radius: 8px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + +/* 列表中的分割线样式 */ +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { + position: relative; + top: 0.875rem; + left: 1rem; + display: block; + width: calc(100% - 2rem); + height: 0.0625rem; + content: ""; + background-color: var(--ibiz-color-border); +} + .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { + font-size: 18px; + color: #3B3B3B; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { + content: "小时"; + font-size: 16px; + color: #B8B8B8; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { + display: none !important; +} + /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ +.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { +width: 100%; +} +/* 视图头部样式 */ +.workload_log_head .ibiz-panel-view-header--view_header { +position: relative; +margin-top: 1px; +} +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +.workload_log_head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 8px; +width: auto; +height: 63px; +} + .mob_workload_log .ibiz-panel-field--duration span { + font-size: 32px; + text-align: center; +} + +.mob_workload_log .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 20px; + margin-left: 2px; +} + +.mob_workload_log .ibiz-panel-field--register_date span { + color: #8B8B8B; +} + +.mob_workload_log .ibiz-panel-container--container2 > div { + padding: 8px 12px; + margin-top: 8px; + background-color: #F1FBF5; + border-radius: 8px; + margin-right: 16px; +} + +.mob_workload_log .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_log .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + .mob_workload_log .ibiz-code-list .ibiz-icon { + padding-right: 0px !important; +} + +.mob_workload_log input::placeholder { + text-align: left; +} + +.mob_workload_log .ibiz-form-item--date_range { + padding-top: 14px; +} + + +.mob_workload_log { + position: relative; +} +.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_log .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_log .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .app_market_style .ibiz-panel-field--title span { + font-weight: bold; + font-size: larger; +} + +.app_market_style .ibiz-panel-field--version { + background-color: lightgrey; + padding: 5px 15px 5px 15px; + border-radius: 10px; +} + +.app_market_style .ibiz-panel-field--version span { + color: white; + font-weight: bold; +} + +.app_market_style .ibiz-panel-field--memo span { + font-size: medium; + color: grey; +} + +.app_market_style .ibiz-control-dataview-group-content__item-content>* { + margin-right: 32px; +} + +.app_market_style .el-card__body { + padding: 0px; +} + +.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { + padding: 8px 8px 8px 0px; +} + +/* .app_market_style .ibiz-control-dataview-item { + height: 100%; +} */ + +.app_market_style .ibiz-control-dataview-item.is-active { + background-color: unset !important; +} + .app_market_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; +} + +.app_market_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + +.app_market_style .ibiz-sort-bar { + display: none !important; +} + +.app_market_style .ibiz-panel-rawitem--using > div { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_market_style .ibiz-panel-rawitem--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; +} + .app_market_style .ibiz-panel-button-content--icon { + color: var(--el-button-bg-color); +} + .app-title-style .ibiz-panel-app-title__logo--expand, +.app-title-style svg { + margin-top: -25px; +} + + .app_info_style .ibiz-form-item--pscoreprdfuncname span { + font-weight: bold; + font-size: x-large; +} + +.app_info_style .ibiz-form-item--memo div div div div div { + color: darkgrey; + font-size: 15px; +} + +.app_info_style button[title="GitLab"] span svg path { + fill: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] span { + color: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="GitLab"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="GitLab"]:hover span { + color: #557DA5 !important; +} + +.app_info_style .ibiz-form-button , .ibiz-form-button-list { + padding: 8px 8px 8px 4px; +} + .app_info_style button[title="打开按钮"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="打开按钮"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { + color: #557DA5; +} + +.app_info_style button[title="设置"] span { + color: white; +} + .app_info_style .ibiz-form-item--currentversion { + padding-top: 0px; +} + +.app_info_style .ibiz-form-item--currentversion span { + font-size: 12px; + font-weight: bold; + color: grey; + background-color: lightgrey; + padding: 0px 6px 0px 6px; + border-radius: 6px; + height: 16px; + align-items: center; + display: flex; +} + +.app_info_style .ibiz-form-group--grouppanel3 { + margin-left: 10px; +} + +.app_info_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; +} + +.app_info_style .ibiz-form-tab-page--overview > div:first-child { + padding-right: 0px !important; +} + .app_info_style .ibiz-form-group--grouppanel4 button { + font-size: small; + padding: 8px; + height: 25px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { + width: 40px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { + width: 18px; +} + +.app_info_style .el-button-group { + align-items: flex-end; +} + +.app_info_style .ibiz-form-button-content--icon { + display: flex; + align-items: center; +} + +.app_info_style .ibiz-panel-view-content--deeditview { + overflow: hidden; +} + +.app_info_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + + .app_info_style .ibiz-form-tab-page--overview > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--log > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--overview .el-select__tags { + cursor: default !important; +} + +.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { + display: none !important; +} + +.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { + font-size: 14px !important; +} + .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { + height: 39px !important; +} + +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { + font-size: 14px !important; +} +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { + padding: 0px !important; +} + +/* 正在使用 */ +.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_info_style .ibiz-form-item--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; + cursor: default; +} + +.app_info_style .el-tabs__nav { + padding-left: 12px; +} + .activate_button .el-button{ + background: none; + color: #4ba7f1; + margin-left: 5px; + height: 0px; + +} +.activate_button{ + margin: 0px 10px 0px -10px; +} + +.activate_button .ibiz-rawitem__text{ + color: #999; +} +.activate_button .ibiz-span.ibiz-panel-field-content{ + color: #999; +} + +.activate_button .ibiz-panel-button.ibiz-panel-button--default{ + height: 19px; + padding: 0px; +} + .todo-tips{ + height: 80px; +} +.todo-tips .ibiz-rawitem__text{ + font-size: 26px; + font-weight: 600; + line-height: 75px; +} + .todo-background{ + +} + /* 隐藏滚动条 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.work_item_qucik_create_style .ibiz-form-group--executors_container{ + position: relative; +} +.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + + .work_item_qucik_create_style .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + /* 视图大的布局样式 */ +.quick-create-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +} +/* 按钮样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { +min-height: 40px; +/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +/* 分割线 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + .mob_member_title_style .ibiz-panel-field--title { + background-color: lightgrey; + padding: 4px 6px 4px 6px; + border-radius: 10px; + align-items: center; + display: flex; +} + +.mob_member_title_style .ibiz-panel-field--title span { + font-size: 8px; +} + .my_summary_style span.ibiz-panel-field-content{ + color: rgb(56, 131, 250); + font-size: 28px; +} + +.my_summary_style span.ibiz-rawitem__text { + font-size: 16px; +} + +.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ + color: #B2E699; +} + +.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ + color: #EF8383; +} + +.my_summary_style .el-divider { + height: 58px !important; + width: 1px !important; + margin: 0 !important; + border-top: unset !important; + border-left: 1px var(--el-border-color) var(--el-border-style); +} + +.my_summary_style .ibiz-panel-container--task_num_c, +.my_summary_style .ibiz-panel-container--bug_num_c, +.my_summary_style .ibiz-panel-container--other_item_num_c, +.my_summary_style .ibiz-panel-container--idea_num_c, +.my_summary_style .ibiz-panel-container--ticket_num_c, +.my_summary_style .ibiz-panel-container--case_num_c { + cursor: pointer; +} + .my_summary_style .ibiz-control-viewlayoutpanel-content { + display: flex; + justify-content: center; +} + .run_case_label_style div[title="通过"] label.is-active span { + background: #73d897 !important; +} + +.run_case_label_style div[title="受阻"] label.is-active span { + background: #ffcd5d !important; +} + +.run_case_label_style div[title="失败"] label.is-active span { + background: #ff7575 !important; +} + +.run_case_label_style div[title="跳过"] label.is-active span { + background: #5dcfff !important; +} + +.run_case_label_style .el-radio-button__inner { + display: flex !important; + border-color: var(--el-border-color) !important; + color: black !important; + background: transparent !important; + align-items: center; +} + +.run_case_label_style .el-radio-button__inner:hover { + background-color: #f5f5f5 !important; +} + +.run_case_label_style label.is-active .el-radio-button__inner { + color: white !important; +} + +.run_case_label_style label.is-active svg path { + fill: white; +} + +.run_case_label_style .ibiz-icon { + height: 15px !important; +} + .run_history_remark_style{ + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} + .coreprdfunc_setting_edit_style .el-tabs__nav span { + font-size: 14px !important; +} + +.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { + padding: 0 10px !important; +} + .export-canvas-style .ibiz-bi-report-panel-content { + padding: 0; +} +.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { + padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); +} + + /* 移入移出效果 */ +.ibiz-form-button--style2 .el-button, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2 .el-button { +min-height: var(--ibiz-height-control-default); +min-width: var(--ibiz-height-control-default); +background: transparent; +border: none; +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-6); +padding: 8px; +} +.ibiz-form-button--style2 .el-button:hover, +.ibiz-control-toolbar__item--style2 .el-button:hover, +.ibiz-panel-button--style2 .el-button:hover { +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} + +.ibiz-form-button--style2 .el-button.el-button { +width: var(--ibiz-height-control-default) ; +} + +/* 按钮间隔 */ +.ibiz-form-button--style2.ibiz-form-button--style2, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2.ibiz-panel-button--style2 { +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); +} + .button_container_style button { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.button_container_style button:hover, button:focus { + background-color: transparent; + border: none; +} + +.button_container_style button:hover span svg path { + fill: #557DA5 !important; +} + +.button_container_style .ibiz-panel-button { + padding: 8px 0px 8px 0px; +} + .swap_icon_text button { + direction: rtl; +} + +.swap_icon_text button:hover { + background-color: transparent !important; + color: rgb(85, 125, 165) !important; +} + +.swap_icon_text button:hover span svg path { + fill: #557DA5 !important; +} + +.swap_icon_text .ibiz-toolbar-item-text { + line-height: normal; +} + .track_panel_style .ibiz-panel-field--num span { + margin-right: 4px; + font-size: 16px; + color: #1D1F23; +} + +.track_panel_style .ibiz-panel-rawitem--caption span { + color: var(--ibiz-color-text-3); + font-size: 16px; +} + +.track_panel_style .ibiz-panel-field--title_two span { + font-weight: 600; +} + +.idea_tree_node_style { + width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); +} + .prompt_message_style { + margin: 0px 16px 0px -16px; +} + .data-upload-view { + padding: 8px 32px; +} +.data-upload-view .ibiz-row { + overflow: visible; +} +.data-upload-view .ibiz-rawitem__paragraph p { + margin: 0; + line-height: 22px; +} +.data-upload-view .ibiz-panel-rawitem--download_description, +.data-upload-view .ibiz-panel-rawitem--upload_description { + position: relative; +} +.data-upload-view .ibiz-panel-rawitem--download_description::before, +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + position: absolute; + top: 2px; + left: -23px; + width: 15px; + height: 15px; + font-size: 0.75rem; + line-height: 15px; + color: var(--ibiz-color-primary-text); + text-align: center; + content: '1'; + background: var(--ibiz-color-primary); + border-radius: 50%; +} +.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, +.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { + color: var(--ibiz-color-text-3); +} + + .data-upload-view .ibiz-panel-rawitem--upload_description { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + content: '2'; +} +.data-upload-view .ibiz-panel-button { + padding: var(--ibiz-spacing-base) 0; +} +.data-upload-view .ibiz-panel-rawitem--template_rule { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table { + border-color: var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr { + height: 52px !important; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { + padding: 12px 16px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { + background-color: var(--ibiz-color-fill-0); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { + text-align: center; +} +.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { + color: var(--ibiz-color-danger); +} + .data-upload-view .ibiz-panel-rawitem--upload_raw { + height: 60px; + padding: 0 20px; + background-color: var(--ibiz-color-fill-0); + border: 1px solid var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { + display: flex; + align-items: center; + color: var(--ibiz-color-text-3); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { + color: var(--ibiz-color-link); + cursor: pointer; +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { + text-decoration: underline; +} + + .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { + min-width: 100px; +} +.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ + min-width: 100px; +} + +/* 控制项标题文字过多导致的样式异常 */ +.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} +.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} + .enter_button_style .van-button{ + font-size: 16px; + color: #6698ff; +} + .mob-orange-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; +} + .mob-red-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; +} + .mob-green-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; +} + .mob-orange-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; + border: 1px solid orange; +} + .mob-red-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; + border: 1px solid red; +} + .mob-green-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; + border: 1px solid #3ae23a; +} + .no_border_button{ + border: 0; + font-size: 18px; +} +.no_border_button .van-button{ + border: 0; +} + .mob_magnify_no_border_button .van-button--small { + border: 0; + font-size: 20px; +} + +.mob_magnify_no_border_button .van-button { + border: 0; +} + /* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.star_css button:hover { +background-color: transparent; +} +/* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.star_css button{ +background-color: transparent; +} + +/* 星标字体颜色 */ +.star_css .ibiz-control-toolbar__item-items i{ +color: #9999; +font-size: 18px; +} + +/* 切换图标字体颜色 */ +.star_css .el-sub-menu__title i { +color: #9999; +} + +/* 设置图标的大小*/ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ + font-size: 16px; +} + .update_log_time .ibiz-span{ + margin: 7px 0px 0px 0px; + } + .update_log_name .ibiz-span{ + font-size: 22px; + font-weight: 600; + margin: 15px 0px 15px 0px; +} + @media screen and (min-width: 820px) and (max-width: 980px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(1) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 980px) and (max-width: 1150px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(2) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1150px) and (max-width: 1320px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(3) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1320px) and (max-width: 1480px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(4) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + @media screen and (min-width: 1480px) and (max-width: 1600px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(5) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1600px) and (max-width: 1800px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(6) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1800px) and (max-width: 1970px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(7) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1970px) and (max-width: 2130px) { +.recentdata-screen-auto-item { +.ibiz-control-dataview-scroll-item:nth-child(8) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +} + @media screen and (min-width: 2130px) and (max-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(9) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(10) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + +.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { +flex-wrap: nowrap; +overflow: visible; +} +.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { + flex-wrap: nowrap; + overflow: visible; +} + .recent_owner_subtype_style{ + width: 20px; + overflow: hidden; +} + .recent_grey_font_style .ibiz-panel-field-content{ + color: #a6a6a6; +} + .td_right{ + width: 90%; +} + .td_a_link .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recent_identified_style .ibiz-grid-field-column__text{ + color: #8b8b8b; +} + .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ + display: none; +} + /* 用例名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} +/* 隐藏分割线和显示更多 */ +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; +} + .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; } - -.space_mob_page_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - /* margin-top: 5px; */ + .td_a_link_right{ + padding:0px 28px 0px 0px + } + .td_a_link_right .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recenttab-head +.ibiz-panel-view-header--view_header +.ibiz-panel-container +> .ibiz-row { +position: initial; +overflow: initial; +} + .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ + top: -32px; + right: -50px; +} + .stencil_center_title{ + +} + /* 视图标题及分割线样式 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { +height: 64px; +line-height: 64px; +text-align: center; +border-bottom: 1px solid var(--ibiz-color-border); +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { +font-size: 20px; +font-weight: 600; +} +/* 搜索栏自适应 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { +min-width: 100%; +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { +width: 100%; +} +/* 控制视图标题最小高度 */ +.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { + min-height: 32px; +} + .orange-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ffdcaf; + vertical-align: inherit; +} +.ibiz-span .orange-span { + margin: 4px 0; +} + .mob-orange-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: orange; +} + .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ + position: relative; + bottom: -34px; + left: -1px; +} + .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ + color: #999; +} + .active-members-view{ + padding: 24px 0px 0 0; + .ibiz-panel-field>.ibiz-span{ + font-size: 48px; + color: #333; + } + .ibiz-grid-container--container_grid{ + width: 75%; + margin: 0 auto; + } +} + .transition-time .ibiz-span{ + font-size: var(--ibiz-font-size-small); + color: var(--ibiz-color-disabled-text); +} + .test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view .ibiz-panel-container--container3 { + padding: 20px 40px; + border-left: 3px solid #ff7575; + background-color: #fff8f8; +} + + + .test-plan-report-survey-view .ibiz-panel-container--container1 { + padding: 20px 40px; + border-left: 3px solid #5dcfff; + background-color: #f7fdff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-field--coverage_percentage + .ibiz-span { + color: #5dcfff; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent + .ibiz-rawitem__text { + color: #5dcfff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container3 + .ibiz-panel-field--bug_count + .ibiz-span { + color: #ff7575; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + + .test-plan-report-survey-view .ibiz-panel-container--container2 { + padding: 20px 40px; + border-left: 3px solid #73d897; + background-color: #f8fdfa; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-field--pass_percentage + .ibiz-span { + color: #73d897; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent + .ibiz-rawitem__text { + color: #73d897; +} + + + + .test-plan-report-view.ibiz-view { + background-color: var(--ibiz-color-bg-0); +} +.test-plan-report-view .ibiz-view-deportalview { + background-color: transparent; +} +.test-plan-report-view .ibiz-control-dashboard { + gap: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col { + display: flex; + justify-content: center; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { + width: 1200px; + height: auto; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; + margin-top: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { + width: 1200px; + height: 500px; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; +} +.test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption { + padding-left: 12px; +} + + .test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption:before { + display: none; +} +.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { + padding: 0 28px; +} + .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { + background-color: var(--ibiz-color-bg-3) !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { + color: var(--ibiz-color-text-3) !important; + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { + background-color: var(--ibiz-color-bg-0) !important; +} + + .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { + overflow: visible; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { + top: -60px; + right: -32px; + position: absolute; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + + /* .test_mob_list_style .ibiz-control-mobmdctrl-item { + position: relative; +} + +.test_mob_list_style .ibiz-control-panel-content::after { + content: ''; + display: block; + width: 90%; + height: 1px; + background-color: #ececec; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} */ + +.test_mob_list_style .ibiz-spacing-right--outerlarge span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_mob_list_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} + +.test_mob_list_style button { + border: none; +} + +.test_mob_list_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + .test_detail_list_style { + position: relative; +} +.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.test_detail_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} +.test_detail_list_style button { + border: none; +} + +.test_detail_list_style .ibiz-panel-rawitem--static_image { + width: 24px; + margin-top: 5px; +} + +/**span无数据时,占位隐藏**/ +.test_detail_list_style div span:empty { + display: none; +} + .test_detail_list_style .ibiz-panel-field--title span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--time_container span { + border-radius: 12px; + background-color: #f3f3f3; + display: flex; /* 使用弹性盒布局 */ + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + width: 150px; + height: 25px; +} + +.test_detail_list_style .ibiz-panel-field--update_time span { + width: 150px; +} + +.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { + fill: #CB258C; +} + +.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { + fill: #66C23A; +} + + .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ + font-weight: 600; + font-size: 16px; +} + .message_layout_panel_img_style{ + } - -.space_mob_page_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} -.space_mob_page_style .ibiz-panel-rawitem--static_image1{ - padding: 0px 15px 0px 0px; -} - /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { - position: fixed; - bottom: 135px; - right: 30px; - z-index: 1000; - width: 44px; - height: 44px; - border-radius: 50%; - background-color: white; - box-shadow: 1px 4px 6px 3px #dad7d7; + .add-members-font{ + font-size:10px + } + .grey-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #e1e1e1; + vertical-align: inherit; +} +.ibiz-span .grey-span { + margin: 4px 0; +} + .mob-grey-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: grey; +} + .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { + padding: 0; + background-color: transparent; +} +.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { + padding-right: var(--ibiz-spacing-base); + padding-left: var(--ibiz-spacing-base); + color: var(--ibiz-dropdown-select-option-item-color); + background-color: var(--ibiz-dropdown-select-option-item-bkcolor); +} +.ibiz-control-gantt.is-exporting .xg-view-toolbar { + display: none; +} + .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.case_template_edit_style .ibiz-html .w-e-text-container { + background: transparent; +} + /* 视图大的布局样式 */ +.user-info-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +padding-bottom: var(--ibiz-spacing-base); +} +/* 按钮样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { +min-height: 40px; +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { +color: var(--ibiz-color-primary); +} +/* 分割线 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { +width: calc(100% - 64px); +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + +/* 头部样式 */ +/* 图片背景 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { +background: #ccf; +} +/* 头像定位 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { +position: relative; +} +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { +width: auto; +height: auto; +position: absolute; +top: -4px; +left: 50%; +transform: translate(-50%, -50%); +} +/* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { +width: 68px; +height: 68px; +border: 4px solid #fff; +border-radius: var(--ibiz-border-radius-circle); +} + /* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { +flex: 1; +width: 60px; +height: 60px; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { +display: none; +} +/* 视图头部登录者信息样式 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar { +padding-top: 50px; +padding-bottom: 28px; +text-align: center; +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { +font-weight: 400; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { +margin-top: 10px; +font-size: var(--ibiz-font-size-small); +color: var(--ibiz-color-text-3); +} + .ibiz-internal-message-html__content { + padding-right: 24px; +} + .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ + background: #f3f3f3; +} +.user_setting_view_style .ibiz-single-data-container{ + /* padding: 40px 10px 20px 10px; */ + padding: 5vh 5vw 5vw 5vw; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ + width: 50px; + height: 50px; + min-width: 50px; + min-height: 50px; + border: 1px solid #ffffff; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ + margin: 15px 0px 5px 0px; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ + font-size: 20px; + font-weight: 600; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ + color: #9b9b9b; +} +.user_setting_view_style .ibiz-panel-container-group{ + background: #ffffff; + margin: 10px 10px 10px 10px; + border-radius: 10px; +} +.user_setting_view_style .van-button{ +width: 93%; + height: 35px; + margin: 10px 0% 0% 3%; +} + .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ + font-size: 16px; + font-weight: 400; + color: #a7a7a7; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ + width: 50px; + height: 50px; +} + /* 垂直居中对齐 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item { +display: inline-flex; +align-items: center; +} +/* 图标大小自适应 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, +.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { +width: auto; +height: auto; +margin-right: 0; +padding-right: var(--ibiz-spacing-tight); +} + .kanban-identifier .ibiz-span{ + margin: 5px 0px 0px 0px; + padding: 2px 6px 2px 6px; + background: #e8e8e8; + border-radius: 5px; + color: #6c6c6c; +} + .kanban-finished .ibiz-span { + color: #aaa; + text-decoration: line-through; +} + .kanban-delay { + color: #ff7575; + background-color: #fff1f1 !important; +} +.kanban-delay .ibiz-rawitem__image { + color: #ff7575; +} + .kanban-time { + height: 24px; + padding: 0 10px; + margin: 0 5px 5px 0; + overflow: hidden; + line-height: 12px; + background: #e9e9e9; + border-radius: 10px; +} + + .kanban-more-button{ + position: relative; + width: 40px; + margin: -8px 0px 0px -2px; + height: 40px; + visibility: hidden; +} +.el-card__body:hover .kanban-more-button { + visibility: visible; +} + .kanban-title .ibiz-span{ + padding: 10px 2px 10px 2px; + font-size: 16px; + font-weight: 600; +} + .kanban-state { + width: 80px; + height: 24px; + margin: 0 5px 5px 0; +} +.kanban-state .ibiz-code-list__item { + --ibiz-code-list-item-color: #aaaaaa; + justify-content: center; + width: 80px; + line-height: 24px; + color: #fff; + background-color: var(--ibiz-code-list-item-color); + border-radius: 10px; +} + + .kanban-kind-icon { + height: auto; + margin: 5px 0 0; + line-height: 24px; +} +.kanban-kind-icon .ibiz-code-list__item { + font-size: 0; +} + + .kanban-assignee{ + margin: 0px 0px 0px 30px; +} + +.kanban-assignee .ibiz-personnel-info-content__tip{ +content-visibility: hidden; +} + .wiki-page-title .ibiz-span{ + font-weight: 600; + font-size: var(--ibiz-font-size-header-2); + color: var(--ibiz-color-text-0); +} +.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { +font-size: 24px; +} + .wiki_page_title_style{ + padding-left: 10px !important; +} + +.wiki_page_title_style .ibiz-span { + font-size: 18px; + color: var(--ibiz-color-text-0); + margin-left: 5px; + margin-right: 5px; +} + +.wiki_page_title_style .ibiz-rawitem .ibiz-icon { + font-size: 18px !important; + margin-left: 5px; +} + .confirm-remove-view .ibiz-form-item--formitem{ + background-color: rgba(255, 117, 117, 0.15); + padding: 0px; + height: auto; + margin-top: 12px; + border-radius: 5px; + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + display: inline-flex; + align-items: center; + margin: 0 10px; + padding: 5px 10px; + font-size: .875rem; + line-height: 1; + max-width: 33em; + word-break: break-all; + color: #ff7575; + } +} +.confirm-remove-view .ibiz-form-item--remind{ + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + color:#aaa; + } + +} + /* 选中分页 */ +.mob-main-style .van-tab--active{ + color: #6698ff; +} +.mob-main-style .van-tabs__line{ + background: #6698ff; +} + +/* 分组容器 标题 */ +.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ + font-size: 0.75rem; + color: #696969; +} +/* 表单项 标题 */ +.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ + color: #696969; +} +/* 表单项 下划线伪元素 */ +.mob-main-style .ibiz-form-item-container::after{ + display: none; +} +/* 标题 title */ +.mob-main-style .ibiz-form-item--title .van-field__control{ + font-weight: bolder; + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} +/* 代码表 表单项 */ +/* .mob-main-style .ibiz-span__code-list{ + justify-content: flex-end; } */ - -.mob_page_edit_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_edit_style .ibiz-form-item--publish_name { - padding-left: 10px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { - margin-bottom: 6px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ - padding-top: 5px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel3{ - position: relative; -} - /* 评论容器取消发送按钮位置 */ -.space-page-view .ibiz-panel-container--container_comment{ - position: relative; -} -.space-page-view .ibiz-panel-button--comment__cancel, -.space-page-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 14px; -} -.space-page-view .ibiz-panel-button--comment__cancel { - right: 90px; -} -.space-page-view .ibiz-control-form { - height: 100%; - overflow: auto; -} -.space-page-view .ibiz-control-form img { - max-width: 100%; -} -/* 修复附件表格滚动条异常 */ -.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { - max-height: 100%; -} -/* 修复评论编辑页关注人滚动条异常 */ -.space-page-view .ibiz-attention-select-value-multiple{ - overflow: hidden; -} -.space-page-view .ibiz-panel-container--right_container{ - border-left: 1px solid #e7e7e7; -} - - - .space-page-view .ibiz-toolbar-item-counter { - background-color: #e0e0e0 !important; - color: grey !important; - margin-left: 10px !important; -} - .purple-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #d2d8ed; - vertical-align: inherit; -} -.ibiz-span .purple-span { - margin: 4px 0; -} - .red-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #fcd0cb; - vertical-align: inherit; -} -.ibiz-span .red-span { - margin: 4px 0; -} - - - .mob-red-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: red; -} - .green-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ccf2cc; - vertical-align: inherit; -} -.ibiz-span .green-span { - margin: 4px 0; -} - .mob-green-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: #3ae23a; -} - .ibiz-form-item{ - --ibiz-form-item-placeholder-color:#cacaca; -} -.el-input{ - --el-input-placeholder-color:#cacaca; -} - .more_log_style .ibiz-control-toolbar__item { - position: absolute !important; - margin: -65px 0px 0px -65px !important; -} - -.more_log_style .el-button { - --el-button-bg-color: none !important; - --el-button-text-color: rgb(70 107 144) !important; - --el-button-hover-text-color: none !important; - --el-button-hover-bg-color: none !important; - --el-button-hover-border-color: none !important; - --el-button-active-text-color: node !important; - --el-button-active-bg-color: none !important; -} - .blue-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #c8e8fa; - vertical-align: inherit; -} -.ibiz-span .blue-span { - margin: 4px 0; -} - .mob-blue-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: blue; -} - /* 表单分组标题 */ -.ibiz-form-group__caption{ - font-size: var(--ibiz-form-item-container-font-size); - font-weight: var(--ibiz-form-group-caption-font-regular); - color: var(--ibiz-form-item-container-label-color); -} - .form-group-to-grid-header { - height: 54px; - background-color: rgba(var(--ibiz-grey-1), 1); -} -.form-group-to-grid-header .ibiz-row--grid { - display: flex; - align-items: center; -} -.form-group-to-grid-header .ibiz-form-raw-item { - padding: 8px 4px; -} - /* 表格头全局样式 */ -body .ibiz-control-grid { ---ibiz-control-grid-header-height: 54px; /* 重新赋值 */ -} -/* 适配增加的高度,使表格头垂直居中 */ -body .ibiz-control-grid__table .el-table__header-wrapper .cell { -padding-top: 16px; -padding-bottom: 16px; -} - .normal-rich-text *{ - font-style: normal !important; - text-decoration: none !important; - color: rgb(85, 91, 97) !important; - background-color: transparent !important; - font-size: 14px !important; - font-weight: 400 !important; - text-align: left !important; - text-overflow: ellipsis; - text-wrap: nowrap; - word-break: break-all; -} -.normal-rich-text a { - pointer-events: none; -} - .ibiz-panel-view-content { - --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); -} - /* 视图右侧padding */ -.ibiz-panel-view-header .ibiz-panel-container--view_header_right { - padding: 0 var(--ibiz-spacing-tight); -} -/* 树padding */ -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding: 0 var(--ibiz-spacing-tight); -} -.ibiz-control-treeexpbar .ibiz-panel-exp-header { - padding: 0 var(--ibiz-spacing-tight); -} - .view-content-no-padding .ibiz-panel-view-content { - padding: 0; -} -.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { - padding: var(--ibiz-panel-view-content-padding); -} - - .ibiz-view-message { - padding: var(--ibiz-spacing-tight); -} -.ibiz-view-message .el-alert--info.is-light { - background-color: var(--el-alert-bg-color); -} - /* 全局 计数器 样式 */ -.ibiz-badge.ibiz-badge { -min-width: 16px; -text-align: center; -font-size: var(--ibiz-font-size-small); -padding: 0 var(--ibiz-spacing-extra-tight); -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} -/* 表单分页计数器 */ -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { - padding-right: var(--ibiz-spacing-base-loose); - position: relative; -} -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-text-3); - background-color: var(--ibiz-color-fill-0); - padding: 0 var(--ibiz-spacing-extra-tight); - top: calc(50% - 2px); - font-size: var(--ibiz-font-size-small); - right: var(--ibiz-font-size-header-6); -} -.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - - /* .discuss_bottom_shadow_style{ - position: relative; - box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); - padding: 2px 0px 0px 0px; + .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { + width: 100%; + height: 100%; + margin: 0; + background-color: var(--ibiz-color-bg-1); +} +.mob-main-style .van-tabs__wrap{ + border-top: 1px solid #f1f1f1; +} + + + .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} + /* 标题 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 图标,防止字数过多时发生形变 */ +.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 容器元素换行 */ +.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + + /* 背景颜色 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { + background-color: white; +} + +.mob_delivery_display_style .ibiz-form-group__content { + background-color: white; +} + +/* 标题文字样式 */ +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { + text-align: left; + font-size: 18px; + font-weight: 500; + margin-top: 7px; +} + +/* 图片 */ +.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { + padding-left: 30px; +} + +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { + text-align: left; + margin-bottom: 2px; +} + /* 按钮样式 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { + display: block; + text-align: center +} + +.mob_delivery_display_style button.van-button.van-button--default.van-button--small { + border: 0; + background: #f3f3f3; + border-radius: 10px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { + background-color: white; +} +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { + padding-top: 0; +} + .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { + padding-left: 24px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { + color: red; +} + + .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + +/* 图标边距 */ +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { + height: 24px; + /* margin-top: -3px; */ + margin-right: 15px; +} +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ + overflow: hidden !important;; +} + /* 日历部件没有数据时,进行显示 */ +.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { + content: "当前日期没有工作~"; + color: #D7D7D7; + margin-left: 6px; +} +.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { + display: none; +} +/* 设置背景颜色 */ +.mob_dashboard_style { + background-color: #F6F6F6 !important; + border-radius: 0px !important; +} +.mob_dashboard_style > div { + margin: 15px !important; +} +.mob_dashboard_style .ibiz-control-dashboard-row { + gap: 15px !important; +} + /* 仪表盘列表只显示五个 */ +.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), +.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { + display: none; +} + +/* 搜索框进行隐藏 */ +.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { + display: none; +} + +/* 显示更多样式 */ +.mob_dashboard_style button { + height: 60px !important; + border: transparent !important; +} + +.mob_dashboard_style button span.ibiz-panel-button-content--caption { + font-size: 18px !important; + color: #699AFF !important; +} + +/* 修改分割线样式 */ +.mob_dashboard_style .van-divider--hairline { + width: calc(100% - 2rem); + height: 0.0625rem; + margin-left: 1rem; + margin-bottom: 0px; + background-color: var(--ibiz-color-border); +} + /* 用例名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + /* 日历列表样式 */ +.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { + font-size: 16px; + margin-left: 6px; +} +/* 我的工作项 */ +.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { + font-size: 16px; +} + +/* 其他分组每一项中title的样式 */ +.mob_dashboard_style .ibiz-panel-field--title span { + font-size: 16px; +} + .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: block !important; +} + +.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { + display: flex !important; +} + +.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { + background-color: #ffffff; +} + +.mob_dashboard_style .ibiz-view-content { + background-color: #ffffff; +} + .van-popover__content.van-popover__content--vertical { + border: var(--van-button-border-width) solid var(--van-button-default-border-color); + background: white; +} +button.van-button.van-button--default.van-button--normal.van-button--round { + border: 0; + margin: 2px; + padding: 0; +} +.ibiz-popper-toolbar .van-popover{ + --van-popover-action-width: 95px; +} +.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { + margin: 0; +} +.van-popover__content.van-popover__content--vertical span.van-button__text{ + display: flex; + align-items: center; +} +.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ + margin: 0px 6px -4px 7px; +} +.van-popup.van-popover.van-popover--light{ + left: -105px; +} + .ibiz-view-demobmdview.enablesort, +.ibiz-view-demoblistview.enablesort { +position: relative; +} +.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, +.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ +padding-right: 38px; +background-color: var(--ibiz-color-bg-1); +} +.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} +.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ +display: flex; +align-items: center; +justify-content: center; +width: 1.25rem; +height: 1.125rem; +font-size: 1.25rem; +} + /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ +position: relative; +} */ + + + /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, +.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .discuss_reply_padding .ibiz-form-group-content{ - padding-left: 5px; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ - padding-left: 0; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ - padding-left: 0; -} - .mob_list_view_style { - position: relative; -} -.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); -} -.mob_list_view_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - -.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { - position: absolute; - right: 40px; -} - .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container svg { - width: 24px; -} - -.mob_discuss_reply_list_style .ibiz-panel-field--total { - margin-right: 2px; - margin-top: 1px; -} - -.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { - margin-top: 9px; - display: inline-grid; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { - margin-top: 9px; - display: inline-grid; -} - .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { - margin-left: 15px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, -.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { - padding-left: 8px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group__content { - background-color: white; -} - .discuss-border-style .ibiz-grid-field-column__script{ - width: 70px; - text-align: center; - border: 1px solid #eee; - border-radius: 20px; - padding: 0px 10px; -} - .mob_discuss_post_status_style .van-field__body { - background-color: var(--ibiz-color-primary-light-hover); - border-radius: 20px; - height: 36px; - width: 85px; -} - -.mob_discuss_post_status_style .van-field__body span { - color: var(--ibiz-color-primary); -} - -.mob_discuss_post_status_style .ibiz-form-item-container { - padding: 0px; -} - -.mob_discuss_post_status_style .van-field__right-icon { - display: none; -} - -.mob_discuss_post_status_style .van-field__control--custom { - justify-content: center !important; -} - .discusses_mob_list_style .ibiz-panel-container--container span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 span, -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, -.discusses_mob_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { - height: 24px; - width: 24px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { - font-size: 8px; - min-width: 20px; - min-height: 20px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { - width: 20px; - height: 20px; -} - .discusses_mob_list_style .ibiz-panel-container--container2 { - width: 55px; - height: 23px; - border: 1px solid #d8d8d8; - border-radius: 10px; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 span, -.discusses_mob_list_style .ibiz-panel-container--container2 { - display: flex; - align-items: center; - justify-content: center; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { - margin-top: 1px; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { - margin-right: 3px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { - margin-top: 2px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { - margin-top: -3px; -} - -.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - /* .discusses_mob_list_style { - position: relative; -} -.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); + /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, +.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .post_edit_title_style .ibiz-panel-container--topic_container { - padding-left: 16px; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { - display: none !important; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { - padding: 0 !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name { - padding: 0 8px 0 16px !important; -} - -.post_edit_title_style .ibiz-identifier-title { - padding-left: 8px !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name span { - color: var(--el-text-color-regular); - font-size: var(--ibiz-font-size-header-5); - font-weight: var(--ibiz-font-weight-regular); -} - -.post_edit_title_style .ibiz-panel-field--topic_name::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: 20px; - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: 2px; - transform: translateY(-50%); -} - .discuss-comment-btn{ - width: 100px; -} -.discuss-comment-btn .el-button{ - min-height: var(--ibiz-height-control-default); - min-width: var(--ibiz-height-control-default); - background: transparent; - border: none; - color: var(--ibiz-color-text-3); - font-size: var(--ibiz-font-size-header-6); - padding: 8px; -} -.discuss-comment-btn .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { - border: none; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { - width: 20px; -} - -.mob_discuss_detal_list_style .ibiz-panel-field--total { - margin-left: 2px; - margin-right: 2px; - margin-top: 1px; -} - /* 详情页中的 容器边距 */ -.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ - margin: 10px; - border-radius: 10px; - /* background-color: white; */ -} -/* 选中分页 */ -.mob-details-style .van-tab--active{ - color: #6698ff; -} -.mob-details-style .van-tabs__line{ - background: #6698ff; -} - -.mob-details-style .ibiz-form-item--create_time span { - margin-top: 3px; -} - -.mob-details-style .van-tabs__wrap { - background-color: white; -} - -.mob-details-style .van-tabs__nav { - display: inline-flex !important; - margin-left: 30px; -} - -.mob-details-style .van-tab { - margin-right: 40px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 span { - display: inline-grid; - margin-top: 9px; -} - .mob-details-style .ibiz-form-group--grouppanel1 svg { - width: 28px; - height: 28px; - margin-left: 15px; -} - -.mob-details-style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; - display: inline-grid; - margin-top: 7px; -} - -.mob-details-style .ibiz-form-group--grouppanel2 span, -.mob-details-style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob-details-style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob-details-style .ibiz-form-item--name { - padding-left: 8px; -} - -.mob-details-style .ibiz-form-item--status { - padding-top: 10px; -} - .review_btn_style button[title="通过"] { - background-color: green; -} - -.review_btn_style button[title="拒绝"] { - background-color: red; -} - .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ - font-size: 12px; - color: #979899; -} - -.review-results-style .ibiz-form-item--title .ibiz-span{ - font-size: 16px; - font-weight: 600; -} - -.review-results-style .ibiz-mdctrl-container-item{ - border-top: 1px solid #dbdbdb; -} - -.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: white; - border-left: none; -} - .comment-list-height-auto .ibiz-no-data { - padding: 0; - --el-empty-image-width: 64px; - --el-empty-description-margin-top: 6px; -} -.comment-list-height-auto img { - max-width: 100%; -} -/* 流转空数据 */ -.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { - margin-top: -8px; -} - .comment-replay { - padding: 0 12px; - background-color: var(--ibiz-color-bg-0); -} -.comment-replay .ibiz-rawitem, -.comment-replay .ibiz-code-list__item, -.comment-replay .ibiz-panel-item-render--pcontent { - color: #999; -} -.comment-replay .ibiz-panel-item-render--pcontent { - display: flex; -} -.comment-replay .ibiz-panel-item-render--pcontent p { - margin: 8px 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.comment-replay .ibiz-raw__script .comment-tag { - pointer-events: none; -} - .comment_icon .ibiz-rawitem{ - font-size:24px; - opacity:0.5; - padding:8px 0; -} - .comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-0); - color: var(--ibiz-editor-default-text-color); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .mob_topic_discuss_list_style .ibiz-control-toolbar__item { - display: block !important; -} - -.mob_topic_discuss_list_style { - position: relative; -} -.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); - background-color: white !important; -} -.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { - top: 18px; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .resource-capacity-view .ibiz-panel-view-content--view_content { - padding: 0 var(--ibiz-spacing-tight); -} - -.resource-capacity-view .ibiz-form-page, -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { - height: 100% -} - -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { - height: calc(100% - 54px); -} - -.resource-capacity-view .ibiz-form-group--header { - line-height: 52px; - overflow-y: scroll; - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-capacity-view .ibiz-form-group--body { - overflow-y: scroll; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { - padding: 0; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { - height: 52px; - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { - height: 100%; - display: flex; - align-items: center; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { - overflow: hidden; -} -.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { - margin-left: var(--ibiz-spacing-extra-tight); -} - .road-map-view .time-line { - display: flex -} -.road-map-view .time-line-right { - display: flex; - flex-shrink: 0; - align-items: flex-start; - justify-content: center; - padding: 70px 8px 8px 8px; -} -.road-map-view .time-line-right--title { - width: 100px; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - margin-bottom: 40px; - padding: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); -} -.road-map-view .time-line-right--caption { - color: var(--ibiz-color-primary); - font-weight: var(--ibiz-font-weight-bold); -} -.road-map-view .time-line-right--description { - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} -.road-map-view .time-line-left { - flex-grow: 1; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - padding: var(--ibiz-spacing-base); -} - .road-map-view .time-line-left--line { - width: 100%; - height: 4px; - display: flex; - margin: 80px 20px; - align-items: center; - justify-content: space-between; - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item { - width: 12.5%; - flex-grow: 1; - position: relative; -} -.road-map-view .time-line-left--item:last-child { - background-color: var(--ibiz-color-white); -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { - bottom: 15px; -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__content { - bottom: 54px; -} -.road-map-view .time-line-left--item__dot { - width: 12px; - height: 12px; - border-radius: 50%; - background-color: var(--ibiz-color-white); - border: 3px solid var(--ibiz-color-success-hover); -} - .road-map-view .time-line-left--item__vertical { - width: 2px; - height: 36px; - position: absolute; - transform: translateX(5px); - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item__content { - display: flex; - bottom: -70px; - cursor: pointer; - width: max-content; - position: absolute; - align-items: center; - flex-direction: column; - justify-content: center; -} -.road-map-view .time-line-left--item__caption { - width: 100%; - color: var(--ibiz-color-text-0); - font-size: var(--ibiz-font-size-regular); -} -.road-map-view .time-line-left--item__time { - width: 100%; - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} - -.road-map-view .time-line-left--item__content a { - text-decoration: unset !important; -} - .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { - padding-left: 18px; -} - - .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ - width: 76px; - text-align: center; -} - .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { - display: none; -} - .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { - padding: 10px 10px 0 10px; -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { - background-color: var(--ibiz-color-bg-1); - border-radius: 5px; -}.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item.is-active { - background-color: var(--ibiz-control-list-active-bg-color); -} - .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { - border-radius: 0; -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, -.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { - background-color: var(--ibiz-color-fill-0); - padding-bottom: 8px; -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { - padding: 10px 0; -} - - - /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ - margin: -15% 0% 0% -35%; + .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { +fill: var(--van-gray-6); +} +/* 适配有视图头的情况 */ +.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); +} +/* 适配首页仪表盘 */ +.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} + .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ + width: 105px; +} +.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { + width: 112px; + padding-left: 3px; +} +.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ + width: 108px; +} + .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ + font-size: 18px; +} +.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ + width: 24px; +} + .ibiz-quill .van-popup .ql-editor.ql-blank { + padding: 12px 15px; +} +.ibiz-quill .van-popup .ql-editor.ql-blank::before { + left: 15px; +} + .mob_workspace_style .ibiz-view-content--view_content{ + display: block !important; +} + +.mob_workspace_style .ibiz-panel-container--view_content > div { + display: block !important; +} + /* 卡片 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ + flex-wrap: unset; + overflow: scroll; + padding-left: 0.5rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ + display: none; +} +/* 背景定位 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { + position: relative; + border: 1px solid #eeeeee; + border-radius: 5px; + box-shadow: none; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ + content: ''; + display: inline-block; + width: 100%; + height: 36px; + position: absolute; + top: 0; + left: 0; + z-index: 6; + background-color: var(--ibiz-color-disabled-fill); +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ + position: relative; + z-index: 10; +} + + .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ + font-weight: bolder; + font-size: 0.95rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ + color: #6a6a6a; +} + +.ibiz-control-appmenu .van-tabbar-item__icon{ + width: 16px; +} +/* 最近访问 显示更多 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; + padding-left: 0; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ + font-size: 0.95rem; + color: #6698ff; +} + + .mob-home-style .ibiz-panel-container-group-header{ + border-bottom: 0px !important; + height: 25px; +} +.mob-home-style .ibiz-panel-container-group__caption{ + font-size: 16px !important; + font-weight: 400 !important; +} +.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} +.mob-home-style .ibiz-panel-field--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} + /* 标题 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + + +/* 容器元素换行 */ +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} + +/* 为空不显示 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { + display: none; +} + /* 字体颜色、位置 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} + +/* 依赖名称 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ + color: #aaaaaa; +} + /* 最近访问 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .ibiz-form-group--grouppanel_attachment_create{ + position: relative; +} + .mob_descript_comment .ibiz-quill-preview__edit { + top: -2.125rem; + right: 0; +} + + .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .mob-library-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-library-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-library-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 110px; + top: 2px; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { + top: -230px !important; +} + .mob_login_style .ibiz-panel-container-image{ + background-size: cover; +} +.mob_login_style .ibiz-rawitem__image path{ + fill: #219cf0; +} +.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-button--auth_loginbutton{ + border-radius: 10px; + border: 1px solid #c2c2c2; +} +.mob_login_style .van-field__control::placeholder{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container4{ + margin-top: 15vh; +} +.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ + font-size: 28px; + font-weight: 600; + color: #2fbaf5; +} + .ibiz-form-group { + padding: 0; +} +.ibiz-form-group--style2 { + padding: 4px; + border-radius: 0; +} +.ibiz-form-group--style2 > .ibiz-form-group-header { + border-radius: 4px 4px 0 0; +} +.ibiz-form-group--style2 > .ibiz-form-group__content { + padding: 4px 0; + background-color: var(--ibiz-form-group-header-bg-color); + border-radius: 4px; +} +.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { + padding-top: 0; +} + + .mob_comment_list_style .ibiz-panel-button{ + border: 0; +} +.mob_comment_list_style .ibiz-panel-button-content--icon{ + font-size: 18px; +} +.mob_comment_list_style .ibiz-panel-container--container2{ + margin-top: 10px; +} +.mob_comment_list_style .ibiz-mob-personal-info-content__tip { + margin-top: -15px; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { + margin-top: 0px !important; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ + margin: -12px 0px 0px 40px; + color: #9d9d9d; +} +.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { + margin-left: 40px; + width:auto; +} +.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ + height: 0px !important; +} + .mob-comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-3); + color: var(--ibiz-color-text-2); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.mob-comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .comment_style_main{ + background: white; + position: relative; + z-index: 1; + box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); +} +.comment_style_main .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.comment_style_main .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-button{ + border: 0; +} +.comment_style_main #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} +.comment_style_main .ibiz-panel-field--comment_count span{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-field--attention_count span{ + color: #aaaaaa; +} + .comment_style_list{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.comment_style_list .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; +} +.comment_style_list .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_list .ibiz-panel-button{ + height: 32px; + width: 50px; + background: #6698ff; + color: white; + border-radius: 5px; +} +.comment_style_list #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + .mob_md_view_style{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.mob_md_view_style .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.mob_md_view_style .ibiz-rawitem__text{ + color: #aaaaaa; +} +.mob_md_view_style .ibiz-panel-button{ + border: 0; +} +.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + /* 标题 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 负责人 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { + /* display: none; */ +} + +/* 图标,防止字数过多时发生形变 */ +.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +/* 防止出现滚动条 */ +.mob_common_list_style .ibiz-panel-container>.ibiz-row { + overflow-y: hidden !important; +} + /* 容器元素换行 */ +.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { + display: none; +} +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ + justify-content: center; + width: 38px; +} + .ibiz-portal-view.ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-0); +} +.ibiz-portal-view .ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-1); +} + .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ + font-size: 14px !important; +} + .mob-idea-md-view-style { + position: relative; +} +.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_page_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_style .ibiz-form-item--publish_name { + padding-left: 10px; +} + .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ + margin: 0; + border-radius: 0; + width: auto; + overflow: visible; +} +.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, +.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ + border: none; + background: transparent; +} +.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ + right: 0.35rem; + top: -45px; +} +.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ + margin-right: 10px; +} +.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ + overflow: visible; +} + .mob-advanced-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-advanced-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-advanced-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 95px; + top: 3px; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .space_main_list_syle .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + +.space_main_list_syle .ibiz-icon svg.icon path { + fill: #20A0FF; +} + .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.space_mob_page_style .ibiz-control-viewlayoutpanel-content { + background-color: rgba(255, 255, 255, 1); +} + +.space_mob_page_style .ibiz-panel-field--name span{ + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.space_mob_page_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + /* margin-top: 5px; */ +} + +.space_mob_page_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} +.space_mob_page_style .ibiz-panel-rawitem--static_image1{ + padding: 0px 15px 0px 0px; +} + /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { + position: fixed; + bottom: 135px; + right: 30px; + z-index: 1000; + width: 44px; + height: 44px; + border-radius: 50%; + background-color: white; + box-shadow: 1px 4px 6px 3px #dad7d7; +} */ + +.mob_page_edit_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_edit_style .ibiz-form-item--publish_name { + padding-left: 10px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { + margin-bottom: 6px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ + padding-top: 5px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel3{ + position: relative; +} + /* 评论容器取消发送按钮位置 */ +.space-page-view .ibiz-panel-container--container_comment{ + position: relative; +} +.space-page-view .ibiz-panel-button--comment__cancel, +.space-page-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 14px; +} +.space-page-view .ibiz-panel-button--comment__cancel { + right: 90px; +} +.space-page-view .ibiz-control-form { + height: 100%; + overflow: auto; +} +.space-page-view .ibiz-control-form img { + max-width: 100%; +} +/* 修复附件表格滚动条异常 */ +.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { + max-height: 100%; +} +/* 修复评论编辑页关注人滚动条异常 */ +.space-page-view .ibiz-attention-select-value-multiple{ + overflow: hidden; +} +.space-page-view .ibiz-panel-container--right_container{ + border-left: 1px solid #e7e7e7; +} + + + .space-page-view .ibiz-toolbar-item-counter { + background-color: #e0e0e0 !important; + color: grey !important; + margin-left: 10px !important; +} + .purple-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #d2d8ed; + vertical-align: inherit; +} +.ibiz-span .purple-span { + margin: 4px 0; +} + .red-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #fcd0cb; + vertical-align: inherit; +} +.ibiz-span .red-span { + margin: 4px 0; +} + + + .mob-red-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: red; +} + .green-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ccf2cc; + vertical-align: inherit; +} +.ibiz-span .green-span { + margin: 4px 0; +} + .mob-green-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: #3ae23a; +} + .ibiz-form-item{ + --ibiz-form-item-placeholder-color:#cacaca; +} +.el-input{ + --el-input-placeholder-color:#cacaca; +} + .more_log_style .ibiz-control-toolbar__item { + position: absolute !important; + margin: -65px 0px 0px -65px !important; +} + +.more_log_style .el-button { + --el-button-bg-color: none !important; + --el-button-text-color: rgb(70 107 144) !important; + --el-button-hover-text-color: none !important; + --el-button-hover-bg-color: none !important; + --el-button-hover-border-color: none !important; + --el-button-active-text-color: node !important; + --el-button-active-bg-color: none !important; +} + .blue-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #c8e8fa; + vertical-align: inherit; +} +.ibiz-span .blue-span { + margin: 4px 0; +} + .mob-blue-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: blue; +} + /* 表单分组标题 */ +.ibiz-form-group__caption{ + font-size: var(--ibiz-form-item-container-font-size); + font-weight: var(--ibiz-form-group-caption-font-regular); + color: var(--ibiz-form-item-container-label-color); +} + .form-group-to-grid-header { + height: 54px; + background-color: rgba(var(--ibiz-grey-1), 1); +} +.form-group-to-grid-header .ibiz-row--grid { + display: flex; + align-items: center; +} +.form-group-to-grid-header .ibiz-form-raw-item { + padding: 8px 4px; +} + /* 表格头全局样式 */ +body .ibiz-control-grid { +--ibiz-control-grid-header-height: 54px; /* 重新赋值 */ +} +/* 适配增加的高度,使表格头垂直居中 */ +body .ibiz-control-grid__table .el-table__header-wrapper .cell { +padding-top: 16px; +padding-bottom: 16px; +} + .normal-rich-text *{ + font-style: normal !important; + text-decoration: none !important; + color: rgb(85, 91, 97) !important; + background-color: transparent !important; + font-size: 14px !important; + font-weight: 400 !important; + text-align: left !important; + text-overflow: ellipsis; + text-wrap: nowrap; + word-break: break-all; +} +.normal-rich-text a { + pointer-events: none; +} + .ibiz-panel-view-content { + --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); +} + /* 视图右侧padding */ +.ibiz-panel-view-header .ibiz-panel-container--view_header_right { + padding: 0 var(--ibiz-spacing-tight); +} +/* 树padding */ +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding: 0 var(--ibiz-spacing-tight); +} +.ibiz-control-treeexpbar .ibiz-panel-exp-header { + padding: 0 var(--ibiz-spacing-tight); +} + .view-content-no-padding .ibiz-panel-view-content { + padding: 0; +} +.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { + padding: var(--ibiz-panel-view-content-padding); +} + + .ibiz-view-message { + padding: var(--ibiz-spacing-tight); +} +.ibiz-view-message .el-alert--info.is-light { + background-color: var(--el-alert-bg-color); +} + /* 全局 计数器 样式 */ +.ibiz-badge.ibiz-badge { +min-width: 16px; +text-align: center; +font-size: var(--ibiz-font-size-small); +padding: 0 var(--ibiz-spacing-extra-tight); +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} +/* 表单分页计数器 */ +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { + padding-right: var(--ibiz-spacing-base-loose); + position: relative; +} +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-text-3); + background-color: var(--ibiz-color-fill-0); + padding: 0 var(--ibiz-spacing-extra-tight); + top: calc(50% - 2px); + font-size: var(--ibiz-font-size-small); + right: var(--ibiz-font-size-header-6); +} +.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + + /* .discuss_bottom_shadow_style{ + position: relative; + box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); + padding: 2px 0px 0px 0px; } */ - -/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ - position: relative; - box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); + .discuss_reply_padding .ibiz-form-group-content{ + padding-left: 5px; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ + padding-left: 0; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ + padding-left: 0; +} + .mob_list_view_style { + position: relative; +} +.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); +} +.mob_list_view_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + +.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { + position: absolute; + right: 40px; +} + .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container svg { + width: 24px; +} + +.mob_discuss_reply_list_style .ibiz-panel-field--total { + margin-right: 2px; + margin-top: 1px; +} + +.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { + margin-top: 9px; + display: inline-grid; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { + margin-top: 9px; + display: inline-grid; +} + .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { + margin-left: 15px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, +.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { + padding-left: 8px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group__content { + background-color: white; +} + .discuss-border-style .ibiz-grid-field-column__script{ + width: 70px; + text-align: center; + border: 1px solid #eee; + border-radius: 20px; + padding: 0px 10px; +} + .mob_discuss_post_status_style .van-field__body { + background-color: var(--ibiz-color-primary-light-hover); + border-radius: 20px; + height: 36px; + width: 85px; +} + +.mob_discuss_post_status_style .van-field__body span { + color: var(--ibiz-color-primary); +} + +.mob_discuss_post_status_style .ibiz-form-item-container { + padding: 0px; +} + +.mob_discuss_post_status_style .van-field__right-icon { + display: none; +} + +.mob_discuss_post_status_style .van-field__control--custom { + justify-content: center !important; +} + .discusses_mob_list_style .ibiz-panel-container--container span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 span, +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, +.discusses_mob_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { + height: 24px; + width: 24px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { + font-size: 8px; + min-width: 20px; + min-height: 20px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { + width: 20px; + height: 20px; +} + .discusses_mob_list_style .ibiz-panel-container--container2 { + width: 55px; + height: 23px; + border: 1px solid #d8d8d8; + border-radius: 10px; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 span, +.discusses_mob_list_style .ibiz-panel-container--container2 { + display: flex; + align-items: center; + justify-content: center; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { + margin-top: 1px; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { + margin-right: 3px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { + margin-top: 2px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { + margin-top: -3px; +} + +.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + /* .discusses_mob_list_style { + position: relative; +} +.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); } */ -.msg_bottom_shadow_style .msg_heard_style{ - border-bottom: 1px solid #ebebeb; -} - - .notify_field_checkbox_style .el-checkbox{ - width: 120px; -} - - - .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { - margin: 0px 0px 4px; -} - -/* .management_setting_style .ibiz-breadcrumb { - display: none !important; + .post_edit_title_style .ibiz-panel-container--topic_container { + padding-left: 16px; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { + display: none !important; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { + padding: 0 !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name { + padding: 0 8px 0 16px !important; +} + +.post_edit_title_style .ibiz-identifier-title { + padding-left: 8px !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name span { + color: var(--el-text-color-regular); + font-size: var(--ibiz-font-size-header-5); + font-weight: var(--ibiz-font-weight-regular); +} + +.post_edit_title_style .ibiz-panel-field--topic_name::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: 20px; + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: 2px; + transform: translateY(-50%); +} + .discuss-comment-btn{ + width: 100px; +} +.discuss-comment-btn .el-button{ + min-height: var(--ibiz-height-control-default); + min-width: var(--ibiz-height-control-default); + background: transparent; + border: none; + color: var(--ibiz-color-text-3); + font-size: var(--ibiz-font-size-header-6); + padding: 8px; +} +.discuss-comment-btn .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { + border: none; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { + width: 20px; +} + +.mob_discuss_detal_list_style .ibiz-panel-field--total { + margin-left: 2px; + margin-right: 2px; + margin-top: 1px; +} + /* 详情页中的 容器边距 */ +.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ + margin: 10px; + border-radius: 10px; + /* background-color: white; */ +} +/* 选中分页 */ +.mob-details-style .van-tab--active{ + color: #6698ff; +} +.mob-details-style .van-tabs__line{ + background: #6698ff; +} + +.mob-details-style .ibiz-form-item--create_time span { + margin-top: 3px; +} + +.mob-details-style .van-tabs__wrap { + background-color: white; +} + +.mob-details-style .van-tabs__nav { + display: inline-flex !important; + margin-left: 30px; +} + +.mob-details-style .van-tab { + margin-right: 40px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 span { + display: inline-grid; + margin-top: 9px; +} + .mob-details-style .ibiz-form-group--grouppanel1 svg { + width: 28px; + height: 28px; + margin-left: 15px; +} + +.mob-details-style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; + display: inline-grid; + margin-top: 7px; +} + +.mob-details-style .ibiz-form-group--grouppanel2 span, +.mob-details-style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob-details-style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob-details-style .ibiz-form-item--name { + padding-left: 8px; +} + +.mob-details-style .ibiz-form-item--status { + padding-top: 10px; +} + .review_btn_style button[title="通过"] { + background-color: green; +} + +.review_btn_style button[title="拒绝"] { + background-color: red; +} + .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ + font-size: 12px; + color: #979899; +} + +.review-results-style .ibiz-form-item--title .ibiz-span{ + font-size: 16px; + font-weight: 600; +} + +.review-results-style .ibiz-mdctrl-container-item{ + border-top: 1px solid #dbdbdb; +} + +.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: white; + border-left: none; +} + .comment-list-height-auto .ibiz-no-data { + padding: 0; + --el-empty-image-width: 64px; + --el-empty-description-margin-top: 6px; +} +.comment-list-height-auto img { + max-width: 100%; +} +/* 流转空数据 */ +.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { + margin-top: -8px; +} + .comment-replay { + padding: 0 12px; + background-color: var(--ibiz-color-bg-0); +} +.comment-replay .ibiz-rawitem, +.comment-replay .ibiz-code-list__item, +.comment-replay .ibiz-panel-item-render--pcontent { + color: #999; +} +.comment-replay .ibiz-panel-item-render--pcontent { + display: flex; +} +.comment-replay .ibiz-panel-item-render--pcontent p { + margin: 8px 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.comment-replay .ibiz-raw__script .comment-tag { + pointer-events: none; +} + .comment_icon .ibiz-rawitem{ + font-size:24px; + opacity:0.5; + padding:8px 0; +} + .comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-0); + color: var(--ibiz-editor-default-text-color); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .mob_topic_discuss_list_style .ibiz-control-toolbar__item { + display: block !important; +} + +.mob_topic_discuss_list_style { + position: relative; +} +.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); + background-color: white !important; +} +.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { + top: 18px; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .resource-capacity-view .ibiz-panel-view-content--view_content { + padding: 0 var(--ibiz-spacing-tight); +} + +.resource-capacity-view .ibiz-form-page, +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { + height: 100% +} + +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { + height: calc(100% - 54px); +} + +.resource-capacity-view .ibiz-form-group--header { + line-height: 52px; + overflow-y: scroll; + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-capacity-view .ibiz-form-group--body { + overflow-y: scroll; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { + padding: 0; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { + height: 52px; + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { + height: 100%; + display: flex; + align-items: center; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { + overflow: hidden; +} +.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { + margin-left: var(--ibiz-spacing-extra-tight); +} + .road-map-view .time-line { + display: flex +} +.road-map-view .time-line-right { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: center; + padding: 70px 8px 8px 8px; +} +.road-map-view .time-line-right--title { + width: 100px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + margin-bottom: 40px; + padding: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); +} +.road-map-view .time-line-right--caption { + color: var(--ibiz-color-primary); + font-weight: var(--ibiz-font-weight-bold); +} +.road-map-view .time-line-right--description { + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} +.road-map-view .time-line-left { + flex-grow: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: var(--ibiz-spacing-base); +} + .road-map-view .time-line-left--line { + width: 100%; + height: 4px; + display: flex; + margin: 80px 20px; + align-items: center; + justify-content: space-between; + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item { + width: 12.5%; + flex-grow: 1; + position: relative; +} +.road-map-view .time-line-left--item:last-child { + background-color: var(--ibiz-color-white); +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { + bottom: 15px; +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__content { + bottom: 54px; +} +.road-map-view .time-line-left--item__dot { + width: 12px; + height: 12px; + border-radius: 50%; + background-color: var(--ibiz-color-white); + border: 3px solid var(--ibiz-color-success-hover); +} + .road-map-view .time-line-left--item__vertical { + width: 2px; + height: 36px; + position: absolute; + transform: translateX(5px); + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item__content { + display: flex; + bottom: -70px; + cursor: pointer; + width: max-content; + position: absolute; + align-items: center; + flex-direction: column; + justify-content: center; +} +.road-map-view .time-line-left--item__caption { + width: 100%; + color: var(--ibiz-color-text-0); + font-size: var(--ibiz-font-size-regular); +} +.road-map-view .time-line-left--item__time { + width: 100%; + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} + +.road-map-view .time-line-left--item__content a { + text-decoration: unset !important; +} + .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { + padding-left: 18px; +} + + .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ + width: 76px; + text-align: center; +} + .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { + display: none; +} + .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { + padding: 10px 10px 0 10px; + background-color: transparent; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { + background-color: var(--ibiz-color-bg-1); + border-radius: 5px; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item.is-active .ibiz-control-list-item { + background-color: var(--ibiz-control-list-active-bg-color); +} + .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { + border-radius: 0; +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, +.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { + background-color: var(--ibiz-color-fill-0); + padding-bottom: 8px; +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { + padding: 10px 0; +} + + + /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ + margin: -15% 0% 0% -35%; +} */ + +/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ + position: relative; + box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); +} */ +.msg_bottom_shadow_style .msg_heard_style{ + border-bottom: 1px solid #ebebeb; +} + + .notify_field_checkbox_style .el-checkbox{ + width: 120px; +} + + + .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { + margin: 0px 0px 4px; +} + +/* .management_setting_style .ibiz-breadcrumb { + display: none !important; } */ - .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, -.common-level-average::after{ -background-color: var(--ibiz-color-primary) !important; -} - /* 圆 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -content: ''; -display: block; -width: 12px; -height: 12px; -min-width: 12px; -max-width: 12px; -margin-right: var(--ibiz-spacing-extra-tight); -border-radius: 50%; -background-color: var(--ibiz-color-fill-0); -} - /* 基础定位 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input, -.common-level-veryimportant, -.common-level-important, -.common-level-average, -.common-level-unimportant, -.common-level-unknown { -position: relative; -padding-left: var(--ibiz-spacing-base); -} -/* 圆对齐及间距 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { -display: flex; -align-items: center; -margin: 0; -padding: 0; -} -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -margin-right: var(--ibiz-spacing-base-loose); -} -.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { -height: 12px; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { -margin-left: 3px; -} - -/* 最后一个圆的定位 */ -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -position:absolute; -left:0; -} -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ -left:var(--ibiz-spacing-tight); -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -left:var(--ibiz-spacing-tight); -} -/* 编辑器弹框按钮样式 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, -.common-level-dropdown .ibiz-dropdown .el-select .el-input{ -min-height:var(--ibiz-height-control-default); -padding:0 var(--ibiz-spacing-tight); -padding-left:var(--ibiz-spacing-loose); -display:flex; -align-items:center; -border-radius:var(--ibiz-border-radius-small); -cursor:pointer; -} - .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { -min-height: 32px; -margin: 0; -} -/* 编辑态按钮 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input { -overflow: hidden; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { -display: none; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { -position: absolute; -left: 0; -margin-left: var(--ibiz-spacing-base); -border-radius: var(--ibiz-border-radius-small); -} -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { -padding: 0; -margin: 0; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { -min-width: 12px; -max-width: 12px; -box-shadow: none !important; -} - /* 移入效果 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, -.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { -background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { -background-color: var(--ibiz-color-bg-0); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { -background-color: var(--ibiz-color-primary-light-default); -} -/* 表格内样式 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { -margin-left: -4px; -} -/* 表格内文字不显示 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { -font-size: 0; -} -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { -width: 0; -height: 0; -} - /* 自适应宽度 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { -width: auto; -} -.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { - padding: 0; -} - .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, -.common-level-unknown::after, -.common-level-unknown::before, -.common-level-unknown>span::before { -background-color: transparent !important; -box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; -} - .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, -.common-level-important::after, -.common-level-important::before{ -background-color: var(--ibiz-color-primary) !important; -} - .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, -.common-level-veryimportant::after, -.common-level-veryimportant::before, -.common-level-veryimportant>span::before { -background-color: var(--ibiz-color-primary) !important; -} - .idea_tree_node_style .ibiz-panel-field--title{ - font-size: 14px; - font-weight: 600; -} -.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ - margin: 0px 0px 0px 10px; - width: 50px; - height: 30px; - border-radius: 10px; - background: #d4d4d4; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ - color: #999999; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} - .page_info_style .ibiz-form-item-container--left { - text-align: left; -} - -.page_info_style .ibiz-form-item-container__label { - text-align: left; -} - - /* 按钮样式 */ -.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_page_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .project-notice-style .ibiz-portlet-layout-content, -.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ - overflow: visible; -} -.project-notice-style .ibiz-html-custom-toolbar { - position: absolute; - top: -55px; -} -.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ - width: 44px; - } - - - /* 分组面板高度自适应 */ -.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ - height: 100% !important; -} - -/* 去掉下划线 */ -.mob_project_overview_style .ibiz-form-item-container::after{ - height: 0px; -} - .project_warning_style .ibiz-panel-container--container1 { - background-color: orange; - cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container2 { - background-color: deepskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container3 { - background-color: dodgerblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container7 { - background-color: aliceblue -} - -.project_warning_style .ibiz-panel-container--container5 { - background-color: lightskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container6 span { - color: white; -} - -.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { - font-weight: bold; - font-size: 28px; -} - -.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { - font-size: 16px; -} - - - .project_warning_style .ibiz-panel-field--overdue_ratio span { - font-size: 28px; - color: deepskyblue; - font-weight: bold; -} - -.project_warning_style .ibiz-panel-rawitem--static_text3 span { - font-size: 16px; -} - -.project_warning_style .ibiz-panel-container--page_container { - margin-top: 10px; -} - -.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { - position: relative; -} - -.project_warning_style .ibiz-panel-rawitem--static_image, -.project_warning_style .ibiz-panel-rawitem--static_image1, -.project_warning_style .ibiz-panel-rawitem--static_image2, -.project_warning_style .ibiz-panel-rawitem--static_image3 { - top: 6px; - position: absolute; - right: 22px; -} - .project_warning_style .ibiz-panel-container--container8, -.project_warning_style .ibiz-panel-container--container9, -.project_warning_style .ibiz-panel-container--container10 { - padding: 18px 15px; -} - -.project_warning_style .ibiz-panel-container--container11 { - padding: 15px 40px 15px 15px; -} - - /* 背景定位 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { -position: relative; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ -content: ''; -display: inline-block; -width: 100%; -height: 36px; -position: absolute; -top: 0; -left: 0; -z-index: 6; -background-color: var(--ibiz-color-disabled-fill); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -position: relative; -z-index: 10; -} -/* 字体样式 */ -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { -width: 100%; -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { -font-size: var(--ibiz-font-size-header-5); -color: var(--ibiz-color-text-0); -} - .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { -color: var(--ibiz-color-text-3); -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { -font-size: 0; -} -/* 设置边距 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { -margin-top: var(--ibiz-spacing-base); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -padding-top: 22px; -padding-bottom: 0px; -} - .mob_home_my_style{ - position: relative; -} -.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_home_my_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .advancedSearch .ibiz-form-group-header { - border-bottom: none; - } -.advancedSearch .ibiz-teleport-placeholder { - height: 100%; - background-color: #fbfbfb; - border-left: 1px solid #eee; -} -.advancedSearch .ibiz-control-searchbar-quick-search{ - width: 100%; - margin:0 32px; -} -.advancedSearch .ibiz-panel-view-header { - border-bottom:none; -} -.advancedSearch .ibiz-control-captionbar-caption::before{ - display:none; -} -.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { - padding: 0 32px; -} -.advancedSearch .ibiz-panel-view-content { - padding: 8px 32px 0px 32px; -} -.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ - --el-input-height:46px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { - border-radius: 4px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { - font-size:18px; - } - - .cursor_style { - cursor: pointer; + .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, +.common-level-average::after{ +background-color: var(--ibiz-color-primary) !important; +} + /* 圆 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +content: ''; +display: block; +width: 12px; +height: 12px; +min-width: 12px; +max-width: 12px; +margin-right: var(--ibiz-spacing-extra-tight); +border-radius: 50%; +background-color: var(--ibiz-color-fill-0); +} + /* 基础定位 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input, +.common-level-veryimportant, +.common-level-important, +.common-level-average, +.common-level-unimportant, +.common-level-unknown { +position: relative; +padding-left: var(--ibiz-spacing-base); +} +/* 圆对齐及间距 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { +display: flex; +align-items: center; +margin: 0; +padding: 0; +} +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +margin-right: var(--ibiz-spacing-base-loose); +} +.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { +height: 12px; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { +margin-left: 3px; +} + +/* 最后一个圆的定位 */ +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +position:absolute; +left:0; +} +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ +left:var(--ibiz-spacing-tight); +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +left:var(--ibiz-spacing-tight); +} +/* 编辑器弹框按钮样式 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, +.common-level-dropdown .ibiz-dropdown .el-select .el-input{ +min-height:var(--ibiz-height-control-default); +padding:0 var(--ibiz-spacing-tight); +padding-left:var(--ibiz-spacing-loose); +display:flex; +align-items:center; +border-radius:var(--ibiz-border-radius-small); +cursor:pointer; +} + .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { +min-height: 32px; +margin: 0; +} +/* 编辑态按钮 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input { +overflow: hidden; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { +display: none; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { +position: absolute; +left: 0; +margin-left: var(--ibiz-spacing-base); +border-radius: var(--ibiz-border-radius-small); +} +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { +padding: 0; +margin: 0; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { +min-width: 12px; +max-width: 12px; +box-shadow: none !important; +} + /* 移入效果 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, +.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { +background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { +background-color: var(--ibiz-color-bg-0); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { +background-color: var(--ibiz-color-primary-light-default); +} +/* 表格内样式 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { +margin-left: -4px; +} +/* 表格内文字不显示 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { +font-size: 0; +} +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { +width: 0; +height: 0; +} + /* 自适应宽度 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { +width: auto; +} +.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { + padding: 0; +} + .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, +.common-level-unknown::after, +.common-level-unknown::before, +.common-level-unknown>span::before { +background-color: transparent !important; +box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; +} + .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, +.common-level-important::after, +.common-level-important::before{ +background-color: var(--ibiz-color-primary) !important; +} + .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, +.common-level-veryimportant::after, +.common-level-veryimportant::before, +.common-level-veryimportant>span::before { +background-color: var(--ibiz-color-primary) !important; +} + .idea_tree_node_style .ibiz-panel-field--title{ + font-size: 14px; + font-weight: 600; +} +.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ + margin: 0px 0px 0px 10px; + width: 50px; + height: 30px; + border-radius: 10px; + background: #d4d4d4; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ + color: #999999; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} + .page_info_style .ibiz-form-item-container--left { + text-align: left; +} + +.page_info_style .ibiz-form-item-container__label { + text-align: left; +} + + /* 按钮样式 */ +.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_page_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .project-notice-style .ibiz-portlet-layout-content, +.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ + overflow: visible; +} +.project-notice-style .ibiz-html-custom-toolbar { + position: absolute; + top: -55px; +} +.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ + width: 44px; + } + + + /* 分组面板高度自适应 */ +.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ + height: 100% !important; +} + +/* 去掉下划线 */ +.mob_project_overview_style .ibiz-form-item-container::after{ + height: 0px; +} + .project_warning_style .ibiz-panel-container--container1 { + background-color: orange; + cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container2 { + background-color: deepskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container3 { + background-color: dodgerblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container7 { + background-color: aliceblue +} + +.project_warning_style .ibiz-panel-container--container5 { + background-color: lightskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container6 span { + color: white; +} + +.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { + font-weight: bold; + font-size: 28px; +} + +.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { + font-size: 16px; +} + + + .project_warning_style .ibiz-panel-field--overdue_ratio span { + font-size: 28px; + color: deepskyblue; + font-weight: bold; +} + +.project_warning_style .ibiz-panel-rawitem--static_text3 span { + font-size: 16px; +} + +.project_warning_style .ibiz-panel-container--page_container { + margin-top: 10px; +} + +.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { + position: relative; +} + +.project_warning_style .ibiz-panel-rawitem--static_image, +.project_warning_style .ibiz-panel-rawitem--static_image1, +.project_warning_style .ibiz-panel-rawitem--static_image2, +.project_warning_style .ibiz-panel-rawitem--static_image3 { + top: 6px; + position: absolute; + right: 22px; +} + .project_warning_style .ibiz-panel-container--container8, +.project_warning_style .ibiz-panel-container--container9, +.project_warning_style .ibiz-panel-container--container10 { + padding: 18px 15px; +} + +.project_warning_style .ibiz-panel-container--container11 { + padding: 15px 40px 15px 15px; +} + + /* 背景定位 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { +position: relative; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ +content: ''; +display: inline-block; +width: 100%; +height: 36px; +position: absolute; +top: 0; +left: 0; +z-index: 6; +background-color: var(--ibiz-color-disabled-fill); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +position: relative; +z-index: 10; +} +/* 字体样式 */ +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { +width: 100%; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { +font-size: var(--ibiz-font-size-header-5); +color: var(--ibiz-color-text-0); +} + .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { +color: var(--ibiz-color-text-3); +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { +font-size: 0; +} +/* 设置边距 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { +margin-top: var(--ibiz-spacing-base); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +padding-top: 22px; +padding-bottom: 0px; +} + .mob_home_my_style{ + position: relative; +} +.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_home_my_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .advancedSearch .ibiz-form-group-header { + border-bottom: none; + } +.advancedSearch .ibiz-teleport-placeholder { + height: 100%; + background-color: #fbfbfb; + border-left: 1px solid #eee; +} +.advancedSearch .ibiz-control-searchbar-quick-search{ + width: 100%; + margin:0 32px; +} +.advancedSearch .ibiz-panel-view-header { + border-bottom:none; +} +.advancedSearch .ibiz-control-captionbar-caption::before{ + display:none; +} +.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { + padding: 0 32px; +} +.advancedSearch .ibiz-panel-view-content { + padding: 8px 32px 0px 32px; +} +.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ + --el-input-height:46px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { + border-radius: 4px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { + font-size:18px; + } + + .cursor_style { + cursor: pointer; } /*** END:系统样式表 ***/ \ No newline at end of file diff --git a/model/PSSYSAPPS/plmwiki/PSSYSAPP.hubsubapp.json b/model/PSSYSAPPS/plmwiki/PSSYSAPP.hubsubapp.json index 1f1e1a227ff2a8a3b22e6c8201145e43610f9c11..8e08628af94ad2a61bfa4a986d9128d5ed96ddaa 100644 --- a/model/PSSYSAPPS/plmwiki/PSSYSAPP.hubsubapp.json +++ b/model/PSSYSAPPS/plmwiki/PSSYSAPP.hubsubapp.json @@ -73,7 +73,7 @@ "pluginCode" : "COMMENT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizHtmlComment", - "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.205", + "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.215", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -196,7 +196,7 @@ "pluginCode" : "COMMENT_ITEM", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizCommentItemRawItem", - "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.139", + "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.209", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { diff --git a/model/PSSYSAPPS/plmwiki/PSSYSAPP.hubsubapp.json.css b/model/PSSYSAPPS/plmwiki/PSSYSAPP.hubsubapp.json.css index 1a8d68b45badf9d66546f546f3bf3dd8b10935de..59636e4bfd628f08fb2a21a49c79e0f037713c0d 100644 --- a/model/PSSYSAPPS/plmwiki/PSSYSAPP.hubsubapp.json.css +++ b/model/PSSYSAPPS/plmwiki/PSSYSAPP.hubsubapp.json.css @@ -1,5788 +1,5795 @@ /*** START:系统样式表 ***/ - .drbar-ex-underline { -border-bottom: 1px solid var(--ibiz-color-border); -} - -/* drbar头部样式 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { -padding: 8px 0px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { -margin-left: 4px; -} -.drbar-ex-underline .ibiz-panel-container--container { -padding-right: 4px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ -border: none; -} - -/* 图标居中 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, -.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { -margin: 0; -} - .editview2-menu .ibiz-control-drbar__menu { - padding: 8px 16px; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { - width: 100%; - height: 48px; - padding-left: 8px !important; - pointer-events: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { - color: #888d91; -} -.editview2-menu - .ibiz-control-drbar__menu - .el-sub-menu__title - .el-sub-menu__icon-arrow { - display: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { - background: 0 0; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item { - height: 32px; - padding: 0; - padding-left: 24px; - border-radius: 4px; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item:hover { - background: var(--ibiz-color-bg-0); -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item.is-active { - color: #557da5; - background: #d9ecff; -} - - .html-readonly-bg-white .ibiz-html .w-e-scroll { - background-color: var(--ibiz-color-bg-0); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { - background-color: var(--ibiz-color-bg-1); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { - background-color: var(--ibiz-color-bg-1); -} - - .pc_login_style .ibiz-panel-container-image{ - min-height: 100%; - min-width: 100%; - background-size: cover; - background-attachment: fixed; -} -.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ - width: 100%; - height: 100%; -} -.pc_login_style .ibiz-panel-container--container9{ - margin: 3vw 0px 0px 3vw; -} -.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container1 { - position: absolute; - right: 7vw; - height: 60vh; - min-width: 400px; - width: 27vw; - border-radius: 1vw; - box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); - margin-bottom: 80px; - background: white; - margin-top: 8vh; -} -.pc_login_style .ibiz-panel-field--auth_userid { - height: 5vh; -} -.pc_login_style .ibiz-panel-field--auth_password{ - height: 5vh; -} - - .pc_login_style .ibiz-panel-container--container5{ - height: 100% !important; - padding: 5vh 3vh 0vh 3vh !important; -} -.pc_login_style .ibiz-panel-container--container_4{ - height: 15vh; - margin: 4vh 0px 0px 0px; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ - font-size: 3vh; - color: #41c1f7; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ - margin-top: 3vh; - background-color: #42b1ff; - height: 4vh; - font-size: 1.8vh; -} -.pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 1vw; -} -.pc_login_style .el-input__inner{ - font-size: 1.25vh; -} -.pc_login_style .el-checkbox__label{ - font-size: 1vh; -} - .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ - overflow: hidden !important; -} - - .pc_login_style .ibiz-panel-container--container_switch{ - position: absolute; - height: 50% !important; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ - width: 20vh; - height: 20vh; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ - display: none; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ - font-size: 2vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ - color: #595959; - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, -.pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 100%; -} - -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { - background-color: unset !important; -} - -.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 10vh; - height: 10vh; - max-width: 256px !important; - max-height: 256px !important; - min-width: 84px !important; - min-height: 84px !important; -} - -.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container1 { - min-height: 500px; -} - -@media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, - .pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 84px; - } - .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 84px; - height: 84px; - } - - .pc_login_style .ibiz-panel-container--container_4 { - height: 125px; - margin-top: 32px; - } - - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { - font-size: 25px; - font-weight: 600; - } - -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { - font-size: 25px; - font-weight: 600; - color: #41c1f7; - } - - .pc_login_style .ibiz-panel-container--container5 { - height: 100% !important; - padding: 41.5px 24.9px 0px 24.9px !important; - } - - .pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 14.4px; - } - - .pc_login_style .ibiz-panel-field--auth_userid, - .pc_login_style .ibiz-panel-field--auth_password { - height: 41.5px; - } - - .pc_login_style .el-input__inner { - font-size: 10.375px; - } - - .pc_login_style .el-checkbox__label { - font-size: 8.3px; - } - - .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { - margin-top: 24.9px; - background-color: #42b1ff; - height: 33.2px; - font-size: 14.9px; - } -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { - width: 164px; - height: 164px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { - font-size: 16.4px; - font-weight: 600; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { - color: #595959; - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { - font-size: 25px; - font-weight: 600; - } -} - .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ - font-size: 16px; - margin-top: 3px; -} - /* 表单分组标题 */ -.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { - font-size: 16px; - color: var(--ibiz-color-disabled-text); -} -/* 表单分页样式(padding、导航栏标题) */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { - padding: 0 11px 0 13px; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { - font-size: 14px; -} -/* 两侧滚动条 */ -.main-info-common-view .ibiz-control-form { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { - height: 100%; - overflow: auto scroll; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { - height: auto; -} - - /* 主信息编辑视图通用计数器样式 */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - top: 50%; -} - /* 表单标题 使用多行文本时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { - font-size: var(--ibiz-font-size-header-3); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { - line-height: var(--ibiz-editor-default-line-height); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { - height: 100%; - padding: 0; -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { - padding-top: 5px; - padding-bottom: 5px; -} -/* 只读时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { - font-size: var(--ibiz-font-size-header-3); - padding: 5px 11px; - height: 100%; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { - padding: 0 11px; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { - padding: 0 11px; -} - - .main-info-common-view .ibiz-panel-view-content--view_content { - padding-top: 0; -} - -.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} - -.main-info-common-view - .ibiz-grid-container--container_view_bottom - .ibiz-panel-container--container1 { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} -.main-info-common-view .ibiz-control-form { - padding-bottom: 0; - margin-bottom: var(--ibiz-spacing-tright); -} -/* 评审列表视图背景颜色 */ -.main-info-common-view .ibiz-view.ibiz-view-delistview { - background-color: transparent; -} - - -.main-info-common-view .ibiz-grid-container--container_view_bottom { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { - position: relative; - z-index: 998; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { - position: absolute; - padding: 6px 8px 8px 8px; - top: -269px; - background-color: var(--ibiz-color-bg-1); -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { - top: 0; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { - z-index: 999; -} - .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ - padding-left: 5px; - padding-right: 5px; -} -/* 客户沟通单独处理 */ -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { - top: -292px !important; -} - .main-info-common-view .ibiz-dropdown:has(.green-span), -.main-info-common-view .ibiz-dropdown:has(.blue-span), -.main-info-common-view .ibiz-dropdown:has(.orange-span), -.main-info-common-view .ibiz-dropdown:has(.red-span) { -min-height: var(--ibiz-form-item-container-line-height); -display: flex; -align-items: center; -} - .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { - background: transparent; -} - /* 富文本工具栏定位 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ - transform: translateY(-100%); - padding-top: 35px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -/* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} - - /* 表单标题 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { - font-size: var(--ibiz-font-size-header-3); - color: var(--ibiz-color-text-0); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input { - height: var(--ibiz-height-control-default); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { - min-height: calc(var(--ibiz-height-control-default) - 2px); - height: calc(var(--ibiz-height-control-default) - 2px); -} - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ - overflow: visible; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 隐藏滚动条 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.main-info-common-view .ibiz-form-group--executors_container{ - position: relative; -} - -.main-info-common-view .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.main-info-common-view .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - -.main-info-common-view .ibiz-checkbox.is-show-default, -.main-info-common-view .el-checkbox.is-disabled { - padding: 1px 0px 0px 9px !important; -} - -.main-info-common-view .ibiz-attention--readonly.is-show-default { - margin: 1.6px; -} -.main-info-common-view .ibiz-control-edit-form { - padding: 0; -} - - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 左对齐 */ -.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { - float: left; -} - /* 上下对齐 */ -.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { - padding: 0 11px; -} - /* 折叠分组样式1 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { - position: relative; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { - width: auto; - height: auto; - position: absolute; - top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { - width: auto; - height: auto; - position: absolute; - top: 0; - right: 34px; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { - position: initial; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { - display: block; -} - /* 折叠分组样式2 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { - display: none; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { - padding: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { - padding-top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { - border-left: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { - border: none; -} - - /* 折叠分组样式3 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { - margin: 0 8px; - padding-right: 8px; - border: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} -/* 评论容器取消发送按钮位置 */ -.main-info-common-view .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 0; -} -.main-info-common-view .ibiz-panel-button--comment__cancel { - right: 76px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { -background-color: initial; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { -padding: 0 10px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { -background-color: var(--ibiz-color-fill-0); -border-radius: 18px; -padding: 0 12px; -line-height: 24px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { -background-color: var(--ibiz-color-fill-2); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { -color: var(--ibiz-form-tab-panel-text-color); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ -background-color: var(--ibiz-color-primary-active); -color: var(--ibiz-color-primary-active-text); -} - .main-info-common-view .ibiz-grid-container--container_view_bottom > div { -height: 100%; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { -min-height: 48px; -} -.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { -position: static; -} -.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { -width: calc(100% - 4px); -min-height: 48px; -padding-right: 32px; -position: absolute; -top: 0; -} -/* 时间范围宽度 */ -.main-info-common-view .ibiz-date-range-picker { -max-width: 250px; -} - - .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { - background-color: rgb(74 129 199 / 60%) !important; -} - .second_dev_tab_style .ibiz-panel-view-content { - overflow: hidden !important; - padding: 0 !important; -} - .codelist-only-icon { - display: flex; - align-items: center; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item { - font-size: 0; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { - font-size: var(--ibiz-form-item-font-size); -} - .dashboard_container > div { - border: 0 !important; - overflow: hidden !important; -} - .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: var(--ibiz-width-icon-large); - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: var(--ibiz-border-radius-extra-small); - transform: translateY(-50%); -} - -.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { - margin-left: 16px; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ - padding-top: 0px !important; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ - padding-top: 0px !important; -} - .board_title_style{ - margin: 10px 10px 25px 10px; - width: 300px; - height: 35px; -} - -.board_title_style .el-input__wrapper { - font-size: 20px; - font-weight: 600; -} - .dashboard_repair_style .ibiz-panel-field--total span { - display: flex; - align-items: center; -} - .recentcustom_dashboard_view_style .ibiz-portlet-layout { - --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { - border: 1px solid var(--ibiz-color-border); - border-bottom: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { - padding-bottom: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); - /* border-top: none; */ -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { - padding: 0; - overflow: hidden; - border: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { - position: relative; - padding-right: 0; - padding-left: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - right: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { - position: relative; -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - position: absolute; - top: 0; - width: 0; - height: 102px; - content: ""; - border-left: 1px solid var(--ibiz-color-border); -} - .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ - font-size: 16px; -} - -/* 分组树更多图标 */ -.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { -font-size: 16px; -} - /* 文本框 */ -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - border: 0px solid #e8e8e9; - border-radius: 3px; - padding: 1px 15px; - height: 50px; - padding-top: 12px; -} - -/* 按钮 */ -.dependency_style .el-select .el-input { - display: flex; - height: 50px; -} - -/* 溢出控制 */ -.dependency_style .ibiz-panel-field .ibiz-panel-field-content { - line-height: inherit; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; -} - -/* 控制不显示滚动条 */ -.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { - overflow: hidden; -} - -/* 隐藏显示横线 */ -.dependency_style .el-collapse-item__header{ - border-bottom: none; -} - -/* 控制边距 */ -.dependency_style .el-collapse-item__content { - padding-bottom: 2px; -} - .dependency_style{ - overflow: hidden; -} - -.dependency_style .el-collapse{ - border-bottom: none; -} - -.dependency_style .el-collapse-item__wrap { - border-bottom: none; -} - -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; -} - -/* 悬浮色 */ -.dependency_style .ibiz-panel-container--container2:hover, -.dependency_style .ibiz-panel-container--container3:hover { - border-color: #6994be; - border: 1px solid #6994be -} - .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} - .ibiz-control-grid{ - --ibiz-control-grid-scrollbar-width: 8px; -} - .fullscreen .ibiz-form-group--grouppanel1 { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .ibiz-form-item-container__content { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-item-container__editor { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel2 { - display: none; -} - - .fullscreen .ibiz-rawitem.ibiz-form-raw-item { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel_attachments_grid { - display: flex; - flex-flow: column nowrap; - place-content: center center; - align-items: center; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-header { - width: 80%; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__content { - display: block; - flex-flow: unset; - place-content: unset; - align-items: unset; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__editor { - max-width: 100%; -} - .shared_simple_view_style .ibiz-panel-view-content--view_content{ - padding: 0; -} - -.shared_simple_view_style .ibiz-panel-view-content{ - width: 75%; -} -.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ - background-color:white; -} -.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ - background-color: #f9f9f9; -} - .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { - padding: 0; -} - .shared_link_top{ - height: 52px; - border-bottom: 1px solid #eee; - background-color: #FFF; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ - height: 52px; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { - display: block; - font-size: 18px; - font-weight: 500; - color: #333; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; -} -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { - color: #ddd; -} - .shared_setting_style .ibiz-form-item--enable_password{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--enable_expiration{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--subset_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--is_shared_subset{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--pwd_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--expiration_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--access_password{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--expiration_date{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--shared_page_url{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-button--copy_page_url{ - padding-top: 0; -} - - - .mob_attention_title_style.ibiz-panel-field { -display: flex; -align-items: center; -height: 100%; -} -.mob_attention_title_style.ibiz-panel-field .ibiz-span { -height: var(--ibiz-font-size-header-5); -padding: 0 0.375rem; -margin-left: var(--ibiz-spacing-tight); -font-size: 0.7rem; -color: var(--ibiz-color-text-2); -background-color: var(--ibiz-color-border); -border-radius: var(--ibiz-font-size-header-5); -} - .relation_recent_style{ - line-height: normal; -} - -/* 控制项标题文字过多导致的样式异常 */ -.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; - max-width: 1460px; -} - .tab_tree_panel_style .ibiz-tab-group-select-tree{ - padding-left: 0px !important; -} - .tab-exp-select{ - border-right: 1px solid #e9e9e9; -} - .ibiz-panel-container--view_tabexppanel .el-tabs__item { - height: 64px; -} -.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { - font-size: 16px; -} -.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ - font-size: 16px; -} -/* 分页导航视图padding */ -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { - padding: 0; -} -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { - padding: var(--ibiz-panel-view-content-padding); -} - - .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; - margin-left: 0.6rem; -} - -.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ - flex: unset; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { - padding-left: 0.5rem; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; -} - .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { - padding-top: 0; -} - - .delete-button .el-button{ - color: #fff; - background-color: #ff7575; - border-color: #ff7575; -} - .relation_tree_node_style .ibiz-panel-field--show_identifier span{ - color: #a1a1a2; - margin-left: 5px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ - overflow: hidden; -} -.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} -.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ - overflow: hidden; -} - .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ -height: 50px !important; -} - .right_button_style .van-button{ - padding: 0px 10px 0px 0px; -} - .reply_list_style .ibiz-control-list-item.is-active, -.reply_list_style .ibiz-control-list-item:hover { - background-color: transparent !important; -} - .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { - display: none; -} -.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { - display: none; -} - .big-icon { - padding: 0; -} -.big-icon .el-button { - font-size: 24px; - padding: 8px; -} -.big-icon .el-button .ibiz-icon { - max-width: 24px !important; - max-height: 24px !important; -} -.big-icon .el-button .ibiz-panel-button-content--caption { - display: none; -} - .average-toolbar { - position: relative; - justify-content: space-evenly; - height: 48px; -} - .vertical-divider .ibiz-rawitem { - border-left: 1px solid var(--ibiz-color-border); - height: 1em; -} -.vertical-divider .el-divider { - display: none; -} - .multiple_people_style .ibiz-form-group--grouppanel6{ - /* height: 20px; */ - margin: -18px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ - width: 70px; - padding: 1px 0px 0px 5px !important; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { - padding-right: 0px !important; -} - -.multiple_people_style .ibiz-form-group--grouppanel9{ - height: 20px; - margin: 8px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ - width: 70px; - padding: 0px 0px 0px 5px !important; -} - - .con_bottom_shadow_style{ - border-bottom: 1px solid var(--ibiz-color-border); -} -/* 如果有树,把树的下边框去掉 */ -.con_bottom_shadow_style .ibiz-tab-group-select-tree { - border-bottom: 0px !important; -} - - .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { - padding-left: 0; -} -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding-left: 0; -} - - .recentdata-custom>div>div>div:nth-child(2) { -flex: 1; -} - .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { - padding-left: 16px; - height: 16px; -} -/* 类型位置 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { - - padding-left: 5px; - padding-bottom: 15px; - -} -/* 类型文字 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { - font-size: 15px; - -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { - margin-left: -17px; -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { - padding: 0px; -} - .work_item_type_global_style .ibiz-panel-button{ - padding-top: 0px; -} - -.work_item_type_global_style .ibiz-icon { - margin-top: 5px; -} - - /* 按钮样式 */ -.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .ibiz-control-toolbar__item--primary .el-button.el-button--primary { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { - color: var(--ibiz-color-primary-hover); - background-color: var(--ibiz-color-primary-light-hover); -} - - .ibiz-control-toolbar--user .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.ibiz-control-toolbar--user .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { - border-bottom: none; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { - color: var(--ibiz-color-text-3); - background-color: transparent; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ - outline: none; -} -.ibiz-control-toolbar-submenu-popper--user { - background: transparent; -} -.ibiz-control-toolbar-submenu-popper--user .el-button { - color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { - background-color: var(--ibiz-color-bg-0); -} - /*工具栏分组项按钮2样式*/ -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { -color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style2 .el-button { ---el-button-bg-color: transparent; ---el-button-hover-bg-color: transparent; ---el-button-active-bg-color: transparent; ---el-button-text-color: var(--ibiz-color-text-3); ---el-button-hover-text-color: var(--ibiz-color-text-3); ---el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { -padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { -padding: 0 10px; -} - -/* 适配分割线间距一致 */ -/* 适配分隔符在前面 */ -.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { -margin-left: -8px; -} -/* 适配分隔符在后面 */ -.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { -margin-left: -4px; -} -/* 分组按钮样式 */ -.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { -border: none; -} - -/* 窗口缩小样式 */ -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ -color: var(--ibiz-color-primary); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ - font-weight: 600; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { - fill: var(--ibiz-color-primary) !important; -} - -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { -stroke: var(--ibiz-color-primary) !important; -stroke-width: 30 !important; -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { - color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style3 .el-button { - --el-button-bg-color: transparent; - --el-button-hover-bg-color: transparent; - --el-button-active-bg-color: transparent; - --el-button-text-color: var(--ibiz-color-text-3); - --el-button-hover-text-color: var(--ibiz-color-text-3); - --el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { - padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { - padding: 0 10px; -} - - /*工具栏分组项按钮3样式*/ -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - - .toolbar-style-container .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.toolbar-style-container .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.toolbar-style-container { - border-bottom: 1px solid var(--ibiz-color-border); -} - /* 面板分页样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -height: 1px; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -min-height: 64px; -max-height: 64px; -width: 58px; -height: 100%; -border: none; -display: flex; -justify-content: center; -align-items: center; -} -/* 分页弹出按钮样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { -padding: 1px 0; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { -text-align: center; -} -.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ -gap: 56px; -} -/* 搜索表单取消padding */ -.workload-tab-head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 16px; -width: auto; -height: 63px; -} - /* 适配分页搜索下级视图自适应宽度 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { -width: 100%; -} -/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { -width: 16.66%; -} - /* 关系分页部件定位样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -position: relative; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -position: absolute; -top: 1px; -left: calc(16.65% + 15px); -z-index: 100; -} -/* 视图头部定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { -position: relative; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -/* 视图头部快速搜索定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { -width: auto; -position: absolute; -top: 0; -left: calc(16.65% + 81px); -} - -/* 快捷搜索部件样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ -display: flex; -align-items: center; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { -height: auto; -} -/* 边距调整 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { -margin-left: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { -margin-left: var(--ibiz-spacing-base-tight); -} - .mob_workload_calendar_style .ibiz-panel-container--container1 span { - font-size: 16px; - color: #8B8B8B; -} - -.mob_workload_calendar_style .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 16px; - color: #8B8B8B; - margin-left: 4px; -} - -.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - font-size: 16px; -} - -.mob_workload_calendar_style .ibiz-panel-field--name span { - font-size: 18px; - margin-left: 6px; -} - -.mob_workload_calendar_style .ibiz-spacing-right--outermedium { - margin-right: 8px !important; -} - -.mob_workload_calendar_style input::placeholder { - text-align: left; -} - .mob_workload_calendar_style .ibiz-form-item--date_range { - padding-top: 14px; -} - -.mob_workload_calendar_style{ - position: relative; -} -.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { - padding: 8px; - background-color: #F3F3F3; - border-radius: 8px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - -/* 列表中的分割线样式 */ -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { - position: relative; - top: 0.875rem; - left: 1rem; - display: block; - width: calc(100% - 2rem); - height: 0.0625rem; - content: ""; - background-color: var(--ibiz-color-border); -} - .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { - font-size: 18px; - color: #3B3B3B; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { - content: "小时"; - font-size: 16px; - color: #B8B8B8; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { - display: none !important; -} - /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ -.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { -width: 100%; -} -/* 视图头部样式 */ -.workload_log_head .ibiz-panel-view-header--view_header { -position: relative; -margin-top: 1px; -} -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -.workload_log_head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 8px; -width: auto; -height: 63px; -} - .mob_workload_log .ibiz-panel-field--duration span { - font-size: 32px; - text-align: center; -} - -.mob_workload_log .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 20px; - margin-left: 2px; -} - -.mob_workload_log .ibiz-panel-field--register_date span { - color: #8B8B8B; -} - -.mob_workload_log .ibiz-panel-container--container2 > div { - padding: 8px 12px; - margin-top: 8px; - background-color: #F1FBF5; - border-radius: 8px; - margin-right: 16px; -} - -.mob_workload_log .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_log .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - .mob_workload_log .ibiz-code-list .ibiz-icon { - padding-right: 0px !important; -} - -.mob_workload_log input::placeholder { - text-align: left; -} - -.mob_workload_log .ibiz-form-item--date_range { - padding-top: 14px; -} - - -.mob_workload_log { - position: relative; -} -.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_log .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_log .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .app_market_style .ibiz-panel-field--title span { - font-weight: bold; - font-size: larger; -} - -.app_market_style .ibiz-panel-field--version { - background-color: lightgrey; - padding: 5px 15px 5px 15px; - border-radius: 10px; -} - -.app_market_style .ibiz-panel-field--version span { - color: white; - font-weight: bold; -} - -.app_market_style .ibiz-panel-field--memo span { - font-size: medium; - color: grey; -} - -.app_market_style .ibiz-control-dataview-group-content__item-content>* { - margin-right: 32px; -} - -.app_market_style .el-card__body { - padding: 0px; -} - -.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { - padding: 8px 8px 8px 0px; -} - -/* .app_market_style .ibiz-control-dataview-item { - height: 100%; -} */ - -.app_market_style .ibiz-control-dataview-item.is-active { - background-color: unset !important; -} - .app_market_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; -} - -.app_market_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - -.app_market_style .ibiz-sort-bar { - display: none !important; -} - -.app_market_style .ibiz-panel-rawitem--using > div { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_market_style .ibiz-panel-rawitem--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; -} - .app_market_style .ibiz-panel-button-content--icon { - color: var(--el-button-bg-color); -} - .app-title-style .ibiz-panel-app-title__logo--expand, -.app-title-style svg { - margin-top: -25px; -} - - .app_info_style .ibiz-form-item--pscoreprdfuncname span { - font-weight: bold; - font-size: x-large; -} - -.app_info_style .ibiz-form-item--memo div div div div div { - color: darkgrey; - font-size: 15px; -} - -.app_info_style button[title="GitLab"] span svg path { - fill: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] span { - color: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="GitLab"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="GitLab"]:hover span { - color: #557DA5 !important; -} - -.app_info_style .ibiz-form-button , .ibiz-form-button-list { - padding: 8px 8px 8px 4px; -} - .app_info_style button[title="打开按钮"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="打开按钮"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { - color: #557DA5; -} - -.app_info_style button[title="设置"] span { - color: white; -} - .app_info_style .ibiz-form-item--currentversion { - padding-top: 0px; -} - -.app_info_style .ibiz-form-item--currentversion span { - font-size: 12px; - font-weight: bold; - color: grey; - background-color: lightgrey; - padding: 0px 6px 0px 6px; - border-radius: 6px; - height: 16px; - align-items: center; - display: flex; -} - -.app_info_style .ibiz-form-group--grouppanel3 { - margin-left: 10px; -} - -.app_info_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; -} - -.app_info_style .ibiz-form-tab-page--overview > div:first-child { - padding-right: 0px !important; -} - .app_info_style .ibiz-form-group--grouppanel4 button { - font-size: small; - padding: 8px; - height: 25px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { - width: 40px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { - width: 18px; -} - -.app_info_style .el-button-group { - align-items: flex-end; -} - -.app_info_style .ibiz-form-button-content--icon { - display: flex; - align-items: center; -} - -.app_info_style .ibiz-panel-view-content--deeditview { - overflow: hidden; -} - -.app_info_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - - .app_info_style .ibiz-form-tab-page--overview > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--log > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--overview .el-select__tags { - cursor: default !important; -} - -.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { - display: none !important; -} - -.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { - font-size: 14px !important; -} - .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { - height: 39px !important; -} - -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { - font-size: 14px !important; -} -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { - padding: 0px !important; -} - -/* 正在使用 */ -.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_info_style .ibiz-form-item--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; - cursor: default; -} - -.app_info_style .el-tabs__nav { - padding-left: 12px; -} - .activate_button .el-button{ - background: none; - color: #4ba7f1; - margin-left: 5px; - height: 0px; - -} -.activate_button{ - margin: 0px 10px 0px -10px; -} - -.activate_button .ibiz-rawitem__text{ - color: #999; -} -.activate_button .ibiz-span.ibiz-panel-field-content{ - color: #999; -} - -.activate_button .ibiz-panel-button.ibiz-panel-button--default{ - height: 19px; - padding: 0px; -} - .todo-tips{ - height: 80px; -} -.todo-tips .ibiz-rawitem__text{ - font-size: 26px; - font-weight: 600; - line-height: 75px; -} - .todo-background{ - -} - /* 隐藏滚动条 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.work_item_qucik_create_style .ibiz-form-group--executors_container{ - position: relative; -} -.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - - .work_item_qucik_create_style .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - /* 视图大的布局样式 */ -.quick-create-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -} -/* 按钮样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { -min-height: 40px; -/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -/* 分割线 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - .mob_member_title_style .ibiz-panel-field--title { - background-color: lightgrey; - padding: 4px 6px 4px 6px; - border-radius: 10px; - align-items: center; - display: flex; -} - -.mob_member_title_style .ibiz-panel-field--title span { - font-size: 8px; -} - .my_summary_style span.ibiz-panel-field-content{ - color: rgb(56, 131, 250); - font-size: 28px; -} - -.my_summary_style span.ibiz-rawitem__text { - font-size: 16px; -} - -.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ - color: #B2E699; -} - -.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ - color: #EF8383; -} - -.my_summary_style .el-divider { - height: 58px !important; - width: 1px !important; - margin: 0 !important; - border-top: unset !important; - border-left: 1px var(--el-border-color) var(--el-border-style); -} - -.my_summary_style .ibiz-panel-container--task_num_c, -.my_summary_style .ibiz-panel-container--bug_num_c, -.my_summary_style .ibiz-panel-container--other_item_num_c, -.my_summary_style .ibiz-panel-container--idea_num_c, -.my_summary_style .ibiz-panel-container--ticket_num_c, -.my_summary_style .ibiz-panel-container--case_num_c { - cursor: pointer; -} - .my_summary_style .ibiz-control-viewlayoutpanel-content { - display: flex; - justify-content: center; -} - .run_case_label_style div[title="通过"] label.is-active span { - background: #73d897 !important; -} - -.run_case_label_style div[title="受阻"] label.is-active span { - background: #ffcd5d !important; -} - -.run_case_label_style div[title="失败"] label.is-active span { - background: #ff7575 !important; -} - -.run_case_label_style div[title="跳过"] label.is-active span { - background: #5dcfff !important; -} - -.run_case_label_style .el-radio-button__inner { - display: flex !important; - border-color: var(--el-border-color) !important; - color: black !important; - background: transparent !important; -} - -.run_case_label_style .el-radio-button__inner:hover { - background-color: #f5f5f5 !important; -} - -.run_case_label_style label.is-active .el-radio-button__inner { - color: white !important; -} - -.run_case_label_style label.is-active svg path { - fill: white; -} - .run_history_remark_style{ - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} - .coreprdfunc_setting_edit_style .el-tabs__nav span { - font-size: 14px !important; -} - -.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { - padding: 0 10px !important; -} - .export-canvas-style .ibiz-bi-report-panel-content { - padding: 0; -} -.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { - padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); -} - - /* 移入移出效果 */ -.ibiz-form-button--style2 .el-button, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2 .el-button { -min-height: var(--ibiz-height-control-default); -min-width: var(--ibiz-height-control-default); -background: transparent; -border: none; -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-6); -padding: 8px; -} -.ibiz-form-button--style2 .el-button:hover, -.ibiz-control-toolbar__item--style2 .el-button:hover, -.ibiz-panel-button--style2 .el-button:hover { -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} - -.ibiz-form-button--style2 .el-button.el-button { -width: var(--ibiz-height-control-default) ; -} - -/* 按钮间隔 */ -.ibiz-form-button--style2.ibiz-form-button--style2, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2.ibiz-panel-button--style2 { -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); -} - .button_container_style button { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.button_container_style button:hover, button:focus { - background-color: transparent; - border: none; -} - -.button_container_style button:hover span svg path { - fill: #557DA5 !important; -} - -.button_container_style .ibiz-panel-button { - padding: 8px 0px 8px 0px; -} - .swap_icon_text button { - direction: rtl; -} - -.swap_icon_text button:hover { - background-color: transparent !important; - color: rgb(85, 125, 165) !important; -} - -.swap_icon_text button:hover span svg path { - fill: #557DA5 !important; -} - -.swap_icon_text .ibiz-toolbar-item-text { - line-height: normal; -} - .track_panel_style .ibiz-panel-field--num span { - margin-right: 4px; - font-size: 16px; - color: #1D1F23; -} - -.track_panel_style .ibiz-panel-rawitem--caption span { - color: var(--ibiz-color-text-3); - font-size: 16px; -} - -.track_panel_style .ibiz-panel-field--title_two span { - font-weight: 600; -} - -.idea_tree_node_style { - width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); -} - .prompt_message_style { - margin: 0px 16px 0px -16px; -} - .data-upload-view { - padding: 8px 32px; -} -.data-upload-view .ibiz-row { - overflow: visible; -} -.data-upload-view .ibiz-rawitem__paragraph p { - margin: 0; - line-height: 22px; -} -.data-upload-view .ibiz-panel-rawitem--download_description, -.data-upload-view .ibiz-panel-rawitem--upload_description { - position: relative; -} -.data-upload-view .ibiz-panel-rawitem--download_description::before, -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - position: absolute; - top: 2px; - left: -23px; - width: 15px; - height: 15px; - font-size: 0.75rem; - line-height: 15px; - color: var(--ibiz-color-primary-text); - text-align: center; - content: '1'; - background: var(--ibiz-color-primary); - border-radius: 50%; -} -.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, -.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { - color: var(--ibiz-color-text-3); -} - - .data-upload-view .ibiz-panel-rawitem--upload_description { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - content: '2'; -} -.data-upload-view .ibiz-panel-button { - padding: var(--ibiz-spacing-base) 0; -} -.data-upload-view .ibiz-panel-rawitem--template_rule { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table { - border-color: var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr { - height: 52px !important; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { - padding: 12px 16px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { - background-color: var(--ibiz-color-fill-0); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { - text-align: center; -} -.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { - color: var(--ibiz-color-danger); -} - .data-upload-view .ibiz-panel-rawitem--upload_raw { - height: 60px; - padding: 0 20px; - background-color: var(--ibiz-color-fill-0); - border: 1px solid var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { - display: flex; - align-items: center; - color: var(--ibiz-color-text-3); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { - color: var(--ibiz-color-link); - cursor: pointer; -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { - text-decoration: underline; -} - - .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { - min-width: 100px; -} -.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ - min-width: 100px; -} - -/* 控制项标题文字过多导致的样式异常 */ -.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} -.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} - .enter_button_style .van-button{ - font-size: 16px; - color: #6698ff; -} - .mob-orange-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; -} - .mob-red-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; -} - .mob-green-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; -} - .mob-orange-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; - border: 1px solid orange; -} - .mob-red-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; - border: 1px solid red; -} - .mob-green-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; - border: 1px solid #3ae23a; -} - .no_border_button{ - border: 0; - font-size: 18px; -} -.no_border_button .van-button{ - border: 0; -} - .mob_magnify_no_border_button .van-button--small { - border: 0; - font-size: 20px; -} - -.mob_magnify_no_border_button .van-button { - border: 0; -} - /* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.star_css button:hover { -background-color: transparent; -} -/* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.star_css button{ -background-color: transparent; -} - -/* 星标字体颜色 */ -.star_css .ibiz-control-toolbar__item-items i{ -color: #9999; -font-size: 18px; -} - -/* 切换图标字体颜色 */ -.star_css .el-sub-menu__title i { -color: #9999; -} - -/* 设置图标的大小*/ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ - font-size: 16px; -} - .update_log_time .ibiz-span{ - margin: 7px 0px 0px 0px; - } - .update_log_name .ibiz-span{ - font-size: 22px; - font-weight: 600; - margin: 15px 0px 15px 0px; -} - @media screen and (min-width: 820px) and (max-width: 980px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(1) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 980px) and (max-width: 1150px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(2) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1150px) and (max-width: 1320px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(3) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1320px) and (max-width: 1480px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(4) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - @media screen and (min-width: 1480px) and (max-width: 1600px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(5) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1600px) and (max-width: 1800px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(6) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1800px) and (max-width: 1970px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(7) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1970px) and (max-width: 2130px) { -.recentdata-screen-auto-item { -.ibiz-control-dataview-scroll-item:nth-child(8) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -} - @media screen and (min-width: 2130px) and (max-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(9) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(10) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - -.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { -flex-wrap: nowrap; -overflow: visible; -} -.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { - flex-wrap: nowrap; - overflow: visible; -} - .recent_owner_subtype_style{ - width: 20px; - overflow: hidden; -} - .recent_grey_font_style .ibiz-panel-field-content{ - color: #a6a6a6; -} - .td_right{ - width: 90%; -} - .td_a_link .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recent_identified_style .ibiz-grid-field-column__text{ - color: #8b8b8b; -} - .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ - display: none; -} - /* 用例名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} -/* 隐藏分割线和显示更多 */ -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .td_a_link_right{ - padding:0px 28px 0px 0px - } - .td_a_link_right .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recenttab-head -.ibiz-panel-view-header--view_header -.ibiz-panel-container -> .ibiz-row { -position: initial; -overflow: initial; -} - .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ - top: -32px; - right: -50px; -} - .stencil_center_title{ - -} - /* 视图标题及分割线样式 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { -height: 64px; -line-height: 64px; -text-align: center; -border-bottom: 1px solid var(--ibiz-color-border); -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { -font-size: 20px; -font-weight: 600; -} -/* 搜索栏自适应 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { -min-width: 100%; -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { -width: 100%; -} -/* 控制视图标题最小高度 */ -.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { - min-height: 32px; -} - .orange-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ffdcaf; - vertical-align: inherit; -} -.ibiz-span .orange-span { - margin: 4px 0; -} - .mob-orange-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: orange; -} - .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ - position: relative; - bottom: -34px; - left: -1px; -} - .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ - color: #999; -} - .active-members-view{ - padding: 24px 0px 0 0; - .ibiz-panel-field>.ibiz-span{ - font-size: 48px; - color: #333; - } - .ibiz-grid-container--container_grid{ - width: 75%; - margin: 0 auto; - } -} - .transition-time .ibiz-span{ - font-size: var(--ibiz-font-size-small); - color: var(--ibiz-color-disabled-text); -} - .test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view .ibiz-panel-container--container3 { - padding: 20px 40px; - border-left: 3px solid #ff7575; - background-color: #fff8f8; -} - - - .test-plan-report-survey-view .ibiz-panel-container--container1 { - padding: 20px 40px; - border-left: 3px solid #5dcfff; - background-color: #f7fdff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-field--coverage_percentage - .ibiz-span { - color: #5dcfff; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent - .ibiz-rawitem__text { - color: #5dcfff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container3 - .ibiz-panel-field--bug_count - .ibiz-span { - color: #ff7575; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - - .test-plan-report-survey-view .ibiz-panel-container--container2 { - padding: 20px 40px; - border-left: 3px solid #73d897; - background-color: #f8fdfa; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-field--pass_percentage - .ibiz-span { - color: #73d897; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent - .ibiz-rawitem__text { - color: #73d897; -} - - - - .test-plan-report-view.ibiz-view { - background-color: var(--ibiz-color-bg-0); -} -.test-plan-report-view .ibiz-view-deportalview { - background-color: transparent; -} -.test-plan-report-view .ibiz-control-dashboard { - gap: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col { - display: flex; - justify-content: center; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { - width: 1200px; - height: auto; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; - margin-top: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { - width: 1200px; - height: 500px; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; -} -.test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption { - padding-left: 12px; -} - - .test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption:before { - display: none; -} -.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { - padding: 0 28px; -} - .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { - background-color: var(--ibiz-color-bg-3) !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { - color: var(--ibiz-color-text-3) !important; - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { - background-color: var(--ibiz-color-bg-0) !important; -} - - .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { - overflow: visible; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { - top: -60px; - right: -32px; - position: absolute; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - - /* .test_mob_list_style .ibiz-control-mobmdctrl-item { - position: relative; -} - -.test_mob_list_style .ibiz-control-panel-content::after { - content: ''; - display: block; - width: 90%; - height: 1px; - background-color: #ececec; - position: absolute; - bottom: 0; - left: 50%; - transform: translateX(-50%); -} */ - -.test_mob_list_style .ibiz-spacing-right--outerlarge span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_mob_list_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} - -.test_mob_list_style button { - border: none; -} - -.test_mob_list_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - .test_detail_list_style { - position: relative; -} -.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.test_detail_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} -.test_detail_list_style button { - border: none; -} - -.test_detail_list_style .ibiz-panel-rawitem--static_image { - width: 24px; - margin-top: 5px; -} - -/**span无数据时,占位隐藏**/ -.test_detail_list_style div span:empty { - display: none; -} - .test_detail_list_style .ibiz-panel-field--title span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--time_container span { - border-radius: 12px; - background-color: #f3f3f3; - display: flex; /* 使用弹性盒布局 */ - justify-content: center; /* 水平居中 */ - align-items: center; /* 垂直居中 */ - width: 150px; - height: 25px; -} - -.test_detail_list_style .ibiz-panel-field--update_time span { - width: 150px; -} - -.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { - fill: #CB258C; -} - -.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { - fill: #66C23A; -} - - .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ - font-weight: 600; - font-size: 16px; -} - .message_layout_panel_img_style{ - -} - .add-members-font{ - font-size:10px - } - .grey-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #e1e1e1; - vertical-align: inherit; -} -.ibiz-span .grey-span { - margin: 4px 0; -} - .mob-grey-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: grey; -} - .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { - padding: 0; - background-color: transparent; -} -.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { - padding-right: var(--ibiz-spacing-base); - padding-left: var(--ibiz-spacing-base); - color: var(--ibiz-dropdown-select-option-item-color); - background-color: var(--ibiz-dropdown-select-option-item-bkcolor); -} -.ibiz-control-gantt.is-exporting .xg-view-toolbar { - display: none; -} - .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.case_template_edit_style .ibiz-html .w-e-text-container { - background: transparent; -} - /* 视图大的布局样式 */ -.user-info-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -padding-bottom: var(--ibiz-spacing-base); -} -/* 按钮样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { -min-height: 40px; -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { -color: var(--ibiz-color-primary); -} -/* 分割线 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { -width: calc(100% - 64px); -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - -/* 头部样式 */ -/* 图片背景 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { -background: #ccf; -} -/* 头像定位 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { -position: relative; -} -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { -width: auto; -height: auto; -position: absolute; -top: -4px; -left: 50%; -transform: translate(-50%, -50%); -} -/* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { -width: 68px; -height: 68px; -border: 4px solid #fff; -border-radius: var(--ibiz-border-radius-circle); -} - /* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { -flex: 1; -width: 60px; -height: 60px; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { -display: none; -} -/* 视图头部登录者信息样式 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar { -padding-top: 50px; -padding-bottom: 28px; -text-align: center; -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { -font-weight: 400; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { -margin-top: 10px; -font-size: var(--ibiz-font-size-small); -color: var(--ibiz-color-text-3); -} - .ibiz-internal-message-html__content { - padding-right: 24px; -} - .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ - background: #f3f3f3; -} -.user_setting_view_style .ibiz-single-data-container{ - /* padding: 40px 10px 20px 10px; */ - padding: 5vh 5vw 5vw 5vw; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ - width: 50px; - height: 50px; - min-width: 50px; - min-height: 50px; - border: 1px solid #ffffff; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ - margin: 15px 0px 5px 0px; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ - font-size: 20px; - font-weight: 600; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ - color: #9b9b9b; -} -.user_setting_view_style .ibiz-panel-container-group{ - background: #ffffff; - margin: 10px 10px 10px 10px; - border-radius: 10px; -} -.user_setting_view_style .van-button{ -width: 93%; - height: 35px; - margin: 10px 0% 0% 3%; -} - .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ - font-size: 16px; - font-weight: 400; - color: #a7a7a7; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ - width: 50px; - height: 50px; -} - /* 垂直居中对齐 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item { -display: inline-flex; -align-items: center; -} -/* 图标大小自适应 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, -.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { -width: auto; -height: auto; -margin-right: 0; -padding-right: var(--ibiz-spacing-tight); -} - .kanban-identifier .ibiz-span{ - margin: 5px 0px 0px 0px; - padding: 2px 6px 2px 6px; - background: #e8e8e8; - border-radius: 5px; - color: #6c6c6c; -} - .kanban-finished .ibiz-span { - color: #aaa; - text-decoration: line-through; -} - .kanban-delay { - color: #ff7575; - background-color: #fff1f1 !important; -} -.kanban-delay .ibiz-rawitem__image { - color: #ff7575; -} - .kanban-time { - height: 24px; - padding: 0 10px; - margin: 0 5px 5px 0; - overflow: hidden; - line-height: 12px; - background: #e9e9e9; - border-radius: 10px; -} - - .kanban-more-button{ - position: relative; - width: 40px; - margin: -8px 0px 0px -2px; - height: 40px; - visibility: hidden; -} -.el-card__body:hover .kanban-more-button { - visibility: visible; -} - .kanban-title .ibiz-span{ - padding: 10px 2px 10px 2px; - font-size: 16px; - font-weight: 600; -} - .kanban-state { - width: 80px; - height: 24px; - margin: 0 5px 5px 0; -} -.kanban-state .ibiz-code-list__item { - --ibiz-code-list-item-color: #aaaaaa; - justify-content: center; - width: 80px; - line-height: 24px; - color: #fff; - background-color: var(--ibiz-code-list-item-color); - border-radius: 10px; -} - - .kanban-kind-icon { - height: auto; - margin: 5px 0 0; - line-height: 24px; -} -.kanban-kind-icon .ibiz-code-list__item { - font-size: 0; -} - - .kanban-assignee{ - margin: 0px 0px 0px 30px; -} - -.kanban-assignee .ibiz-personnel-info-content__tip{ -content-visibility: hidden; -} - .wiki-page-title .ibiz-span{ - font-weight: 600; - font-size: var(--ibiz-font-size-header-2); - color: var(--ibiz-color-text-0); -} -.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { -font-size: 24px; -} - .wiki_page_title_style{ - padding-left: 10px !important; -} - -.wiki_page_title_style .ibiz-span { - font-size: 18px; - color: var(--ibiz-color-text-0); - margin-left: 5px; - margin-right: 5px; -} - -.wiki_page_title_style .ibiz-rawitem .ibiz-icon { - font-size: 18px !important; - margin-left: 5px; -} - .confirm-remove-view .ibiz-form-item--formitem{ - background-color: rgba(255, 117, 117, 0.15); - padding: 0px; - height: auto; - margin-top: 12px; - border-radius: 5px; - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - display: inline-flex; - align-items: center; - margin: 0 10px; - padding: 5px 10px; - font-size: .875rem; - line-height: 1; - max-width: 33em; - word-break: break-all; - color: #ff7575; - } -} -.confirm-remove-view .ibiz-form-item--remind{ - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - color:#aaa; - } - -} - /* 选中分页 */ -.mob-main-style .van-tab--active{ - color: #6698ff; -} -.mob-main-style .van-tabs__line{ - background: #6698ff; -} - -/* 分组容器 标题 */ -.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ - font-size: 0.75rem; - color: #696969; -} -/* 表单项 标题 */ -.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ - color: #696969; -} -/* 表单项 下划线伪元素 */ -.mob-main-style .ibiz-form-item-container::after{ - display: none; -} -/* 标题 title */ -.mob-main-style .ibiz-form-item--title .van-field__control{ - font-weight: bolder; - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} -/* 代码表 表单项 */ -/* .mob-main-style .ibiz-span__code-list{ - justify-content: flex-end; -} */ - .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { - width: 100%; - height: 100%; - margin: 0; - background-color: var(--ibiz-color-bg-1); -} -.mob-main-style .van-tabs__wrap{ - border-top: 1px solid #f1f1f1; -} - - - .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} - /* 标题 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 图标,防止字数过多时发生形变 */ -.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 容器元素换行 */ -.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - - /* 背景颜色 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { - background-color: white; -} - -.mob_delivery_display_style .ibiz-form-group__content { - background-color: white; -} - -/* 标题文字样式 */ -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { - text-align: left; - font-size: 18px; - font-weight: 500; - margin-top: 7px; -} - -/* 图片 */ -.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { - padding-left: 30px; -} - -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { - text-align: left; - margin-bottom: 2px; -} - /* 按钮样式 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { - display: block; - text-align: center -} - -.mob_delivery_display_style button.van-button.van-button--default.van-button--small { - border: 0; - background: #f3f3f3; - border-radius: 10px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { - background-color: white; -} -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { - padding-top: 0; -} - .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { - padding-left: 24px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { - color: red; -} - - .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - -/* 图标边距 */ -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { - height: 24px; - /* margin-top: -3px; */ - margin-right: 15px; -} -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ - overflow: hidden !important;; -} - /* 日历部件没有数据时,进行显示 */ -.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { - content: "当前日期没有工作~"; - color: #D7D7D7; - margin-left: 6px; -} -.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { - display: none; -} -/* 设置背景颜色 */ -.mob_dashboard_style { - background-color: #F6F6F6 !important; - border-radius: 0px !important; -} -.mob_dashboard_style > div { - margin: 15px !important; -} -.mob_dashboard_style .ibiz-control-dashboard-row { - gap: 15px !important; -} - /* 仪表盘列表只显示五个 */ -.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), -.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { - display: none; -} - -/* 搜索框进行隐藏 */ -.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { - display: none; -} - -/* 显示更多样式 */ -.mob_dashboard_style button { - height: 60px !important; - border: transparent !important; -} - -.mob_dashboard_style button span.ibiz-panel-button-content--caption { - font-size: 18px !important; - color: #699AFF !important; -} - -/* 修改分割线样式 */ -.mob_dashboard_style .van-divider--hairline { - width: calc(100% - 2rem); - height: 0.0625rem; - margin-left: 1rem; - margin-bottom: 0px; - background-color: var(--ibiz-color-border); -} - /* 用例名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - /* 日历列表样式 */ -.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { - font-size: 16px; - margin-left: 6px; -} -/* 我的工作项 */ -.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { - font-size: 16px; -} - -/* 其他分组每一项中title的样式 */ -.mob_dashboard_style .ibiz-panel-field--title span { - font-size: 16px; -} - .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: block !important; -} - -.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { - display: flex !important; -} - -.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { - background-color: #ffffff; -} - -.mob_dashboard_style .ibiz-view-content { - background-color: #ffffff; -} - .van-popover__content.van-popover__content--vertical { - border: var(--van-button-border-width) solid var(--van-button-default-border-color); - background: white; -} -button.van-button.van-button--default.van-button--normal.van-button--round { - border: 0; - margin: 2px; - padding: 0; -} -.ibiz-popper-toolbar .van-popover{ - --van-popover-action-width: 95px; -} -.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { - margin: 0; -} -.van-popover__content.van-popover__content--vertical span.van-button__text{ - display: flex; - align-items: center; -} -.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ - margin: 0px 6px -4px 7px; -} -.van-popup.van-popover.van-popover--light{ - left: -105px; -} - .ibiz-view-demobmdview.enablesort, -.ibiz-view-demoblistview.enablesort { -position: relative; -} -.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, -.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ -padding-right: 38px; -background-color: var(--ibiz-color-bg-1); -} -.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} -.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ -display: flex; -align-items: center; -justify-content: center; -width: 1.25rem; -height: 1.125rem; -font-size: 1.25rem; -} - /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ -position: relative; -} */ - - - /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, -.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, -.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { -fill: var(--van-gray-6); -} -/* 适配有视图头的情况 */ -.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); -} -/* 适配首页仪表盘 */ -.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} - .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ - width: 105px; -} -.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { - width: 112px; - padding-left: 3px; -} -.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ - width: 108px; -} - .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ - font-size: 18px; -} -.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ - width: 24px; -} - .ibiz-quill .van-popup .ql-editor.ql-blank { - padding: 12px 15px; -} -.ibiz-quill .van-popup .ql-editor.ql-blank::before { - left: 15px; -} - .mob_workspace_style .ibiz-view-content--view_content{ - display: block !important; -} - -.mob_workspace_style .ibiz-panel-container--view_content > div { - display: block !important; -} - /* 卡片 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ - flex-wrap: unset; - overflow: scroll; - padding-left: 0.5rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ - display: none; -} -/* 背景定位 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { - position: relative; - border: 1px solid #eeeeee; - border-radius: 5px; - box-shadow: none; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ - content: ''; - display: inline-block; - width: 100%; - height: 36px; - position: absolute; - top: 0; - left: 0; - z-index: 6; - background-color: var(--ibiz-color-disabled-fill); -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ - position: relative; - z-index: 10; -} - - .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ - font-weight: bolder; - font-size: 0.95rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ - color: #6a6a6a; -} - -.ibiz-control-appmenu .van-tabbar-item__icon{ - width: 16px; -} -/* 最近访问 显示更多 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; - padding-left: 0; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ - font-size: 0.95rem; - color: #6698ff; -} - - .mob-home-style .ibiz-panel-container-group-header{ - border-bottom: 0px !important; - height: 25px; -} -.mob-home-style .ibiz-panel-container-group__caption{ - font-size: 16px !important; - font-weight: 400 !important; -} -.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} -.mob-home-style .ibiz-panel-field--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} - /* 标题 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - - -/* 容器元素换行 */ -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} - -/* 为空不显示 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { - display: none; -} - /* 字体颜色、位置 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} - -/* 依赖名称 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ - color: #aaaaaa; -} - /* 最近访问 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .ibiz-form-group--grouppanel_attachment_create{ - position: relative; -} - .mob_descript_comment .ibiz-quill-preview__edit { - top: -2.125rem; - right: 0; -} - - .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .mob-library-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-library-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-library-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 110px; - top: 2px; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { - top: -230px !important; -} - .mob_login_style .ibiz-panel-container-image{ - background-size: cover; -} -.mob_login_style .ibiz-rawitem__image path{ - fill: #219cf0; -} -.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-button--auth_loginbutton{ - border-radius: 10px; - border: 1px solid #c2c2c2; -} -.mob_login_style .van-field__control::placeholder{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container4{ - margin-top: 15vh; -} -.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ - font-size: 28px; - font-weight: 600; - color: #2fbaf5; -} - .ibiz-form-group { - padding: 0; -} -.ibiz-form-group--style2 { - padding: 4px; - border-radius: 0; -} -.ibiz-form-group--style2 > .ibiz-form-group-header { - border-radius: 4px 4px 0 0; -} -.ibiz-form-group--style2 > .ibiz-form-group__content { - padding: 4px 0; - background-color: var(--ibiz-form-group-header-bg-color); - border-radius: 4px; -} -.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { - padding-top: 0; -} - - .mob_comment_list_style .ibiz-panel-button{ - border: 0; -} -.mob_comment_list_style .ibiz-panel-button-content--icon{ - font-size: 18px; -} -.mob_comment_list_style .ibiz-panel-container--container2{ - margin-top: 10px; -} -.mob_comment_list_style .ibiz-mob-personal-info-content__tip { - margin-top: -15px; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { - margin-top: 0px !important; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ - margin: -12px 0px 0px 40px; - color: #9d9d9d; -} -.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { - margin-left: 40px; - width:auto; -} -.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ - height: 0px !important; -} - .mob-comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-3); - color: var(--ibiz-color-text-2); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.mob-comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .comment_style_main{ - background: white; - position: relative; - z-index: 1; - box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); -} -.comment_style_main .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.comment_style_main .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-button{ - border: 0; -} -.comment_style_main #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} -.comment_style_main .ibiz-panel-field--comment_count span{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-field--attention_count span{ - color: #aaaaaa; -} - .comment_style_list{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.comment_style_list .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; -} -.comment_style_list .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_list .ibiz-panel-button{ - height: 32px; - width: 50px; - background: #6698ff; - color: white; - border-radius: 5px; -} -.comment_style_list #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - .mob_md_view_style{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.mob_md_view_style .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.mob_md_view_style .ibiz-rawitem__text{ - color: #aaaaaa; -} -.mob_md_view_style .ibiz-panel-button{ - border: 0; -} -.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - /* 标题 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 负责人 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { - /* display: none; */ -} - -/* 图标,防止字数过多时发生形变 */ -.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -/* 防止出现滚动条 */ -.mob_common_list_style .ibiz-panel-container>.ibiz-row { - overflow-y: hidden !important; -} - /* 容器元素换行 */ -.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { - display: none; -} -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ - justify-content: center; - width: 38px; -} - .ibiz-portal-view.ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-0); -} -.ibiz-portal-view .ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-1); -} - .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ - font-size: 14px !important; -} - .mob-idea-md-view-style { - position: relative; -} -.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_page_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_style .ibiz-form-item--publish_name { - padding-left: 10px; -} - .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ - margin: 0; - border-radius: 0; - width: auto; - overflow: visible; -} -.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, -.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ - border: none; - background: transparent; -} -.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ - right: 0.35rem; - top: -45px; -} -.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ - margin-right: 10px; -} -.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ - overflow: visible; -} - .mob-advanced-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-advanced-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-advanced-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 95px; - top: 3px; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .space_main_list_syle .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - -.space_main_list_syle .ibiz-icon svg.icon path { - fill: #20A0FF; -} - .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.space_mob_page_style .ibiz-control-viewlayoutpanel-content { - background-color: rgba(255, 255, 255, 1); -} - -.space_mob_page_style .ibiz-panel-field--name span{ - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; + .drbar-ex-underline { +border-bottom: 1px solid var(--ibiz-color-border); +} + +/* drbar头部样式 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { +padding: 8px 0px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { +margin-left: 4px; +} +.drbar-ex-underline .ibiz-panel-container--container { +padding-right: 4px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ +border: none; +} + +/* 图标居中 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, +.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { +margin: 0; +} + .editview2-menu .ibiz-control-drbar__menu { + padding: 8px 16px; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { + width: 100%; + height: 48px; + padding-left: 8px !important; + pointer-events: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { + color: #888d91; +} +.editview2-menu + .ibiz-control-drbar__menu + .el-sub-menu__title + .el-sub-menu__icon-arrow { + display: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { + background: 0 0; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item { + height: 32px; + padding: 0; + padding-left: 24px; + border-radius: 4px; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item:hover { + background: var(--ibiz-color-bg-0); +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item.is-active { + color: #557da5; + background: #d9ecff; +} + + .html-readonly-bg-white .ibiz-html .w-e-scroll { + background-color: var(--ibiz-color-bg-0); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { + background-color: var(--ibiz-color-bg-1); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { + background-color: var(--ibiz-color-bg-1); +} + + .pc_login_style .ibiz-panel-container-image{ + min-height: 100%; + min-width: 100%; + background-size: cover; + background-attachment: fixed; +} +.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ + width: 100%; + height: 100%; +} +.pc_login_style .ibiz-panel-container--container9{ + margin: 3vw 0px 0px 3vw; +} +.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container1 { + position: absolute; + right: 7vw; + height: 60vh; + min-width: 400px; + width: 27vw; + border-radius: 1vw; + box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 80px; + background: white; + margin-top: 8vh; +} +.pc_login_style .ibiz-panel-field--auth_userid { + height: 5vh; +} +.pc_login_style .ibiz-panel-field--auth_password{ + height: 5vh; +} + + .pc_login_style .ibiz-panel-container--container5{ + height: 100% !important; + padding: 5vh 3vh 0vh 3vh !important; +} +.pc_login_style .ibiz-panel-container--container_4{ + height: 15vh; + margin: 4vh 0px 0px 0px; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ + font-size: 3vh; + color: #41c1f7; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ + margin-top: 3vh; + background-color: #42b1ff; + height: 4vh; + font-size: 1.8vh; +} +.pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 1vw; +} +.pc_login_style .el-input__inner{ + font-size: 1.25vh; +} +.pc_login_style .el-checkbox__label{ + font-size: 1vh; +} + .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ + overflow: hidden !important; +} + + .pc_login_style .ibiz-panel-container--container_switch{ + position: absolute; + height: 50% !important; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ + width: 20vh; + height: 20vh; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ + display: none; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ + font-size: 2vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ + color: #595959; + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, +.pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 100%; +} + +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { + background-color: unset !important; +} + +.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 10vh; + height: 10vh; + max-width: 256px !important; + max-height: 256px !important; + min-width: 84px !important; + min-height: 84px !important; +} + +.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container1 { + min-height: 500px; +} + +@media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, + .pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 84px; + } + .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 84px; + height: 84px; + } + + .pc_login_style .ibiz-panel-container--container_4 { + height: 125px; + margin-top: 32px; + } + + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { + font-size: 25px; + font-weight: 600; + } + +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { + font-size: 25px; + font-weight: 600; + color: #41c1f7; + } + + .pc_login_style .ibiz-panel-container--container5 { + height: 100% !important; + padding: 41.5px 24.9px 0px 24.9px !important; + } + + .pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 14.4px; + } + + .pc_login_style .ibiz-panel-field--auth_userid, + .pc_login_style .ibiz-panel-field--auth_password { + height: 41.5px; + } + + .pc_login_style .el-input__inner { + font-size: 10.375px; + } + + .pc_login_style .el-checkbox__label { + font-size: 8.3px; + } + + .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { + margin-top: 24.9px; + background-color: #42b1ff; + height: 33.2px; + font-size: 14.9px; + } +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { + width: 164px; + height: 164px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { + font-size: 16.4px; + font-weight: 600; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { + color: #595959; + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { + font-size: 25px; + font-weight: 600; + } +} + .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ + font-size: 16px; + margin-top: 3px; +} + /* 表单分组标题 */ +.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { + font-size: 16px; + color: var(--ibiz-color-disabled-text); +} +/* 表单分页样式(padding、导航栏标题) */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { + padding: 0 11px 0 13px; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { + font-size: 14px; +} +/* 两侧滚动条 */ +.main-info-common-view .ibiz-control-form { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { + height: 100%; + overflow: auto scroll; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { + height: auto; +} + + /* 主信息编辑视图通用计数器样式 */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + top: 50%; +} + /* 表单标题 使用多行文本时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { + font-size: var(--ibiz-font-size-header-3); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { + line-height: var(--ibiz-editor-default-line-height); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { + height: 100%; + padding: 0; +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { + padding-top: 5px; + padding-bottom: 5px; +} +/* 只读时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { + font-size: var(--ibiz-font-size-header-3); + padding: 5px 11px; + height: 100%; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { + padding: 0 11px; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { + padding: 0 11px; +} + + .main-info-common-view .ibiz-panel-view-content--view_content { + padding-top: 0; +} + +.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} + +.main-info-common-view + .ibiz-grid-container--container_view_bottom + .ibiz-panel-container--container1 { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} +.main-info-common-view .ibiz-control-form { + padding-bottom: 0; + margin-bottom: var(--ibiz-spacing-tright); +} +/* 评审列表视图背景颜色 */ +.main-info-common-view .ibiz-view.ibiz-view-delistview { + background-color: transparent; +} + + +.main-info-common-view .ibiz-grid-container--container_view_bottom { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { + position: relative; + z-index: 998; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { + position: absolute; + padding: 6px 8px 8px 8px; + top: -269px; + background-color: var(--ibiz-color-bg-1); +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { + top: 0; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { + z-index: 999; +} + .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ + padding-left: 5px; + padding-right: 5px; +} +/* 客户沟通单独处理 */ +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { + top: -292px !important; +} + .main-info-common-view .ibiz-dropdown:has(.green-span), +.main-info-common-view .ibiz-dropdown:has(.blue-span), +.main-info-common-view .ibiz-dropdown:has(.orange-span), +.main-info-common-view .ibiz-dropdown:has(.red-span) { +min-height: var(--ibiz-form-item-container-line-height); +display: flex; +align-items: center; +} + .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { + background: transparent; +} + /* 富文本工具栏定位 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ + transform: translateY(-100%); + padding-top: 35px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +/* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} + + /* 表单标题 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { + font-size: var(--ibiz-font-size-header-3); + color: var(--ibiz-color-text-0); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input { + height: var(--ibiz-height-control-default); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { + min-height: calc(var(--ibiz-height-control-default) - 2px); + height: calc(var(--ibiz-height-control-default) - 2px); +} + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ + overflow: visible; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 隐藏滚动条 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.main-info-common-view .ibiz-form-group--executors_container{ + position: relative; +} + +.main-info-common-view .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.main-info-common-view .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + +.main-info-common-view .ibiz-checkbox.is-show-default, +.main-info-common-view .el-checkbox.is-disabled { + padding: 1px 0px 0px 9px !important; +} + +.main-info-common-view .ibiz-attention--readonly.is-show-default { + margin: 1.6px; +} +.main-info-common-view .ibiz-control-edit-form { + padding: 0; +} + + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 左对齐 */ +.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { + float: left; +} + /* 上下对齐 */ +.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { + padding: 0 11px; +} + /* 折叠分组样式1 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { + position: relative; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { + width: auto; + height: auto; + position: absolute; + top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { + width: auto; + height: auto; + position: absolute; + top: 0; + right: 34px; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { + position: initial; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { + display: block; +} + /* 折叠分组样式2 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { + display: none; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { + padding: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { + padding-top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { + border-left: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { + border: none; +} + + /* 折叠分组样式3 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { + margin: 0 8px; + padding-right: 8px; + border: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} +/* 评论容器取消发送按钮位置 */ +.main-info-common-view .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 0; +} +.main-info-common-view .ibiz-panel-button--comment__cancel { + right: 76px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { +background-color: initial; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { +padding: 0 10px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { +background-color: var(--ibiz-color-fill-0); +border-radius: 18px; +padding: 0 12px; +line-height: 24px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { +background-color: var(--ibiz-color-fill-2); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { +color: var(--ibiz-form-tab-panel-text-color); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ +background-color: var(--ibiz-color-primary-active); +color: var(--ibiz-color-primary-active-text); +} + .main-info-common-view .ibiz-grid-container--container_view_bottom > div { +height: 100%; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { +min-height: 48px; +} +.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { +position: static; +} +.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { +width: calc(100% - 4px); +min-height: 48px; +padding-right: 32px; +position: absolute; +top: 0; +} +/* 时间范围宽度 */ +.main-info-common-view .ibiz-date-range-picker { +max-width: 250px; +} + + .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { + background-color: rgb(74 129 199 / 60%) !important; +} + .second_dev_tab_style .ibiz-panel-view-content { + overflow: hidden !important; + padding: 0 !important; +} + .codelist-only-icon { + display: flex; + align-items: center; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item { + font-size: 0; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { + font-size: var(--ibiz-form-item-font-size); +} + .dashboard_container > div { + border: 0 !important; + overflow: hidden !important; +} + .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: var(--ibiz-width-icon-large); + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: var(--ibiz-border-radius-extra-small); + transform: translateY(-50%); +} + +.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { + margin-left: 16px; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ + padding-top: 0px !important; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ + padding-top: 0px !important; +} + .board_title_style{ + margin: 10px 10px 25px 10px; + width: 300px; + height: 35px; +} + +.board_title_style .el-input__wrapper { + font-size: 20px; + font-weight: 600; +} + .dashboard_repair_style .ibiz-panel-field--total span { + display: flex; + align-items: center; +} + .recentcustom_dashboard_view_style .ibiz-portlet-layout { + --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { + border: 1px solid var(--ibiz-color-border); + border-bottom: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { + padding-bottom: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); + /* border-top: none; */ +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { + padding: 0; + overflow: hidden; + border: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { + position: relative; + padding-right: 0; + padding-left: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + right: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { + position: relative; +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + position: absolute; + top: 0; + width: 0; + height: 102px; + content: ""; + border-left: 1px solid var(--ibiz-color-border); +} + .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ + font-size: 16px; +} + +/* 分组树更多图标 */ +.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { +font-size: 16px; +} + /* 文本框 */ +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + border: 0px solid #e8e8e9; + border-radius: 3px; + padding: 1px 15px; + height: 50px; + padding-top: 12px; +} + +/* 按钮 */ +.dependency_style .el-select .el-input { + display: flex; + height: 50px; +} + +/* 溢出控制 */ +.dependency_style .ibiz-panel-field .ibiz-panel-field-content { + line-height: inherit; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; +} + +/* 控制不显示滚动条 */ +.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { + overflow: hidden; +} + +/* 隐藏显示横线 */ +.dependency_style .el-collapse-item__header{ + border-bottom: none; +} + +/* 控制边距 */ +.dependency_style .el-collapse-item__content { + padding-bottom: 2px; +} + .dependency_style{ + overflow: hidden; +} + +.dependency_style .el-collapse{ + border-bottom: none; +} + +.dependency_style .el-collapse-item__wrap { + border-bottom: none; +} + +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; +} + +/* 悬浮色 */ +.dependency_style .ibiz-panel-container--container2:hover, +.dependency_style .ibiz-panel-container--container3:hover { + border-color: #6994be; + border: 1px solid #6994be +} + .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} + .ibiz-control-grid{ + --ibiz-control-grid-scrollbar-width: 8px; +} + .fullscreen .ibiz-form-group--grouppanel1 { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .ibiz-form-item-container__content { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-item-container__editor { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel2 { + display: none; +} + + .fullscreen .ibiz-rawitem.ibiz-form-raw-item { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel_attachments_grid { + display: flex; + flex-flow: column nowrap; + place-content: center center; + align-items: center; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-header { + width: 80%; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__content { + display: block; + flex-flow: unset; + place-content: unset; + align-items: unset; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__editor { + max-width: 100%; +} + .shared_simple_view_style .ibiz-panel-view-content--view_content{ + padding: 0; +} + +.shared_simple_view_style .ibiz-panel-view-content{ + width: 75%; +} +.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ + background-color:white; +} +.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ + background-color: #f9f9f9; +} + .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { + padding: 0; +} + .shared_link_top{ + height: 52px; + border-bottom: 1px solid #eee; + background-color: #FFF; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ + height: 52px; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { + display: block; + font-size: 18px; + font-weight: 500; + color: #333; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { + color: #ddd; +} + .shared_setting_style .ibiz-form-item--enable_password{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--enable_expiration{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--subset_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--is_shared_subset{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--pwd_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--expiration_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--access_password{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--expiration_date{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--shared_page_url{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-button--copy_page_url{ + padding-top: 0; +} + + + .mob_attention_title_style.ibiz-panel-field { +display: flex; +align-items: center; +height: 100%; +} +.mob_attention_title_style.ibiz-panel-field .ibiz-span { +height: var(--ibiz-font-size-header-5); +padding: 0 0.375rem; +margin-left: var(--ibiz-spacing-tight); +font-size: 0.7rem; +color: var(--ibiz-color-text-2); +background-color: var(--ibiz-color-border); +border-radius: var(--ibiz-font-size-header-5); +} + .relation_recent_style{ + line-height: normal; +} + +/* 控制项标题文字过多导致的样式异常 */ +.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; + max-width: 1460px; +} + .tab_tree_panel_style .ibiz-tab-group-select-tree{ + padding-left: 0px !important; +} + .tab-exp-select{ + border-right: 1px solid #e9e9e9; +} + .ibiz-panel-container--view_tabexppanel .el-tabs__item { + height: 64px; +} +.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { + font-size: 16px; +} +.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ + font-size: 16px; +} +/* 分页导航视图padding */ +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { + padding: 0; +} +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { + padding: var(--ibiz-panel-view-content-padding); +} + + .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; + margin-left: 0.6rem; +} + +.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ + flex: unset; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { + padding-left: 0.5rem; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; +} + .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { + padding-top: 0; +} + + .delete-button .el-button{ + color: #fff; + background-color: #ff7575; + border-color: #ff7575; +} + .relation_tree_node_style .ibiz-panel-field--show_identifier span{ + color: #a1a1a2; + margin-left: 5px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ + overflow: hidden; +} +.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} +.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ + overflow: hidden; +} + .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ +height: 50px !important; +} + .right_button_style .van-button{ + padding: 0px 10px 0px 0px; +} + .reply_list_style .ibiz-control-list-item.is-active, +.reply_list_style .ibiz-control-list-item:hover { + background-color: transparent !important; +} + .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { + display: none; +} +.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { + display: none; +} + .big-icon { + padding: 0; +} +.big-icon .el-button { + font-size: 24px; + padding: 8px; +} +.big-icon .el-button .ibiz-icon { + max-width: 24px !important; + max-height: 24px !important; +} +.big-icon .el-button .ibiz-panel-button-content--caption { + display: none; +} + .average-toolbar { + position: relative; + justify-content: space-evenly; + height: 48px; +} + .vertical-divider .ibiz-rawitem { + border-left: 1px solid var(--ibiz-color-border); + height: 1em; +} +.vertical-divider .el-divider { + display: none; +} + .multiple_people_style .ibiz-form-group--grouppanel6{ + /* height: 20px; */ + margin: -18px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ + width: 70px; + padding: 1px 0px 0px 5px !important; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { + padding-right: 0px !important; +} + +.multiple_people_style .ibiz-form-group--grouppanel9{ + height: 20px; + margin: 8px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ + width: 70px; + padding: 0px 0px 0px 5px !important; +} + + .con_bottom_shadow_style{ + border-bottom: 1px solid var(--ibiz-color-border); +} +/* 如果有树,把树的下边框去掉 */ +.con_bottom_shadow_style .ibiz-tab-group-select-tree { + border-bottom: 0px !important; +} + + .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { + padding-left: 0; +} +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding-left: 0; +} + + .recentdata-custom>div>div>div:nth-child(2) { +flex: 1; +} + .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { + padding-left: 16px; + height: 16px; +} +/* 类型位置 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { + + padding-left: 5px; + padding-bottom: 15px; + +} +/* 类型文字 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { + font-size: 15px; + +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { + margin-left: -17px; +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { + padding: 0px; +} + .work_item_type_global_style .ibiz-panel-button{ + padding-top: 0px; +} + +.work_item_type_global_style .ibiz-icon { + margin-top: 5px; +} + + /* 按钮样式 */ +.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .ibiz-control-toolbar__item--primary .el-button.el-button--primary { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { + color: var(--ibiz-color-primary-hover); + background-color: var(--ibiz-color-primary-light-hover); +} + + .ibiz-control-toolbar--user .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.ibiz-control-toolbar--user .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { + border-bottom: none; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { + color: var(--ibiz-color-text-3); + background-color: transparent; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ + outline: none; +} +.ibiz-control-toolbar-submenu-popper--user { + background: transparent; +} +.ibiz-control-toolbar-submenu-popper--user .el-button { + color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { + background-color: var(--ibiz-color-bg-0); +} + /*工具栏分组项按钮2样式*/ +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { +color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style2 .el-button { +--el-button-bg-color: transparent; +--el-button-hover-bg-color: transparent; +--el-button-active-bg-color: transparent; +--el-button-text-color: var(--ibiz-color-text-3); +--el-button-hover-text-color: var(--ibiz-color-text-3); +--el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { +padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { +padding: 0 10px; +} + +/* 适配分割线间距一致 */ +/* 适配分隔符在前面 */ +.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { +margin-left: -8px; +} +/* 适配分隔符在后面 */ +.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { +margin-left: -4px; +} +/* 分组按钮样式 */ +.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { +border: none; +} + +/* 窗口缩小样式 */ +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ +color: var(--ibiz-color-primary); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ + font-weight: 600; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { + fill: var(--ibiz-color-primary) !important; +} + +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { +stroke: var(--ibiz-color-primary) !important; +stroke-width: 30 !important; +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { + color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style3 .el-button { + --el-button-bg-color: transparent; + --el-button-hover-bg-color: transparent; + --el-button-active-bg-color: transparent; + --el-button-text-color: var(--ibiz-color-text-3); + --el-button-hover-text-color: var(--ibiz-color-text-3); + --el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { + padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { + padding: 0 10px; +} + + /*工具栏分组项按钮3样式*/ +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + + .toolbar-style-container .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.toolbar-style-container .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.toolbar-style-container { + border-bottom: 1px solid var(--ibiz-color-border); +} + /* 面板分页样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +height: 1px; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +min-height: 64px; +max-height: 64px; +width: 58px; +height: 100%; +border: none; +display: flex; +justify-content: center; +align-items: center; +} +/* 分页弹出按钮样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { +padding: 1px 0; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { +text-align: center; +} +.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ +gap: 56px; +} +/* 搜索表单取消padding */ +.workload-tab-head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 16px; +width: auto; +height: 63px; +} + /* 适配分页搜索下级视图自适应宽度 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { +width: 100%; +} +/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { +width: 16.66%; +} + /* 关系分页部件定位样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +position: relative; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +position: absolute; +top: 1px; +left: calc(16.65% + 15px); +z-index: 100; +} +/* 视图头部定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { +position: relative; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +/* 视图头部快速搜索定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { +width: auto; +position: absolute; +top: 0; +left: calc(16.65% + 81px); +} + +/* 快捷搜索部件样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ +display: flex; +align-items: center; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { +height: auto; +} +/* 边距调整 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { +margin-left: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { +margin-left: var(--ibiz-spacing-base-tight); +} + .mob_workload_calendar_style .ibiz-panel-container--container1 span { + font-size: 16px; + color: #8B8B8B; +} + +.mob_workload_calendar_style .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 16px; + color: #8B8B8B; + margin-left: 4px; +} + +.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + font-size: 16px; +} + +.mob_workload_calendar_style .ibiz-panel-field--name span { + font-size: 18px; + margin-left: 6px; +} + +.mob_workload_calendar_style .ibiz-spacing-right--outermedium { + margin-right: 8px !important; +} + +.mob_workload_calendar_style input::placeholder { + text-align: left; +} + .mob_workload_calendar_style .ibiz-form-item--date_range { + padding-top: 14px; +} + +.mob_workload_calendar_style{ + position: relative; +} +.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { + padding: 8px; + background-color: #F3F3F3; + border-radius: 8px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + +/* 列表中的分割线样式 */ +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { + position: relative; + top: 0.875rem; + left: 1rem; + display: block; + width: calc(100% - 2rem); + height: 0.0625rem; + content: ""; + background-color: var(--ibiz-color-border); +} + .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { + font-size: 18px; + color: #3B3B3B; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { + content: "小时"; + font-size: 16px; + color: #B8B8B8; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { + display: none !important; +} + /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ +.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { +width: 100%; +} +/* 视图头部样式 */ +.workload_log_head .ibiz-panel-view-header--view_header { +position: relative; +margin-top: 1px; +} +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +.workload_log_head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 8px; +width: auto; +height: 63px; +} + .mob_workload_log .ibiz-panel-field--duration span { + font-size: 32px; + text-align: center; +} + +.mob_workload_log .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 20px; + margin-left: 2px; +} + +.mob_workload_log .ibiz-panel-field--register_date span { + color: #8B8B8B; +} + +.mob_workload_log .ibiz-panel-container--container2 > div { + padding: 8px 12px; + margin-top: 8px; + background-color: #F1FBF5; + border-radius: 8px; + margin-right: 16px; +} + +.mob_workload_log .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_log .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + .mob_workload_log .ibiz-code-list .ibiz-icon { + padding-right: 0px !important; +} + +.mob_workload_log input::placeholder { + text-align: left; +} + +.mob_workload_log .ibiz-form-item--date_range { + padding-top: 14px; +} + + +.mob_workload_log { + position: relative; +} +.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_log .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_log .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .app_market_style .ibiz-panel-field--title span { + font-weight: bold; + font-size: larger; +} + +.app_market_style .ibiz-panel-field--version { + background-color: lightgrey; + padding: 5px 15px 5px 15px; + border-radius: 10px; +} + +.app_market_style .ibiz-panel-field--version span { + color: white; + font-weight: bold; +} + +.app_market_style .ibiz-panel-field--memo span { + font-size: medium; + color: grey; +} + +.app_market_style .ibiz-control-dataview-group-content__item-content>* { + margin-right: 32px; +} + +.app_market_style .el-card__body { + padding: 0px; +} + +.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { + padding: 8px 8px 8px 0px; +} + +/* .app_market_style .ibiz-control-dataview-item { + height: 100%; +} */ + +.app_market_style .ibiz-control-dataview-item.is-active { + background-color: unset !important; +} + .app_market_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; +} + +.app_market_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + +.app_market_style .ibiz-sort-bar { + display: none !important; +} + +.app_market_style .ibiz-panel-rawitem--using > div { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_market_style .ibiz-panel-rawitem--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; +} + .app_market_style .ibiz-panel-button-content--icon { + color: var(--el-button-bg-color); +} + .app-title-style .ibiz-panel-app-title__logo--expand, +.app-title-style svg { + margin-top: -25px; +} + + .app_info_style .ibiz-form-item--pscoreprdfuncname span { + font-weight: bold; + font-size: x-large; +} + +.app_info_style .ibiz-form-item--memo div div div div div { + color: darkgrey; + font-size: 15px; +} + +.app_info_style button[title="GitLab"] span svg path { + fill: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] span { + color: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="GitLab"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="GitLab"]:hover span { + color: #557DA5 !important; +} + +.app_info_style .ibiz-form-button , .ibiz-form-button-list { + padding: 8px 8px 8px 4px; +} + .app_info_style button[title="打开按钮"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="打开按钮"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { + color: #557DA5; +} + +.app_info_style button[title="设置"] span { + color: white; +} + .app_info_style .ibiz-form-item--currentversion { + padding-top: 0px; +} + +.app_info_style .ibiz-form-item--currentversion span { + font-size: 12px; + font-weight: bold; + color: grey; + background-color: lightgrey; + padding: 0px 6px 0px 6px; + border-radius: 6px; + height: 16px; + align-items: center; + display: flex; +} + +.app_info_style .ibiz-form-group--grouppanel3 { + margin-left: 10px; +} + +.app_info_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; +} + +.app_info_style .ibiz-form-tab-page--overview > div:first-child { + padding-right: 0px !important; +} + .app_info_style .ibiz-form-group--grouppanel4 button { + font-size: small; + padding: 8px; + height: 25px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { + width: 40px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { + width: 18px; +} + +.app_info_style .el-button-group { + align-items: flex-end; +} + +.app_info_style .ibiz-form-button-content--icon { + display: flex; + align-items: center; +} + +.app_info_style .ibiz-panel-view-content--deeditview { + overflow: hidden; +} + +.app_info_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + + .app_info_style .ibiz-form-tab-page--overview > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--log > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--overview .el-select__tags { + cursor: default !important; +} + +.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { + display: none !important; +} + +.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { + font-size: 14px !important; +} + .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { + height: 39px !important; +} + +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { + font-size: 14px !important; +} +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { + padding: 0px !important; +} + +/* 正在使用 */ +.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_info_style .ibiz-form-item--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; + cursor: default; +} + +.app_info_style .el-tabs__nav { + padding-left: 12px; +} + .activate_button .el-button{ + background: none; + color: #4ba7f1; + margin-left: 5px; + height: 0px; + +} +.activate_button{ + margin: 0px 10px 0px -10px; +} + +.activate_button .ibiz-rawitem__text{ + color: #999; +} +.activate_button .ibiz-span.ibiz-panel-field-content{ + color: #999; +} + +.activate_button .ibiz-panel-button.ibiz-panel-button--default{ + height: 19px; + padding: 0px; +} + .todo-tips{ + height: 80px; +} +.todo-tips .ibiz-rawitem__text{ + font-size: 26px; + font-weight: 600; + line-height: 75px; +} + .todo-background{ + +} + /* 隐藏滚动条 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.work_item_qucik_create_style .ibiz-form-group--executors_container{ + position: relative; +} +.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + + .work_item_qucik_create_style .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + /* 视图大的布局样式 */ +.quick-create-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +} +/* 按钮样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { +min-height: 40px; +/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +/* 分割线 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + .mob_member_title_style .ibiz-panel-field--title { + background-color: lightgrey; + padding: 4px 6px 4px 6px; + border-radius: 10px; + align-items: center; + display: flex; +} + +.mob_member_title_style .ibiz-panel-field--title span { + font-size: 8px; +} + .my_summary_style span.ibiz-panel-field-content{ + color: rgb(56, 131, 250); + font-size: 28px; +} + +.my_summary_style span.ibiz-rawitem__text { + font-size: 16px; +} + +.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ + color: #B2E699; +} + +.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ + color: #EF8383; +} + +.my_summary_style .el-divider { + height: 58px !important; + width: 1px !important; + margin: 0 !important; + border-top: unset !important; + border-left: 1px var(--el-border-color) var(--el-border-style); +} + +.my_summary_style .ibiz-panel-container--task_num_c, +.my_summary_style .ibiz-panel-container--bug_num_c, +.my_summary_style .ibiz-panel-container--other_item_num_c, +.my_summary_style .ibiz-panel-container--idea_num_c, +.my_summary_style .ibiz-panel-container--ticket_num_c, +.my_summary_style .ibiz-panel-container--case_num_c { + cursor: pointer; +} + .my_summary_style .ibiz-control-viewlayoutpanel-content { + display: flex; + justify-content: center; +} + .run_case_label_style div[title="通过"] label.is-active span { + background: #73d897 !important; +} + +.run_case_label_style div[title="受阻"] label.is-active span { + background: #ffcd5d !important; +} + +.run_case_label_style div[title="失败"] label.is-active span { + background: #ff7575 !important; +} + +.run_case_label_style div[title="跳过"] label.is-active span { + background: #5dcfff !important; +} + +.run_case_label_style .el-radio-button__inner { + display: flex !important; + border-color: var(--el-border-color) !important; + color: black !important; + background: transparent !important; + align-items: center; +} + +.run_case_label_style .el-radio-button__inner:hover { + background-color: #f5f5f5 !important; +} + +.run_case_label_style label.is-active .el-radio-button__inner { + color: white !important; +} + +.run_case_label_style label.is-active svg path { + fill: white; +} + +.run_case_label_style .ibiz-icon { + height: 15px !important; +} + .run_history_remark_style{ + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} + .coreprdfunc_setting_edit_style .el-tabs__nav span { + font-size: 14px !important; +} + +.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { + padding: 0 10px !important; +} + .export-canvas-style .ibiz-bi-report-panel-content { + padding: 0; +} +.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { + padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); +} + + /* 移入移出效果 */ +.ibiz-form-button--style2 .el-button, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2 .el-button { +min-height: var(--ibiz-height-control-default); +min-width: var(--ibiz-height-control-default); +background: transparent; +border: none; +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-6); +padding: 8px; +} +.ibiz-form-button--style2 .el-button:hover, +.ibiz-control-toolbar__item--style2 .el-button:hover, +.ibiz-panel-button--style2 .el-button:hover { +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} + +.ibiz-form-button--style2 .el-button.el-button { +width: var(--ibiz-height-control-default) ; +} + +/* 按钮间隔 */ +.ibiz-form-button--style2.ibiz-form-button--style2, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2.ibiz-panel-button--style2 { +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); +} + .button_container_style button { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.button_container_style button:hover, button:focus { + background-color: transparent; + border: none; +} + +.button_container_style button:hover span svg path { + fill: #557DA5 !important; +} + +.button_container_style .ibiz-panel-button { + padding: 8px 0px 8px 0px; +} + .swap_icon_text button { + direction: rtl; +} + +.swap_icon_text button:hover { + background-color: transparent !important; + color: rgb(85, 125, 165) !important; +} + +.swap_icon_text button:hover span svg path { + fill: #557DA5 !important; +} + +.swap_icon_text .ibiz-toolbar-item-text { + line-height: normal; +} + .track_panel_style .ibiz-panel-field--num span { + margin-right: 4px; + font-size: 16px; + color: #1D1F23; +} + +.track_panel_style .ibiz-panel-rawitem--caption span { + color: var(--ibiz-color-text-3); + font-size: 16px; +} + +.track_panel_style .ibiz-panel-field--title_two span { + font-weight: 600; +} + +.idea_tree_node_style { + width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); +} + .prompt_message_style { + margin: 0px 16px 0px -16px; +} + .data-upload-view { + padding: 8px 32px; +} +.data-upload-view .ibiz-row { + overflow: visible; +} +.data-upload-view .ibiz-rawitem__paragraph p { + margin: 0; + line-height: 22px; +} +.data-upload-view .ibiz-panel-rawitem--download_description, +.data-upload-view .ibiz-panel-rawitem--upload_description { + position: relative; +} +.data-upload-view .ibiz-panel-rawitem--download_description::before, +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + position: absolute; + top: 2px; + left: -23px; + width: 15px; + height: 15px; + font-size: 0.75rem; + line-height: 15px; + color: var(--ibiz-color-primary-text); + text-align: center; + content: '1'; + background: var(--ibiz-color-primary); + border-radius: 50%; +} +.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, +.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { + color: var(--ibiz-color-text-3); +} + + .data-upload-view .ibiz-panel-rawitem--upload_description { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + content: '2'; +} +.data-upload-view .ibiz-panel-button { + padding: var(--ibiz-spacing-base) 0; +} +.data-upload-view .ibiz-panel-rawitem--template_rule { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table { + border-color: var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr { + height: 52px !important; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { + padding: 12px 16px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { + background-color: var(--ibiz-color-fill-0); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { + text-align: center; +} +.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { + color: var(--ibiz-color-danger); +} + .data-upload-view .ibiz-panel-rawitem--upload_raw { + height: 60px; + padding: 0 20px; + background-color: var(--ibiz-color-fill-0); + border: 1px solid var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { + display: flex; + align-items: center; + color: var(--ibiz-color-text-3); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { + color: var(--ibiz-color-link); + cursor: pointer; +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { + text-decoration: underline; +} + + .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { + min-width: 100px; +} +.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ + min-width: 100px; +} + +/* 控制项标题文字过多导致的样式异常 */ +.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} +.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} + .enter_button_style .van-button{ + font-size: 16px; + color: #6698ff; +} + .mob-orange-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; +} + .mob-red-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; +} + .mob-green-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; +} + .mob-orange-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; + border: 1px solid orange; +} + .mob-red-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; + border: 1px solid red; +} + .mob-green-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; + border: 1px solid #3ae23a; +} + .no_border_button{ + border: 0; + font-size: 18px; +} +.no_border_button .van-button{ + border: 0; +} + .mob_magnify_no_border_button .van-button--small { + border: 0; + font-size: 20px; +} + +.mob_magnify_no_border_button .van-button { + border: 0; +} + /* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.star_css button:hover { +background-color: transparent; +} +/* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.star_css button{ +background-color: transparent; +} + +/* 星标字体颜色 */ +.star_css .ibiz-control-toolbar__item-items i{ +color: #9999; +font-size: 18px; +} + +/* 切换图标字体颜色 */ +.star_css .el-sub-menu__title i { +color: #9999; +} + +/* 设置图标的大小*/ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ + font-size: 16px; +} + .update_log_time .ibiz-span{ + margin: 7px 0px 0px 0px; + } + .update_log_name .ibiz-span{ + font-size: 22px; + font-weight: 600; + margin: 15px 0px 15px 0px; +} + @media screen and (min-width: 820px) and (max-width: 980px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(1) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 980px) and (max-width: 1150px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(2) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1150px) and (max-width: 1320px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(3) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1320px) and (max-width: 1480px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(4) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + @media screen and (min-width: 1480px) and (max-width: 1600px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(5) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1600px) and (max-width: 1800px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(6) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1800px) and (max-width: 1970px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(7) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1970px) and (max-width: 2130px) { +.recentdata-screen-auto-item { +.ibiz-control-dataview-scroll-item:nth-child(8) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +} + @media screen and (min-width: 2130px) and (max-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(9) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(10) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + +.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { +flex-wrap: nowrap; +overflow: visible; +} +.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { + flex-wrap: nowrap; + overflow: visible; +} + .recent_owner_subtype_style{ + width: 20px; + overflow: hidden; +} + .recent_grey_font_style .ibiz-panel-field-content{ + color: #a6a6a6; +} + .td_right{ + width: 90%; +} + .td_a_link .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recent_identified_style .ibiz-grid-field-column__text{ + color: #8b8b8b; +} + .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ + display: none; +} + /* 用例名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} +/* 隐藏分割线和显示更多 */ +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; +} + .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; } - -.space_mob_page_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - /* margin-top: 5px; */ + .td_a_link_right{ + padding:0px 28px 0px 0px + } + .td_a_link_right .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recenttab-head +.ibiz-panel-view-header--view_header +.ibiz-panel-container +> .ibiz-row { +position: initial; +overflow: initial; +} + .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ + top: -32px; + right: -50px; +} + .stencil_center_title{ + +} + /* 视图标题及分割线样式 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { +height: 64px; +line-height: 64px; +text-align: center; +border-bottom: 1px solid var(--ibiz-color-border); +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { +font-size: 20px; +font-weight: 600; +} +/* 搜索栏自适应 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { +min-width: 100%; +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { +width: 100%; +} +/* 控制视图标题最小高度 */ +.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { + min-height: 32px; +} + .orange-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ffdcaf; + vertical-align: inherit; +} +.ibiz-span .orange-span { + margin: 4px 0; +} + .mob-orange-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: orange; +} + .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ + position: relative; + bottom: -34px; + left: -1px; +} + .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ + color: #999; +} + .active-members-view{ + padding: 24px 0px 0 0; + .ibiz-panel-field>.ibiz-span{ + font-size: 48px; + color: #333; + } + .ibiz-grid-container--container_grid{ + width: 75%; + margin: 0 auto; + } +} + .transition-time .ibiz-span{ + font-size: var(--ibiz-font-size-small); + color: var(--ibiz-color-disabled-text); +} + .test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view .ibiz-panel-container--container3 { + padding: 20px 40px; + border-left: 3px solid #ff7575; + background-color: #fff8f8; +} + + + .test-plan-report-survey-view .ibiz-panel-container--container1 { + padding: 20px 40px; + border-left: 3px solid #5dcfff; + background-color: #f7fdff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-field--coverage_percentage + .ibiz-span { + color: #5dcfff; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent + .ibiz-rawitem__text { + color: #5dcfff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container3 + .ibiz-panel-field--bug_count + .ibiz-span { + color: #ff7575; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + + .test-plan-report-survey-view .ibiz-panel-container--container2 { + padding: 20px 40px; + border-left: 3px solid #73d897; + background-color: #f8fdfa; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-field--pass_percentage + .ibiz-span { + color: #73d897; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent + .ibiz-rawitem__text { + color: #73d897; +} + + + + .test-plan-report-view.ibiz-view { + background-color: var(--ibiz-color-bg-0); +} +.test-plan-report-view .ibiz-view-deportalview { + background-color: transparent; +} +.test-plan-report-view .ibiz-control-dashboard { + gap: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col { + display: flex; + justify-content: center; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { + width: 1200px; + height: auto; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; + margin-top: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { + width: 1200px; + height: 500px; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; +} +.test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption { + padding-left: 12px; +} + + .test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption:before { + display: none; +} +.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { + padding: 0 28px; +} + .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { + background-color: var(--ibiz-color-bg-3) !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { + color: var(--ibiz-color-text-3) !important; + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { + background-color: var(--ibiz-color-bg-0) !important; +} + + .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { + overflow: visible; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { + top: -60px; + right: -32px; + position: absolute; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + + /* .test_mob_list_style .ibiz-control-mobmdctrl-item { + position: relative; +} + +.test_mob_list_style .ibiz-control-panel-content::after { + content: ''; + display: block; + width: 90%; + height: 1px; + background-color: #ececec; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} */ + +.test_mob_list_style .ibiz-spacing-right--outerlarge span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_mob_list_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} + +.test_mob_list_style button { + border: none; +} + +.test_mob_list_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + .test_detail_list_style { + position: relative; +} +.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.test_detail_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} +.test_detail_list_style button { + border: none; +} + +.test_detail_list_style .ibiz-panel-rawitem--static_image { + width: 24px; + margin-top: 5px; +} + +/**span无数据时,占位隐藏**/ +.test_detail_list_style div span:empty { + display: none; +} + .test_detail_list_style .ibiz-panel-field--title span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--time_container span { + border-radius: 12px; + background-color: #f3f3f3; + display: flex; /* 使用弹性盒布局 */ + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + width: 150px; + height: 25px; +} + +.test_detail_list_style .ibiz-panel-field--update_time span { + width: 150px; +} + +.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { + fill: #CB258C; +} + +.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { + fill: #66C23A; +} + + .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ + font-weight: 600; + font-size: 16px; +} + .message_layout_panel_img_style{ + } - -.space_mob_page_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} -.space_mob_page_style .ibiz-panel-rawitem--static_image1{ - padding: 0px 15px 0px 0px; -} - /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { - position: fixed; - bottom: 135px; - right: 30px; - z-index: 1000; - width: 44px; - height: 44px; - border-radius: 50%; - background-color: white; - box-shadow: 1px 4px 6px 3px #dad7d7; + .add-members-font{ + font-size:10px + } + .grey-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #e1e1e1; + vertical-align: inherit; +} +.ibiz-span .grey-span { + margin: 4px 0; +} + .mob-grey-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: grey; +} + .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { + padding: 0; + background-color: transparent; +} +.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { + padding-right: var(--ibiz-spacing-base); + padding-left: var(--ibiz-spacing-base); + color: var(--ibiz-dropdown-select-option-item-color); + background-color: var(--ibiz-dropdown-select-option-item-bkcolor); +} +.ibiz-control-gantt.is-exporting .xg-view-toolbar { + display: none; +} + .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.case_template_edit_style .ibiz-html .w-e-text-container { + background: transparent; +} + /* 视图大的布局样式 */ +.user-info-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +padding-bottom: var(--ibiz-spacing-base); +} +/* 按钮样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { +min-height: 40px; +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { +color: var(--ibiz-color-primary); +} +/* 分割线 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { +width: calc(100% - 64px); +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + +/* 头部样式 */ +/* 图片背景 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { +background: #ccf; +} +/* 头像定位 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { +position: relative; +} +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { +width: auto; +height: auto; +position: absolute; +top: -4px; +left: 50%; +transform: translate(-50%, -50%); +} +/* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { +width: 68px; +height: 68px; +border: 4px solid #fff; +border-radius: var(--ibiz-border-radius-circle); +} + /* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { +flex: 1; +width: 60px; +height: 60px; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { +display: none; +} +/* 视图头部登录者信息样式 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar { +padding-top: 50px; +padding-bottom: 28px; +text-align: center; +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { +font-weight: 400; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { +margin-top: 10px; +font-size: var(--ibiz-font-size-small); +color: var(--ibiz-color-text-3); +} + .ibiz-internal-message-html__content { + padding-right: 24px; +} + .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ + background: #f3f3f3; +} +.user_setting_view_style .ibiz-single-data-container{ + /* padding: 40px 10px 20px 10px; */ + padding: 5vh 5vw 5vw 5vw; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ + width: 50px; + height: 50px; + min-width: 50px; + min-height: 50px; + border: 1px solid #ffffff; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ + margin: 15px 0px 5px 0px; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ + font-size: 20px; + font-weight: 600; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ + color: #9b9b9b; +} +.user_setting_view_style .ibiz-panel-container-group{ + background: #ffffff; + margin: 10px 10px 10px 10px; + border-radius: 10px; +} +.user_setting_view_style .van-button{ +width: 93%; + height: 35px; + margin: 10px 0% 0% 3%; +} + .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ + font-size: 16px; + font-weight: 400; + color: #a7a7a7; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ + width: 50px; + height: 50px; +} + /* 垂直居中对齐 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item { +display: inline-flex; +align-items: center; +} +/* 图标大小自适应 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, +.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { +width: auto; +height: auto; +margin-right: 0; +padding-right: var(--ibiz-spacing-tight); +} + .kanban-identifier .ibiz-span{ + margin: 5px 0px 0px 0px; + padding: 2px 6px 2px 6px; + background: #e8e8e8; + border-radius: 5px; + color: #6c6c6c; +} + .kanban-finished .ibiz-span { + color: #aaa; + text-decoration: line-through; +} + .kanban-delay { + color: #ff7575; + background-color: #fff1f1 !important; +} +.kanban-delay .ibiz-rawitem__image { + color: #ff7575; +} + .kanban-time { + height: 24px; + padding: 0 10px; + margin: 0 5px 5px 0; + overflow: hidden; + line-height: 12px; + background: #e9e9e9; + border-radius: 10px; +} + + .kanban-more-button{ + position: relative; + width: 40px; + margin: -8px 0px 0px -2px; + height: 40px; + visibility: hidden; +} +.el-card__body:hover .kanban-more-button { + visibility: visible; +} + .kanban-title .ibiz-span{ + padding: 10px 2px 10px 2px; + font-size: 16px; + font-weight: 600; +} + .kanban-state { + width: 80px; + height: 24px; + margin: 0 5px 5px 0; +} +.kanban-state .ibiz-code-list__item { + --ibiz-code-list-item-color: #aaaaaa; + justify-content: center; + width: 80px; + line-height: 24px; + color: #fff; + background-color: var(--ibiz-code-list-item-color); + border-radius: 10px; +} + + .kanban-kind-icon { + height: auto; + margin: 5px 0 0; + line-height: 24px; +} +.kanban-kind-icon .ibiz-code-list__item { + font-size: 0; +} + + .kanban-assignee{ + margin: 0px 0px 0px 30px; +} + +.kanban-assignee .ibiz-personnel-info-content__tip{ +content-visibility: hidden; +} + .wiki-page-title .ibiz-span{ + font-weight: 600; + font-size: var(--ibiz-font-size-header-2); + color: var(--ibiz-color-text-0); +} +.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { +font-size: 24px; +} + .wiki_page_title_style{ + padding-left: 10px !important; +} + +.wiki_page_title_style .ibiz-span { + font-size: 18px; + color: var(--ibiz-color-text-0); + margin-left: 5px; + margin-right: 5px; +} + +.wiki_page_title_style .ibiz-rawitem .ibiz-icon { + font-size: 18px !important; + margin-left: 5px; +} + .confirm-remove-view .ibiz-form-item--formitem{ + background-color: rgba(255, 117, 117, 0.15); + padding: 0px; + height: auto; + margin-top: 12px; + border-radius: 5px; + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + display: inline-flex; + align-items: center; + margin: 0 10px; + padding: 5px 10px; + font-size: .875rem; + line-height: 1; + max-width: 33em; + word-break: break-all; + color: #ff7575; + } +} +.confirm-remove-view .ibiz-form-item--remind{ + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + color:#aaa; + } + +} + /* 选中分页 */ +.mob-main-style .van-tab--active{ + color: #6698ff; +} +.mob-main-style .van-tabs__line{ + background: #6698ff; +} + +/* 分组容器 标题 */ +.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ + font-size: 0.75rem; + color: #696969; +} +/* 表单项 标题 */ +.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ + color: #696969; +} +/* 表单项 下划线伪元素 */ +.mob-main-style .ibiz-form-item-container::after{ + display: none; +} +/* 标题 title */ +.mob-main-style .ibiz-form-item--title .van-field__control{ + font-weight: bolder; + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} +/* 代码表 表单项 */ +/* .mob-main-style .ibiz-span__code-list{ + justify-content: flex-end; } */ - -.mob_page_edit_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_edit_style .ibiz-form-item--publish_name { - padding-left: 10px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { - margin-bottom: 6px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ - padding-top: 5px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel3{ - position: relative; -} - /* 评论容器取消发送按钮位置 */ -.space-page-view .ibiz-panel-container--container_comment{ - position: relative; -} -.space-page-view .ibiz-panel-button--comment__cancel, -.space-page-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 14px; -} -.space-page-view .ibiz-panel-button--comment__cancel { - right: 90px; -} -.space-page-view .ibiz-control-form { - height: 100%; - overflow: auto; -} -.space-page-view .ibiz-control-form img { - max-width: 100%; -} -/* 修复附件表格滚动条异常 */ -.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { - max-height: 100%; -} -/* 修复评论编辑页关注人滚动条异常 */ -.space-page-view .ibiz-attention-select-value-multiple{ - overflow: hidden; -} -.space-page-view .ibiz-panel-container--right_container{ - border-left: 1px solid #e7e7e7; -} - - - .space-page-view .ibiz-toolbar-item-counter { - background-color: #e0e0e0 !important; - color: grey !important; - margin-left: 10px !important; -} - .purple-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #d2d8ed; - vertical-align: inherit; -} -.ibiz-span .purple-span { - margin: 4px 0; -} - .red-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #fcd0cb; - vertical-align: inherit; -} -.ibiz-span .red-span { - margin: 4px 0; -} - - - .mob-red-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: red; -} - .green-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ccf2cc; - vertical-align: inherit; -} -.ibiz-span .green-span { - margin: 4px 0; -} - .mob-green-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: #3ae23a; -} - .ibiz-form-item{ - --ibiz-form-item-placeholder-color:#cacaca; -} -.el-input{ - --el-input-placeholder-color:#cacaca; -} - .more_log_style .ibiz-control-toolbar__item { - position: absolute !important; - margin: -65px 0px 0px -65px !important; -} - -.more_log_style .el-button { - --el-button-bg-color: none !important; - --el-button-text-color: rgb(70 107 144) !important; - --el-button-hover-text-color: none !important; - --el-button-hover-bg-color: none !important; - --el-button-hover-border-color: none !important; - --el-button-active-text-color: node !important; - --el-button-active-bg-color: none !important; -} - .blue-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #c8e8fa; - vertical-align: inherit; -} -.ibiz-span .blue-span { - margin: 4px 0; -} - .mob-blue-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: blue; -} - /* 表单分组标题 */ -.ibiz-form-group__caption{ - font-size: var(--ibiz-form-item-container-font-size); - font-weight: var(--ibiz-form-group-caption-font-regular); - color: var(--ibiz-form-item-container-label-color); -} - .form-group-to-grid-header { - height: 54px; - background-color: rgba(var(--ibiz-grey-1), 1); -} -.form-group-to-grid-header .ibiz-row--grid { - display: flex; - align-items: center; -} -.form-group-to-grid-header .ibiz-form-raw-item { - padding: 8px 4px; -} - /* 表格头全局样式 */ -body .ibiz-control-grid { ---ibiz-control-grid-header-height: 54px; /* 重新赋值 */ -} -/* 适配增加的高度,使表格头垂直居中 */ -body .ibiz-control-grid__table .el-table__header-wrapper .cell { -padding-top: 16px; -padding-bottom: 16px; -} - .normal-rich-text *{ - font-style: normal !important; - text-decoration: none !important; - color: rgb(85, 91, 97) !important; - background-color: transparent !important; - font-size: 14px !important; - font-weight: 400 !important; - text-align: left !important; - text-overflow: ellipsis; - text-wrap: nowrap; - word-break: break-all; -} -.normal-rich-text a { - pointer-events: none; -} - .ibiz-panel-view-content { - --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); -} - /* 视图右侧padding */ -.ibiz-panel-view-header .ibiz-panel-container--view_header_right { - padding: 0 var(--ibiz-spacing-tight); -} -/* 树padding */ -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding: 0 var(--ibiz-spacing-tight); -} -.ibiz-control-treeexpbar .ibiz-panel-exp-header { - padding: 0 var(--ibiz-spacing-tight); -} - .view-content-no-padding .ibiz-panel-view-content { - padding: 0; -} -.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { - padding: var(--ibiz-panel-view-content-padding); -} - - .ibiz-view-message { - padding: var(--ibiz-spacing-tight); -} -.ibiz-view-message .el-alert--info.is-light { - background-color: var(--el-alert-bg-color); -} - /* 全局 计数器 样式 */ -.ibiz-badge.ibiz-badge { -min-width: 16px; -text-align: center; -font-size: var(--ibiz-font-size-small); -padding: 0 var(--ibiz-spacing-extra-tight); -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} -/* 表单分页计数器 */ -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { - padding-right: var(--ibiz-spacing-base-loose); - position: relative; -} -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-text-3); - background-color: var(--ibiz-color-fill-0); - padding: 0 var(--ibiz-spacing-extra-tight); - top: calc(50% - 2px); - font-size: var(--ibiz-font-size-small); - right: var(--ibiz-font-size-header-6); -} -.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - - /* .discuss_bottom_shadow_style{ - position: relative; - box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); - padding: 2px 0px 0px 0px; + .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { + width: 100%; + height: 100%; + margin: 0; + background-color: var(--ibiz-color-bg-1); +} +.mob-main-style .van-tabs__wrap{ + border-top: 1px solid #f1f1f1; +} + + + .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} + /* 标题 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 图标,防止字数过多时发生形变 */ +.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 容器元素换行 */ +.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + + /* 背景颜色 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { + background-color: white; +} + +.mob_delivery_display_style .ibiz-form-group__content { + background-color: white; +} + +/* 标题文字样式 */ +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { + text-align: left; + font-size: 18px; + font-weight: 500; + margin-top: 7px; +} + +/* 图片 */ +.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { + padding-left: 30px; +} + +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { + text-align: left; + margin-bottom: 2px; +} + /* 按钮样式 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { + display: block; + text-align: center +} + +.mob_delivery_display_style button.van-button.van-button--default.van-button--small { + border: 0; + background: #f3f3f3; + border-radius: 10px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { + background-color: white; +} +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { + padding-top: 0; +} + .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { + padding-left: 24px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { + color: red; +} + + .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + +/* 图标边距 */ +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { + height: 24px; + /* margin-top: -3px; */ + margin-right: 15px; +} +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ + overflow: hidden !important;; +} + /* 日历部件没有数据时,进行显示 */ +.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { + content: "当前日期没有工作~"; + color: #D7D7D7; + margin-left: 6px; +} +.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { + display: none; +} +/* 设置背景颜色 */ +.mob_dashboard_style { + background-color: #F6F6F6 !important; + border-radius: 0px !important; +} +.mob_dashboard_style > div { + margin: 15px !important; +} +.mob_dashboard_style .ibiz-control-dashboard-row { + gap: 15px !important; +} + /* 仪表盘列表只显示五个 */ +.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), +.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { + display: none; +} + +/* 搜索框进行隐藏 */ +.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { + display: none; +} + +/* 显示更多样式 */ +.mob_dashboard_style button { + height: 60px !important; + border: transparent !important; +} + +.mob_dashboard_style button span.ibiz-panel-button-content--caption { + font-size: 18px !important; + color: #699AFF !important; +} + +/* 修改分割线样式 */ +.mob_dashboard_style .van-divider--hairline { + width: calc(100% - 2rem); + height: 0.0625rem; + margin-left: 1rem; + margin-bottom: 0px; + background-color: var(--ibiz-color-border); +} + /* 用例名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + /* 日历列表样式 */ +.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { + font-size: 16px; + margin-left: 6px; +} +/* 我的工作项 */ +.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { + font-size: 16px; +} + +/* 其他分组每一项中title的样式 */ +.mob_dashboard_style .ibiz-panel-field--title span { + font-size: 16px; +} + .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: block !important; +} + +.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { + display: flex !important; +} + +.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { + background-color: #ffffff; +} + +.mob_dashboard_style .ibiz-view-content { + background-color: #ffffff; +} + .van-popover__content.van-popover__content--vertical { + border: var(--van-button-border-width) solid var(--van-button-default-border-color); + background: white; +} +button.van-button.van-button--default.van-button--normal.van-button--round { + border: 0; + margin: 2px; + padding: 0; +} +.ibiz-popper-toolbar .van-popover{ + --van-popover-action-width: 95px; +} +.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { + margin: 0; +} +.van-popover__content.van-popover__content--vertical span.van-button__text{ + display: flex; + align-items: center; +} +.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ + margin: 0px 6px -4px 7px; +} +.van-popup.van-popover.van-popover--light{ + left: -105px; +} + .ibiz-view-demobmdview.enablesort, +.ibiz-view-demoblistview.enablesort { +position: relative; +} +.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, +.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ +padding-right: 38px; +background-color: var(--ibiz-color-bg-1); +} +.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} +.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ +display: flex; +align-items: center; +justify-content: center; +width: 1.25rem; +height: 1.125rem; +font-size: 1.25rem; +} + /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ +position: relative; +} */ + + + /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, +.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .discuss_reply_padding .ibiz-form-group-content{ - padding-left: 5px; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ - padding-left: 0; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ - padding-left: 0; -} - .mob_list_view_style { - position: relative; -} -.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); -} -.mob_list_view_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - -.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { - position: absolute; - right: 40px; -} - .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container svg { - width: 24px; -} - -.mob_discuss_reply_list_style .ibiz-panel-field--total { - margin-right: 2px; - margin-top: 1px; -} - -.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { - margin-top: 9px; - display: inline-grid; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { - margin-top: 9px; - display: inline-grid; -} - .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { - margin-left: 15px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, -.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { - padding-left: 8px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group__content { - background-color: white; -} - .discuss-border-style .ibiz-grid-field-column__script{ - width: 70px; - text-align: center; - border: 1px solid #eee; - border-radius: 20px; - padding: 0px 10px; -} - .mob_discuss_post_status_style .van-field__body { - background-color: var(--ibiz-color-primary-light-hover); - border-radius: 20px; - height: 36px; - width: 85px; -} - -.mob_discuss_post_status_style .van-field__body span { - color: var(--ibiz-color-primary); -} - -.mob_discuss_post_status_style .ibiz-form-item-container { - padding: 0px; -} - -.mob_discuss_post_status_style .van-field__right-icon { - display: none; -} - -.mob_discuss_post_status_style .van-field__control--custom { - justify-content: center !important; -} - .discusses_mob_list_style .ibiz-panel-container--container span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 span, -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, -.discusses_mob_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { - height: 24px; - width: 24px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { - font-size: 8px; - min-width: 20px; - min-height: 20px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { - width: 20px; - height: 20px; -} - .discusses_mob_list_style .ibiz-panel-container--container2 { - width: 55px; - height: 23px; - border: 1px solid #d8d8d8; - border-radius: 10px; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 span, -.discusses_mob_list_style .ibiz-panel-container--container2 { - display: flex; - align-items: center; - justify-content: center; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { - margin-top: 1px; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { - margin-right: 3px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { - margin-top: 2px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { - margin-top: -3px; -} - -.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - /* .discusses_mob_list_style { - position: relative; -} -.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); + /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, +.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .post_edit_title_style .ibiz-panel-container--topic_container { - padding-left: 16px; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { - display: none !important; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { - padding: 0 !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name { - padding: 0 8px 0 16px !important; -} - -.post_edit_title_style .ibiz-identifier-title { - padding-left: 8px !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name span { - color: var(--el-text-color-regular); - font-size: var(--ibiz-font-size-header-5); - font-weight: var(--ibiz-font-weight-regular); -} - -.post_edit_title_style .ibiz-panel-field--topic_name::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: 20px; - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: 2px; - transform: translateY(-50%); -} - .discuss-comment-btn{ - width: 100px; -} -.discuss-comment-btn .el-button{ - min-height: var(--ibiz-height-control-default); - min-width: var(--ibiz-height-control-default); - background: transparent; - border: none; - color: var(--ibiz-color-text-3); - font-size: var(--ibiz-font-size-header-6); - padding: 8px; -} -.discuss-comment-btn .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { - border: none; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { - width: 20px; -} - -.mob_discuss_detal_list_style .ibiz-panel-field--total { - margin-left: 2px; - margin-right: 2px; - margin-top: 1px; -} - /* 详情页中的 容器边距 */ -.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ - margin: 10px; - border-radius: 10px; - /* background-color: white; */ -} -/* 选中分页 */ -.mob-details-style .van-tab--active{ - color: #6698ff; -} -.mob-details-style .van-tabs__line{ - background: #6698ff; -} - -.mob-details-style .ibiz-form-item--create_time span { - margin-top: 3px; -} - -.mob-details-style .van-tabs__wrap { - background-color: white; -} - -.mob-details-style .van-tabs__nav { - display: inline-flex !important; - margin-left: 30px; -} - -.mob-details-style .van-tab { - margin-right: 40px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 span { - display: inline-grid; - margin-top: 9px; -} - .mob-details-style .ibiz-form-group--grouppanel1 svg { - width: 28px; - height: 28px; - margin-left: 15px; -} - -.mob-details-style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; - display: inline-grid; - margin-top: 7px; -} - -.mob-details-style .ibiz-form-group--grouppanel2 span, -.mob-details-style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob-details-style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob-details-style .ibiz-form-item--name { - padding-left: 8px; -} - -.mob-details-style .ibiz-form-item--status { - padding-top: 10px; -} - .review_btn_style button[title="通过"] { - background-color: green; -} - -.review_btn_style button[title="拒绝"] { - background-color: red; -} - .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ - font-size: 12px; - color: #979899; -} - -.review-results-style .ibiz-form-item--title .ibiz-span{ - font-size: 16px; - font-weight: 600; -} - -.review-results-style .ibiz-mdctrl-container-item{ - border-top: 1px solid #dbdbdb; -} - -.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: white; - border-left: none; -} - .comment-list-height-auto .ibiz-no-data { - padding: 0; - --el-empty-image-width: 64px; - --el-empty-description-margin-top: 6px; -} -.comment-list-height-auto img { - max-width: 100%; -} -/* 流转空数据 */ -.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { - margin-top: -8px; -} - .comment-replay { - padding: 0 12px; - background-color: var(--ibiz-color-bg-0); -} -.comment-replay .ibiz-rawitem, -.comment-replay .ibiz-code-list__item, -.comment-replay .ibiz-panel-item-render--pcontent { - color: #999; -} -.comment-replay .ibiz-panel-item-render--pcontent { - display: flex; -} -.comment-replay .ibiz-panel-item-render--pcontent p { - margin: 8px 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.comment-replay .ibiz-raw__script .comment-tag { - pointer-events: none; -} - .comment_icon .ibiz-rawitem{ - font-size:24px; - opacity:0.5; - padding:8px 0; -} - .comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-0); - color: var(--ibiz-editor-default-text-color); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .mob_topic_discuss_list_style .ibiz-control-toolbar__item { - display: block !important; -} - -.mob_topic_discuss_list_style { - position: relative; -} -.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); - background-color: white !important; -} -.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { - top: 18px; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .resource-capacity-view .ibiz-panel-view-content--view_content { - padding: 0 var(--ibiz-spacing-tight); -} - -.resource-capacity-view .ibiz-form-page, -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { - height: 100% -} - -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { - height: calc(100% - 54px); -} - -.resource-capacity-view .ibiz-form-group--header { - line-height: 52px; - overflow-y: scroll; - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-capacity-view .ibiz-form-group--body { - overflow-y: scroll; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { - padding: 0; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { - height: 52px; - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { - height: 100%; - display: flex; - align-items: center; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { - overflow: hidden; -} -.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { - margin-left: var(--ibiz-spacing-extra-tight); -} - .road-map-view .time-line { - display: flex -} -.road-map-view .time-line-right { - display: flex; - flex-shrink: 0; - align-items: flex-start; - justify-content: center; - padding: 70px 8px 8px 8px; -} -.road-map-view .time-line-right--title { - width: 100px; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - margin-bottom: 40px; - padding: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); -} -.road-map-view .time-line-right--caption { - color: var(--ibiz-color-primary); - font-weight: var(--ibiz-font-weight-bold); -} -.road-map-view .time-line-right--description { - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} -.road-map-view .time-line-left { - flex-grow: 1; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - padding: var(--ibiz-spacing-base); -} - .road-map-view .time-line-left--line { - width: 100%; - height: 4px; - display: flex; - margin: 80px 20px; - align-items: center; - justify-content: space-between; - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item { - width: 12.5%; - flex-grow: 1; - position: relative; -} -.road-map-view .time-line-left--item:last-child { - background-color: var(--ibiz-color-white); -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { - bottom: 15px; -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__content { - bottom: 54px; -} -.road-map-view .time-line-left--item__dot { - width: 12px; - height: 12px; - border-radius: 50%; - background-color: var(--ibiz-color-white); - border: 3px solid var(--ibiz-color-success-hover); -} - .road-map-view .time-line-left--item__vertical { - width: 2px; - height: 36px; - position: absolute; - transform: translateX(5px); - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item__content { - display: flex; - bottom: -70px; - cursor: pointer; - width: max-content; - position: absolute; - align-items: center; - flex-direction: column; - justify-content: center; -} -.road-map-view .time-line-left--item__caption { - width: 100%; - color: var(--ibiz-color-text-0); - font-size: var(--ibiz-font-size-regular); -} -.road-map-view .time-line-left--item__time { - width: 100%; - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} - -.road-map-view .time-line-left--item__content a { - text-decoration: unset !important; -} - .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { - padding-left: 18px; -} - - .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ - width: 76px; - text-align: center; -} - .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { - display: none; -} - .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { - padding: 10px 10px 0 10px; -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { - background-color: var(--ibiz-color-bg-1); - border-radius: 5px; -}.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item.is-active { - background-color: var(--ibiz-control-list-active-bg-color); -} - .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { - border-radius: 0; -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, -.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { - background-color: var(--ibiz-color-fill-0); - padding-bottom: 8px; -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { - padding: 10px 0; -} - - - /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ - margin: -15% 0% 0% -35%; + .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { +fill: var(--van-gray-6); +} +/* 适配有视图头的情况 */ +.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); +} +/* 适配首页仪表盘 */ +.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} + .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ + width: 105px; +} +.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { + width: 112px; + padding-left: 3px; +} +.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ + width: 108px; +} + .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ + font-size: 18px; +} +.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ + width: 24px; +} + .ibiz-quill .van-popup .ql-editor.ql-blank { + padding: 12px 15px; +} +.ibiz-quill .van-popup .ql-editor.ql-blank::before { + left: 15px; +} + .mob_workspace_style .ibiz-view-content--view_content{ + display: block !important; +} + +.mob_workspace_style .ibiz-panel-container--view_content > div { + display: block !important; +} + /* 卡片 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ + flex-wrap: unset; + overflow: scroll; + padding-left: 0.5rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ + display: none; +} +/* 背景定位 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { + position: relative; + border: 1px solid #eeeeee; + border-radius: 5px; + box-shadow: none; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ + content: ''; + display: inline-block; + width: 100%; + height: 36px; + position: absolute; + top: 0; + left: 0; + z-index: 6; + background-color: var(--ibiz-color-disabled-fill); +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ + position: relative; + z-index: 10; +} + + .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ + font-weight: bolder; + font-size: 0.95rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ + color: #6a6a6a; +} + +.ibiz-control-appmenu .van-tabbar-item__icon{ + width: 16px; +} +/* 最近访问 显示更多 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; + padding-left: 0; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ + font-size: 0.95rem; + color: #6698ff; +} + + .mob-home-style .ibiz-panel-container-group-header{ + border-bottom: 0px !important; + height: 25px; +} +.mob-home-style .ibiz-panel-container-group__caption{ + font-size: 16px !important; + font-weight: 400 !important; +} +.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} +.mob-home-style .ibiz-panel-field--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} + /* 标题 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + + +/* 容器元素换行 */ +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} + +/* 为空不显示 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { + display: none; +} + /* 字体颜色、位置 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} + +/* 依赖名称 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ + color: #aaaaaa; +} + /* 最近访问 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .ibiz-form-group--grouppanel_attachment_create{ + position: relative; +} + .mob_descript_comment .ibiz-quill-preview__edit { + top: -2.125rem; + right: 0; +} + + .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .mob-library-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-library-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-library-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 110px; + top: 2px; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { + top: -230px !important; +} + .mob_login_style .ibiz-panel-container-image{ + background-size: cover; +} +.mob_login_style .ibiz-rawitem__image path{ + fill: #219cf0; +} +.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-button--auth_loginbutton{ + border-radius: 10px; + border: 1px solid #c2c2c2; +} +.mob_login_style .van-field__control::placeholder{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container4{ + margin-top: 15vh; +} +.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ + font-size: 28px; + font-weight: 600; + color: #2fbaf5; +} + .ibiz-form-group { + padding: 0; +} +.ibiz-form-group--style2 { + padding: 4px; + border-radius: 0; +} +.ibiz-form-group--style2 > .ibiz-form-group-header { + border-radius: 4px 4px 0 0; +} +.ibiz-form-group--style2 > .ibiz-form-group__content { + padding: 4px 0; + background-color: var(--ibiz-form-group-header-bg-color); + border-radius: 4px; +} +.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { + padding-top: 0; +} + + .mob_comment_list_style .ibiz-panel-button{ + border: 0; +} +.mob_comment_list_style .ibiz-panel-button-content--icon{ + font-size: 18px; +} +.mob_comment_list_style .ibiz-panel-container--container2{ + margin-top: 10px; +} +.mob_comment_list_style .ibiz-mob-personal-info-content__tip { + margin-top: -15px; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { + margin-top: 0px !important; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ + margin: -12px 0px 0px 40px; + color: #9d9d9d; +} +.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { + margin-left: 40px; + width:auto; +} +.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ + height: 0px !important; +} + .mob-comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-3); + color: var(--ibiz-color-text-2); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.mob-comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .comment_style_main{ + background: white; + position: relative; + z-index: 1; + box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); +} +.comment_style_main .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.comment_style_main .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-button{ + border: 0; +} +.comment_style_main #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} +.comment_style_main .ibiz-panel-field--comment_count span{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-field--attention_count span{ + color: #aaaaaa; +} + .comment_style_list{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.comment_style_list .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; +} +.comment_style_list .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_list .ibiz-panel-button{ + height: 32px; + width: 50px; + background: #6698ff; + color: white; + border-radius: 5px; +} +.comment_style_list #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + .mob_md_view_style{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.mob_md_view_style .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.mob_md_view_style .ibiz-rawitem__text{ + color: #aaaaaa; +} +.mob_md_view_style .ibiz-panel-button{ + border: 0; +} +.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + /* 标题 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 负责人 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { + /* display: none; */ +} + +/* 图标,防止字数过多时发生形变 */ +.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +/* 防止出现滚动条 */ +.mob_common_list_style .ibiz-panel-container>.ibiz-row { + overflow-y: hidden !important; +} + /* 容器元素换行 */ +.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { + display: none; +} +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ + justify-content: center; + width: 38px; +} + .ibiz-portal-view.ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-0); +} +.ibiz-portal-view .ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-1); +} + .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ + font-size: 14px !important; +} + .mob-idea-md-view-style { + position: relative; +} +.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_page_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_style .ibiz-form-item--publish_name { + padding-left: 10px; +} + .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ + margin: 0; + border-radius: 0; + width: auto; + overflow: visible; +} +.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, +.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ + border: none; + background: transparent; +} +.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ + right: 0.35rem; + top: -45px; +} +.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ + margin-right: 10px; +} +.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ + overflow: visible; +} + .mob-advanced-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-advanced-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-advanced-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 95px; + top: 3px; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .space_main_list_syle .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + +.space_main_list_syle .ibiz-icon svg.icon path { + fill: #20A0FF; +} + .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.space_mob_page_style .ibiz-control-viewlayoutpanel-content { + background-color: rgba(255, 255, 255, 1); +} + +.space_mob_page_style .ibiz-panel-field--name span{ + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.space_mob_page_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + /* margin-top: 5px; */ +} + +.space_mob_page_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} +.space_mob_page_style .ibiz-panel-rawitem--static_image1{ + padding: 0px 15px 0px 0px; +} + /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { + position: fixed; + bottom: 135px; + right: 30px; + z-index: 1000; + width: 44px; + height: 44px; + border-radius: 50%; + background-color: white; + box-shadow: 1px 4px 6px 3px #dad7d7; +} */ + +.mob_page_edit_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_edit_style .ibiz-form-item--publish_name { + padding-left: 10px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { + margin-bottom: 6px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ + padding-top: 5px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel3{ + position: relative; +} + /* 评论容器取消发送按钮位置 */ +.space-page-view .ibiz-panel-container--container_comment{ + position: relative; +} +.space-page-view .ibiz-panel-button--comment__cancel, +.space-page-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 14px; +} +.space-page-view .ibiz-panel-button--comment__cancel { + right: 90px; +} +.space-page-view .ibiz-control-form { + height: 100%; + overflow: auto; +} +.space-page-view .ibiz-control-form img { + max-width: 100%; +} +/* 修复附件表格滚动条异常 */ +.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { + max-height: 100%; +} +/* 修复评论编辑页关注人滚动条异常 */ +.space-page-view .ibiz-attention-select-value-multiple{ + overflow: hidden; +} +.space-page-view .ibiz-panel-container--right_container{ + border-left: 1px solid #e7e7e7; +} + + + .space-page-view .ibiz-toolbar-item-counter { + background-color: #e0e0e0 !important; + color: grey !important; + margin-left: 10px !important; +} + .purple-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #d2d8ed; + vertical-align: inherit; +} +.ibiz-span .purple-span { + margin: 4px 0; +} + .red-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #fcd0cb; + vertical-align: inherit; +} +.ibiz-span .red-span { + margin: 4px 0; +} + + + .mob-red-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: red; +} + .green-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ccf2cc; + vertical-align: inherit; +} +.ibiz-span .green-span { + margin: 4px 0; +} + .mob-green-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: #3ae23a; +} + .ibiz-form-item{ + --ibiz-form-item-placeholder-color:#cacaca; +} +.el-input{ + --el-input-placeholder-color:#cacaca; +} + .more_log_style .ibiz-control-toolbar__item { + position: absolute !important; + margin: -65px 0px 0px -65px !important; +} + +.more_log_style .el-button { + --el-button-bg-color: none !important; + --el-button-text-color: rgb(70 107 144) !important; + --el-button-hover-text-color: none !important; + --el-button-hover-bg-color: none !important; + --el-button-hover-border-color: none !important; + --el-button-active-text-color: node !important; + --el-button-active-bg-color: none !important; +} + .blue-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #c8e8fa; + vertical-align: inherit; +} +.ibiz-span .blue-span { + margin: 4px 0; +} + .mob-blue-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: blue; +} + /* 表单分组标题 */ +.ibiz-form-group__caption{ + font-size: var(--ibiz-form-item-container-font-size); + font-weight: var(--ibiz-form-group-caption-font-regular); + color: var(--ibiz-form-item-container-label-color); +} + .form-group-to-grid-header { + height: 54px; + background-color: rgba(var(--ibiz-grey-1), 1); +} +.form-group-to-grid-header .ibiz-row--grid { + display: flex; + align-items: center; +} +.form-group-to-grid-header .ibiz-form-raw-item { + padding: 8px 4px; +} + /* 表格头全局样式 */ +body .ibiz-control-grid { +--ibiz-control-grid-header-height: 54px; /* 重新赋值 */ +} +/* 适配增加的高度,使表格头垂直居中 */ +body .ibiz-control-grid__table .el-table__header-wrapper .cell { +padding-top: 16px; +padding-bottom: 16px; +} + .normal-rich-text *{ + font-style: normal !important; + text-decoration: none !important; + color: rgb(85, 91, 97) !important; + background-color: transparent !important; + font-size: 14px !important; + font-weight: 400 !important; + text-align: left !important; + text-overflow: ellipsis; + text-wrap: nowrap; + word-break: break-all; +} +.normal-rich-text a { + pointer-events: none; +} + .ibiz-panel-view-content { + --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); +} + /* 视图右侧padding */ +.ibiz-panel-view-header .ibiz-panel-container--view_header_right { + padding: 0 var(--ibiz-spacing-tight); +} +/* 树padding */ +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding: 0 var(--ibiz-spacing-tight); +} +.ibiz-control-treeexpbar .ibiz-panel-exp-header { + padding: 0 var(--ibiz-spacing-tight); +} + .view-content-no-padding .ibiz-panel-view-content { + padding: 0; +} +.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { + padding: var(--ibiz-panel-view-content-padding); +} + + .ibiz-view-message { + padding: var(--ibiz-spacing-tight); +} +.ibiz-view-message .el-alert--info.is-light { + background-color: var(--el-alert-bg-color); +} + /* 全局 计数器 样式 */ +.ibiz-badge.ibiz-badge { +min-width: 16px; +text-align: center; +font-size: var(--ibiz-font-size-small); +padding: 0 var(--ibiz-spacing-extra-tight); +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} +/* 表单分页计数器 */ +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { + padding-right: var(--ibiz-spacing-base-loose); + position: relative; +} +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-text-3); + background-color: var(--ibiz-color-fill-0); + padding: 0 var(--ibiz-spacing-extra-tight); + top: calc(50% - 2px); + font-size: var(--ibiz-font-size-small); + right: var(--ibiz-font-size-header-6); +} +.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + + /* .discuss_bottom_shadow_style{ + position: relative; + box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); + padding: 2px 0px 0px 0px; } */ - -/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ - position: relative; - box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); + .discuss_reply_padding .ibiz-form-group-content{ + padding-left: 5px; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ + padding-left: 0; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ + padding-left: 0; +} + .mob_list_view_style { + position: relative; +} +.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); +} +.mob_list_view_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + +.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { + position: absolute; + right: 40px; +} + .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container svg { + width: 24px; +} + +.mob_discuss_reply_list_style .ibiz-panel-field--total { + margin-right: 2px; + margin-top: 1px; +} + +.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { + margin-top: 9px; + display: inline-grid; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { + margin-top: 9px; + display: inline-grid; +} + .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { + margin-left: 15px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, +.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { + padding-left: 8px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group__content { + background-color: white; +} + .discuss-border-style .ibiz-grid-field-column__script{ + width: 70px; + text-align: center; + border: 1px solid #eee; + border-radius: 20px; + padding: 0px 10px; +} + .mob_discuss_post_status_style .van-field__body { + background-color: var(--ibiz-color-primary-light-hover); + border-radius: 20px; + height: 36px; + width: 85px; +} + +.mob_discuss_post_status_style .van-field__body span { + color: var(--ibiz-color-primary); +} + +.mob_discuss_post_status_style .ibiz-form-item-container { + padding: 0px; +} + +.mob_discuss_post_status_style .van-field__right-icon { + display: none; +} + +.mob_discuss_post_status_style .van-field__control--custom { + justify-content: center !important; +} + .discusses_mob_list_style .ibiz-panel-container--container span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 span, +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, +.discusses_mob_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { + height: 24px; + width: 24px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { + font-size: 8px; + min-width: 20px; + min-height: 20px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { + width: 20px; + height: 20px; +} + .discusses_mob_list_style .ibiz-panel-container--container2 { + width: 55px; + height: 23px; + border: 1px solid #d8d8d8; + border-radius: 10px; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 span, +.discusses_mob_list_style .ibiz-panel-container--container2 { + display: flex; + align-items: center; + justify-content: center; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { + margin-top: 1px; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { + margin-right: 3px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { + margin-top: 2px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { + margin-top: -3px; +} + +.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + /* .discusses_mob_list_style { + position: relative; +} +.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); } */ -.msg_bottom_shadow_style .msg_heard_style{ - border-bottom: 1px solid #ebebeb; -} - - .notify_field_checkbox_style .el-checkbox{ - width: 120px; -} - - - .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { - margin: 0px 0px 4px; -} - -/* .management_setting_style .ibiz-breadcrumb { - display: none !important; + .post_edit_title_style .ibiz-panel-container--topic_container { + padding-left: 16px; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { + display: none !important; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { + padding: 0 !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name { + padding: 0 8px 0 16px !important; +} + +.post_edit_title_style .ibiz-identifier-title { + padding-left: 8px !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name span { + color: var(--el-text-color-regular); + font-size: var(--ibiz-font-size-header-5); + font-weight: var(--ibiz-font-weight-regular); +} + +.post_edit_title_style .ibiz-panel-field--topic_name::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: 20px; + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: 2px; + transform: translateY(-50%); +} + .discuss-comment-btn{ + width: 100px; +} +.discuss-comment-btn .el-button{ + min-height: var(--ibiz-height-control-default); + min-width: var(--ibiz-height-control-default); + background: transparent; + border: none; + color: var(--ibiz-color-text-3); + font-size: var(--ibiz-font-size-header-6); + padding: 8px; +} +.discuss-comment-btn .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { + border: none; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { + width: 20px; +} + +.mob_discuss_detal_list_style .ibiz-panel-field--total { + margin-left: 2px; + margin-right: 2px; + margin-top: 1px; +} + /* 详情页中的 容器边距 */ +.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ + margin: 10px; + border-radius: 10px; + /* background-color: white; */ +} +/* 选中分页 */ +.mob-details-style .van-tab--active{ + color: #6698ff; +} +.mob-details-style .van-tabs__line{ + background: #6698ff; +} + +.mob-details-style .ibiz-form-item--create_time span { + margin-top: 3px; +} + +.mob-details-style .van-tabs__wrap { + background-color: white; +} + +.mob-details-style .van-tabs__nav { + display: inline-flex !important; + margin-left: 30px; +} + +.mob-details-style .van-tab { + margin-right: 40px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 span { + display: inline-grid; + margin-top: 9px; +} + .mob-details-style .ibiz-form-group--grouppanel1 svg { + width: 28px; + height: 28px; + margin-left: 15px; +} + +.mob-details-style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; + display: inline-grid; + margin-top: 7px; +} + +.mob-details-style .ibiz-form-group--grouppanel2 span, +.mob-details-style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob-details-style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob-details-style .ibiz-form-item--name { + padding-left: 8px; +} + +.mob-details-style .ibiz-form-item--status { + padding-top: 10px; +} + .review_btn_style button[title="通过"] { + background-color: green; +} + +.review_btn_style button[title="拒绝"] { + background-color: red; +} + .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ + font-size: 12px; + color: #979899; +} + +.review-results-style .ibiz-form-item--title .ibiz-span{ + font-size: 16px; + font-weight: 600; +} + +.review-results-style .ibiz-mdctrl-container-item{ + border-top: 1px solid #dbdbdb; +} + +.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: white; + border-left: none; +} + .comment-list-height-auto .ibiz-no-data { + padding: 0; + --el-empty-image-width: 64px; + --el-empty-description-margin-top: 6px; +} +.comment-list-height-auto img { + max-width: 100%; +} +/* 流转空数据 */ +.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { + margin-top: -8px; +} + .comment-replay { + padding: 0 12px; + background-color: var(--ibiz-color-bg-0); +} +.comment-replay .ibiz-rawitem, +.comment-replay .ibiz-code-list__item, +.comment-replay .ibiz-panel-item-render--pcontent { + color: #999; +} +.comment-replay .ibiz-panel-item-render--pcontent { + display: flex; +} +.comment-replay .ibiz-panel-item-render--pcontent p { + margin: 8px 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.comment-replay .ibiz-raw__script .comment-tag { + pointer-events: none; +} + .comment_icon .ibiz-rawitem{ + font-size:24px; + opacity:0.5; + padding:8px 0; +} + .comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-0); + color: var(--ibiz-editor-default-text-color); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .mob_topic_discuss_list_style .ibiz-control-toolbar__item { + display: block !important; +} + +.mob_topic_discuss_list_style { + position: relative; +} +.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); + background-color: white !important; +} +.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { + top: 18px; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .resource-capacity-view .ibiz-panel-view-content--view_content { + padding: 0 var(--ibiz-spacing-tight); +} + +.resource-capacity-view .ibiz-form-page, +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { + height: 100% +} + +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { + height: calc(100% - 54px); +} + +.resource-capacity-view .ibiz-form-group--header { + line-height: 52px; + overflow-y: scroll; + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-capacity-view .ibiz-form-group--body { + overflow-y: scroll; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { + padding: 0; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { + height: 52px; + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { + height: 100%; + display: flex; + align-items: center; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { + overflow: hidden; +} +.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { + margin-left: var(--ibiz-spacing-extra-tight); +} + .road-map-view .time-line { + display: flex +} +.road-map-view .time-line-right { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: center; + padding: 70px 8px 8px 8px; +} +.road-map-view .time-line-right--title { + width: 100px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + margin-bottom: 40px; + padding: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); +} +.road-map-view .time-line-right--caption { + color: var(--ibiz-color-primary); + font-weight: var(--ibiz-font-weight-bold); +} +.road-map-view .time-line-right--description { + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} +.road-map-view .time-line-left { + flex-grow: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: var(--ibiz-spacing-base); +} + .road-map-view .time-line-left--line { + width: 100%; + height: 4px; + display: flex; + margin: 80px 20px; + align-items: center; + justify-content: space-between; + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item { + width: 12.5%; + flex-grow: 1; + position: relative; +} +.road-map-view .time-line-left--item:last-child { + background-color: var(--ibiz-color-white); +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { + bottom: 15px; +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__content { + bottom: 54px; +} +.road-map-view .time-line-left--item__dot { + width: 12px; + height: 12px; + border-radius: 50%; + background-color: var(--ibiz-color-white); + border: 3px solid var(--ibiz-color-success-hover); +} + .road-map-view .time-line-left--item__vertical { + width: 2px; + height: 36px; + position: absolute; + transform: translateX(5px); + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item__content { + display: flex; + bottom: -70px; + cursor: pointer; + width: max-content; + position: absolute; + align-items: center; + flex-direction: column; + justify-content: center; +} +.road-map-view .time-line-left--item__caption { + width: 100%; + color: var(--ibiz-color-text-0); + font-size: var(--ibiz-font-size-regular); +} +.road-map-view .time-line-left--item__time { + width: 100%; + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} + +.road-map-view .time-line-left--item__content a { + text-decoration: unset !important; +} + .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { + padding-left: 18px; +} + + .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ + width: 76px; + text-align: center; +} + .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { + display: none; +} + .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { + padding: 10px 10px 0 10px; + background-color: transparent; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { + background-color: var(--ibiz-color-bg-1); + border-radius: 5px; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item.is-active .ibiz-control-list-item { + background-color: var(--ibiz-control-list-active-bg-color); +} + .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { + border-radius: 0; +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, +.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { + background-color: var(--ibiz-color-fill-0); + padding-bottom: 8px; +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { + padding: 10px 0; +} + + + /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ + margin: -15% 0% 0% -35%; +} */ + +/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ + position: relative; + box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); +} */ +.msg_bottom_shadow_style .msg_heard_style{ + border-bottom: 1px solid #ebebeb; +} + + .notify_field_checkbox_style .el-checkbox{ + width: 120px; +} + + + .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { + margin: 0px 0px 4px; +} + +/* .management_setting_style .ibiz-breadcrumb { + display: none !important; } */ - .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, -.common-level-average::after{ -background-color: var(--ibiz-color-primary) !important; -} - /* 圆 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -content: ''; -display: block; -width: 12px; -height: 12px; -min-width: 12px; -max-width: 12px; -margin-right: var(--ibiz-spacing-extra-tight); -border-radius: 50%; -background-color: var(--ibiz-color-fill-0); -} - /* 基础定位 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input, -.common-level-veryimportant, -.common-level-important, -.common-level-average, -.common-level-unimportant, -.common-level-unknown { -position: relative; -padding-left: var(--ibiz-spacing-base); -} -/* 圆对齐及间距 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { -display: flex; -align-items: center; -margin: 0; -padding: 0; -} -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -margin-right: var(--ibiz-spacing-base-loose); -} -.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { -height: 12px; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { -margin-left: 3px; -} - -/* 最后一个圆的定位 */ -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -position:absolute; -left:0; -} -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ -left:var(--ibiz-spacing-tight); -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -left:var(--ibiz-spacing-tight); -} -/* 编辑器弹框按钮样式 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, -.common-level-dropdown .ibiz-dropdown .el-select .el-input{ -min-height:var(--ibiz-height-control-default); -padding:0 var(--ibiz-spacing-tight); -padding-left:var(--ibiz-spacing-loose); -display:flex; -align-items:center; -border-radius:var(--ibiz-border-radius-small); -cursor:pointer; -} - .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { -min-height: 32px; -margin: 0; -} -/* 编辑态按钮 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input { -overflow: hidden; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { -display: none; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { -position: absolute; -left: 0; -margin-left: var(--ibiz-spacing-base); -border-radius: var(--ibiz-border-radius-small); -} -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { -padding: 0; -margin: 0; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { -min-width: 12px; -max-width: 12px; -box-shadow: none !important; -} - /* 移入效果 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, -.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { -background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { -background-color: var(--ibiz-color-bg-0); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { -background-color: var(--ibiz-color-primary-light-default); -} -/* 表格内样式 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { -margin-left: -4px; -} -/* 表格内文字不显示 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { -font-size: 0; -} -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { -width: 0; -height: 0; -} - /* 自适应宽度 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { -width: auto; -} -.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { - padding: 0; -} - .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, -.common-level-unknown::after, -.common-level-unknown::before, -.common-level-unknown>span::before { -background-color: transparent !important; -box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; -} - .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, -.common-level-important::after, -.common-level-important::before{ -background-color: var(--ibiz-color-primary) !important; -} - .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, -.common-level-veryimportant::after, -.common-level-veryimportant::before, -.common-level-veryimportant>span::before { -background-color: var(--ibiz-color-primary) !important; -} - .idea_tree_node_style .ibiz-panel-field--title{ - font-size: 14px; - font-weight: 600; -} -.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ - margin: 0px 0px 0px 10px; - width: 50px; - height: 30px; - border-radius: 10px; - background: #d4d4d4; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ - color: #999999; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} - .page_info_style .ibiz-form-item-container--left { - text-align: left; -} - -.page_info_style .ibiz-form-item-container__label { - text-align: left; -} - - /* 按钮样式 */ -.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_page_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .project-notice-style .ibiz-portlet-layout-content, -.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ - overflow: visible; -} -.project-notice-style .ibiz-html-custom-toolbar { - position: absolute; - top: -55px; -} -.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ - width: 44px; - } - - - /* 分组面板高度自适应 */ -.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ - height: 100% !important; -} - -/* 去掉下划线 */ -.mob_project_overview_style .ibiz-form-item-container::after{ - height: 0px; -} - .project_warning_style .ibiz-panel-container--container1 { - background-color: orange; - cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container2 { - background-color: deepskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container3 { - background-color: dodgerblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container7 { - background-color: aliceblue -} - -.project_warning_style .ibiz-panel-container--container5 { - background-color: lightskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container6 span { - color: white; -} - -.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { - font-weight: bold; - font-size: 28px; -} - -.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { - font-size: 16px; -} - - - .project_warning_style .ibiz-panel-field--overdue_ratio span { - font-size: 28px; - color: deepskyblue; - font-weight: bold; -} - -.project_warning_style .ibiz-panel-rawitem--static_text3 span { - font-size: 16px; -} - -.project_warning_style .ibiz-panel-container--page_container { - margin-top: 10px; -} - -.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { - position: relative; -} - -.project_warning_style .ibiz-panel-rawitem--static_image, -.project_warning_style .ibiz-panel-rawitem--static_image1, -.project_warning_style .ibiz-panel-rawitem--static_image2, -.project_warning_style .ibiz-panel-rawitem--static_image3 { - top: 6px; - position: absolute; - right: 22px; -} - .project_warning_style .ibiz-panel-container--container8, -.project_warning_style .ibiz-panel-container--container9, -.project_warning_style .ibiz-panel-container--container10 { - padding: 18px 15px; -} - -.project_warning_style .ibiz-panel-container--container11 { - padding: 15px 40px 15px 15px; -} - - /* 背景定位 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { -position: relative; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ -content: ''; -display: inline-block; -width: 100%; -height: 36px; -position: absolute; -top: 0; -left: 0; -z-index: 6; -background-color: var(--ibiz-color-disabled-fill); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -position: relative; -z-index: 10; -} -/* 字体样式 */ -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { -width: 100%; -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { -font-size: var(--ibiz-font-size-header-5); -color: var(--ibiz-color-text-0); -} - .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { -color: var(--ibiz-color-text-3); -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { -font-size: 0; -} -/* 设置边距 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { -margin-top: var(--ibiz-spacing-base); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -padding-top: 22px; -padding-bottom: 0px; -} - .mob_home_my_style{ - position: relative; -} -.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_home_my_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .advancedSearch .ibiz-form-group-header { - border-bottom: none; - } -.advancedSearch .ibiz-teleport-placeholder { - height: 100%; - background-color: #fbfbfb; - border-left: 1px solid #eee; -} -.advancedSearch .ibiz-control-searchbar-quick-search{ - width: 100%; - margin:0 32px; -} -.advancedSearch .ibiz-panel-view-header { - border-bottom:none; -} -.advancedSearch .ibiz-control-captionbar-caption::before{ - display:none; -} -.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { - padding: 0 32px; -} -.advancedSearch .ibiz-panel-view-content { - padding: 8px 32px 0px 32px; -} -.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ - --el-input-height:46px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { - border-radius: 4px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { - font-size:18px; - } - - .cursor_style { - cursor: pointer; + .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, +.common-level-average::after{ +background-color: var(--ibiz-color-primary) !important; +} + /* 圆 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +content: ''; +display: block; +width: 12px; +height: 12px; +min-width: 12px; +max-width: 12px; +margin-right: var(--ibiz-spacing-extra-tight); +border-radius: 50%; +background-color: var(--ibiz-color-fill-0); +} + /* 基础定位 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input, +.common-level-veryimportant, +.common-level-important, +.common-level-average, +.common-level-unimportant, +.common-level-unknown { +position: relative; +padding-left: var(--ibiz-spacing-base); +} +/* 圆对齐及间距 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { +display: flex; +align-items: center; +margin: 0; +padding: 0; +} +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +margin-right: var(--ibiz-spacing-base-loose); +} +.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { +height: 12px; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { +margin-left: 3px; +} + +/* 最后一个圆的定位 */ +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +position:absolute; +left:0; +} +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ +left:var(--ibiz-spacing-tight); +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +left:var(--ibiz-spacing-tight); +} +/* 编辑器弹框按钮样式 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, +.common-level-dropdown .ibiz-dropdown .el-select .el-input{ +min-height:var(--ibiz-height-control-default); +padding:0 var(--ibiz-spacing-tight); +padding-left:var(--ibiz-spacing-loose); +display:flex; +align-items:center; +border-radius:var(--ibiz-border-radius-small); +cursor:pointer; +} + .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { +min-height: 32px; +margin: 0; +} +/* 编辑态按钮 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input { +overflow: hidden; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { +display: none; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { +position: absolute; +left: 0; +margin-left: var(--ibiz-spacing-base); +border-radius: var(--ibiz-border-radius-small); +} +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { +padding: 0; +margin: 0; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { +min-width: 12px; +max-width: 12px; +box-shadow: none !important; +} + /* 移入效果 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, +.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { +background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { +background-color: var(--ibiz-color-bg-0); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { +background-color: var(--ibiz-color-primary-light-default); +} +/* 表格内样式 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { +margin-left: -4px; +} +/* 表格内文字不显示 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { +font-size: 0; +} +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { +width: 0; +height: 0; +} + /* 自适应宽度 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { +width: auto; +} +.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { + padding: 0; +} + .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, +.common-level-unknown::after, +.common-level-unknown::before, +.common-level-unknown>span::before { +background-color: transparent !important; +box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; +} + .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, +.common-level-important::after, +.common-level-important::before{ +background-color: var(--ibiz-color-primary) !important; +} + .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, +.common-level-veryimportant::after, +.common-level-veryimportant::before, +.common-level-veryimportant>span::before { +background-color: var(--ibiz-color-primary) !important; +} + .idea_tree_node_style .ibiz-panel-field--title{ + font-size: 14px; + font-weight: 600; +} +.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ + margin: 0px 0px 0px 10px; + width: 50px; + height: 30px; + border-radius: 10px; + background: #d4d4d4; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ + color: #999999; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} + .page_info_style .ibiz-form-item-container--left { + text-align: left; +} + +.page_info_style .ibiz-form-item-container__label { + text-align: left; +} + + /* 按钮样式 */ +.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_page_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .project-notice-style .ibiz-portlet-layout-content, +.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ + overflow: visible; +} +.project-notice-style .ibiz-html-custom-toolbar { + position: absolute; + top: -55px; +} +.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ + width: 44px; + } + + + /* 分组面板高度自适应 */ +.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ + height: 100% !important; +} + +/* 去掉下划线 */ +.mob_project_overview_style .ibiz-form-item-container::after{ + height: 0px; +} + .project_warning_style .ibiz-panel-container--container1 { + background-color: orange; + cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container2 { + background-color: deepskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container3 { + background-color: dodgerblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container7 { + background-color: aliceblue +} + +.project_warning_style .ibiz-panel-container--container5 { + background-color: lightskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container6 span { + color: white; +} + +.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { + font-weight: bold; + font-size: 28px; +} + +.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { + font-size: 16px; +} + + + .project_warning_style .ibiz-panel-field--overdue_ratio span { + font-size: 28px; + color: deepskyblue; + font-weight: bold; +} + +.project_warning_style .ibiz-panel-rawitem--static_text3 span { + font-size: 16px; +} + +.project_warning_style .ibiz-panel-container--page_container { + margin-top: 10px; +} + +.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { + position: relative; +} + +.project_warning_style .ibiz-panel-rawitem--static_image, +.project_warning_style .ibiz-panel-rawitem--static_image1, +.project_warning_style .ibiz-panel-rawitem--static_image2, +.project_warning_style .ibiz-panel-rawitem--static_image3 { + top: 6px; + position: absolute; + right: 22px; +} + .project_warning_style .ibiz-panel-container--container8, +.project_warning_style .ibiz-panel-container--container9, +.project_warning_style .ibiz-panel-container--container10 { + padding: 18px 15px; +} + +.project_warning_style .ibiz-panel-container--container11 { + padding: 15px 40px 15px 15px; +} + + /* 背景定位 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { +position: relative; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ +content: ''; +display: inline-block; +width: 100%; +height: 36px; +position: absolute; +top: 0; +left: 0; +z-index: 6; +background-color: var(--ibiz-color-disabled-fill); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +position: relative; +z-index: 10; +} +/* 字体样式 */ +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { +width: 100%; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { +font-size: var(--ibiz-font-size-header-5); +color: var(--ibiz-color-text-0); +} + .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { +color: var(--ibiz-color-text-3); +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { +font-size: 0; +} +/* 设置边距 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { +margin-top: var(--ibiz-spacing-base); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +padding-top: 22px; +padding-bottom: 0px; +} + .mob_home_my_style{ + position: relative; +} +.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_home_my_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .advancedSearch .ibiz-form-group-header { + border-bottom: none; + } +.advancedSearch .ibiz-teleport-placeholder { + height: 100%; + background-color: #fbfbfb; + border-left: 1px solid #eee; +} +.advancedSearch .ibiz-control-searchbar-quick-search{ + width: 100%; + margin:0 32px; +} +.advancedSearch .ibiz-panel-view-header { + border-bottom:none; +} +.advancedSearch .ibiz-control-captionbar-caption::before{ + display:none; +} +.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { + padding: 0 32px; +} +.advancedSearch .ibiz-panel-view-content { + padding: 8px 32px 0px 32px; +} +.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ + --el-input-height:46px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { + border-radius: 4px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { + font-size:18px; + } + + .cursor_style { + cursor: pointer; } /*** END:系统样式表 ***/ \ No newline at end of file diff --git a/model/PSSYSAPPS/plmwiki/PSSYSAPP.json b/model/PSSYSAPPS/plmwiki/PSSYSAPP.json index d5a7d8697885226c8389167e12d847c52f4c7d6c..ab34a8808600bc70330ed8ddd33f131c780a9b1a 100644 --- a/model/PSSYSAPPS/plmwiki/PSSYSAPP.json +++ b/model/PSSYSAPPS/plmwiki/PSSYSAPP.json @@ -721,7 +721,7 @@ "pluginCode" : "COMMENT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizHtmlComment", - "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.205", + "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.215", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -844,7 +844,7 @@ "pluginCode" : "COMMENT_ITEM", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizCommentItemRawItem", - "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.139", + "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.209", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { diff --git a/model/PSSYSAPPS/plmwiki/PSSYSAPP.json.css b/model/PSSYSAPPS/plmwiki/PSSYSAPP.json.css index 1a8d68b45badf9d66546f546f3bf3dd8b10935de..59636e4bfd628f08fb2a21a49c79e0f037713c0d 100644 --- a/model/PSSYSAPPS/plmwiki/PSSYSAPP.json.css +++ b/model/PSSYSAPPS/plmwiki/PSSYSAPP.json.css @@ -1,5788 +1,5795 @@ /*** START:系统样式表 ***/ - .drbar-ex-underline { -border-bottom: 1px solid var(--ibiz-color-border); -} - -/* drbar头部样式 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { -padding: 8px 0px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { -margin-left: 4px; -} -.drbar-ex-underline .ibiz-panel-container--container { -padding-right: 4px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ -border: none; -} - -/* 图标居中 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, -.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { -margin: 0; -} - .editview2-menu .ibiz-control-drbar__menu { - padding: 8px 16px; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { - width: 100%; - height: 48px; - padding-left: 8px !important; - pointer-events: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { - color: #888d91; -} -.editview2-menu - .ibiz-control-drbar__menu - .el-sub-menu__title - .el-sub-menu__icon-arrow { - display: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { - background: 0 0; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item { - height: 32px; - padding: 0; - padding-left: 24px; - border-radius: 4px; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item:hover { - background: var(--ibiz-color-bg-0); -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item.is-active { - color: #557da5; - background: #d9ecff; -} - - .html-readonly-bg-white .ibiz-html .w-e-scroll { - background-color: var(--ibiz-color-bg-0); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { - background-color: var(--ibiz-color-bg-1); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { - background-color: var(--ibiz-color-bg-1); -} - - .pc_login_style .ibiz-panel-container-image{ - min-height: 100%; - min-width: 100%; - background-size: cover; - background-attachment: fixed; -} -.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ - width: 100%; - height: 100%; -} -.pc_login_style .ibiz-panel-container--container9{ - margin: 3vw 0px 0px 3vw; -} -.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container1 { - position: absolute; - right: 7vw; - height: 60vh; - min-width: 400px; - width: 27vw; - border-radius: 1vw; - box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); - margin-bottom: 80px; - background: white; - margin-top: 8vh; -} -.pc_login_style .ibiz-panel-field--auth_userid { - height: 5vh; -} -.pc_login_style .ibiz-panel-field--auth_password{ - height: 5vh; -} - - .pc_login_style .ibiz-panel-container--container5{ - height: 100% !important; - padding: 5vh 3vh 0vh 3vh !important; -} -.pc_login_style .ibiz-panel-container--container_4{ - height: 15vh; - margin: 4vh 0px 0px 0px; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ - font-size: 3vh; - color: #41c1f7; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ - margin-top: 3vh; - background-color: #42b1ff; - height: 4vh; - font-size: 1.8vh; -} -.pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 1vw; -} -.pc_login_style .el-input__inner{ - font-size: 1.25vh; -} -.pc_login_style .el-checkbox__label{ - font-size: 1vh; -} - .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ - overflow: hidden !important; -} - - .pc_login_style .ibiz-panel-container--container_switch{ - position: absolute; - height: 50% !important; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ - width: 20vh; - height: 20vh; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ - display: none; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ - font-size: 2vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ - color: #595959; - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, -.pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 100%; -} - -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { - background-color: unset !important; -} - -.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 10vh; - height: 10vh; - max-width: 256px !important; - max-height: 256px !important; - min-width: 84px !important; - min-height: 84px !important; -} - -.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container1 { - min-height: 500px; -} - -@media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, - .pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 84px; - } - .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 84px; - height: 84px; - } - - .pc_login_style .ibiz-panel-container--container_4 { - height: 125px; - margin-top: 32px; - } - - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { - font-size: 25px; - font-weight: 600; - } - -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { - font-size: 25px; - font-weight: 600; - color: #41c1f7; - } - - .pc_login_style .ibiz-panel-container--container5 { - height: 100% !important; - padding: 41.5px 24.9px 0px 24.9px !important; - } - - .pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 14.4px; - } - - .pc_login_style .ibiz-panel-field--auth_userid, - .pc_login_style .ibiz-panel-field--auth_password { - height: 41.5px; - } - - .pc_login_style .el-input__inner { - font-size: 10.375px; - } - - .pc_login_style .el-checkbox__label { - font-size: 8.3px; - } - - .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { - margin-top: 24.9px; - background-color: #42b1ff; - height: 33.2px; - font-size: 14.9px; - } -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { - width: 164px; - height: 164px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { - font-size: 16.4px; - font-weight: 600; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { - color: #595959; - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { - font-size: 25px; - font-weight: 600; - } -} - .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ - font-size: 16px; - margin-top: 3px; -} - /* 表单分组标题 */ -.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { - font-size: 16px; - color: var(--ibiz-color-disabled-text); -} -/* 表单分页样式(padding、导航栏标题) */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { - padding: 0 11px 0 13px; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { - font-size: 14px; -} -/* 两侧滚动条 */ -.main-info-common-view .ibiz-control-form { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { - height: 100%; - overflow: auto scroll; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { - height: auto; -} - - /* 主信息编辑视图通用计数器样式 */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - top: 50%; -} - /* 表单标题 使用多行文本时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { - font-size: var(--ibiz-font-size-header-3); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { - line-height: var(--ibiz-editor-default-line-height); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { - height: 100%; - padding: 0; -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { - padding-top: 5px; - padding-bottom: 5px; -} -/* 只读时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { - font-size: var(--ibiz-font-size-header-3); - padding: 5px 11px; - height: 100%; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { - padding: 0 11px; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { - padding: 0 11px; -} - - .main-info-common-view .ibiz-panel-view-content--view_content { - padding-top: 0; -} - -.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} - -.main-info-common-view - .ibiz-grid-container--container_view_bottom - .ibiz-panel-container--container1 { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} -.main-info-common-view .ibiz-control-form { - padding-bottom: 0; - margin-bottom: var(--ibiz-spacing-tright); -} -/* 评审列表视图背景颜色 */ -.main-info-common-view .ibiz-view.ibiz-view-delistview { - background-color: transparent; -} - - -.main-info-common-view .ibiz-grid-container--container_view_bottom { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { - position: relative; - z-index: 998; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { - position: absolute; - padding: 6px 8px 8px 8px; - top: -269px; - background-color: var(--ibiz-color-bg-1); -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { - top: 0; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { - z-index: 999; -} - .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ - padding-left: 5px; - padding-right: 5px; -} -/* 客户沟通单独处理 */ -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { - top: -292px !important; -} - .main-info-common-view .ibiz-dropdown:has(.green-span), -.main-info-common-view .ibiz-dropdown:has(.blue-span), -.main-info-common-view .ibiz-dropdown:has(.orange-span), -.main-info-common-view .ibiz-dropdown:has(.red-span) { -min-height: var(--ibiz-form-item-container-line-height); -display: flex; -align-items: center; -} - .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { - background: transparent; -} - /* 富文本工具栏定位 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ - transform: translateY(-100%); - padding-top: 35px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -/* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} - - /* 表单标题 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { - font-size: var(--ibiz-font-size-header-3); - color: var(--ibiz-color-text-0); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input { - height: var(--ibiz-height-control-default); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { - min-height: calc(var(--ibiz-height-control-default) - 2px); - height: calc(var(--ibiz-height-control-default) - 2px); -} - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ - overflow: visible; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 隐藏滚动条 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.main-info-common-view .ibiz-form-group--executors_container{ - position: relative; -} - -.main-info-common-view .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.main-info-common-view .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - -.main-info-common-view .ibiz-checkbox.is-show-default, -.main-info-common-view .el-checkbox.is-disabled { - padding: 1px 0px 0px 9px !important; -} - -.main-info-common-view .ibiz-attention--readonly.is-show-default { - margin: 1.6px; -} -.main-info-common-view .ibiz-control-edit-form { - padding: 0; -} - - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 左对齐 */ -.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { - float: left; -} - /* 上下对齐 */ -.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { - padding: 0 11px; -} - /* 折叠分组样式1 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { - position: relative; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { - width: auto; - height: auto; - position: absolute; - top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { - width: auto; - height: auto; - position: absolute; - top: 0; - right: 34px; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { - position: initial; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { - display: block; -} - /* 折叠分组样式2 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { - display: none; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { - padding: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { - padding-top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { - border-left: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { - border: none; -} - - /* 折叠分组样式3 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { - margin: 0 8px; - padding-right: 8px; - border: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} -/* 评论容器取消发送按钮位置 */ -.main-info-common-view .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 0; -} -.main-info-common-view .ibiz-panel-button--comment__cancel { - right: 76px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { -background-color: initial; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { -padding: 0 10px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { -background-color: var(--ibiz-color-fill-0); -border-radius: 18px; -padding: 0 12px; -line-height: 24px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { -background-color: var(--ibiz-color-fill-2); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { -color: var(--ibiz-form-tab-panel-text-color); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ -background-color: var(--ibiz-color-primary-active); -color: var(--ibiz-color-primary-active-text); -} - .main-info-common-view .ibiz-grid-container--container_view_bottom > div { -height: 100%; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { -min-height: 48px; -} -.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { -position: static; -} -.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { -width: calc(100% - 4px); -min-height: 48px; -padding-right: 32px; -position: absolute; -top: 0; -} -/* 时间范围宽度 */ -.main-info-common-view .ibiz-date-range-picker { -max-width: 250px; -} - - .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { - background-color: rgb(74 129 199 / 60%) !important; -} - .second_dev_tab_style .ibiz-panel-view-content { - overflow: hidden !important; - padding: 0 !important; -} - .codelist-only-icon { - display: flex; - align-items: center; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item { - font-size: 0; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { - font-size: var(--ibiz-form-item-font-size); -} - .dashboard_container > div { - border: 0 !important; - overflow: hidden !important; -} - .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: var(--ibiz-width-icon-large); - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: var(--ibiz-border-radius-extra-small); - transform: translateY(-50%); -} - -.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { - margin-left: 16px; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ - padding-top: 0px !important; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ - padding-top: 0px !important; -} - .board_title_style{ - margin: 10px 10px 25px 10px; - width: 300px; - height: 35px; -} - -.board_title_style .el-input__wrapper { - font-size: 20px; - font-weight: 600; -} - .dashboard_repair_style .ibiz-panel-field--total span { - display: flex; - align-items: center; -} - .recentcustom_dashboard_view_style .ibiz-portlet-layout { - --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { - border: 1px solid var(--ibiz-color-border); - border-bottom: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { - padding-bottom: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); - /* border-top: none; */ -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { - padding: 0; - overflow: hidden; - border: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { - position: relative; - padding-right: 0; - padding-left: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - right: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { - position: relative; -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - position: absolute; - top: 0; - width: 0; - height: 102px; - content: ""; - border-left: 1px solid var(--ibiz-color-border); -} - .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ - font-size: 16px; -} - -/* 分组树更多图标 */ -.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { -font-size: 16px; -} - /* 文本框 */ -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - border: 0px solid #e8e8e9; - border-radius: 3px; - padding: 1px 15px; - height: 50px; - padding-top: 12px; -} - -/* 按钮 */ -.dependency_style .el-select .el-input { - display: flex; - height: 50px; -} - -/* 溢出控制 */ -.dependency_style .ibiz-panel-field .ibiz-panel-field-content { - line-height: inherit; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; -} - -/* 控制不显示滚动条 */ -.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { - overflow: hidden; -} - -/* 隐藏显示横线 */ -.dependency_style .el-collapse-item__header{ - border-bottom: none; -} - -/* 控制边距 */ -.dependency_style .el-collapse-item__content { - padding-bottom: 2px; -} - .dependency_style{ - overflow: hidden; -} - -.dependency_style .el-collapse{ - border-bottom: none; -} - -.dependency_style .el-collapse-item__wrap { - border-bottom: none; -} - -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; -} - -/* 悬浮色 */ -.dependency_style .ibiz-panel-container--container2:hover, -.dependency_style .ibiz-panel-container--container3:hover { - border-color: #6994be; - border: 1px solid #6994be -} - .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} - .ibiz-control-grid{ - --ibiz-control-grid-scrollbar-width: 8px; -} - .fullscreen .ibiz-form-group--grouppanel1 { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .ibiz-form-item-container__content { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-item-container__editor { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel2 { - display: none; -} - - .fullscreen .ibiz-rawitem.ibiz-form-raw-item { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel_attachments_grid { - display: flex; - flex-flow: column nowrap; - place-content: center center; - align-items: center; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-header { - width: 80%; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__content { - display: block; - flex-flow: unset; - place-content: unset; - align-items: unset; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__editor { - max-width: 100%; -} - .shared_simple_view_style .ibiz-panel-view-content--view_content{ - padding: 0; -} - -.shared_simple_view_style .ibiz-panel-view-content{ - width: 75%; -} -.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ - background-color:white; -} -.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ - background-color: #f9f9f9; -} - .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { - padding: 0; -} - .shared_link_top{ - height: 52px; - border-bottom: 1px solid #eee; - background-color: #FFF; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ - height: 52px; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { - display: block; - font-size: 18px; - font-weight: 500; - color: #333; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; -} -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { - color: #ddd; -} - .shared_setting_style .ibiz-form-item--enable_password{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--enable_expiration{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--subset_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--is_shared_subset{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--pwd_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--expiration_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--access_password{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--expiration_date{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--shared_page_url{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-button--copy_page_url{ - padding-top: 0; -} - - - .mob_attention_title_style.ibiz-panel-field { -display: flex; -align-items: center; -height: 100%; -} -.mob_attention_title_style.ibiz-panel-field .ibiz-span { -height: var(--ibiz-font-size-header-5); -padding: 0 0.375rem; -margin-left: var(--ibiz-spacing-tight); -font-size: 0.7rem; -color: var(--ibiz-color-text-2); -background-color: var(--ibiz-color-border); -border-radius: var(--ibiz-font-size-header-5); -} - .relation_recent_style{ - line-height: normal; -} - -/* 控制项标题文字过多导致的样式异常 */ -.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; - max-width: 1460px; -} - .tab_tree_panel_style .ibiz-tab-group-select-tree{ - padding-left: 0px !important; -} - .tab-exp-select{ - border-right: 1px solid #e9e9e9; -} - .ibiz-panel-container--view_tabexppanel .el-tabs__item { - height: 64px; -} -.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { - font-size: 16px; -} -.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ - font-size: 16px; -} -/* 分页导航视图padding */ -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { - padding: 0; -} -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { - padding: var(--ibiz-panel-view-content-padding); -} - - .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; - margin-left: 0.6rem; -} - -.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ - flex: unset; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { - padding-left: 0.5rem; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; -} - .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { - padding-top: 0; -} - - .delete-button .el-button{ - color: #fff; - background-color: #ff7575; - border-color: #ff7575; -} - .relation_tree_node_style .ibiz-panel-field--show_identifier span{ - color: #a1a1a2; - margin-left: 5px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ - overflow: hidden; -} -.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} -.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ - overflow: hidden; -} - .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ -height: 50px !important; -} - .right_button_style .van-button{ - padding: 0px 10px 0px 0px; -} - .reply_list_style .ibiz-control-list-item.is-active, -.reply_list_style .ibiz-control-list-item:hover { - background-color: transparent !important; -} - .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { - display: none; -} -.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { - display: none; -} - .big-icon { - padding: 0; -} -.big-icon .el-button { - font-size: 24px; - padding: 8px; -} -.big-icon .el-button .ibiz-icon { - max-width: 24px !important; - max-height: 24px !important; -} -.big-icon .el-button .ibiz-panel-button-content--caption { - display: none; -} - .average-toolbar { - position: relative; - justify-content: space-evenly; - height: 48px; -} - .vertical-divider .ibiz-rawitem { - border-left: 1px solid var(--ibiz-color-border); - height: 1em; -} -.vertical-divider .el-divider { - display: none; -} - .multiple_people_style .ibiz-form-group--grouppanel6{ - /* height: 20px; */ - margin: -18px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ - width: 70px; - padding: 1px 0px 0px 5px !important; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { - padding-right: 0px !important; -} - -.multiple_people_style .ibiz-form-group--grouppanel9{ - height: 20px; - margin: 8px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ - width: 70px; - padding: 0px 0px 0px 5px !important; -} - - .con_bottom_shadow_style{ - border-bottom: 1px solid var(--ibiz-color-border); -} -/* 如果有树,把树的下边框去掉 */ -.con_bottom_shadow_style .ibiz-tab-group-select-tree { - border-bottom: 0px !important; -} - - .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { - padding-left: 0; -} -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding-left: 0; -} - - .recentdata-custom>div>div>div:nth-child(2) { -flex: 1; -} - .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { - padding-left: 16px; - height: 16px; -} -/* 类型位置 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { - - padding-left: 5px; - padding-bottom: 15px; - -} -/* 类型文字 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { - font-size: 15px; - -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { - margin-left: -17px; -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { - padding: 0px; -} - .work_item_type_global_style .ibiz-panel-button{ - padding-top: 0px; -} - -.work_item_type_global_style .ibiz-icon { - margin-top: 5px; -} - - /* 按钮样式 */ -.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .ibiz-control-toolbar__item--primary .el-button.el-button--primary { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { - color: var(--ibiz-color-primary-hover); - background-color: var(--ibiz-color-primary-light-hover); -} - - .ibiz-control-toolbar--user .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.ibiz-control-toolbar--user .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { - border-bottom: none; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { - color: var(--ibiz-color-text-3); - background-color: transparent; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ - outline: none; -} -.ibiz-control-toolbar-submenu-popper--user { - background: transparent; -} -.ibiz-control-toolbar-submenu-popper--user .el-button { - color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { - background-color: var(--ibiz-color-bg-0); -} - /*工具栏分组项按钮2样式*/ -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { -color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style2 .el-button { ---el-button-bg-color: transparent; ---el-button-hover-bg-color: transparent; ---el-button-active-bg-color: transparent; ---el-button-text-color: var(--ibiz-color-text-3); ---el-button-hover-text-color: var(--ibiz-color-text-3); ---el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { -padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { -padding: 0 10px; -} - -/* 适配分割线间距一致 */ -/* 适配分隔符在前面 */ -.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { -margin-left: -8px; -} -/* 适配分隔符在后面 */ -.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { -margin-left: -4px; -} -/* 分组按钮样式 */ -.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { -border: none; -} - -/* 窗口缩小样式 */ -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ -color: var(--ibiz-color-primary); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ - font-weight: 600; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { - fill: var(--ibiz-color-primary) !important; -} - -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { -stroke: var(--ibiz-color-primary) !important; -stroke-width: 30 !important; -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { - color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style3 .el-button { - --el-button-bg-color: transparent; - --el-button-hover-bg-color: transparent; - --el-button-active-bg-color: transparent; - --el-button-text-color: var(--ibiz-color-text-3); - --el-button-hover-text-color: var(--ibiz-color-text-3); - --el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { - padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { - padding: 0 10px; -} - - /*工具栏分组项按钮3样式*/ -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - - .toolbar-style-container .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.toolbar-style-container .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.toolbar-style-container { - border-bottom: 1px solid var(--ibiz-color-border); -} - /* 面板分页样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -height: 1px; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -min-height: 64px; -max-height: 64px; -width: 58px; -height: 100%; -border: none; -display: flex; -justify-content: center; -align-items: center; -} -/* 分页弹出按钮样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { -padding: 1px 0; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { -text-align: center; -} -.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ -gap: 56px; -} -/* 搜索表单取消padding */ -.workload-tab-head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 16px; -width: auto; -height: 63px; -} - /* 适配分页搜索下级视图自适应宽度 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { -width: 100%; -} -/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { -width: 16.66%; -} - /* 关系分页部件定位样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -position: relative; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -position: absolute; -top: 1px; -left: calc(16.65% + 15px); -z-index: 100; -} -/* 视图头部定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { -position: relative; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -/* 视图头部快速搜索定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { -width: auto; -position: absolute; -top: 0; -left: calc(16.65% + 81px); -} - -/* 快捷搜索部件样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ -display: flex; -align-items: center; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { -height: auto; -} -/* 边距调整 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { -margin-left: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { -margin-left: var(--ibiz-spacing-base-tight); -} - .mob_workload_calendar_style .ibiz-panel-container--container1 span { - font-size: 16px; - color: #8B8B8B; -} - -.mob_workload_calendar_style .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 16px; - color: #8B8B8B; - margin-left: 4px; -} - -.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - font-size: 16px; -} - -.mob_workload_calendar_style .ibiz-panel-field--name span { - font-size: 18px; - margin-left: 6px; -} - -.mob_workload_calendar_style .ibiz-spacing-right--outermedium { - margin-right: 8px !important; -} - -.mob_workload_calendar_style input::placeholder { - text-align: left; -} - .mob_workload_calendar_style .ibiz-form-item--date_range { - padding-top: 14px; -} - -.mob_workload_calendar_style{ - position: relative; -} -.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { - padding: 8px; - background-color: #F3F3F3; - border-radius: 8px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - -/* 列表中的分割线样式 */ -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { - position: relative; - top: 0.875rem; - left: 1rem; - display: block; - width: calc(100% - 2rem); - height: 0.0625rem; - content: ""; - background-color: var(--ibiz-color-border); -} - .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { - font-size: 18px; - color: #3B3B3B; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { - content: "小时"; - font-size: 16px; - color: #B8B8B8; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { - display: none !important; -} - /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ -.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { -width: 100%; -} -/* 视图头部样式 */ -.workload_log_head .ibiz-panel-view-header--view_header { -position: relative; -margin-top: 1px; -} -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -.workload_log_head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 8px; -width: auto; -height: 63px; -} - .mob_workload_log .ibiz-panel-field--duration span { - font-size: 32px; - text-align: center; -} - -.mob_workload_log .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 20px; - margin-left: 2px; -} - -.mob_workload_log .ibiz-panel-field--register_date span { - color: #8B8B8B; -} - -.mob_workload_log .ibiz-panel-container--container2 > div { - padding: 8px 12px; - margin-top: 8px; - background-color: #F1FBF5; - border-radius: 8px; - margin-right: 16px; -} - -.mob_workload_log .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_log .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - .mob_workload_log .ibiz-code-list .ibiz-icon { - padding-right: 0px !important; -} - -.mob_workload_log input::placeholder { - text-align: left; -} - -.mob_workload_log .ibiz-form-item--date_range { - padding-top: 14px; -} - - -.mob_workload_log { - position: relative; -} -.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_log .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_log .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .app_market_style .ibiz-panel-field--title span { - font-weight: bold; - font-size: larger; -} - -.app_market_style .ibiz-panel-field--version { - background-color: lightgrey; - padding: 5px 15px 5px 15px; - border-radius: 10px; -} - -.app_market_style .ibiz-panel-field--version span { - color: white; - font-weight: bold; -} - -.app_market_style .ibiz-panel-field--memo span { - font-size: medium; - color: grey; -} - -.app_market_style .ibiz-control-dataview-group-content__item-content>* { - margin-right: 32px; -} - -.app_market_style .el-card__body { - padding: 0px; -} - -.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { - padding: 8px 8px 8px 0px; -} - -/* .app_market_style .ibiz-control-dataview-item { - height: 100%; -} */ - -.app_market_style .ibiz-control-dataview-item.is-active { - background-color: unset !important; -} - .app_market_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; -} - -.app_market_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - -.app_market_style .ibiz-sort-bar { - display: none !important; -} - -.app_market_style .ibiz-panel-rawitem--using > div { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_market_style .ibiz-panel-rawitem--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; -} - .app_market_style .ibiz-panel-button-content--icon { - color: var(--el-button-bg-color); -} - .app-title-style .ibiz-panel-app-title__logo--expand, -.app-title-style svg { - margin-top: -25px; -} - - .app_info_style .ibiz-form-item--pscoreprdfuncname span { - font-weight: bold; - font-size: x-large; -} - -.app_info_style .ibiz-form-item--memo div div div div div { - color: darkgrey; - font-size: 15px; -} - -.app_info_style button[title="GitLab"] span svg path { - fill: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] span { - color: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="GitLab"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="GitLab"]:hover span { - color: #557DA5 !important; -} - -.app_info_style .ibiz-form-button , .ibiz-form-button-list { - padding: 8px 8px 8px 4px; -} - .app_info_style button[title="打开按钮"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="打开按钮"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { - color: #557DA5; -} - -.app_info_style button[title="设置"] span { - color: white; -} - .app_info_style .ibiz-form-item--currentversion { - padding-top: 0px; -} - -.app_info_style .ibiz-form-item--currentversion span { - font-size: 12px; - font-weight: bold; - color: grey; - background-color: lightgrey; - padding: 0px 6px 0px 6px; - border-radius: 6px; - height: 16px; - align-items: center; - display: flex; -} - -.app_info_style .ibiz-form-group--grouppanel3 { - margin-left: 10px; -} - -.app_info_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; -} - -.app_info_style .ibiz-form-tab-page--overview > div:first-child { - padding-right: 0px !important; -} - .app_info_style .ibiz-form-group--grouppanel4 button { - font-size: small; - padding: 8px; - height: 25px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { - width: 40px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { - width: 18px; -} - -.app_info_style .el-button-group { - align-items: flex-end; -} - -.app_info_style .ibiz-form-button-content--icon { - display: flex; - align-items: center; -} - -.app_info_style .ibiz-panel-view-content--deeditview { - overflow: hidden; -} - -.app_info_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - - .app_info_style .ibiz-form-tab-page--overview > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--log > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--overview .el-select__tags { - cursor: default !important; -} - -.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { - display: none !important; -} - -.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { - font-size: 14px !important; -} - .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { - height: 39px !important; -} - -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { - font-size: 14px !important; -} -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { - padding: 0px !important; -} - -/* 正在使用 */ -.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_info_style .ibiz-form-item--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; - cursor: default; -} - -.app_info_style .el-tabs__nav { - padding-left: 12px; -} - .activate_button .el-button{ - background: none; - color: #4ba7f1; - margin-left: 5px; - height: 0px; - -} -.activate_button{ - margin: 0px 10px 0px -10px; -} - -.activate_button .ibiz-rawitem__text{ - color: #999; -} -.activate_button .ibiz-span.ibiz-panel-field-content{ - color: #999; -} - -.activate_button .ibiz-panel-button.ibiz-panel-button--default{ - height: 19px; - padding: 0px; -} - .todo-tips{ - height: 80px; -} -.todo-tips .ibiz-rawitem__text{ - font-size: 26px; - font-weight: 600; - line-height: 75px; -} - .todo-background{ - -} - /* 隐藏滚动条 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.work_item_qucik_create_style .ibiz-form-group--executors_container{ - position: relative; -} -.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - - .work_item_qucik_create_style .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - /* 视图大的布局样式 */ -.quick-create-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -} -/* 按钮样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { -min-height: 40px; -/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -/* 分割线 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - .mob_member_title_style .ibiz-panel-field--title { - background-color: lightgrey; - padding: 4px 6px 4px 6px; - border-radius: 10px; - align-items: center; - display: flex; -} - -.mob_member_title_style .ibiz-panel-field--title span { - font-size: 8px; -} - .my_summary_style span.ibiz-panel-field-content{ - color: rgb(56, 131, 250); - font-size: 28px; -} - -.my_summary_style span.ibiz-rawitem__text { - font-size: 16px; -} - -.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ - color: #B2E699; -} - -.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ - color: #EF8383; -} - -.my_summary_style .el-divider { - height: 58px !important; - width: 1px !important; - margin: 0 !important; - border-top: unset !important; - border-left: 1px var(--el-border-color) var(--el-border-style); -} - -.my_summary_style .ibiz-panel-container--task_num_c, -.my_summary_style .ibiz-panel-container--bug_num_c, -.my_summary_style .ibiz-panel-container--other_item_num_c, -.my_summary_style .ibiz-panel-container--idea_num_c, -.my_summary_style .ibiz-panel-container--ticket_num_c, -.my_summary_style .ibiz-panel-container--case_num_c { - cursor: pointer; -} - .my_summary_style .ibiz-control-viewlayoutpanel-content { - display: flex; - justify-content: center; -} - .run_case_label_style div[title="通过"] label.is-active span { - background: #73d897 !important; -} - -.run_case_label_style div[title="受阻"] label.is-active span { - background: #ffcd5d !important; -} - -.run_case_label_style div[title="失败"] label.is-active span { - background: #ff7575 !important; -} - -.run_case_label_style div[title="跳过"] label.is-active span { - background: #5dcfff !important; -} - -.run_case_label_style .el-radio-button__inner { - display: flex !important; - border-color: var(--el-border-color) !important; - color: black !important; - background: transparent !important; -} - -.run_case_label_style .el-radio-button__inner:hover { - background-color: #f5f5f5 !important; -} - -.run_case_label_style label.is-active .el-radio-button__inner { - color: white !important; -} - -.run_case_label_style label.is-active svg path { - fill: white; -} - .run_history_remark_style{ - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} - .coreprdfunc_setting_edit_style .el-tabs__nav span { - font-size: 14px !important; -} - -.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { - padding: 0 10px !important; -} - .export-canvas-style .ibiz-bi-report-panel-content { - padding: 0; -} -.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { - padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); -} - - /* 移入移出效果 */ -.ibiz-form-button--style2 .el-button, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2 .el-button { -min-height: var(--ibiz-height-control-default); -min-width: var(--ibiz-height-control-default); -background: transparent; -border: none; -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-6); -padding: 8px; -} -.ibiz-form-button--style2 .el-button:hover, -.ibiz-control-toolbar__item--style2 .el-button:hover, -.ibiz-panel-button--style2 .el-button:hover { -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} - -.ibiz-form-button--style2 .el-button.el-button { -width: var(--ibiz-height-control-default) ; -} - -/* 按钮间隔 */ -.ibiz-form-button--style2.ibiz-form-button--style2, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2.ibiz-panel-button--style2 { -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); -} - .button_container_style button { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.button_container_style button:hover, button:focus { - background-color: transparent; - border: none; -} - -.button_container_style button:hover span svg path { - fill: #557DA5 !important; -} - -.button_container_style .ibiz-panel-button { - padding: 8px 0px 8px 0px; -} - .swap_icon_text button { - direction: rtl; -} - -.swap_icon_text button:hover { - background-color: transparent !important; - color: rgb(85, 125, 165) !important; -} - -.swap_icon_text button:hover span svg path { - fill: #557DA5 !important; -} - -.swap_icon_text .ibiz-toolbar-item-text { - line-height: normal; -} - .track_panel_style .ibiz-panel-field--num span { - margin-right: 4px; - font-size: 16px; - color: #1D1F23; -} - -.track_panel_style .ibiz-panel-rawitem--caption span { - color: var(--ibiz-color-text-3); - font-size: 16px; -} - -.track_panel_style .ibiz-panel-field--title_two span { - font-weight: 600; -} - -.idea_tree_node_style { - width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); -} - .prompt_message_style { - margin: 0px 16px 0px -16px; -} - .data-upload-view { - padding: 8px 32px; -} -.data-upload-view .ibiz-row { - overflow: visible; -} -.data-upload-view .ibiz-rawitem__paragraph p { - margin: 0; - line-height: 22px; -} -.data-upload-view .ibiz-panel-rawitem--download_description, -.data-upload-view .ibiz-panel-rawitem--upload_description { - position: relative; -} -.data-upload-view .ibiz-panel-rawitem--download_description::before, -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - position: absolute; - top: 2px; - left: -23px; - width: 15px; - height: 15px; - font-size: 0.75rem; - line-height: 15px; - color: var(--ibiz-color-primary-text); - text-align: center; - content: '1'; - background: var(--ibiz-color-primary); - border-radius: 50%; -} -.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, -.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { - color: var(--ibiz-color-text-3); -} - - .data-upload-view .ibiz-panel-rawitem--upload_description { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - content: '2'; -} -.data-upload-view .ibiz-panel-button { - padding: var(--ibiz-spacing-base) 0; -} -.data-upload-view .ibiz-panel-rawitem--template_rule { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table { - border-color: var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr { - height: 52px !important; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { - padding: 12px 16px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { - background-color: var(--ibiz-color-fill-0); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { - text-align: center; -} -.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { - color: var(--ibiz-color-danger); -} - .data-upload-view .ibiz-panel-rawitem--upload_raw { - height: 60px; - padding: 0 20px; - background-color: var(--ibiz-color-fill-0); - border: 1px solid var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { - display: flex; - align-items: center; - color: var(--ibiz-color-text-3); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { - color: var(--ibiz-color-link); - cursor: pointer; -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { - text-decoration: underline; -} - - .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { - min-width: 100px; -} -.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ - min-width: 100px; -} - -/* 控制项标题文字过多导致的样式异常 */ -.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} -.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} - .enter_button_style .van-button{ - font-size: 16px; - color: #6698ff; -} - .mob-orange-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; -} - .mob-red-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; -} - .mob-green-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; -} - .mob-orange-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; - border: 1px solid orange; -} - .mob-red-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; - border: 1px solid red; -} - .mob-green-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; - border: 1px solid #3ae23a; -} - .no_border_button{ - border: 0; - font-size: 18px; -} -.no_border_button .van-button{ - border: 0; -} - .mob_magnify_no_border_button .van-button--small { - border: 0; - font-size: 20px; -} - -.mob_magnify_no_border_button .van-button { - border: 0; -} - /* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.star_css button:hover { -background-color: transparent; -} -/* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.star_css button{ -background-color: transparent; -} - -/* 星标字体颜色 */ -.star_css .ibiz-control-toolbar__item-items i{ -color: #9999; -font-size: 18px; -} - -/* 切换图标字体颜色 */ -.star_css .el-sub-menu__title i { -color: #9999; -} - -/* 设置图标的大小*/ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ - font-size: 16px; -} - .update_log_time .ibiz-span{ - margin: 7px 0px 0px 0px; - } - .update_log_name .ibiz-span{ - font-size: 22px; - font-weight: 600; - margin: 15px 0px 15px 0px; -} - @media screen and (min-width: 820px) and (max-width: 980px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(1) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 980px) and (max-width: 1150px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(2) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1150px) and (max-width: 1320px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(3) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1320px) and (max-width: 1480px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(4) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - @media screen and (min-width: 1480px) and (max-width: 1600px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(5) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1600px) and (max-width: 1800px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(6) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1800px) and (max-width: 1970px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(7) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1970px) and (max-width: 2130px) { -.recentdata-screen-auto-item { -.ibiz-control-dataview-scroll-item:nth-child(8) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -} - @media screen and (min-width: 2130px) and (max-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(9) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(10) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - -.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { -flex-wrap: nowrap; -overflow: visible; -} -.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { - flex-wrap: nowrap; - overflow: visible; -} - .recent_owner_subtype_style{ - width: 20px; - overflow: hidden; -} - .recent_grey_font_style .ibiz-panel-field-content{ - color: #a6a6a6; -} - .td_right{ - width: 90%; -} - .td_a_link .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recent_identified_style .ibiz-grid-field-column__text{ - color: #8b8b8b; -} - .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ - display: none; -} - /* 用例名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} -/* 隐藏分割线和显示更多 */ -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .td_a_link_right{ - padding:0px 28px 0px 0px - } - .td_a_link_right .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recenttab-head -.ibiz-panel-view-header--view_header -.ibiz-panel-container -> .ibiz-row { -position: initial; -overflow: initial; -} - .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ - top: -32px; - right: -50px; -} - .stencil_center_title{ - -} - /* 视图标题及分割线样式 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { -height: 64px; -line-height: 64px; -text-align: center; -border-bottom: 1px solid var(--ibiz-color-border); -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { -font-size: 20px; -font-weight: 600; -} -/* 搜索栏自适应 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { -min-width: 100%; -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { -width: 100%; -} -/* 控制视图标题最小高度 */ -.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { - min-height: 32px; -} - .orange-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ffdcaf; - vertical-align: inherit; -} -.ibiz-span .orange-span { - margin: 4px 0; -} - .mob-orange-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: orange; -} - .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ - position: relative; - bottom: -34px; - left: -1px; -} - .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ - color: #999; -} - .active-members-view{ - padding: 24px 0px 0 0; - .ibiz-panel-field>.ibiz-span{ - font-size: 48px; - color: #333; - } - .ibiz-grid-container--container_grid{ - width: 75%; - margin: 0 auto; - } -} - .transition-time .ibiz-span{ - font-size: var(--ibiz-font-size-small); - color: var(--ibiz-color-disabled-text); -} - .test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view .ibiz-panel-container--container3 { - padding: 20px 40px; - border-left: 3px solid #ff7575; - background-color: #fff8f8; -} - - - .test-plan-report-survey-view .ibiz-panel-container--container1 { - padding: 20px 40px; - border-left: 3px solid #5dcfff; - background-color: #f7fdff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-field--coverage_percentage - .ibiz-span { - color: #5dcfff; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent - .ibiz-rawitem__text { - color: #5dcfff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container3 - .ibiz-panel-field--bug_count - .ibiz-span { - color: #ff7575; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - - .test-plan-report-survey-view .ibiz-panel-container--container2 { - padding: 20px 40px; - border-left: 3px solid #73d897; - background-color: #f8fdfa; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-field--pass_percentage - .ibiz-span { - color: #73d897; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent - .ibiz-rawitem__text { - color: #73d897; -} - - - - .test-plan-report-view.ibiz-view { - background-color: var(--ibiz-color-bg-0); -} -.test-plan-report-view .ibiz-view-deportalview { - background-color: transparent; -} -.test-plan-report-view .ibiz-control-dashboard { - gap: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col { - display: flex; - justify-content: center; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { - width: 1200px; - height: auto; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; - margin-top: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { - width: 1200px; - height: 500px; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; -} -.test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption { - padding-left: 12px; -} - - .test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption:before { - display: none; -} -.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { - padding: 0 28px; -} - .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { - background-color: var(--ibiz-color-bg-3) !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { - color: var(--ibiz-color-text-3) !important; - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { - background-color: var(--ibiz-color-bg-0) !important; -} - - .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { - overflow: visible; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { - top: -60px; - right: -32px; - position: absolute; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - - /* .test_mob_list_style .ibiz-control-mobmdctrl-item { - position: relative; -} - -.test_mob_list_style .ibiz-control-panel-content::after { - content: ''; - display: block; - width: 90%; - height: 1px; - background-color: #ececec; - position: absolute; - bottom: 0; - left: 50%; - transform: translateX(-50%); -} */ - -.test_mob_list_style .ibiz-spacing-right--outerlarge span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_mob_list_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} - -.test_mob_list_style button { - border: none; -} - -.test_mob_list_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - .test_detail_list_style { - position: relative; -} -.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.test_detail_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} -.test_detail_list_style button { - border: none; -} - -.test_detail_list_style .ibiz-panel-rawitem--static_image { - width: 24px; - margin-top: 5px; -} - -/**span无数据时,占位隐藏**/ -.test_detail_list_style div span:empty { - display: none; -} - .test_detail_list_style .ibiz-panel-field--title span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--time_container span { - border-radius: 12px; - background-color: #f3f3f3; - display: flex; /* 使用弹性盒布局 */ - justify-content: center; /* 水平居中 */ - align-items: center; /* 垂直居中 */ - width: 150px; - height: 25px; -} - -.test_detail_list_style .ibiz-panel-field--update_time span { - width: 150px; -} - -.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { - fill: #CB258C; -} - -.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { - fill: #66C23A; -} - - .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ - font-weight: 600; - font-size: 16px; -} - .message_layout_panel_img_style{ - -} - .add-members-font{ - font-size:10px - } - .grey-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #e1e1e1; - vertical-align: inherit; -} -.ibiz-span .grey-span { - margin: 4px 0; -} - .mob-grey-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: grey; -} - .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { - padding: 0; - background-color: transparent; -} -.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { - padding-right: var(--ibiz-spacing-base); - padding-left: var(--ibiz-spacing-base); - color: var(--ibiz-dropdown-select-option-item-color); - background-color: var(--ibiz-dropdown-select-option-item-bkcolor); -} -.ibiz-control-gantt.is-exporting .xg-view-toolbar { - display: none; -} - .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.case_template_edit_style .ibiz-html .w-e-text-container { - background: transparent; -} - /* 视图大的布局样式 */ -.user-info-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -padding-bottom: var(--ibiz-spacing-base); -} -/* 按钮样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { -min-height: 40px; -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { -color: var(--ibiz-color-primary); -} -/* 分割线 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { -width: calc(100% - 64px); -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - -/* 头部样式 */ -/* 图片背景 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { -background: #ccf; -} -/* 头像定位 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { -position: relative; -} -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { -width: auto; -height: auto; -position: absolute; -top: -4px; -left: 50%; -transform: translate(-50%, -50%); -} -/* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { -width: 68px; -height: 68px; -border: 4px solid #fff; -border-radius: var(--ibiz-border-radius-circle); -} - /* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { -flex: 1; -width: 60px; -height: 60px; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { -display: none; -} -/* 视图头部登录者信息样式 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar { -padding-top: 50px; -padding-bottom: 28px; -text-align: center; -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { -font-weight: 400; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { -margin-top: 10px; -font-size: var(--ibiz-font-size-small); -color: var(--ibiz-color-text-3); -} - .ibiz-internal-message-html__content { - padding-right: 24px; -} - .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ - background: #f3f3f3; -} -.user_setting_view_style .ibiz-single-data-container{ - /* padding: 40px 10px 20px 10px; */ - padding: 5vh 5vw 5vw 5vw; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ - width: 50px; - height: 50px; - min-width: 50px; - min-height: 50px; - border: 1px solid #ffffff; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ - margin: 15px 0px 5px 0px; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ - font-size: 20px; - font-weight: 600; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ - color: #9b9b9b; -} -.user_setting_view_style .ibiz-panel-container-group{ - background: #ffffff; - margin: 10px 10px 10px 10px; - border-radius: 10px; -} -.user_setting_view_style .van-button{ -width: 93%; - height: 35px; - margin: 10px 0% 0% 3%; -} - .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ - font-size: 16px; - font-weight: 400; - color: #a7a7a7; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ - width: 50px; - height: 50px; -} - /* 垂直居中对齐 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item { -display: inline-flex; -align-items: center; -} -/* 图标大小自适应 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, -.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { -width: auto; -height: auto; -margin-right: 0; -padding-right: var(--ibiz-spacing-tight); -} - .kanban-identifier .ibiz-span{ - margin: 5px 0px 0px 0px; - padding: 2px 6px 2px 6px; - background: #e8e8e8; - border-radius: 5px; - color: #6c6c6c; -} - .kanban-finished .ibiz-span { - color: #aaa; - text-decoration: line-through; -} - .kanban-delay { - color: #ff7575; - background-color: #fff1f1 !important; -} -.kanban-delay .ibiz-rawitem__image { - color: #ff7575; -} - .kanban-time { - height: 24px; - padding: 0 10px; - margin: 0 5px 5px 0; - overflow: hidden; - line-height: 12px; - background: #e9e9e9; - border-radius: 10px; -} - - .kanban-more-button{ - position: relative; - width: 40px; - margin: -8px 0px 0px -2px; - height: 40px; - visibility: hidden; -} -.el-card__body:hover .kanban-more-button { - visibility: visible; -} - .kanban-title .ibiz-span{ - padding: 10px 2px 10px 2px; - font-size: 16px; - font-weight: 600; -} - .kanban-state { - width: 80px; - height: 24px; - margin: 0 5px 5px 0; -} -.kanban-state .ibiz-code-list__item { - --ibiz-code-list-item-color: #aaaaaa; - justify-content: center; - width: 80px; - line-height: 24px; - color: #fff; - background-color: var(--ibiz-code-list-item-color); - border-radius: 10px; -} - - .kanban-kind-icon { - height: auto; - margin: 5px 0 0; - line-height: 24px; -} -.kanban-kind-icon .ibiz-code-list__item { - font-size: 0; -} - - .kanban-assignee{ - margin: 0px 0px 0px 30px; -} - -.kanban-assignee .ibiz-personnel-info-content__tip{ -content-visibility: hidden; -} - .wiki-page-title .ibiz-span{ - font-weight: 600; - font-size: var(--ibiz-font-size-header-2); - color: var(--ibiz-color-text-0); -} -.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { -font-size: 24px; -} - .wiki_page_title_style{ - padding-left: 10px !important; -} - -.wiki_page_title_style .ibiz-span { - font-size: 18px; - color: var(--ibiz-color-text-0); - margin-left: 5px; - margin-right: 5px; -} - -.wiki_page_title_style .ibiz-rawitem .ibiz-icon { - font-size: 18px !important; - margin-left: 5px; -} - .confirm-remove-view .ibiz-form-item--formitem{ - background-color: rgba(255, 117, 117, 0.15); - padding: 0px; - height: auto; - margin-top: 12px; - border-radius: 5px; - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - display: inline-flex; - align-items: center; - margin: 0 10px; - padding: 5px 10px; - font-size: .875rem; - line-height: 1; - max-width: 33em; - word-break: break-all; - color: #ff7575; - } -} -.confirm-remove-view .ibiz-form-item--remind{ - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - color:#aaa; - } - -} - /* 选中分页 */ -.mob-main-style .van-tab--active{ - color: #6698ff; -} -.mob-main-style .van-tabs__line{ - background: #6698ff; -} - -/* 分组容器 标题 */ -.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ - font-size: 0.75rem; - color: #696969; -} -/* 表单项 标题 */ -.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ - color: #696969; -} -/* 表单项 下划线伪元素 */ -.mob-main-style .ibiz-form-item-container::after{ - display: none; -} -/* 标题 title */ -.mob-main-style .ibiz-form-item--title .van-field__control{ - font-weight: bolder; - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} -/* 代码表 表单项 */ -/* .mob-main-style .ibiz-span__code-list{ - justify-content: flex-end; -} */ - .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { - width: 100%; - height: 100%; - margin: 0; - background-color: var(--ibiz-color-bg-1); -} -.mob-main-style .van-tabs__wrap{ - border-top: 1px solid #f1f1f1; -} - - - .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} - /* 标题 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 图标,防止字数过多时发生形变 */ -.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 容器元素换行 */ -.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - - /* 背景颜色 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { - background-color: white; -} - -.mob_delivery_display_style .ibiz-form-group__content { - background-color: white; -} - -/* 标题文字样式 */ -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { - text-align: left; - font-size: 18px; - font-weight: 500; - margin-top: 7px; -} - -/* 图片 */ -.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { - padding-left: 30px; -} - -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { - text-align: left; - margin-bottom: 2px; -} - /* 按钮样式 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { - display: block; - text-align: center -} - -.mob_delivery_display_style button.van-button.van-button--default.van-button--small { - border: 0; - background: #f3f3f3; - border-radius: 10px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { - background-color: white; -} -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { - padding-top: 0; -} - .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { - padding-left: 24px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { - color: red; -} - - .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - -/* 图标边距 */ -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { - height: 24px; - /* margin-top: -3px; */ - margin-right: 15px; -} -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ - overflow: hidden !important;; -} - /* 日历部件没有数据时,进行显示 */ -.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { - content: "当前日期没有工作~"; - color: #D7D7D7; - margin-left: 6px; -} -.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { - display: none; -} -/* 设置背景颜色 */ -.mob_dashboard_style { - background-color: #F6F6F6 !important; - border-radius: 0px !important; -} -.mob_dashboard_style > div { - margin: 15px !important; -} -.mob_dashboard_style .ibiz-control-dashboard-row { - gap: 15px !important; -} - /* 仪表盘列表只显示五个 */ -.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), -.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { - display: none; -} - -/* 搜索框进行隐藏 */ -.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { - display: none; -} - -/* 显示更多样式 */ -.mob_dashboard_style button { - height: 60px !important; - border: transparent !important; -} - -.mob_dashboard_style button span.ibiz-panel-button-content--caption { - font-size: 18px !important; - color: #699AFF !important; -} - -/* 修改分割线样式 */ -.mob_dashboard_style .van-divider--hairline { - width: calc(100% - 2rem); - height: 0.0625rem; - margin-left: 1rem; - margin-bottom: 0px; - background-color: var(--ibiz-color-border); -} - /* 用例名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - /* 日历列表样式 */ -.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { - font-size: 16px; - margin-left: 6px; -} -/* 我的工作项 */ -.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { - font-size: 16px; -} - -/* 其他分组每一项中title的样式 */ -.mob_dashboard_style .ibiz-panel-field--title span { - font-size: 16px; -} - .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: block !important; -} - -.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { - display: flex !important; -} - -.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { - background-color: #ffffff; -} - -.mob_dashboard_style .ibiz-view-content { - background-color: #ffffff; -} - .van-popover__content.van-popover__content--vertical { - border: var(--van-button-border-width) solid var(--van-button-default-border-color); - background: white; -} -button.van-button.van-button--default.van-button--normal.van-button--round { - border: 0; - margin: 2px; - padding: 0; -} -.ibiz-popper-toolbar .van-popover{ - --van-popover-action-width: 95px; -} -.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { - margin: 0; -} -.van-popover__content.van-popover__content--vertical span.van-button__text{ - display: flex; - align-items: center; -} -.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ - margin: 0px 6px -4px 7px; -} -.van-popup.van-popover.van-popover--light{ - left: -105px; -} - .ibiz-view-demobmdview.enablesort, -.ibiz-view-demoblistview.enablesort { -position: relative; -} -.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, -.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ -padding-right: 38px; -background-color: var(--ibiz-color-bg-1); -} -.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} -.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ -display: flex; -align-items: center; -justify-content: center; -width: 1.25rem; -height: 1.125rem; -font-size: 1.25rem; -} - /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ -position: relative; -} */ - - - /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, -.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, -.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { -fill: var(--van-gray-6); -} -/* 适配有视图头的情况 */ -.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); -} -/* 适配首页仪表盘 */ -.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} - .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ - width: 105px; -} -.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { - width: 112px; - padding-left: 3px; -} -.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ - width: 108px; -} - .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ - font-size: 18px; -} -.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ - width: 24px; -} - .ibiz-quill .van-popup .ql-editor.ql-blank { - padding: 12px 15px; -} -.ibiz-quill .van-popup .ql-editor.ql-blank::before { - left: 15px; -} - .mob_workspace_style .ibiz-view-content--view_content{ - display: block !important; -} - -.mob_workspace_style .ibiz-panel-container--view_content > div { - display: block !important; -} - /* 卡片 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ - flex-wrap: unset; - overflow: scroll; - padding-left: 0.5rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ - display: none; -} -/* 背景定位 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { - position: relative; - border: 1px solid #eeeeee; - border-radius: 5px; - box-shadow: none; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ - content: ''; - display: inline-block; - width: 100%; - height: 36px; - position: absolute; - top: 0; - left: 0; - z-index: 6; - background-color: var(--ibiz-color-disabled-fill); -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ - position: relative; - z-index: 10; -} - - .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ - font-weight: bolder; - font-size: 0.95rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ - color: #6a6a6a; -} - -.ibiz-control-appmenu .van-tabbar-item__icon{ - width: 16px; -} -/* 最近访问 显示更多 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; - padding-left: 0; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ - font-size: 0.95rem; - color: #6698ff; -} - - .mob-home-style .ibiz-panel-container-group-header{ - border-bottom: 0px !important; - height: 25px; -} -.mob-home-style .ibiz-panel-container-group__caption{ - font-size: 16px !important; - font-weight: 400 !important; -} -.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} -.mob-home-style .ibiz-panel-field--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} - /* 标题 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - - -/* 容器元素换行 */ -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} - -/* 为空不显示 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { - display: none; -} - /* 字体颜色、位置 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} - -/* 依赖名称 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ - color: #aaaaaa; -} - /* 最近访问 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .ibiz-form-group--grouppanel_attachment_create{ - position: relative; -} - .mob_descript_comment .ibiz-quill-preview__edit { - top: -2.125rem; - right: 0; -} - - .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .mob-library-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-library-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-library-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 110px; - top: 2px; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { - top: -230px !important; -} - .mob_login_style .ibiz-panel-container-image{ - background-size: cover; -} -.mob_login_style .ibiz-rawitem__image path{ - fill: #219cf0; -} -.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-button--auth_loginbutton{ - border-radius: 10px; - border: 1px solid #c2c2c2; -} -.mob_login_style .van-field__control::placeholder{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container4{ - margin-top: 15vh; -} -.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ - font-size: 28px; - font-weight: 600; - color: #2fbaf5; -} - .ibiz-form-group { - padding: 0; -} -.ibiz-form-group--style2 { - padding: 4px; - border-radius: 0; -} -.ibiz-form-group--style2 > .ibiz-form-group-header { - border-radius: 4px 4px 0 0; -} -.ibiz-form-group--style2 > .ibiz-form-group__content { - padding: 4px 0; - background-color: var(--ibiz-form-group-header-bg-color); - border-radius: 4px; -} -.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { - padding-top: 0; -} - - .mob_comment_list_style .ibiz-panel-button{ - border: 0; -} -.mob_comment_list_style .ibiz-panel-button-content--icon{ - font-size: 18px; -} -.mob_comment_list_style .ibiz-panel-container--container2{ - margin-top: 10px; -} -.mob_comment_list_style .ibiz-mob-personal-info-content__tip { - margin-top: -15px; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { - margin-top: 0px !important; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ - margin: -12px 0px 0px 40px; - color: #9d9d9d; -} -.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { - margin-left: 40px; - width:auto; -} -.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ - height: 0px !important; -} - .mob-comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-3); - color: var(--ibiz-color-text-2); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.mob-comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .comment_style_main{ - background: white; - position: relative; - z-index: 1; - box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); -} -.comment_style_main .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.comment_style_main .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-button{ - border: 0; -} -.comment_style_main #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} -.comment_style_main .ibiz-panel-field--comment_count span{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-field--attention_count span{ - color: #aaaaaa; -} - .comment_style_list{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.comment_style_list .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; -} -.comment_style_list .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_list .ibiz-panel-button{ - height: 32px; - width: 50px; - background: #6698ff; - color: white; - border-radius: 5px; -} -.comment_style_list #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - .mob_md_view_style{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.mob_md_view_style .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.mob_md_view_style .ibiz-rawitem__text{ - color: #aaaaaa; -} -.mob_md_view_style .ibiz-panel-button{ - border: 0; -} -.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - /* 标题 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 负责人 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { - /* display: none; */ -} - -/* 图标,防止字数过多时发生形变 */ -.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -/* 防止出现滚动条 */ -.mob_common_list_style .ibiz-panel-container>.ibiz-row { - overflow-y: hidden !important; -} - /* 容器元素换行 */ -.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { - display: none; -} -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ - justify-content: center; - width: 38px; -} - .ibiz-portal-view.ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-0); -} -.ibiz-portal-view .ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-1); -} - .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ - font-size: 14px !important; -} - .mob-idea-md-view-style { - position: relative; -} -.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_page_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_style .ibiz-form-item--publish_name { - padding-left: 10px; -} - .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ - margin: 0; - border-radius: 0; - width: auto; - overflow: visible; -} -.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, -.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ - border: none; - background: transparent; -} -.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ - right: 0.35rem; - top: -45px; -} -.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ - margin-right: 10px; -} -.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ - overflow: visible; -} - .mob-advanced-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-advanced-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-advanced-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 95px; - top: 3px; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .space_main_list_syle .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - -.space_main_list_syle .ibiz-icon svg.icon path { - fill: #20A0FF; -} - .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.space_mob_page_style .ibiz-control-viewlayoutpanel-content { - background-color: rgba(255, 255, 255, 1); -} - -.space_mob_page_style .ibiz-panel-field--name span{ - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; + .drbar-ex-underline { +border-bottom: 1px solid var(--ibiz-color-border); +} + +/* drbar头部样式 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { +padding: 8px 0px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { +margin-left: 4px; +} +.drbar-ex-underline .ibiz-panel-container--container { +padding-right: 4px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ +border: none; +} + +/* 图标居中 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, +.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { +margin: 0; +} + .editview2-menu .ibiz-control-drbar__menu { + padding: 8px 16px; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { + width: 100%; + height: 48px; + padding-left: 8px !important; + pointer-events: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { + color: #888d91; +} +.editview2-menu + .ibiz-control-drbar__menu + .el-sub-menu__title + .el-sub-menu__icon-arrow { + display: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { + background: 0 0; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item { + height: 32px; + padding: 0; + padding-left: 24px; + border-radius: 4px; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item:hover { + background: var(--ibiz-color-bg-0); +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item.is-active { + color: #557da5; + background: #d9ecff; +} + + .html-readonly-bg-white .ibiz-html .w-e-scroll { + background-color: var(--ibiz-color-bg-0); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { + background-color: var(--ibiz-color-bg-1); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { + background-color: var(--ibiz-color-bg-1); +} + + .pc_login_style .ibiz-panel-container-image{ + min-height: 100%; + min-width: 100%; + background-size: cover; + background-attachment: fixed; +} +.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ + width: 100%; + height: 100%; +} +.pc_login_style .ibiz-panel-container--container9{ + margin: 3vw 0px 0px 3vw; +} +.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container1 { + position: absolute; + right: 7vw; + height: 60vh; + min-width: 400px; + width: 27vw; + border-radius: 1vw; + box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 80px; + background: white; + margin-top: 8vh; +} +.pc_login_style .ibiz-panel-field--auth_userid { + height: 5vh; +} +.pc_login_style .ibiz-panel-field--auth_password{ + height: 5vh; +} + + .pc_login_style .ibiz-panel-container--container5{ + height: 100% !important; + padding: 5vh 3vh 0vh 3vh !important; +} +.pc_login_style .ibiz-panel-container--container_4{ + height: 15vh; + margin: 4vh 0px 0px 0px; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ + font-size: 3vh; + color: #41c1f7; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ + margin-top: 3vh; + background-color: #42b1ff; + height: 4vh; + font-size: 1.8vh; +} +.pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 1vw; +} +.pc_login_style .el-input__inner{ + font-size: 1.25vh; +} +.pc_login_style .el-checkbox__label{ + font-size: 1vh; +} + .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ + overflow: hidden !important; +} + + .pc_login_style .ibiz-panel-container--container_switch{ + position: absolute; + height: 50% !important; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ + width: 20vh; + height: 20vh; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ + display: none; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ + font-size: 2vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ + color: #595959; + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, +.pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 100%; +} + +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { + background-color: unset !important; +} + +.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 10vh; + height: 10vh; + max-width: 256px !important; + max-height: 256px !important; + min-width: 84px !important; + min-height: 84px !important; +} + +.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container1 { + min-height: 500px; +} + +@media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, + .pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 84px; + } + .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 84px; + height: 84px; + } + + .pc_login_style .ibiz-panel-container--container_4 { + height: 125px; + margin-top: 32px; + } + + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { + font-size: 25px; + font-weight: 600; + } + +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { + font-size: 25px; + font-weight: 600; + color: #41c1f7; + } + + .pc_login_style .ibiz-panel-container--container5 { + height: 100% !important; + padding: 41.5px 24.9px 0px 24.9px !important; + } + + .pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 14.4px; + } + + .pc_login_style .ibiz-panel-field--auth_userid, + .pc_login_style .ibiz-panel-field--auth_password { + height: 41.5px; + } + + .pc_login_style .el-input__inner { + font-size: 10.375px; + } + + .pc_login_style .el-checkbox__label { + font-size: 8.3px; + } + + .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { + margin-top: 24.9px; + background-color: #42b1ff; + height: 33.2px; + font-size: 14.9px; + } +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { + width: 164px; + height: 164px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { + font-size: 16.4px; + font-weight: 600; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { + color: #595959; + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { + font-size: 25px; + font-weight: 600; + } +} + .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ + font-size: 16px; + margin-top: 3px; +} + /* 表单分组标题 */ +.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { + font-size: 16px; + color: var(--ibiz-color-disabled-text); +} +/* 表单分页样式(padding、导航栏标题) */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { + padding: 0 11px 0 13px; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { + font-size: 14px; +} +/* 两侧滚动条 */ +.main-info-common-view .ibiz-control-form { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { + height: 100%; + overflow: auto scroll; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { + height: auto; +} + + /* 主信息编辑视图通用计数器样式 */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + top: 50%; +} + /* 表单标题 使用多行文本时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { + font-size: var(--ibiz-font-size-header-3); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { + line-height: var(--ibiz-editor-default-line-height); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { + height: 100%; + padding: 0; +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { + padding-top: 5px; + padding-bottom: 5px; +} +/* 只读时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { + font-size: var(--ibiz-font-size-header-3); + padding: 5px 11px; + height: 100%; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { + padding: 0 11px; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { + padding: 0 11px; +} + + .main-info-common-view .ibiz-panel-view-content--view_content { + padding-top: 0; +} + +.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} + +.main-info-common-view + .ibiz-grid-container--container_view_bottom + .ibiz-panel-container--container1 { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} +.main-info-common-view .ibiz-control-form { + padding-bottom: 0; + margin-bottom: var(--ibiz-spacing-tright); +} +/* 评审列表视图背景颜色 */ +.main-info-common-view .ibiz-view.ibiz-view-delistview { + background-color: transparent; +} + + +.main-info-common-view .ibiz-grid-container--container_view_bottom { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { + position: relative; + z-index: 998; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { + position: absolute; + padding: 6px 8px 8px 8px; + top: -269px; + background-color: var(--ibiz-color-bg-1); +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { + top: 0; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { + z-index: 999; +} + .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ + padding-left: 5px; + padding-right: 5px; +} +/* 客户沟通单独处理 */ +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { + top: -292px !important; +} + .main-info-common-view .ibiz-dropdown:has(.green-span), +.main-info-common-view .ibiz-dropdown:has(.blue-span), +.main-info-common-view .ibiz-dropdown:has(.orange-span), +.main-info-common-view .ibiz-dropdown:has(.red-span) { +min-height: var(--ibiz-form-item-container-line-height); +display: flex; +align-items: center; +} + .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { + background: transparent; +} + /* 富文本工具栏定位 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ + transform: translateY(-100%); + padding-top: 35px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +/* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} + + /* 表单标题 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { + font-size: var(--ibiz-font-size-header-3); + color: var(--ibiz-color-text-0); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input { + height: var(--ibiz-height-control-default); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { + min-height: calc(var(--ibiz-height-control-default) - 2px); + height: calc(var(--ibiz-height-control-default) - 2px); +} + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ + overflow: visible; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 隐藏滚动条 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.main-info-common-view .ibiz-form-group--executors_container{ + position: relative; +} + +.main-info-common-view .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.main-info-common-view .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + +.main-info-common-view .ibiz-checkbox.is-show-default, +.main-info-common-view .el-checkbox.is-disabled { + padding: 1px 0px 0px 9px !important; +} + +.main-info-common-view .ibiz-attention--readonly.is-show-default { + margin: 1.6px; +} +.main-info-common-view .ibiz-control-edit-form { + padding: 0; +} + + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 左对齐 */ +.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { + float: left; +} + /* 上下对齐 */ +.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { + padding: 0 11px; +} + /* 折叠分组样式1 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { + position: relative; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { + width: auto; + height: auto; + position: absolute; + top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { + width: auto; + height: auto; + position: absolute; + top: 0; + right: 34px; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { + position: initial; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { + display: block; +} + /* 折叠分组样式2 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { + display: none; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { + padding: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { + padding-top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { + border-left: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { + border: none; +} + + /* 折叠分组样式3 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { + margin: 0 8px; + padding-right: 8px; + border: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} +/* 评论容器取消发送按钮位置 */ +.main-info-common-view .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 0; +} +.main-info-common-view .ibiz-panel-button--comment__cancel { + right: 76px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { +background-color: initial; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { +padding: 0 10px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { +background-color: var(--ibiz-color-fill-0); +border-radius: 18px; +padding: 0 12px; +line-height: 24px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { +background-color: var(--ibiz-color-fill-2); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { +color: var(--ibiz-form-tab-panel-text-color); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ +background-color: var(--ibiz-color-primary-active); +color: var(--ibiz-color-primary-active-text); +} + .main-info-common-view .ibiz-grid-container--container_view_bottom > div { +height: 100%; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { +min-height: 48px; +} +.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { +position: static; +} +.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { +width: calc(100% - 4px); +min-height: 48px; +padding-right: 32px; +position: absolute; +top: 0; +} +/* 时间范围宽度 */ +.main-info-common-view .ibiz-date-range-picker { +max-width: 250px; +} + + .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { + background-color: rgb(74 129 199 / 60%) !important; +} + .second_dev_tab_style .ibiz-panel-view-content { + overflow: hidden !important; + padding: 0 !important; +} + .codelist-only-icon { + display: flex; + align-items: center; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item { + font-size: 0; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { + font-size: var(--ibiz-form-item-font-size); +} + .dashboard_container > div { + border: 0 !important; + overflow: hidden !important; +} + .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: var(--ibiz-width-icon-large); + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: var(--ibiz-border-radius-extra-small); + transform: translateY(-50%); +} + +.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { + margin-left: 16px; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ + padding-top: 0px !important; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ + padding-top: 0px !important; +} + .board_title_style{ + margin: 10px 10px 25px 10px; + width: 300px; + height: 35px; +} + +.board_title_style .el-input__wrapper { + font-size: 20px; + font-weight: 600; +} + .dashboard_repair_style .ibiz-panel-field--total span { + display: flex; + align-items: center; +} + .recentcustom_dashboard_view_style .ibiz-portlet-layout { + --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { + border: 1px solid var(--ibiz-color-border); + border-bottom: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { + padding-bottom: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); + /* border-top: none; */ +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { + padding: 0; + overflow: hidden; + border: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { + position: relative; + padding-right: 0; + padding-left: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + right: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { + position: relative; +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + position: absolute; + top: 0; + width: 0; + height: 102px; + content: ""; + border-left: 1px solid var(--ibiz-color-border); +} + .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ + font-size: 16px; +} + +/* 分组树更多图标 */ +.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { +font-size: 16px; +} + /* 文本框 */ +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + border: 0px solid #e8e8e9; + border-radius: 3px; + padding: 1px 15px; + height: 50px; + padding-top: 12px; +} + +/* 按钮 */ +.dependency_style .el-select .el-input { + display: flex; + height: 50px; +} + +/* 溢出控制 */ +.dependency_style .ibiz-panel-field .ibiz-panel-field-content { + line-height: inherit; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; +} + +/* 控制不显示滚动条 */ +.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { + overflow: hidden; +} + +/* 隐藏显示横线 */ +.dependency_style .el-collapse-item__header{ + border-bottom: none; +} + +/* 控制边距 */ +.dependency_style .el-collapse-item__content { + padding-bottom: 2px; +} + .dependency_style{ + overflow: hidden; +} + +.dependency_style .el-collapse{ + border-bottom: none; +} + +.dependency_style .el-collapse-item__wrap { + border-bottom: none; +} + +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; +} + +/* 悬浮色 */ +.dependency_style .ibiz-panel-container--container2:hover, +.dependency_style .ibiz-panel-container--container3:hover { + border-color: #6994be; + border: 1px solid #6994be +} + .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} + .ibiz-control-grid{ + --ibiz-control-grid-scrollbar-width: 8px; +} + .fullscreen .ibiz-form-group--grouppanel1 { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .ibiz-form-item-container__content { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-item-container__editor { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel2 { + display: none; +} + + .fullscreen .ibiz-rawitem.ibiz-form-raw-item { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel_attachments_grid { + display: flex; + flex-flow: column nowrap; + place-content: center center; + align-items: center; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-header { + width: 80%; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__content { + display: block; + flex-flow: unset; + place-content: unset; + align-items: unset; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__editor { + max-width: 100%; +} + .shared_simple_view_style .ibiz-panel-view-content--view_content{ + padding: 0; +} + +.shared_simple_view_style .ibiz-panel-view-content{ + width: 75%; +} +.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ + background-color:white; +} +.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ + background-color: #f9f9f9; +} + .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { + padding: 0; +} + .shared_link_top{ + height: 52px; + border-bottom: 1px solid #eee; + background-color: #FFF; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ + height: 52px; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { + display: block; + font-size: 18px; + font-weight: 500; + color: #333; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { + color: #ddd; +} + .shared_setting_style .ibiz-form-item--enable_password{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--enable_expiration{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--subset_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--is_shared_subset{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--pwd_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--expiration_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--access_password{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--expiration_date{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--shared_page_url{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-button--copy_page_url{ + padding-top: 0; +} + + + .mob_attention_title_style.ibiz-panel-field { +display: flex; +align-items: center; +height: 100%; +} +.mob_attention_title_style.ibiz-panel-field .ibiz-span { +height: var(--ibiz-font-size-header-5); +padding: 0 0.375rem; +margin-left: var(--ibiz-spacing-tight); +font-size: 0.7rem; +color: var(--ibiz-color-text-2); +background-color: var(--ibiz-color-border); +border-radius: var(--ibiz-font-size-header-5); +} + .relation_recent_style{ + line-height: normal; +} + +/* 控制项标题文字过多导致的样式异常 */ +.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; + max-width: 1460px; +} + .tab_tree_panel_style .ibiz-tab-group-select-tree{ + padding-left: 0px !important; +} + .tab-exp-select{ + border-right: 1px solid #e9e9e9; +} + .ibiz-panel-container--view_tabexppanel .el-tabs__item { + height: 64px; +} +.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { + font-size: 16px; +} +.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ + font-size: 16px; +} +/* 分页导航视图padding */ +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { + padding: 0; +} +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { + padding: var(--ibiz-panel-view-content-padding); +} + + .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; + margin-left: 0.6rem; +} + +.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ + flex: unset; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { + padding-left: 0.5rem; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; +} + .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { + padding-top: 0; +} + + .delete-button .el-button{ + color: #fff; + background-color: #ff7575; + border-color: #ff7575; +} + .relation_tree_node_style .ibiz-panel-field--show_identifier span{ + color: #a1a1a2; + margin-left: 5px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ + overflow: hidden; +} +.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} +.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ + overflow: hidden; +} + .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ +height: 50px !important; +} + .right_button_style .van-button{ + padding: 0px 10px 0px 0px; +} + .reply_list_style .ibiz-control-list-item.is-active, +.reply_list_style .ibiz-control-list-item:hover { + background-color: transparent !important; +} + .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { + display: none; +} +.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { + display: none; +} + .big-icon { + padding: 0; +} +.big-icon .el-button { + font-size: 24px; + padding: 8px; +} +.big-icon .el-button .ibiz-icon { + max-width: 24px !important; + max-height: 24px !important; +} +.big-icon .el-button .ibiz-panel-button-content--caption { + display: none; +} + .average-toolbar { + position: relative; + justify-content: space-evenly; + height: 48px; +} + .vertical-divider .ibiz-rawitem { + border-left: 1px solid var(--ibiz-color-border); + height: 1em; +} +.vertical-divider .el-divider { + display: none; +} + .multiple_people_style .ibiz-form-group--grouppanel6{ + /* height: 20px; */ + margin: -18px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ + width: 70px; + padding: 1px 0px 0px 5px !important; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { + padding-right: 0px !important; +} + +.multiple_people_style .ibiz-form-group--grouppanel9{ + height: 20px; + margin: 8px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ + width: 70px; + padding: 0px 0px 0px 5px !important; +} + + .con_bottom_shadow_style{ + border-bottom: 1px solid var(--ibiz-color-border); +} +/* 如果有树,把树的下边框去掉 */ +.con_bottom_shadow_style .ibiz-tab-group-select-tree { + border-bottom: 0px !important; +} + + .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { + padding-left: 0; +} +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding-left: 0; +} + + .recentdata-custom>div>div>div:nth-child(2) { +flex: 1; +} + .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { + padding-left: 16px; + height: 16px; +} +/* 类型位置 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { + + padding-left: 5px; + padding-bottom: 15px; + +} +/* 类型文字 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { + font-size: 15px; + +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { + margin-left: -17px; +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { + padding: 0px; +} + .work_item_type_global_style .ibiz-panel-button{ + padding-top: 0px; +} + +.work_item_type_global_style .ibiz-icon { + margin-top: 5px; +} + + /* 按钮样式 */ +.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .ibiz-control-toolbar__item--primary .el-button.el-button--primary { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { + color: var(--ibiz-color-primary-hover); + background-color: var(--ibiz-color-primary-light-hover); +} + + .ibiz-control-toolbar--user .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.ibiz-control-toolbar--user .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { + border-bottom: none; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { + color: var(--ibiz-color-text-3); + background-color: transparent; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ + outline: none; +} +.ibiz-control-toolbar-submenu-popper--user { + background: transparent; +} +.ibiz-control-toolbar-submenu-popper--user .el-button { + color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { + background-color: var(--ibiz-color-bg-0); +} + /*工具栏分组项按钮2样式*/ +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { +color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style2 .el-button { +--el-button-bg-color: transparent; +--el-button-hover-bg-color: transparent; +--el-button-active-bg-color: transparent; +--el-button-text-color: var(--ibiz-color-text-3); +--el-button-hover-text-color: var(--ibiz-color-text-3); +--el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { +padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { +padding: 0 10px; +} + +/* 适配分割线间距一致 */ +/* 适配分隔符在前面 */ +.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { +margin-left: -8px; +} +/* 适配分隔符在后面 */ +.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { +margin-left: -4px; +} +/* 分组按钮样式 */ +.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { +border: none; +} + +/* 窗口缩小样式 */ +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ +color: var(--ibiz-color-primary); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ + font-weight: 600; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { + fill: var(--ibiz-color-primary) !important; +} + +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { +stroke: var(--ibiz-color-primary) !important; +stroke-width: 30 !important; +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { + color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style3 .el-button { + --el-button-bg-color: transparent; + --el-button-hover-bg-color: transparent; + --el-button-active-bg-color: transparent; + --el-button-text-color: var(--ibiz-color-text-3); + --el-button-hover-text-color: var(--ibiz-color-text-3); + --el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { + padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { + padding: 0 10px; +} + + /*工具栏分组项按钮3样式*/ +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + + .toolbar-style-container .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.toolbar-style-container .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.toolbar-style-container { + border-bottom: 1px solid var(--ibiz-color-border); +} + /* 面板分页样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +height: 1px; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +min-height: 64px; +max-height: 64px; +width: 58px; +height: 100%; +border: none; +display: flex; +justify-content: center; +align-items: center; +} +/* 分页弹出按钮样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { +padding: 1px 0; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { +text-align: center; +} +.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ +gap: 56px; +} +/* 搜索表单取消padding */ +.workload-tab-head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 16px; +width: auto; +height: 63px; +} + /* 适配分页搜索下级视图自适应宽度 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { +width: 100%; +} +/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { +width: 16.66%; +} + /* 关系分页部件定位样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +position: relative; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +position: absolute; +top: 1px; +left: calc(16.65% + 15px); +z-index: 100; +} +/* 视图头部定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { +position: relative; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +/* 视图头部快速搜索定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { +width: auto; +position: absolute; +top: 0; +left: calc(16.65% + 81px); +} + +/* 快捷搜索部件样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ +display: flex; +align-items: center; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { +height: auto; +} +/* 边距调整 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { +margin-left: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { +margin-left: var(--ibiz-spacing-base-tight); +} + .mob_workload_calendar_style .ibiz-panel-container--container1 span { + font-size: 16px; + color: #8B8B8B; +} + +.mob_workload_calendar_style .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 16px; + color: #8B8B8B; + margin-left: 4px; +} + +.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + font-size: 16px; +} + +.mob_workload_calendar_style .ibiz-panel-field--name span { + font-size: 18px; + margin-left: 6px; +} + +.mob_workload_calendar_style .ibiz-spacing-right--outermedium { + margin-right: 8px !important; +} + +.mob_workload_calendar_style input::placeholder { + text-align: left; +} + .mob_workload_calendar_style .ibiz-form-item--date_range { + padding-top: 14px; +} + +.mob_workload_calendar_style{ + position: relative; +} +.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { + padding: 8px; + background-color: #F3F3F3; + border-radius: 8px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + +/* 列表中的分割线样式 */ +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { + position: relative; + top: 0.875rem; + left: 1rem; + display: block; + width: calc(100% - 2rem); + height: 0.0625rem; + content: ""; + background-color: var(--ibiz-color-border); +} + .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { + font-size: 18px; + color: #3B3B3B; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { + content: "小时"; + font-size: 16px; + color: #B8B8B8; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { + display: none !important; +} + /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ +.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { +width: 100%; +} +/* 视图头部样式 */ +.workload_log_head .ibiz-panel-view-header--view_header { +position: relative; +margin-top: 1px; +} +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +.workload_log_head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 8px; +width: auto; +height: 63px; +} + .mob_workload_log .ibiz-panel-field--duration span { + font-size: 32px; + text-align: center; +} + +.mob_workload_log .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 20px; + margin-left: 2px; +} + +.mob_workload_log .ibiz-panel-field--register_date span { + color: #8B8B8B; +} + +.mob_workload_log .ibiz-panel-container--container2 > div { + padding: 8px 12px; + margin-top: 8px; + background-color: #F1FBF5; + border-radius: 8px; + margin-right: 16px; +} + +.mob_workload_log .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_log .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + .mob_workload_log .ibiz-code-list .ibiz-icon { + padding-right: 0px !important; +} + +.mob_workload_log input::placeholder { + text-align: left; +} + +.mob_workload_log .ibiz-form-item--date_range { + padding-top: 14px; +} + + +.mob_workload_log { + position: relative; +} +.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_log .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_log .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .app_market_style .ibiz-panel-field--title span { + font-weight: bold; + font-size: larger; +} + +.app_market_style .ibiz-panel-field--version { + background-color: lightgrey; + padding: 5px 15px 5px 15px; + border-radius: 10px; +} + +.app_market_style .ibiz-panel-field--version span { + color: white; + font-weight: bold; +} + +.app_market_style .ibiz-panel-field--memo span { + font-size: medium; + color: grey; +} + +.app_market_style .ibiz-control-dataview-group-content__item-content>* { + margin-right: 32px; +} + +.app_market_style .el-card__body { + padding: 0px; +} + +.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { + padding: 8px 8px 8px 0px; +} + +/* .app_market_style .ibiz-control-dataview-item { + height: 100%; +} */ + +.app_market_style .ibiz-control-dataview-item.is-active { + background-color: unset !important; +} + .app_market_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; +} + +.app_market_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + +.app_market_style .ibiz-sort-bar { + display: none !important; +} + +.app_market_style .ibiz-panel-rawitem--using > div { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_market_style .ibiz-panel-rawitem--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; +} + .app_market_style .ibiz-panel-button-content--icon { + color: var(--el-button-bg-color); +} + .app-title-style .ibiz-panel-app-title__logo--expand, +.app-title-style svg { + margin-top: -25px; +} + + .app_info_style .ibiz-form-item--pscoreprdfuncname span { + font-weight: bold; + font-size: x-large; +} + +.app_info_style .ibiz-form-item--memo div div div div div { + color: darkgrey; + font-size: 15px; +} + +.app_info_style button[title="GitLab"] span svg path { + fill: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] span { + color: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="GitLab"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="GitLab"]:hover span { + color: #557DA5 !important; +} + +.app_info_style .ibiz-form-button , .ibiz-form-button-list { + padding: 8px 8px 8px 4px; +} + .app_info_style button[title="打开按钮"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="打开按钮"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { + color: #557DA5; +} + +.app_info_style button[title="设置"] span { + color: white; +} + .app_info_style .ibiz-form-item--currentversion { + padding-top: 0px; +} + +.app_info_style .ibiz-form-item--currentversion span { + font-size: 12px; + font-weight: bold; + color: grey; + background-color: lightgrey; + padding: 0px 6px 0px 6px; + border-radius: 6px; + height: 16px; + align-items: center; + display: flex; +} + +.app_info_style .ibiz-form-group--grouppanel3 { + margin-left: 10px; +} + +.app_info_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; +} + +.app_info_style .ibiz-form-tab-page--overview > div:first-child { + padding-right: 0px !important; +} + .app_info_style .ibiz-form-group--grouppanel4 button { + font-size: small; + padding: 8px; + height: 25px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { + width: 40px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { + width: 18px; +} + +.app_info_style .el-button-group { + align-items: flex-end; +} + +.app_info_style .ibiz-form-button-content--icon { + display: flex; + align-items: center; +} + +.app_info_style .ibiz-panel-view-content--deeditview { + overflow: hidden; +} + +.app_info_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + + .app_info_style .ibiz-form-tab-page--overview > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--log > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--overview .el-select__tags { + cursor: default !important; +} + +.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { + display: none !important; +} + +.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { + font-size: 14px !important; +} + .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { + height: 39px !important; +} + +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { + font-size: 14px !important; +} +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { + padding: 0px !important; +} + +/* 正在使用 */ +.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_info_style .ibiz-form-item--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; + cursor: default; +} + +.app_info_style .el-tabs__nav { + padding-left: 12px; +} + .activate_button .el-button{ + background: none; + color: #4ba7f1; + margin-left: 5px; + height: 0px; + +} +.activate_button{ + margin: 0px 10px 0px -10px; +} + +.activate_button .ibiz-rawitem__text{ + color: #999; +} +.activate_button .ibiz-span.ibiz-panel-field-content{ + color: #999; +} + +.activate_button .ibiz-panel-button.ibiz-panel-button--default{ + height: 19px; + padding: 0px; +} + .todo-tips{ + height: 80px; +} +.todo-tips .ibiz-rawitem__text{ + font-size: 26px; + font-weight: 600; + line-height: 75px; +} + .todo-background{ + +} + /* 隐藏滚动条 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.work_item_qucik_create_style .ibiz-form-group--executors_container{ + position: relative; +} +.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + + .work_item_qucik_create_style .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + /* 视图大的布局样式 */ +.quick-create-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +} +/* 按钮样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { +min-height: 40px; +/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +/* 分割线 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + .mob_member_title_style .ibiz-panel-field--title { + background-color: lightgrey; + padding: 4px 6px 4px 6px; + border-radius: 10px; + align-items: center; + display: flex; +} + +.mob_member_title_style .ibiz-panel-field--title span { + font-size: 8px; +} + .my_summary_style span.ibiz-panel-field-content{ + color: rgb(56, 131, 250); + font-size: 28px; +} + +.my_summary_style span.ibiz-rawitem__text { + font-size: 16px; +} + +.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ + color: #B2E699; +} + +.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ + color: #EF8383; +} + +.my_summary_style .el-divider { + height: 58px !important; + width: 1px !important; + margin: 0 !important; + border-top: unset !important; + border-left: 1px var(--el-border-color) var(--el-border-style); +} + +.my_summary_style .ibiz-panel-container--task_num_c, +.my_summary_style .ibiz-panel-container--bug_num_c, +.my_summary_style .ibiz-panel-container--other_item_num_c, +.my_summary_style .ibiz-panel-container--idea_num_c, +.my_summary_style .ibiz-panel-container--ticket_num_c, +.my_summary_style .ibiz-panel-container--case_num_c { + cursor: pointer; +} + .my_summary_style .ibiz-control-viewlayoutpanel-content { + display: flex; + justify-content: center; +} + .run_case_label_style div[title="通过"] label.is-active span { + background: #73d897 !important; +} + +.run_case_label_style div[title="受阻"] label.is-active span { + background: #ffcd5d !important; +} + +.run_case_label_style div[title="失败"] label.is-active span { + background: #ff7575 !important; +} + +.run_case_label_style div[title="跳过"] label.is-active span { + background: #5dcfff !important; +} + +.run_case_label_style .el-radio-button__inner { + display: flex !important; + border-color: var(--el-border-color) !important; + color: black !important; + background: transparent !important; + align-items: center; +} + +.run_case_label_style .el-radio-button__inner:hover { + background-color: #f5f5f5 !important; +} + +.run_case_label_style label.is-active .el-radio-button__inner { + color: white !important; +} + +.run_case_label_style label.is-active svg path { + fill: white; +} + +.run_case_label_style .ibiz-icon { + height: 15px !important; +} + .run_history_remark_style{ + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} + .coreprdfunc_setting_edit_style .el-tabs__nav span { + font-size: 14px !important; +} + +.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { + padding: 0 10px !important; +} + .export-canvas-style .ibiz-bi-report-panel-content { + padding: 0; +} +.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { + padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); +} + + /* 移入移出效果 */ +.ibiz-form-button--style2 .el-button, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2 .el-button { +min-height: var(--ibiz-height-control-default); +min-width: var(--ibiz-height-control-default); +background: transparent; +border: none; +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-6); +padding: 8px; +} +.ibiz-form-button--style2 .el-button:hover, +.ibiz-control-toolbar__item--style2 .el-button:hover, +.ibiz-panel-button--style2 .el-button:hover { +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} + +.ibiz-form-button--style2 .el-button.el-button { +width: var(--ibiz-height-control-default) ; +} + +/* 按钮间隔 */ +.ibiz-form-button--style2.ibiz-form-button--style2, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2.ibiz-panel-button--style2 { +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); +} + .button_container_style button { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.button_container_style button:hover, button:focus { + background-color: transparent; + border: none; +} + +.button_container_style button:hover span svg path { + fill: #557DA5 !important; +} + +.button_container_style .ibiz-panel-button { + padding: 8px 0px 8px 0px; +} + .swap_icon_text button { + direction: rtl; +} + +.swap_icon_text button:hover { + background-color: transparent !important; + color: rgb(85, 125, 165) !important; +} + +.swap_icon_text button:hover span svg path { + fill: #557DA5 !important; +} + +.swap_icon_text .ibiz-toolbar-item-text { + line-height: normal; +} + .track_panel_style .ibiz-panel-field--num span { + margin-right: 4px; + font-size: 16px; + color: #1D1F23; +} + +.track_panel_style .ibiz-panel-rawitem--caption span { + color: var(--ibiz-color-text-3); + font-size: 16px; +} + +.track_panel_style .ibiz-panel-field--title_two span { + font-weight: 600; +} + +.idea_tree_node_style { + width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); +} + .prompt_message_style { + margin: 0px 16px 0px -16px; +} + .data-upload-view { + padding: 8px 32px; +} +.data-upload-view .ibiz-row { + overflow: visible; +} +.data-upload-view .ibiz-rawitem__paragraph p { + margin: 0; + line-height: 22px; +} +.data-upload-view .ibiz-panel-rawitem--download_description, +.data-upload-view .ibiz-panel-rawitem--upload_description { + position: relative; +} +.data-upload-view .ibiz-panel-rawitem--download_description::before, +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + position: absolute; + top: 2px; + left: -23px; + width: 15px; + height: 15px; + font-size: 0.75rem; + line-height: 15px; + color: var(--ibiz-color-primary-text); + text-align: center; + content: '1'; + background: var(--ibiz-color-primary); + border-radius: 50%; +} +.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, +.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { + color: var(--ibiz-color-text-3); +} + + .data-upload-view .ibiz-panel-rawitem--upload_description { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + content: '2'; +} +.data-upload-view .ibiz-panel-button { + padding: var(--ibiz-spacing-base) 0; +} +.data-upload-view .ibiz-panel-rawitem--template_rule { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table { + border-color: var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr { + height: 52px !important; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { + padding: 12px 16px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { + background-color: var(--ibiz-color-fill-0); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { + text-align: center; +} +.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { + color: var(--ibiz-color-danger); +} + .data-upload-view .ibiz-panel-rawitem--upload_raw { + height: 60px; + padding: 0 20px; + background-color: var(--ibiz-color-fill-0); + border: 1px solid var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { + display: flex; + align-items: center; + color: var(--ibiz-color-text-3); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { + color: var(--ibiz-color-link); + cursor: pointer; +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { + text-decoration: underline; +} + + .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { + min-width: 100px; +} +.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ + min-width: 100px; +} + +/* 控制项标题文字过多导致的样式异常 */ +.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} +.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} + .enter_button_style .van-button{ + font-size: 16px; + color: #6698ff; +} + .mob-orange-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; +} + .mob-red-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; +} + .mob-green-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; +} + .mob-orange-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; + border: 1px solid orange; +} + .mob-red-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; + border: 1px solid red; +} + .mob-green-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; + border: 1px solid #3ae23a; +} + .no_border_button{ + border: 0; + font-size: 18px; +} +.no_border_button .van-button{ + border: 0; +} + .mob_magnify_no_border_button .van-button--small { + border: 0; + font-size: 20px; +} + +.mob_magnify_no_border_button .van-button { + border: 0; +} + /* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.star_css button:hover { +background-color: transparent; +} +/* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.star_css button{ +background-color: transparent; +} + +/* 星标字体颜色 */ +.star_css .ibiz-control-toolbar__item-items i{ +color: #9999; +font-size: 18px; +} + +/* 切换图标字体颜色 */ +.star_css .el-sub-menu__title i { +color: #9999; +} + +/* 设置图标的大小*/ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ + font-size: 16px; +} + .update_log_time .ibiz-span{ + margin: 7px 0px 0px 0px; + } + .update_log_name .ibiz-span{ + font-size: 22px; + font-weight: 600; + margin: 15px 0px 15px 0px; +} + @media screen and (min-width: 820px) and (max-width: 980px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(1) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 980px) and (max-width: 1150px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(2) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1150px) and (max-width: 1320px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(3) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1320px) and (max-width: 1480px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(4) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + @media screen and (min-width: 1480px) and (max-width: 1600px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(5) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1600px) and (max-width: 1800px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(6) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1800px) and (max-width: 1970px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(7) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1970px) and (max-width: 2130px) { +.recentdata-screen-auto-item { +.ibiz-control-dataview-scroll-item:nth-child(8) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +} + @media screen and (min-width: 2130px) and (max-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(9) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(10) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + +.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { +flex-wrap: nowrap; +overflow: visible; +} +.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { + flex-wrap: nowrap; + overflow: visible; +} + .recent_owner_subtype_style{ + width: 20px; + overflow: hidden; +} + .recent_grey_font_style .ibiz-panel-field-content{ + color: #a6a6a6; +} + .td_right{ + width: 90%; +} + .td_a_link .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recent_identified_style .ibiz-grid-field-column__text{ + color: #8b8b8b; +} + .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ + display: none; +} + /* 用例名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} +/* 隐藏分割线和显示更多 */ +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; +} + .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; } - -.space_mob_page_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - /* margin-top: 5px; */ + .td_a_link_right{ + padding:0px 28px 0px 0px + } + .td_a_link_right .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recenttab-head +.ibiz-panel-view-header--view_header +.ibiz-panel-container +> .ibiz-row { +position: initial; +overflow: initial; +} + .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ + top: -32px; + right: -50px; +} + .stencil_center_title{ + +} + /* 视图标题及分割线样式 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { +height: 64px; +line-height: 64px; +text-align: center; +border-bottom: 1px solid var(--ibiz-color-border); +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { +font-size: 20px; +font-weight: 600; +} +/* 搜索栏自适应 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { +min-width: 100%; +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { +width: 100%; +} +/* 控制视图标题最小高度 */ +.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { + min-height: 32px; +} + .orange-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ffdcaf; + vertical-align: inherit; +} +.ibiz-span .orange-span { + margin: 4px 0; +} + .mob-orange-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: orange; +} + .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ + position: relative; + bottom: -34px; + left: -1px; +} + .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ + color: #999; +} + .active-members-view{ + padding: 24px 0px 0 0; + .ibiz-panel-field>.ibiz-span{ + font-size: 48px; + color: #333; + } + .ibiz-grid-container--container_grid{ + width: 75%; + margin: 0 auto; + } +} + .transition-time .ibiz-span{ + font-size: var(--ibiz-font-size-small); + color: var(--ibiz-color-disabled-text); +} + .test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view .ibiz-panel-container--container3 { + padding: 20px 40px; + border-left: 3px solid #ff7575; + background-color: #fff8f8; +} + + + .test-plan-report-survey-view .ibiz-panel-container--container1 { + padding: 20px 40px; + border-left: 3px solid #5dcfff; + background-color: #f7fdff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-field--coverage_percentage + .ibiz-span { + color: #5dcfff; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent + .ibiz-rawitem__text { + color: #5dcfff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container3 + .ibiz-panel-field--bug_count + .ibiz-span { + color: #ff7575; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + + .test-plan-report-survey-view .ibiz-panel-container--container2 { + padding: 20px 40px; + border-left: 3px solid #73d897; + background-color: #f8fdfa; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-field--pass_percentage + .ibiz-span { + color: #73d897; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent + .ibiz-rawitem__text { + color: #73d897; +} + + + + .test-plan-report-view.ibiz-view { + background-color: var(--ibiz-color-bg-0); +} +.test-plan-report-view .ibiz-view-deportalview { + background-color: transparent; +} +.test-plan-report-view .ibiz-control-dashboard { + gap: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col { + display: flex; + justify-content: center; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { + width: 1200px; + height: auto; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; + margin-top: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { + width: 1200px; + height: 500px; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; +} +.test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption { + padding-left: 12px; +} + + .test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption:before { + display: none; +} +.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { + padding: 0 28px; +} + .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { + background-color: var(--ibiz-color-bg-3) !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { + color: var(--ibiz-color-text-3) !important; + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { + background-color: var(--ibiz-color-bg-0) !important; +} + + .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { + overflow: visible; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { + top: -60px; + right: -32px; + position: absolute; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + + /* .test_mob_list_style .ibiz-control-mobmdctrl-item { + position: relative; +} + +.test_mob_list_style .ibiz-control-panel-content::after { + content: ''; + display: block; + width: 90%; + height: 1px; + background-color: #ececec; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} */ + +.test_mob_list_style .ibiz-spacing-right--outerlarge span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_mob_list_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} + +.test_mob_list_style button { + border: none; +} + +.test_mob_list_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + .test_detail_list_style { + position: relative; +} +.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.test_detail_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} +.test_detail_list_style button { + border: none; +} + +.test_detail_list_style .ibiz-panel-rawitem--static_image { + width: 24px; + margin-top: 5px; +} + +/**span无数据时,占位隐藏**/ +.test_detail_list_style div span:empty { + display: none; +} + .test_detail_list_style .ibiz-panel-field--title span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--time_container span { + border-radius: 12px; + background-color: #f3f3f3; + display: flex; /* 使用弹性盒布局 */ + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + width: 150px; + height: 25px; +} + +.test_detail_list_style .ibiz-panel-field--update_time span { + width: 150px; +} + +.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { + fill: #CB258C; +} + +.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { + fill: #66C23A; +} + + .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ + font-weight: 600; + font-size: 16px; +} + .message_layout_panel_img_style{ + } - -.space_mob_page_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} -.space_mob_page_style .ibiz-panel-rawitem--static_image1{ - padding: 0px 15px 0px 0px; -} - /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { - position: fixed; - bottom: 135px; - right: 30px; - z-index: 1000; - width: 44px; - height: 44px; - border-radius: 50%; - background-color: white; - box-shadow: 1px 4px 6px 3px #dad7d7; + .add-members-font{ + font-size:10px + } + .grey-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #e1e1e1; + vertical-align: inherit; +} +.ibiz-span .grey-span { + margin: 4px 0; +} + .mob-grey-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: grey; +} + .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { + padding: 0; + background-color: transparent; +} +.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { + padding-right: var(--ibiz-spacing-base); + padding-left: var(--ibiz-spacing-base); + color: var(--ibiz-dropdown-select-option-item-color); + background-color: var(--ibiz-dropdown-select-option-item-bkcolor); +} +.ibiz-control-gantt.is-exporting .xg-view-toolbar { + display: none; +} + .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.case_template_edit_style .ibiz-html .w-e-text-container { + background: transparent; +} + /* 视图大的布局样式 */ +.user-info-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +padding-bottom: var(--ibiz-spacing-base); +} +/* 按钮样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { +min-height: 40px; +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { +color: var(--ibiz-color-primary); +} +/* 分割线 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { +width: calc(100% - 64px); +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + +/* 头部样式 */ +/* 图片背景 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { +background: #ccf; +} +/* 头像定位 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { +position: relative; +} +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { +width: auto; +height: auto; +position: absolute; +top: -4px; +left: 50%; +transform: translate(-50%, -50%); +} +/* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { +width: 68px; +height: 68px; +border: 4px solid #fff; +border-radius: var(--ibiz-border-radius-circle); +} + /* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { +flex: 1; +width: 60px; +height: 60px; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { +display: none; +} +/* 视图头部登录者信息样式 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar { +padding-top: 50px; +padding-bottom: 28px; +text-align: center; +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { +font-weight: 400; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { +margin-top: 10px; +font-size: var(--ibiz-font-size-small); +color: var(--ibiz-color-text-3); +} + .ibiz-internal-message-html__content { + padding-right: 24px; +} + .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ + background: #f3f3f3; +} +.user_setting_view_style .ibiz-single-data-container{ + /* padding: 40px 10px 20px 10px; */ + padding: 5vh 5vw 5vw 5vw; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ + width: 50px; + height: 50px; + min-width: 50px; + min-height: 50px; + border: 1px solid #ffffff; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ + margin: 15px 0px 5px 0px; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ + font-size: 20px; + font-weight: 600; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ + color: #9b9b9b; +} +.user_setting_view_style .ibiz-panel-container-group{ + background: #ffffff; + margin: 10px 10px 10px 10px; + border-radius: 10px; +} +.user_setting_view_style .van-button{ +width: 93%; + height: 35px; + margin: 10px 0% 0% 3%; +} + .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ + font-size: 16px; + font-weight: 400; + color: #a7a7a7; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ + width: 50px; + height: 50px; +} + /* 垂直居中对齐 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item { +display: inline-flex; +align-items: center; +} +/* 图标大小自适应 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, +.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { +width: auto; +height: auto; +margin-right: 0; +padding-right: var(--ibiz-spacing-tight); +} + .kanban-identifier .ibiz-span{ + margin: 5px 0px 0px 0px; + padding: 2px 6px 2px 6px; + background: #e8e8e8; + border-radius: 5px; + color: #6c6c6c; +} + .kanban-finished .ibiz-span { + color: #aaa; + text-decoration: line-through; +} + .kanban-delay { + color: #ff7575; + background-color: #fff1f1 !important; +} +.kanban-delay .ibiz-rawitem__image { + color: #ff7575; +} + .kanban-time { + height: 24px; + padding: 0 10px; + margin: 0 5px 5px 0; + overflow: hidden; + line-height: 12px; + background: #e9e9e9; + border-radius: 10px; +} + + .kanban-more-button{ + position: relative; + width: 40px; + margin: -8px 0px 0px -2px; + height: 40px; + visibility: hidden; +} +.el-card__body:hover .kanban-more-button { + visibility: visible; +} + .kanban-title .ibiz-span{ + padding: 10px 2px 10px 2px; + font-size: 16px; + font-weight: 600; +} + .kanban-state { + width: 80px; + height: 24px; + margin: 0 5px 5px 0; +} +.kanban-state .ibiz-code-list__item { + --ibiz-code-list-item-color: #aaaaaa; + justify-content: center; + width: 80px; + line-height: 24px; + color: #fff; + background-color: var(--ibiz-code-list-item-color); + border-radius: 10px; +} + + .kanban-kind-icon { + height: auto; + margin: 5px 0 0; + line-height: 24px; +} +.kanban-kind-icon .ibiz-code-list__item { + font-size: 0; +} + + .kanban-assignee{ + margin: 0px 0px 0px 30px; +} + +.kanban-assignee .ibiz-personnel-info-content__tip{ +content-visibility: hidden; +} + .wiki-page-title .ibiz-span{ + font-weight: 600; + font-size: var(--ibiz-font-size-header-2); + color: var(--ibiz-color-text-0); +} +.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { +font-size: 24px; +} + .wiki_page_title_style{ + padding-left: 10px !important; +} + +.wiki_page_title_style .ibiz-span { + font-size: 18px; + color: var(--ibiz-color-text-0); + margin-left: 5px; + margin-right: 5px; +} + +.wiki_page_title_style .ibiz-rawitem .ibiz-icon { + font-size: 18px !important; + margin-left: 5px; +} + .confirm-remove-view .ibiz-form-item--formitem{ + background-color: rgba(255, 117, 117, 0.15); + padding: 0px; + height: auto; + margin-top: 12px; + border-radius: 5px; + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + display: inline-flex; + align-items: center; + margin: 0 10px; + padding: 5px 10px; + font-size: .875rem; + line-height: 1; + max-width: 33em; + word-break: break-all; + color: #ff7575; + } +} +.confirm-remove-view .ibiz-form-item--remind{ + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + color:#aaa; + } + +} + /* 选中分页 */ +.mob-main-style .van-tab--active{ + color: #6698ff; +} +.mob-main-style .van-tabs__line{ + background: #6698ff; +} + +/* 分组容器 标题 */ +.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ + font-size: 0.75rem; + color: #696969; +} +/* 表单项 标题 */ +.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ + color: #696969; +} +/* 表单项 下划线伪元素 */ +.mob-main-style .ibiz-form-item-container::after{ + display: none; +} +/* 标题 title */ +.mob-main-style .ibiz-form-item--title .van-field__control{ + font-weight: bolder; + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} +/* 代码表 表单项 */ +/* .mob-main-style .ibiz-span__code-list{ + justify-content: flex-end; } */ - -.mob_page_edit_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_edit_style .ibiz-form-item--publish_name { - padding-left: 10px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { - margin-bottom: 6px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ - padding-top: 5px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel3{ - position: relative; -} - /* 评论容器取消发送按钮位置 */ -.space-page-view .ibiz-panel-container--container_comment{ - position: relative; -} -.space-page-view .ibiz-panel-button--comment__cancel, -.space-page-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 14px; -} -.space-page-view .ibiz-panel-button--comment__cancel { - right: 90px; -} -.space-page-view .ibiz-control-form { - height: 100%; - overflow: auto; -} -.space-page-view .ibiz-control-form img { - max-width: 100%; -} -/* 修复附件表格滚动条异常 */ -.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { - max-height: 100%; -} -/* 修复评论编辑页关注人滚动条异常 */ -.space-page-view .ibiz-attention-select-value-multiple{ - overflow: hidden; -} -.space-page-view .ibiz-panel-container--right_container{ - border-left: 1px solid #e7e7e7; -} - - - .space-page-view .ibiz-toolbar-item-counter { - background-color: #e0e0e0 !important; - color: grey !important; - margin-left: 10px !important; -} - .purple-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #d2d8ed; - vertical-align: inherit; -} -.ibiz-span .purple-span { - margin: 4px 0; -} - .red-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #fcd0cb; - vertical-align: inherit; -} -.ibiz-span .red-span { - margin: 4px 0; -} - - - .mob-red-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: red; -} - .green-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ccf2cc; - vertical-align: inherit; -} -.ibiz-span .green-span { - margin: 4px 0; -} - .mob-green-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: #3ae23a; -} - .ibiz-form-item{ - --ibiz-form-item-placeholder-color:#cacaca; -} -.el-input{ - --el-input-placeholder-color:#cacaca; -} - .more_log_style .ibiz-control-toolbar__item { - position: absolute !important; - margin: -65px 0px 0px -65px !important; -} - -.more_log_style .el-button { - --el-button-bg-color: none !important; - --el-button-text-color: rgb(70 107 144) !important; - --el-button-hover-text-color: none !important; - --el-button-hover-bg-color: none !important; - --el-button-hover-border-color: none !important; - --el-button-active-text-color: node !important; - --el-button-active-bg-color: none !important; -} - .blue-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #c8e8fa; - vertical-align: inherit; -} -.ibiz-span .blue-span { - margin: 4px 0; -} - .mob-blue-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: blue; -} - /* 表单分组标题 */ -.ibiz-form-group__caption{ - font-size: var(--ibiz-form-item-container-font-size); - font-weight: var(--ibiz-form-group-caption-font-regular); - color: var(--ibiz-form-item-container-label-color); -} - .form-group-to-grid-header { - height: 54px; - background-color: rgba(var(--ibiz-grey-1), 1); -} -.form-group-to-grid-header .ibiz-row--grid { - display: flex; - align-items: center; -} -.form-group-to-grid-header .ibiz-form-raw-item { - padding: 8px 4px; -} - /* 表格头全局样式 */ -body .ibiz-control-grid { ---ibiz-control-grid-header-height: 54px; /* 重新赋值 */ -} -/* 适配增加的高度,使表格头垂直居中 */ -body .ibiz-control-grid__table .el-table__header-wrapper .cell { -padding-top: 16px; -padding-bottom: 16px; -} - .normal-rich-text *{ - font-style: normal !important; - text-decoration: none !important; - color: rgb(85, 91, 97) !important; - background-color: transparent !important; - font-size: 14px !important; - font-weight: 400 !important; - text-align: left !important; - text-overflow: ellipsis; - text-wrap: nowrap; - word-break: break-all; -} -.normal-rich-text a { - pointer-events: none; -} - .ibiz-panel-view-content { - --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); -} - /* 视图右侧padding */ -.ibiz-panel-view-header .ibiz-panel-container--view_header_right { - padding: 0 var(--ibiz-spacing-tight); -} -/* 树padding */ -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding: 0 var(--ibiz-spacing-tight); -} -.ibiz-control-treeexpbar .ibiz-panel-exp-header { - padding: 0 var(--ibiz-spacing-tight); -} - .view-content-no-padding .ibiz-panel-view-content { - padding: 0; -} -.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { - padding: var(--ibiz-panel-view-content-padding); -} - - .ibiz-view-message { - padding: var(--ibiz-spacing-tight); -} -.ibiz-view-message .el-alert--info.is-light { - background-color: var(--el-alert-bg-color); -} - /* 全局 计数器 样式 */ -.ibiz-badge.ibiz-badge { -min-width: 16px; -text-align: center; -font-size: var(--ibiz-font-size-small); -padding: 0 var(--ibiz-spacing-extra-tight); -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} -/* 表单分页计数器 */ -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { - padding-right: var(--ibiz-spacing-base-loose); - position: relative; -} -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-text-3); - background-color: var(--ibiz-color-fill-0); - padding: 0 var(--ibiz-spacing-extra-tight); - top: calc(50% - 2px); - font-size: var(--ibiz-font-size-small); - right: var(--ibiz-font-size-header-6); -} -.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - - /* .discuss_bottom_shadow_style{ - position: relative; - box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); - padding: 2px 0px 0px 0px; + .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { + width: 100%; + height: 100%; + margin: 0; + background-color: var(--ibiz-color-bg-1); +} +.mob-main-style .van-tabs__wrap{ + border-top: 1px solid #f1f1f1; +} + + + .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} + /* 标题 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 图标,防止字数过多时发生形变 */ +.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 容器元素换行 */ +.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + + /* 背景颜色 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { + background-color: white; +} + +.mob_delivery_display_style .ibiz-form-group__content { + background-color: white; +} + +/* 标题文字样式 */ +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { + text-align: left; + font-size: 18px; + font-weight: 500; + margin-top: 7px; +} + +/* 图片 */ +.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { + padding-left: 30px; +} + +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { + text-align: left; + margin-bottom: 2px; +} + /* 按钮样式 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { + display: block; + text-align: center +} + +.mob_delivery_display_style button.van-button.van-button--default.van-button--small { + border: 0; + background: #f3f3f3; + border-radius: 10px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { + background-color: white; +} +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { + padding-top: 0; +} + .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { + padding-left: 24px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { + color: red; +} + + .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + +/* 图标边距 */ +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { + height: 24px; + /* margin-top: -3px; */ + margin-right: 15px; +} +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ + overflow: hidden !important;; +} + /* 日历部件没有数据时,进行显示 */ +.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { + content: "当前日期没有工作~"; + color: #D7D7D7; + margin-left: 6px; +} +.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { + display: none; +} +/* 设置背景颜色 */ +.mob_dashboard_style { + background-color: #F6F6F6 !important; + border-radius: 0px !important; +} +.mob_dashboard_style > div { + margin: 15px !important; +} +.mob_dashboard_style .ibiz-control-dashboard-row { + gap: 15px !important; +} + /* 仪表盘列表只显示五个 */ +.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), +.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { + display: none; +} + +/* 搜索框进行隐藏 */ +.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { + display: none; +} + +/* 显示更多样式 */ +.mob_dashboard_style button { + height: 60px !important; + border: transparent !important; +} + +.mob_dashboard_style button span.ibiz-panel-button-content--caption { + font-size: 18px !important; + color: #699AFF !important; +} + +/* 修改分割线样式 */ +.mob_dashboard_style .van-divider--hairline { + width: calc(100% - 2rem); + height: 0.0625rem; + margin-left: 1rem; + margin-bottom: 0px; + background-color: var(--ibiz-color-border); +} + /* 用例名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + /* 日历列表样式 */ +.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { + font-size: 16px; + margin-left: 6px; +} +/* 我的工作项 */ +.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { + font-size: 16px; +} + +/* 其他分组每一项中title的样式 */ +.mob_dashboard_style .ibiz-panel-field--title span { + font-size: 16px; +} + .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: block !important; +} + +.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { + display: flex !important; +} + +.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { + background-color: #ffffff; +} + +.mob_dashboard_style .ibiz-view-content { + background-color: #ffffff; +} + .van-popover__content.van-popover__content--vertical { + border: var(--van-button-border-width) solid var(--van-button-default-border-color); + background: white; +} +button.van-button.van-button--default.van-button--normal.van-button--round { + border: 0; + margin: 2px; + padding: 0; +} +.ibiz-popper-toolbar .van-popover{ + --van-popover-action-width: 95px; +} +.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { + margin: 0; +} +.van-popover__content.van-popover__content--vertical span.van-button__text{ + display: flex; + align-items: center; +} +.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ + margin: 0px 6px -4px 7px; +} +.van-popup.van-popover.van-popover--light{ + left: -105px; +} + .ibiz-view-demobmdview.enablesort, +.ibiz-view-demoblistview.enablesort { +position: relative; +} +.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, +.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ +padding-right: 38px; +background-color: var(--ibiz-color-bg-1); +} +.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} +.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ +display: flex; +align-items: center; +justify-content: center; +width: 1.25rem; +height: 1.125rem; +font-size: 1.25rem; +} + /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ +position: relative; +} */ + + + /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, +.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .discuss_reply_padding .ibiz-form-group-content{ - padding-left: 5px; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ - padding-left: 0; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ - padding-left: 0; -} - .mob_list_view_style { - position: relative; -} -.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); -} -.mob_list_view_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - -.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { - position: absolute; - right: 40px; -} - .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container svg { - width: 24px; -} - -.mob_discuss_reply_list_style .ibiz-panel-field--total { - margin-right: 2px; - margin-top: 1px; -} - -.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { - margin-top: 9px; - display: inline-grid; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { - margin-top: 9px; - display: inline-grid; -} - .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { - margin-left: 15px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, -.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { - padding-left: 8px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group__content { - background-color: white; -} - .discuss-border-style .ibiz-grid-field-column__script{ - width: 70px; - text-align: center; - border: 1px solid #eee; - border-radius: 20px; - padding: 0px 10px; -} - .mob_discuss_post_status_style .van-field__body { - background-color: var(--ibiz-color-primary-light-hover); - border-radius: 20px; - height: 36px; - width: 85px; -} - -.mob_discuss_post_status_style .van-field__body span { - color: var(--ibiz-color-primary); -} - -.mob_discuss_post_status_style .ibiz-form-item-container { - padding: 0px; -} - -.mob_discuss_post_status_style .van-field__right-icon { - display: none; -} - -.mob_discuss_post_status_style .van-field__control--custom { - justify-content: center !important; -} - .discusses_mob_list_style .ibiz-panel-container--container span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 span, -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, -.discusses_mob_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { - height: 24px; - width: 24px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { - font-size: 8px; - min-width: 20px; - min-height: 20px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { - width: 20px; - height: 20px; -} - .discusses_mob_list_style .ibiz-panel-container--container2 { - width: 55px; - height: 23px; - border: 1px solid #d8d8d8; - border-radius: 10px; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 span, -.discusses_mob_list_style .ibiz-panel-container--container2 { - display: flex; - align-items: center; - justify-content: center; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { - margin-top: 1px; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { - margin-right: 3px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { - margin-top: 2px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { - margin-top: -3px; -} - -.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - /* .discusses_mob_list_style { - position: relative; -} -.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); + /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, +.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .post_edit_title_style .ibiz-panel-container--topic_container { - padding-left: 16px; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { - display: none !important; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { - padding: 0 !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name { - padding: 0 8px 0 16px !important; -} - -.post_edit_title_style .ibiz-identifier-title { - padding-left: 8px !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name span { - color: var(--el-text-color-regular); - font-size: var(--ibiz-font-size-header-5); - font-weight: var(--ibiz-font-weight-regular); -} - -.post_edit_title_style .ibiz-panel-field--topic_name::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: 20px; - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: 2px; - transform: translateY(-50%); -} - .discuss-comment-btn{ - width: 100px; -} -.discuss-comment-btn .el-button{ - min-height: var(--ibiz-height-control-default); - min-width: var(--ibiz-height-control-default); - background: transparent; - border: none; - color: var(--ibiz-color-text-3); - font-size: var(--ibiz-font-size-header-6); - padding: 8px; -} -.discuss-comment-btn .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { - border: none; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { - width: 20px; -} - -.mob_discuss_detal_list_style .ibiz-panel-field--total { - margin-left: 2px; - margin-right: 2px; - margin-top: 1px; -} - /* 详情页中的 容器边距 */ -.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ - margin: 10px; - border-radius: 10px; - /* background-color: white; */ -} -/* 选中分页 */ -.mob-details-style .van-tab--active{ - color: #6698ff; -} -.mob-details-style .van-tabs__line{ - background: #6698ff; -} - -.mob-details-style .ibiz-form-item--create_time span { - margin-top: 3px; -} - -.mob-details-style .van-tabs__wrap { - background-color: white; -} - -.mob-details-style .van-tabs__nav { - display: inline-flex !important; - margin-left: 30px; -} - -.mob-details-style .van-tab { - margin-right: 40px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 span { - display: inline-grid; - margin-top: 9px; -} - .mob-details-style .ibiz-form-group--grouppanel1 svg { - width: 28px; - height: 28px; - margin-left: 15px; -} - -.mob-details-style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; - display: inline-grid; - margin-top: 7px; -} - -.mob-details-style .ibiz-form-group--grouppanel2 span, -.mob-details-style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob-details-style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob-details-style .ibiz-form-item--name { - padding-left: 8px; -} - -.mob-details-style .ibiz-form-item--status { - padding-top: 10px; -} - .review_btn_style button[title="通过"] { - background-color: green; -} - -.review_btn_style button[title="拒绝"] { - background-color: red; -} - .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ - font-size: 12px; - color: #979899; -} - -.review-results-style .ibiz-form-item--title .ibiz-span{ - font-size: 16px; - font-weight: 600; -} - -.review-results-style .ibiz-mdctrl-container-item{ - border-top: 1px solid #dbdbdb; -} - -.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: white; - border-left: none; -} - .comment-list-height-auto .ibiz-no-data { - padding: 0; - --el-empty-image-width: 64px; - --el-empty-description-margin-top: 6px; -} -.comment-list-height-auto img { - max-width: 100%; -} -/* 流转空数据 */ -.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { - margin-top: -8px; -} - .comment-replay { - padding: 0 12px; - background-color: var(--ibiz-color-bg-0); -} -.comment-replay .ibiz-rawitem, -.comment-replay .ibiz-code-list__item, -.comment-replay .ibiz-panel-item-render--pcontent { - color: #999; -} -.comment-replay .ibiz-panel-item-render--pcontent { - display: flex; -} -.comment-replay .ibiz-panel-item-render--pcontent p { - margin: 8px 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.comment-replay .ibiz-raw__script .comment-tag { - pointer-events: none; -} - .comment_icon .ibiz-rawitem{ - font-size:24px; - opacity:0.5; - padding:8px 0; -} - .comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-0); - color: var(--ibiz-editor-default-text-color); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .mob_topic_discuss_list_style .ibiz-control-toolbar__item { - display: block !important; -} - -.mob_topic_discuss_list_style { - position: relative; -} -.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); - background-color: white !important; -} -.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { - top: 18px; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .resource-capacity-view .ibiz-panel-view-content--view_content { - padding: 0 var(--ibiz-spacing-tight); -} - -.resource-capacity-view .ibiz-form-page, -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { - height: 100% -} - -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { - height: calc(100% - 54px); -} - -.resource-capacity-view .ibiz-form-group--header { - line-height: 52px; - overflow-y: scroll; - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-capacity-view .ibiz-form-group--body { - overflow-y: scroll; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { - padding: 0; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { - height: 52px; - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { - height: 100%; - display: flex; - align-items: center; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { - overflow: hidden; -} -.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { - margin-left: var(--ibiz-spacing-extra-tight); -} - .road-map-view .time-line { - display: flex -} -.road-map-view .time-line-right { - display: flex; - flex-shrink: 0; - align-items: flex-start; - justify-content: center; - padding: 70px 8px 8px 8px; -} -.road-map-view .time-line-right--title { - width: 100px; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - margin-bottom: 40px; - padding: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); -} -.road-map-view .time-line-right--caption { - color: var(--ibiz-color-primary); - font-weight: var(--ibiz-font-weight-bold); -} -.road-map-view .time-line-right--description { - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} -.road-map-view .time-line-left { - flex-grow: 1; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - padding: var(--ibiz-spacing-base); -} - .road-map-view .time-line-left--line { - width: 100%; - height: 4px; - display: flex; - margin: 80px 20px; - align-items: center; - justify-content: space-between; - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item { - width: 12.5%; - flex-grow: 1; - position: relative; -} -.road-map-view .time-line-left--item:last-child { - background-color: var(--ibiz-color-white); -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { - bottom: 15px; -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__content { - bottom: 54px; -} -.road-map-view .time-line-left--item__dot { - width: 12px; - height: 12px; - border-radius: 50%; - background-color: var(--ibiz-color-white); - border: 3px solid var(--ibiz-color-success-hover); -} - .road-map-view .time-line-left--item__vertical { - width: 2px; - height: 36px; - position: absolute; - transform: translateX(5px); - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item__content { - display: flex; - bottom: -70px; - cursor: pointer; - width: max-content; - position: absolute; - align-items: center; - flex-direction: column; - justify-content: center; -} -.road-map-view .time-line-left--item__caption { - width: 100%; - color: var(--ibiz-color-text-0); - font-size: var(--ibiz-font-size-regular); -} -.road-map-view .time-line-left--item__time { - width: 100%; - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} - -.road-map-view .time-line-left--item__content a { - text-decoration: unset !important; -} - .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { - padding-left: 18px; -} - - .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ - width: 76px; - text-align: center; -} - .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { - display: none; -} - .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { - padding: 10px 10px 0 10px; -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { - background-color: var(--ibiz-color-bg-1); - border-radius: 5px; -}.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item.is-active { - background-color: var(--ibiz-control-list-active-bg-color); -} - .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { - border-radius: 0; -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, -.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { - background-color: var(--ibiz-color-fill-0); - padding-bottom: 8px; -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { - padding: 10px 0; -} - - - /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ - margin: -15% 0% 0% -35%; + .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { +fill: var(--van-gray-6); +} +/* 适配有视图头的情况 */ +.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); +} +/* 适配首页仪表盘 */ +.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} + .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ + width: 105px; +} +.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { + width: 112px; + padding-left: 3px; +} +.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ + width: 108px; +} + .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ + font-size: 18px; +} +.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ + width: 24px; +} + .ibiz-quill .van-popup .ql-editor.ql-blank { + padding: 12px 15px; +} +.ibiz-quill .van-popup .ql-editor.ql-blank::before { + left: 15px; +} + .mob_workspace_style .ibiz-view-content--view_content{ + display: block !important; +} + +.mob_workspace_style .ibiz-panel-container--view_content > div { + display: block !important; +} + /* 卡片 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ + flex-wrap: unset; + overflow: scroll; + padding-left: 0.5rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ + display: none; +} +/* 背景定位 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { + position: relative; + border: 1px solid #eeeeee; + border-radius: 5px; + box-shadow: none; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ + content: ''; + display: inline-block; + width: 100%; + height: 36px; + position: absolute; + top: 0; + left: 0; + z-index: 6; + background-color: var(--ibiz-color-disabled-fill); +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ + position: relative; + z-index: 10; +} + + .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ + font-weight: bolder; + font-size: 0.95rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ + color: #6a6a6a; +} + +.ibiz-control-appmenu .van-tabbar-item__icon{ + width: 16px; +} +/* 最近访问 显示更多 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; + padding-left: 0; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ + font-size: 0.95rem; + color: #6698ff; +} + + .mob-home-style .ibiz-panel-container-group-header{ + border-bottom: 0px !important; + height: 25px; +} +.mob-home-style .ibiz-panel-container-group__caption{ + font-size: 16px !important; + font-weight: 400 !important; +} +.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} +.mob-home-style .ibiz-panel-field--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} + /* 标题 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + + +/* 容器元素换行 */ +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} + +/* 为空不显示 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { + display: none; +} + /* 字体颜色、位置 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} + +/* 依赖名称 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ + color: #aaaaaa; +} + /* 最近访问 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .ibiz-form-group--grouppanel_attachment_create{ + position: relative; +} + .mob_descript_comment .ibiz-quill-preview__edit { + top: -2.125rem; + right: 0; +} + + .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .mob-library-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-library-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-library-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 110px; + top: 2px; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { + top: -230px !important; +} + .mob_login_style .ibiz-panel-container-image{ + background-size: cover; +} +.mob_login_style .ibiz-rawitem__image path{ + fill: #219cf0; +} +.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-button--auth_loginbutton{ + border-radius: 10px; + border: 1px solid #c2c2c2; +} +.mob_login_style .van-field__control::placeholder{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container4{ + margin-top: 15vh; +} +.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ + font-size: 28px; + font-weight: 600; + color: #2fbaf5; +} + .ibiz-form-group { + padding: 0; +} +.ibiz-form-group--style2 { + padding: 4px; + border-radius: 0; +} +.ibiz-form-group--style2 > .ibiz-form-group-header { + border-radius: 4px 4px 0 0; +} +.ibiz-form-group--style2 > .ibiz-form-group__content { + padding: 4px 0; + background-color: var(--ibiz-form-group-header-bg-color); + border-radius: 4px; +} +.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { + padding-top: 0; +} + + .mob_comment_list_style .ibiz-panel-button{ + border: 0; +} +.mob_comment_list_style .ibiz-panel-button-content--icon{ + font-size: 18px; +} +.mob_comment_list_style .ibiz-panel-container--container2{ + margin-top: 10px; +} +.mob_comment_list_style .ibiz-mob-personal-info-content__tip { + margin-top: -15px; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { + margin-top: 0px !important; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ + margin: -12px 0px 0px 40px; + color: #9d9d9d; +} +.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { + margin-left: 40px; + width:auto; +} +.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ + height: 0px !important; +} + .mob-comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-3); + color: var(--ibiz-color-text-2); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.mob-comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .comment_style_main{ + background: white; + position: relative; + z-index: 1; + box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); +} +.comment_style_main .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.comment_style_main .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-button{ + border: 0; +} +.comment_style_main #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} +.comment_style_main .ibiz-panel-field--comment_count span{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-field--attention_count span{ + color: #aaaaaa; +} + .comment_style_list{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.comment_style_list .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; +} +.comment_style_list .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_list .ibiz-panel-button{ + height: 32px; + width: 50px; + background: #6698ff; + color: white; + border-radius: 5px; +} +.comment_style_list #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + .mob_md_view_style{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.mob_md_view_style .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.mob_md_view_style .ibiz-rawitem__text{ + color: #aaaaaa; +} +.mob_md_view_style .ibiz-panel-button{ + border: 0; +} +.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + /* 标题 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 负责人 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { + /* display: none; */ +} + +/* 图标,防止字数过多时发生形变 */ +.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +/* 防止出现滚动条 */ +.mob_common_list_style .ibiz-panel-container>.ibiz-row { + overflow-y: hidden !important; +} + /* 容器元素换行 */ +.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { + display: none; +} +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ + justify-content: center; + width: 38px; +} + .ibiz-portal-view.ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-0); +} +.ibiz-portal-view .ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-1); +} + .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ + font-size: 14px !important; +} + .mob-idea-md-view-style { + position: relative; +} +.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_page_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_style .ibiz-form-item--publish_name { + padding-left: 10px; +} + .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ + margin: 0; + border-radius: 0; + width: auto; + overflow: visible; +} +.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, +.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ + border: none; + background: transparent; +} +.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ + right: 0.35rem; + top: -45px; +} +.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ + margin-right: 10px; +} +.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ + overflow: visible; +} + .mob-advanced-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-advanced-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-advanced-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 95px; + top: 3px; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .space_main_list_syle .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + +.space_main_list_syle .ibiz-icon svg.icon path { + fill: #20A0FF; +} + .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.space_mob_page_style .ibiz-control-viewlayoutpanel-content { + background-color: rgba(255, 255, 255, 1); +} + +.space_mob_page_style .ibiz-panel-field--name span{ + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.space_mob_page_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + /* margin-top: 5px; */ +} + +.space_mob_page_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} +.space_mob_page_style .ibiz-panel-rawitem--static_image1{ + padding: 0px 15px 0px 0px; +} + /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { + position: fixed; + bottom: 135px; + right: 30px; + z-index: 1000; + width: 44px; + height: 44px; + border-radius: 50%; + background-color: white; + box-shadow: 1px 4px 6px 3px #dad7d7; +} */ + +.mob_page_edit_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_edit_style .ibiz-form-item--publish_name { + padding-left: 10px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { + margin-bottom: 6px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ + padding-top: 5px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel3{ + position: relative; +} + /* 评论容器取消发送按钮位置 */ +.space-page-view .ibiz-panel-container--container_comment{ + position: relative; +} +.space-page-view .ibiz-panel-button--comment__cancel, +.space-page-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 14px; +} +.space-page-view .ibiz-panel-button--comment__cancel { + right: 90px; +} +.space-page-view .ibiz-control-form { + height: 100%; + overflow: auto; +} +.space-page-view .ibiz-control-form img { + max-width: 100%; +} +/* 修复附件表格滚动条异常 */ +.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { + max-height: 100%; +} +/* 修复评论编辑页关注人滚动条异常 */ +.space-page-view .ibiz-attention-select-value-multiple{ + overflow: hidden; +} +.space-page-view .ibiz-panel-container--right_container{ + border-left: 1px solid #e7e7e7; +} + + + .space-page-view .ibiz-toolbar-item-counter { + background-color: #e0e0e0 !important; + color: grey !important; + margin-left: 10px !important; +} + .purple-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #d2d8ed; + vertical-align: inherit; +} +.ibiz-span .purple-span { + margin: 4px 0; +} + .red-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #fcd0cb; + vertical-align: inherit; +} +.ibiz-span .red-span { + margin: 4px 0; +} + + + .mob-red-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: red; +} + .green-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ccf2cc; + vertical-align: inherit; +} +.ibiz-span .green-span { + margin: 4px 0; +} + .mob-green-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: #3ae23a; +} + .ibiz-form-item{ + --ibiz-form-item-placeholder-color:#cacaca; +} +.el-input{ + --el-input-placeholder-color:#cacaca; +} + .more_log_style .ibiz-control-toolbar__item { + position: absolute !important; + margin: -65px 0px 0px -65px !important; +} + +.more_log_style .el-button { + --el-button-bg-color: none !important; + --el-button-text-color: rgb(70 107 144) !important; + --el-button-hover-text-color: none !important; + --el-button-hover-bg-color: none !important; + --el-button-hover-border-color: none !important; + --el-button-active-text-color: node !important; + --el-button-active-bg-color: none !important; +} + .blue-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #c8e8fa; + vertical-align: inherit; +} +.ibiz-span .blue-span { + margin: 4px 0; +} + .mob-blue-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: blue; +} + /* 表单分组标题 */ +.ibiz-form-group__caption{ + font-size: var(--ibiz-form-item-container-font-size); + font-weight: var(--ibiz-form-group-caption-font-regular); + color: var(--ibiz-form-item-container-label-color); +} + .form-group-to-grid-header { + height: 54px; + background-color: rgba(var(--ibiz-grey-1), 1); +} +.form-group-to-grid-header .ibiz-row--grid { + display: flex; + align-items: center; +} +.form-group-to-grid-header .ibiz-form-raw-item { + padding: 8px 4px; +} + /* 表格头全局样式 */ +body .ibiz-control-grid { +--ibiz-control-grid-header-height: 54px; /* 重新赋值 */ +} +/* 适配增加的高度,使表格头垂直居中 */ +body .ibiz-control-grid__table .el-table__header-wrapper .cell { +padding-top: 16px; +padding-bottom: 16px; +} + .normal-rich-text *{ + font-style: normal !important; + text-decoration: none !important; + color: rgb(85, 91, 97) !important; + background-color: transparent !important; + font-size: 14px !important; + font-weight: 400 !important; + text-align: left !important; + text-overflow: ellipsis; + text-wrap: nowrap; + word-break: break-all; +} +.normal-rich-text a { + pointer-events: none; +} + .ibiz-panel-view-content { + --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); +} + /* 视图右侧padding */ +.ibiz-panel-view-header .ibiz-panel-container--view_header_right { + padding: 0 var(--ibiz-spacing-tight); +} +/* 树padding */ +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding: 0 var(--ibiz-spacing-tight); +} +.ibiz-control-treeexpbar .ibiz-panel-exp-header { + padding: 0 var(--ibiz-spacing-tight); +} + .view-content-no-padding .ibiz-panel-view-content { + padding: 0; +} +.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { + padding: var(--ibiz-panel-view-content-padding); +} + + .ibiz-view-message { + padding: var(--ibiz-spacing-tight); +} +.ibiz-view-message .el-alert--info.is-light { + background-color: var(--el-alert-bg-color); +} + /* 全局 计数器 样式 */ +.ibiz-badge.ibiz-badge { +min-width: 16px; +text-align: center; +font-size: var(--ibiz-font-size-small); +padding: 0 var(--ibiz-spacing-extra-tight); +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} +/* 表单分页计数器 */ +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { + padding-right: var(--ibiz-spacing-base-loose); + position: relative; +} +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-text-3); + background-color: var(--ibiz-color-fill-0); + padding: 0 var(--ibiz-spacing-extra-tight); + top: calc(50% - 2px); + font-size: var(--ibiz-font-size-small); + right: var(--ibiz-font-size-header-6); +} +.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + + /* .discuss_bottom_shadow_style{ + position: relative; + box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); + padding: 2px 0px 0px 0px; } */ - -/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ - position: relative; - box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); + .discuss_reply_padding .ibiz-form-group-content{ + padding-left: 5px; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ + padding-left: 0; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ + padding-left: 0; +} + .mob_list_view_style { + position: relative; +} +.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); +} +.mob_list_view_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + +.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { + position: absolute; + right: 40px; +} + .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container svg { + width: 24px; +} + +.mob_discuss_reply_list_style .ibiz-panel-field--total { + margin-right: 2px; + margin-top: 1px; +} + +.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { + margin-top: 9px; + display: inline-grid; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { + margin-top: 9px; + display: inline-grid; +} + .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { + margin-left: 15px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, +.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { + padding-left: 8px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group__content { + background-color: white; +} + .discuss-border-style .ibiz-grid-field-column__script{ + width: 70px; + text-align: center; + border: 1px solid #eee; + border-radius: 20px; + padding: 0px 10px; +} + .mob_discuss_post_status_style .van-field__body { + background-color: var(--ibiz-color-primary-light-hover); + border-radius: 20px; + height: 36px; + width: 85px; +} + +.mob_discuss_post_status_style .van-field__body span { + color: var(--ibiz-color-primary); +} + +.mob_discuss_post_status_style .ibiz-form-item-container { + padding: 0px; +} + +.mob_discuss_post_status_style .van-field__right-icon { + display: none; +} + +.mob_discuss_post_status_style .van-field__control--custom { + justify-content: center !important; +} + .discusses_mob_list_style .ibiz-panel-container--container span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 span, +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, +.discusses_mob_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { + height: 24px; + width: 24px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { + font-size: 8px; + min-width: 20px; + min-height: 20px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { + width: 20px; + height: 20px; +} + .discusses_mob_list_style .ibiz-panel-container--container2 { + width: 55px; + height: 23px; + border: 1px solid #d8d8d8; + border-radius: 10px; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 span, +.discusses_mob_list_style .ibiz-panel-container--container2 { + display: flex; + align-items: center; + justify-content: center; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { + margin-top: 1px; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { + margin-right: 3px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { + margin-top: 2px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { + margin-top: -3px; +} + +.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + /* .discusses_mob_list_style { + position: relative; +} +.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); } */ -.msg_bottom_shadow_style .msg_heard_style{ - border-bottom: 1px solid #ebebeb; -} - - .notify_field_checkbox_style .el-checkbox{ - width: 120px; -} - - - .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { - margin: 0px 0px 4px; -} - -/* .management_setting_style .ibiz-breadcrumb { - display: none !important; + .post_edit_title_style .ibiz-panel-container--topic_container { + padding-left: 16px; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { + display: none !important; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { + padding: 0 !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name { + padding: 0 8px 0 16px !important; +} + +.post_edit_title_style .ibiz-identifier-title { + padding-left: 8px !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name span { + color: var(--el-text-color-regular); + font-size: var(--ibiz-font-size-header-5); + font-weight: var(--ibiz-font-weight-regular); +} + +.post_edit_title_style .ibiz-panel-field--topic_name::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: 20px; + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: 2px; + transform: translateY(-50%); +} + .discuss-comment-btn{ + width: 100px; +} +.discuss-comment-btn .el-button{ + min-height: var(--ibiz-height-control-default); + min-width: var(--ibiz-height-control-default); + background: transparent; + border: none; + color: var(--ibiz-color-text-3); + font-size: var(--ibiz-font-size-header-6); + padding: 8px; +} +.discuss-comment-btn .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { + border: none; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { + width: 20px; +} + +.mob_discuss_detal_list_style .ibiz-panel-field--total { + margin-left: 2px; + margin-right: 2px; + margin-top: 1px; +} + /* 详情页中的 容器边距 */ +.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ + margin: 10px; + border-radius: 10px; + /* background-color: white; */ +} +/* 选中分页 */ +.mob-details-style .van-tab--active{ + color: #6698ff; +} +.mob-details-style .van-tabs__line{ + background: #6698ff; +} + +.mob-details-style .ibiz-form-item--create_time span { + margin-top: 3px; +} + +.mob-details-style .van-tabs__wrap { + background-color: white; +} + +.mob-details-style .van-tabs__nav { + display: inline-flex !important; + margin-left: 30px; +} + +.mob-details-style .van-tab { + margin-right: 40px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 span { + display: inline-grid; + margin-top: 9px; +} + .mob-details-style .ibiz-form-group--grouppanel1 svg { + width: 28px; + height: 28px; + margin-left: 15px; +} + +.mob-details-style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; + display: inline-grid; + margin-top: 7px; +} + +.mob-details-style .ibiz-form-group--grouppanel2 span, +.mob-details-style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob-details-style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob-details-style .ibiz-form-item--name { + padding-left: 8px; +} + +.mob-details-style .ibiz-form-item--status { + padding-top: 10px; +} + .review_btn_style button[title="通过"] { + background-color: green; +} + +.review_btn_style button[title="拒绝"] { + background-color: red; +} + .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ + font-size: 12px; + color: #979899; +} + +.review-results-style .ibiz-form-item--title .ibiz-span{ + font-size: 16px; + font-weight: 600; +} + +.review-results-style .ibiz-mdctrl-container-item{ + border-top: 1px solid #dbdbdb; +} + +.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: white; + border-left: none; +} + .comment-list-height-auto .ibiz-no-data { + padding: 0; + --el-empty-image-width: 64px; + --el-empty-description-margin-top: 6px; +} +.comment-list-height-auto img { + max-width: 100%; +} +/* 流转空数据 */ +.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { + margin-top: -8px; +} + .comment-replay { + padding: 0 12px; + background-color: var(--ibiz-color-bg-0); +} +.comment-replay .ibiz-rawitem, +.comment-replay .ibiz-code-list__item, +.comment-replay .ibiz-panel-item-render--pcontent { + color: #999; +} +.comment-replay .ibiz-panel-item-render--pcontent { + display: flex; +} +.comment-replay .ibiz-panel-item-render--pcontent p { + margin: 8px 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.comment-replay .ibiz-raw__script .comment-tag { + pointer-events: none; +} + .comment_icon .ibiz-rawitem{ + font-size:24px; + opacity:0.5; + padding:8px 0; +} + .comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-0); + color: var(--ibiz-editor-default-text-color); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .mob_topic_discuss_list_style .ibiz-control-toolbar__item { + display: block !important; +} + +.mob_topic_discuss_list_style { + position: relative; +} +.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); + background-color: white !important; +} +.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { + top: 18px; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .resource-capacity-view .ibiz-panel-view-content--view_content { + padding: 0 var(--ibiz-spacing-tight); +} + +.resource-capacity-view .ibiz-form-page, +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { + height: 100% +} + +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { + height: calc(100% - 54px); +} + +.resource-capacity-view .ibiz-form-group--header { + line-height: 52px; + overflow-y: scroll; + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-capacity-view .ibiz-form-group--body { + overflow-y: scroll; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { + padding: 0; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { + height: 52px; + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { + height: 100%; + display: flex; + align-items: center; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { + overflow: hidden; +} +.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { + margin-left: var(--ibiz-spacing-extra-tight); +} + .road-map-view .time-line { + display: flex +} +.road-map-view .time-line-right { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: center; + padding: 70px 8px 8px 8px; +} +.road-map-view .time-line-right--title { + width: 100px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + margin-bottom: 40px; + padding: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); +} +.road-map-view .time-line-right--caption { + color: var(--ibiz-color-primary); + font-weight: var(--ibiz-font-weight-bold); +} +.road-map-view .time-line-right--description { + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} +.road-map-view .time-line-left { + flex-grow: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: var(--ibiz-spacing-base); +} + .road-map-view .time-line-left--line { + width: 100%; + height: 4px; + display: flex; + margin: 80px 20px; + align-items: center; + justify-content: space-between; + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item { + width: 12.5%; + flex-grow: 1; + position: relative; +} +.road-map-view .time-line-left--item:last-child { + background-color: var(--ibiz-color-white); +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { + bottom: 15px; +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__content { + bottom: 54px; +} +.road-map-view .time-line-left--item__dot { + width: 12px; + height: 12px; + border-radius: 50%; + background-color: var(--ibiz-color-white); + border: 3px solid var(--ibiz-color-success-hover); +} + .road-map-view .time-line-left--item__vertical { + width: 2px; + height: 36px; + position: absolute; + transform: translateX(5px); + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item__content { + display: flex; + bottom: -70px; + cursor: pointer; + width: max-content; + position: absolute; + align-items: center; + flex-direction: column; + justify-content: center; +} +.road-map-view .time-line-left--item__caption { + width: 100%; + color: var(--ibiz-color-text-0); + font-size: var(--ibiz-font-size-regular); +} +.road-map-view .time-line-left--item__time { + width: 100%; + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} + +.road-map-view .time-line-left--item__content a { + text-decoration: unset !important; +} + .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { + padding-left: 18px; +} + + .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ + width: 76px; + text-align: center; +} + .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { + display: none; +} + .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { + padding: 10px 10px 0 10px; + background-color: transparent; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { + background-color: var(--ibiz-color-bg-1); + border-radius: 5px; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item.is-active .ibiz-control-list-item { + background-color: var(--ibiz-control-list-active-bg-color); +} + .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { + border-radius: 0; +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, +.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { + background-color: var(--ibiz-color-fill-0); + padding-bottom: 8px; +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { + padding: 10px 0; +} + + + /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ + margin: -15% 0% 0% -35%; +} */ + +/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ + position: relative; + box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); +} */ +.msg_bottom_shadow_style .msg_heard_style{ + border-bottom: 1px solid #ebebeb; +} + + .notify_field_checkbox_style .el-checkbox{ + width: 120px; +} + + + .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { + margin: 0px 0px 4px; +} + +/* .management_setting_style .ibiz-breadcrumb { + display: none !important; } */ - .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, -.common-level-average::after{ -background-color: var(--ibiz-color-primary) !important; -} - /* 圆 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -content: ''; -display: block; -width: 12px; -height: 12px; -min-width: 12px; -max-width: 12px; -margin-right: var(--ibiz-spacing-extra-tight); -border-radius: 50%; -background-color: var(--ibiz-color-fill-0); -} - /* 基础定位 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input, -.common-level-veryimportant, -.common-level-important, -.common-level-average, -.common-level-unimportant, -.common-level-unknown { -position: relative; -padding-left: var(--ibiz-spacing-base); -} -/* 圆对齐及间距 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { -display: flex; -align-items: center; -margin: 0; -padding: 0; -} -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -margin-right: var(--ibiz-spacing-base-loose); -} -.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { -height: 12px; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { -margin-left: 3px; -} - -/* 最后一个圆的定位 */ -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -position:absolute; -left:0; -} -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ -left:var(--ibiz-spacing-tight); -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -left:var(--ibiz-spacing-tight); -} -/* 编辑器弹框按钮样式 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, -.common-level-dropdown .ibiz-dropdown .el-select .el-input{ -min-height:var(--ibiz-height-control-default); -padding:0 var(--ibiz-spacing-tight); -padding-left:var(--ibiz-spacing-loose); -display:flex; -align-items:center; -border-radius:var(--ibiz-border-radius-small); -cursor:pointer; -} - .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { -min-height: 32px; -margin: 0; -} -/* 编辑态按钮 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input { -overflow: hidden; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { -display: none; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { -position: absolute; -left: 0; -margin-left: var(--ibiz-spacing-base); -border-radius: var(--ibiz-border-radius-small); -} -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { -padding: 0; -margin: 0; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { -min-width: 12px; -max-width: 12px; -box-shadow: none !important; -} - /* 移入效果 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, -.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { -background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { -background-color: var(--ibiz-color-bg-0); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { -background-color: var(--ibiz-color-primary-light-default); -} -/* 表格内样式 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { -margin-left: -4px; -} -/* 表格内文字不显示 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { -font-size: 0; -} -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { -width: 0; -height: 0; -} - /* 自适应宽度 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { -width: auto; -} -.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { - padding: 0; -} - .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, -.common-level-unknown::after, -.common-level-unknown::before, -.common-level-unknown>span::before { -background-color: transparent !important; -box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; -} - .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, -.common-level-important::after, -.common-level-important::before{ -background-color: var(--ibiz-color-primary) !important; -} - .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, -.common-level-veryimportant::after, -.common-level-veryimportant::before, -.common-level-veryimportant>span::before { -background-color: var(--ibiz-color-primary) !important; -} - .idea_tree_node_style .ibiz-panel-field--title{ - font-size: 14px; - font-weight: 600; -} -.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ - margin: 0px 0px 0px 10px; - width: 50px; - height: 30px; - border-radius: 10px; - background: #d4d4d4; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ - color: #999999; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} - .page_info_style .ibiz-form-item-container--left { - text-align: left; -} - -.page_info_style .ibiz-form-item-container__label { - text-align: left; -} - - /* 按钮样式 */ -.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_page_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .project-notice-style .ibiz-portlet-layout-content, -.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ - overflow: visible; -} -.project-notice-style .ibiz-html-custom-toolbar { - position: absolute; - top: -55px; -} -.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ - width: 44px; - } - - - /* 分组面板高度自适应 */ -.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ - height: 100% !important; -} - -/* 去掉下划线 */ -.mob_project_overview_style .ibiz-form-item-container::after{ - height: 0px; -} - .project_warning_style .ibiz-panel-container--container1 { - background-color: orange; - cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container2 { - background-color: deepskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container3 { - background-color: dodgerblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container7 { - background-color: aliceblue -} - -.project_warning_style .ibiz-panel-container--container5 { - background-color: lightskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container6 span { - color: white; -} - -.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { - font-weight: bold; - font-size: 28px; -} - -.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { - font-size: 16px; -} - - - .project_warning_style .ibiz-panel-field--overdue_ratio span { - font-size: 28px; - color: deepskyblue; - font-weight: bold; -} - -.project_warning_style .ibiz-panel-rawitem--static_text3 span { - font-size: 16px; -} - -.project_warning_style .ibiz-panel-container--page_container { - margin-top: 10px; -} - -.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { - position: relative; -} - -.project_warning_style .ibiz-panel-rawitem--static_image, -.project_warning_style .ibiz-panel-rawitem--static_image1, -.project_warning_style .ibiz-panel-rawitem--static_image2, -.project_warning_style .ibiz-panel-rawitem--static_image3 { - top: 6px; - position: absolute; - right: 22px; -} - .project_warning_style .ibiz-panel-container--container8, -.project_warning_style .ibiz-panel-container--container9, -.project_warning_style .ibiz-panel-container--container10 { - padding: 18px 15px; -} - -.project_warning_style .ibiz-panel-container--container11 { - padding: 15px 40px 15px 15px; -} - - /* 背景定位 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { -position: relative; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ -content: ''; -display: inline-block; -width: 100%; -height: 36px; -position: absolute; -top: 0; -left: 0; -z-index: 6; -background-color: var(--ibiz-color-disabled-fill); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -position: relative; -z-index: 10; -} -/* 字体样式 */ -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { -width: 100%; -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { -font-size: var(--ibiz-font-size-header-5); -color: var(--ibiz-color-text-0); -} - .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { -color: var(--ibiz-color-text-3); -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { -font-size: 0; -} -/* 设置边距 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { -margin-top: var(--ibiz-spacing-base); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -padding-top: 22px; -padding-bottom: 0px; -} - .mob_home_my_style{ - position: relative; -} -.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_home_my_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .advancedSearch .ibiz-form-group-header { - border-bottom: none; - } -.advancedSearch .ibiz-teleport-placeholder { - height: 100%; - background-color: #fbfbfb; - border-left: 1px solid #eee; -} -.advancedSearch .ibiz-control-searchbar-quick-search{ - width: 100%; - margin:0 32px; -} -.advancedSearch .ibiz-panel-view-header { - border-bottom:none; -} -.advancedSearch .ibiz-control-captionbar-caption::before{ - display:none; -} -.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { - padding: 0 32px; -} -.advancedSearch .ibiz-panel-view-content { - padding: 8px 32px 0px 32px; -} -.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ - --el-input-height:46px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { - border-radius: 4px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { - font-size:18px; - } - - .cursor_style { - cursor: pointer; + .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, +.common-level-average::after{ +background-color: var(--ibiz-color-primary) !important; +} + /* 圆 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +content: ''; +display: block; +width: 12px; +height: 12px; +min-width: 12px; +max-width: 12px; +margin-right: var(--ibiz-spacing-extra-tight); +border-radius: 50%; +background-color: var(--ibiz-color-fill-0); +} + /* 基础定位 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input, +.common-level-veryimportant, +.common-level-important, +.common-level-average, +.common-level-unimportant, +.common-level-unknown { +position: relative; +padding-left: var(--ibiz-spacing-base); +} +/* 圆对齐及间距 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { +display: flex; +align-items: center; +margin: 0; +padding: 0; +} +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +margin-right: var(--ibiz-spacing-base-loose); +} +.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { +height: 12px; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { +margin-left: 3px; +} + +/* 最后一个圆的定位 */ +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +position:absolute; +left:0; +} +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ +left:var(--ibiz-spacing-tight); +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +left:var(--ibiz-spacing-tight); +} +/* 编辑器弹框按钮样式 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, +.common-level-dropdown .ibiz-dropdown .el-select .el-input{ +min-height:var(--ibiz-height-control-default); +padding:0 var(--ibiz-spacing-tight); +padding-left:var(--ibiz-spacing-loose); +display:flex; +align-items:center; +border-radius:var(--ibiz-border-radius-small); +cursor:pointer; +} + .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { +min-height: 32px; +margin: 0; +} +/* 编辑态按钮 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input { +overflow: hidden; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { +display: none; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { +position: absolute; +left: 0; +margin-left: var(--ibiz-spacing-base); +border-radius: var(--ibiz-border-radius-small); +} +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { +padding: 0; +margin: 0; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { +min-width: 12px; +max-width: 12px; +box-shadow: none !important; +} + /* 移入效果 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, +.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { +background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { +background-color: var(--ibiz-color-bg-0); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { +background-color: var(--ibiz-color-primary-light-default); +} +/* 表格内样式 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { +margin-left: -4px; +} +/* 表格内文字不显示 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { +font-size: 0; +} +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { +width: 0; +height: 0; +} + /* 自适应宽度 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { +width: auto; +} +.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { + padding: 0; +} + .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, +.common-level-unknown::after, +.common-level-unknown::before, +.common-level-unknown>span::before { +background-color: transparent !important; +box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; +} + .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, +.common-level-important::after, +.common-level-important::before{ +background-color: var(--ibiz-color-primary) !important; +} + .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, +.common-level-veryimportant::after, +.common-level-veryimportant::before, +.common-level-veryimportant>span::before { +background-color: var(--ibiz-color-primary) !important; +} + .idea_tree_node_style .ibiz-panel-field--title{ + font-size: 14px; + font-weight: 600; +} +.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ + margin: 0px 0px 0px 10px; + width: 50px; + height: 30px; + border-radius: 10px; + background: #d4d4d4; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ + color: #999999; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} + .page_info_style .ibiz-form-item-container--left { + text-align: left; +} + +.page_info_style .ibiz-form-item-container__label { + text-align: left; +} + + /* 按钮样式 */ +.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_page_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .project-notice-style .ibiz-portlet-layout-content, +.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ + overflow: visible; +} +.project-notice-style .ibiz-html-custom-toolbar { + position: absolute; + top: -55px; +} +.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ + width: 44px; + } + + + /* 分组面板高度自适应 */ +.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ + height: 100% !important; +} + +/* 去掉下划线 */ +.mob_project_overview_style .ibiz-form-item-container::after{ + height: 0px; +} + .project_warning_style .ibiz-panel-container--container1 { + background-color: orange; + cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container2 { + background-color: deepskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container3 { + background-color: dodgerblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container7 { + background-color: aliceblue +} + +.project_warning_style .ibiz-panel-container--container5 { + background-color: lightskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container6 span { + color: white; +} + +.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { + font-weight: bold; + font-size: 28px; +} + +.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { + font-size: 16px; +} + + + .project_warning_style .ibiz-panel-field--overdue_ratio span { + font-size: 28px; + color: deepskyblue; + font-weight: bold; +} + +.project_warning_style .ibiz-panel-rawitem--static_text3 span { + font-size: 16px; +} + +.project_warning_style .ibiz-panel-container--page_container { + margin-top: 10px; +} + +.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { + position: relative; +} + +.project_warning_style .ibiz-panel-rawitem--static_image, +.project_warning_style .ibiz-panel-rawitem--static_image1, +.project_warning_style .ibiz-panel-rawitem--static_image2, +.project_warning_style .ibiz-panel-rawitem--static_image3 { + top: 6px; + position: absolute; + right: 22px; +} + .project_warning_style .ibiz-panel-container--container8, +.project_warning_style .ibiz-panel-container--container9, +.project_warning_style .ibiz-panel-container--container10 { + padding: 18px 15px; +} + +.project_warning_style .ibiz-panel-container--container11 { + padding: 15px 40px 15px 15px; +} + + /* 背景定位 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { +position: relative; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ +content: ''; +display: inline-block; +width: 100%; +height: 36px; +position: absolute; +top: 0; +left: 0; +z-index: 6; +background-color: var(--ibiz-color-disabled-fill); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +position: relative; +z-index: 10; +} +/* 字体样式 */ +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { +width: 100%; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { +font-size: var(--ibiz-font-size-header-5); +color: var(--ibiz-color-text-0); +} + .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { +color: var(--ibiz-color-text-3); +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { +font-size: 0; +} +/* 设置边距 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { +margin-top: var(--ibiz-spacing-base); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +padding-top: 22px; +padding-bottom: 0px; +} + .mob_home_my_style{ + position: relative; +} +.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_home_my_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .advancedSearch .ibiz-form-group-header { + border-bottom: none; + } +.advancedSearch .ibiz-teleport-placeholder { + height: 100%; + background-color: #fbfbfb; + border-left: 1px solid #eee; +} +.advancedSearch .ibiz-control-searchbar-quick-search{ + width: 100%; + margin:0 32px; +} +.advancedSearch .ibiz-panel-view-header { + border-bottom:none; +} +.advancedSearch .ibiz-control-captionbar-caption::before{ + display:none; +} +.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { + padding: 0 32px; +} +.advancedSearch .ibiz-panel-view-content { + padding: 8px 32px 0px 32px; +} +.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ + --el-input-height:46px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { + border-radius: 4px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { + font-size:18px; + } + + .cursor_style { + cursor: pointer; } /*** END:系统样式表 ***/ \ No newline at end of file diff --git a/model/PSSYSAPPS/plmwiki/PSSYSAPP.simple.json b/model/PSSYSAPPS/plmwiki/PSSYSAPP.simple.json index 1b057932c3f53b96f7b4b976b31d6e56ae97b47d..482e9196df9a9d94d96d241f9f7a5ff9d5e21559 100644 --- a/model/PSSYSAPPS/plmwiki/PSSYSAPP.simple.json +++ b/model/PSSYSAPPS/plmwiki/PSSYSAPP.simple.json @@ -13,7 +13,7 @@ "pluginCode" : "COMMENT", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizHtmlComment", - "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.205", + "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-alpha.215", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { @@ -136,7 +136,7 @@ "pluginCode" : "COMMENT_ITEM", "pluginType" : "EDITOR_CUSTOMSTYLE", "rTObjectName" : "IBizCommentItemRawItem", - "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.139", + "rTObjectRepo" : "@ibiz-template-plm/comment-item@0.0.3-alpha.209", "refMode" : "EDITORSTYPE", "runtimeObject" : true }, { diff --git a/model/PSSYSAPPS/plmwiki/PSSYSAPP.simple.json.css b/model/PSSYSAPPS/plmwiki/PSSYSAPP.simple.json.css index 1a8d68b45badf9d66546f546f3bf3dd8b10935de..59636e4bfd628f08fb2a21a49c79e0f037713c0d 100644 --- a/model/PSSYSAPPS/plmwiki/PSSYSAPP.simple.json.css +++ b/model/PSSYSAPPS/plmwiki/PSSYSAPP.simple.json.css @@ -1,5788 +1,5795 @@ /*** START:系统样式表 ***/ - .drbar-ex-underline { -border-bottom: 1px solid var(--ibiz-color-border); -} - -/* drbar头部样式 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { -padding: 8px 0px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { -margin-left: 4px; -} -.drbar-ex-underline .ibiz-panel-container--container { -padding-right: 4px; -} -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ -border: none; -} - -/* 图标居中 */ -.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, -.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { -margin: 0; -} - .editview2-menu .ibiz-control-drbar__menu { - padding: 8px 16px; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { - width: 100%; - height: 48px; - padding-left: 8px !important; - pointer-events: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { - color: #888d91; -} -.editview2-menu - .ibiz-control-drbar__menu - .el-sub-menu__title - .el-sub-menu__icon-arrow { - display: none; -} -.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { - background: 0 0; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item { - height: 32px; - padding: 0; - padding-left: 24px; - border-radius: 4px; -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item:hover { - background: var(--ibiz-color-bg-0); -} -.editview2-menu - .ibiz-control-drbar__menu - .ibiz-control-drbar__item.el-menu-item.is-active { - color: #557da5; - background: #d9ecff; -} - - .html-readonly-bg-white .ibiz-html .w-e-scroll { - background-color: var(--ibiz-color-bg-0); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { - background-color: var(--ibiz-color-bg-1); -} -.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { - background-color: var(--ibiz-color-bg-1); -} - - .pc_login_style .ibiz-panel-container-image{ - min-height: 100%; - min-width: 100%; - background-size: cover; - background-attachment: fixed; -} -.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ - width: 100%; - height: 100%; -} -.pc_login_style .ibiz-panel-container--container9{ - margin: 3vw 0px 0px 3vw; -} -.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container1 { - position: absolute; - right: 7vw; - height: 60vh; - min-width: 400px; - width: 27vw; - border-radius: 1vw; - box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); - margin-bottom: 80px; - background: white; - margin-top: 8vh; -} -.pc_login_style .ibiz-panel-field--auth_userid { - height: 5vh; -} -.pc_login_style .ibiz-panel-field--auth_password{ - height: 5vh; -} - - .pc_login_style .ibiz-panel-container--container5{ - height: 100% !important; - padding: 5vh 3vh 0vh 3vh !important; -} -.pc_login_style .ibiz-panel-container--container_4{ - height: 15vh; - margin: 4vh 0px 0px 0px; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ - font-size: 3vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ - font-size: 3vh; - color: #41c1f7; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ - margin-top: 3vh; - background-color: #42b1ff; - height: 4vh; - font-size: 1.8vh; -} -.pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 1vw; -} -.pc_login_style .el-input__inner{ - font-size: 1.25vh; -} -.pc_login_style .el-checkbox__label{ - font-size: 1vh; -} - .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ - overflow: hidden !important; -} - - .pc_login_style .ibiz-panel-container--container_switch{ - position: absolute; - height: 50% !important; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ - width: 20vh; - height: 20vh; -} -.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ - display: none; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ - font-size: 2vh; - font-weight: 600; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ - color: #595959; - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ - font-size: 1.5vh; -} -.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, -.pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 100%; -} - -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, -.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { - background-color: unset !important; -} - -.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 10vh; - height: 10vh; - max-width: 256px !important; - max-height: 256px !important; - min-width: 84px !important; - min-height: 84px !important; -} - -.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { - overflow: hidden !important; -} - .pc_login_style .ibiz-panel-container--container1 { - min-height: 500px; -} - -@media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, - .pc_login_style .ibiz-panel-container--container_switch button { - padding: 0 !important; - height: 84px; - } - .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { - width: 84px; - height: 84px; - } - - .pc_login_style .ibiz-panel-container--container_4 { - height: 125px; - margin-top: 32px; - } - - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { - font-size: 25px; - font-weight: 600; - } - -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { - font-size: 25px; - font-weight: 600; - color: #41c1f7; - } - - .pc_login_style .ibiz-panel-container--container5 { - height: 100% !important; - padding: 41.5px 24.9px 0px 24.9px !important; - } - - .pc_login_style .ibiz-spacing-bottom--innerlarge { - padding-bottom: 14.4px; - } - - .pc_login_style .ibiz-panel-field--auth_userid, - .pc_login_style .ibiz-panel-field--auth_password { - height: 41.5px; - } - - .pc_login_style .el-input__inner { - font-size: 10.375px; - } - - .pc_login_style .el-checkbox__label { - font-size: 8.3px; - } - - .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { - margin-top: 24.9px; - background-color: #42b1ff; - height: 33.2px; - font-size: 14.9px; - } -} - @media screen and (max-height: 830px) { - .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { - width: 164px; - height: 164px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { - font-size: 16.4px; - font-weight: 600; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { - color: #595959; - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { - font-size: 12.3px; - } - - .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { - font-size: 25px; - font-weight: 600; - } -} - .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ - font-size: 16px; - margin-top: 3px; -} - /* 表单分组标题 */ -.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { - font-size: 16px; - color: var(--ibiz-color-disabled-text); -} -/* 表单分页样式(padding、导航栏标题) */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { - padding: 0 11px 0 13px; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { - font-size: 14px; -} -/* 两侧滚动条 */ -.main-info-common-view .ibiz-control-form { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { - height: 100%; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { - height: 100%; - overflow: auto scroll; -} -.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { - height: auto; -} - - /* 主信息编辑视图通用计数器样式 */ -.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - top: 50%; -} - /* 表单标题 使用多行文本时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { - font-size: var(--ibiz-font-size-header-3); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { - line-height: var(--ibiz-editor-default-line-height); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { - height: 100%; - padding: 0; -} -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { - padding-top: 5px; - padding-bottom: 5px; -} -/* 只读时 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { - font-size: var(--ibiz-font-size-header-3); - padding: 5px 11px; - height: 100%; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { - padding: 0 11px; -} - .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { - padding: 0 11px; -} -.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { - padding: 0 11px; -} - - .main-info-common-view .ibiz-panel-view-content--view_content { - padding-top: 0; -} - -.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} - -.main-info-common-view - .ibiz-grid-container--container_view_bottom - .ibiz-panel-container--container1 { - background-color: var(--ibiz-color-bg-0); - border-left: 2px solid var(--ibiz-color-border); -} -.main-info-common-view .ibiz-control-form { - padding-bottom: 0; - margin-bottom: var(--ibiz-spacing-tright); -} -/* 评审列表视图背景颜色 */ -.main-info-common-view .ibiz-view.ibiz-view-delistview { - background-color: transparent; -} - - -.main-info-common-view .ibiz-grid-container--container_view_bottom { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { - overflow: visible; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { - position: relative; - z-index: 998; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { - position: absolute; - padding: 6px 8px 8px 8px; - top: -269px; - background-color: var(--ibiz-color-bg-1); -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { - top: 0; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { - z-index: 999; -} - .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ - padding-left: 5px; - padding-right: 5px; -} -/* 客户沟通单独处理 */ -.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { - top: -292px !important; -} - .main-info-common-view .ibiz-dropdown:has(.green-span), -.main-info-common-view .ibiz-dropdown:has(.blue-span), -.main-info-common-view .ibiz-dropdown:has(.orange-span), -.main-info-common-view .ibiz-dropdown:has(.red-span) { -min-height: var(--ibiz-form-item-container-line-height); -display: flex; -align-items: center; -} - .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { - background: transparent; -} - /* 富文本工具栏定位 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ - transform: translateY(-100%); - padding-top: 35px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -/* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} - - /* 表单标题 */ -.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, -.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { - font-size: var(--ibiz-font-size-header-3); - color: var(--ibiz-color-text-0); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input { - height: var(--ibiz-height-control-default); -} -.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { - min-height: calc(var(--ibiz-height-control-default) - 2px); - height: calc(var(--ibiz-height-control-default) - 2px); -} - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ - overflow: visible; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, -.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 隐藏滚动条 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.main-info-common-view .ibiz-form-group--executors_container{ - position: relative; -} - -.main-info-common-view .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.main-info-common-view .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - -.main-info-common-view .ibiz-checkbox.is-show-default, -.main-info-common-view .el-checkbox.is-disabled { - padding: 1px 0px 0px 9px !important; -} - -.main-info-common-view .ibiz-attention--readonly.is-show-default { - margin: 1.6px; -} -.main-info-common-view .ibiz-control-edit-form { - padding: 0; -} - - /* 描述分组样式 */ -.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { - transform: unset; - position: unset; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { - line-height: 32px; - margin: 0; - padding-left: 10px; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} -.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { - background: transparent; -} - /* 左对齐 */ -.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { - float: left; -} - /* 上下对齐 */ -.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { - padding: 0 11px; -} - /* 折叠分组样式1 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { - position: relative; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { - width: auto; - height: auto; - position: absolute; - top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { - width: auto; - height: auto; - position: absolute; - top: 0; - right: 34px; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { - position: initial; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { - display: block; -} - /* 折叠分组样式2 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { - display: none; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { - padding: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { - padding-top: 0; -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { - border-left: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { - border: none; -} - - /* 折叠分组样式3 */ -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { - margin: 0 8px; - padding-right: 8px; - border: 1px solid var(--ibiz-form-group-header-border-color); -} -.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} -/* 评论容器取消发送按钮位置 */ -.main-info-common-view .ibiz-panel-button--comment__cancel, -.main-info-common-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 0; -} -.main-info-common-view .ibiz-panel-button--comment__cancel { - right: 76px; -} - .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { -background-color: initial; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { -padding: 0 10px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { -background-color: var(--ibiz-color-fill-0); -border-radius: 18px; -padding: 0 12px; -line-height: 24px; -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { -background-color: var(--ibiz-color-fill-2); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { -color: var(--ibiz-form-tab-panel-text-color); -} -.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ -background-color: var(--ibiz-color-primary-active); -color: var(--ibiz-color-primary-active-text); -} - .main-info-common-view .ibiz-grid-container--container_view_bottom > div { -height: 100%; -} -.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { -min-height: 48px; -} -.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { -position: static; -} -.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { -width: calc(100% - 4px); -min-height: 48px; -padding-right: 32px; -position: absolute; -top: 0; -} -/* 时间范围宽度 */ -.main-info-common-view .ibiz-date-range-picker { -max-width: 250px; -} - - .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { - background-color: rgb(74 129 199 / 60%) !important; -} - .second_dev_tab_style .ibiz-panel-view-content { - overflow: hidden !important; - padding: 0 !important; -} - .codelist-only-icon { - display: flex; - align-items: center; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item { - font-size: 0; -} -.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { - font-size: var(--ibiz-form-item-font-size); -} - .dashboard_container > div { - border: 0 !important; - overflow: hidden !important; -} - .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: var(--ibiz-width-icon-large); - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: var(--ibiz-border-radius-extra-small); - transform: translateY(-50%); -} - -.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { - margin-left: 16px; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ - padding-top: 0px !important; -} -.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ - padding-top: 0px !important; -} - .board_title_style{ - margin: 10px 10px 25px 10px; - width: 300px; - height: 35px; -} - -.board_title_style .el-input__wrapper { - font-size: 20px; - font-weight: 600; -} - .dashboard_repair_style .ibiz-panel-field--total span { - display: flex; - align-items: center; -} - .recentcustom_dashboard_view_style .ibiz-portlet-layout { - --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { - border: 1px solid var(--ibiz-color-border); - border-bottom: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { - padding-bottom: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); - /* border-top: none; */ -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { - padding: 0; - overflow: hidden; - border: none; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { - position: relative; - padding-right: 0; - padding-left: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - right: 0; -} -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { - position: relative; -} - - .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, -.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { - position: absolute; - top: 0; - width: 0; - height: 102px; - content: ""; - border-left: 1px solid var(--ibiz-color-border); -} - .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ - font-size: 16px; -} - -/* 分组树更多图标 */ -.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { -font-size: 16px; -} - /* 文本框 */ -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - border: 0px solid #e8e8e9; - border-radius: 3px; - padding: 1px 15px; - height: 50px; - padding-top: 12px; -} - -/* 按钮 */ -.dependency_style .el-select .el-input { - display: flex; - height: 50px; -} - -/* 溢出控制 */ -.dependency_style .ibiz-panel-field .ibiz-panel-field-content { - line-height: inherit; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 100%; -} - -/* 控制不显示滚动条 */ -.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { - overflow: hidden; -} - -/* 隐藏显示横线 */ -.dependency_style .el-collapse-item__header{ - border-bottom: none; -} - -/* 控制边距 */ -.dependency_style .el-collapse-item__content { - padding-bottom: 2px; -} - .dependency_style{ - overflow: hidden; -} - -.dependency_style .el-collapse{ - border-bottom: none; -} - -.dependency_style .el-collapse-item__wrap { - border-bottom: none; -} - -.dependency_style .ibiz-panel-container--container2, -.dependency_style .ibiz-panel-container--container3 { - box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; -} - -/* 悬浮色 */ -.dependency_style .ibiz-panel-container--container2:hover, -.dependency_style .ibiz-panel-container--container3:hover { - border-color: #6994be; - border: 1px solid #6994be -} - .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} -.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { - display: none; -} - .ibiz-control-grid{ - --ibiz-control-grid-scrollbar-width: 8px; -} - .fullscreen .ibiz-form-group--grouppanel1 { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .ibiz-form-item-container__content { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-form-item-container__editor { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel2 { - display: none; -} - - .fullscreen .ibiz-rawitem.ibiz-form-raw-item { - display: flex; - flex-flow: row nowrap; - place-content: center center; - align-items: center; -} -.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { - max-width: 80%; -} -.fullscreen .ibiz-form-group--grouppanel_attachments_grid { - display: flex; - flex-flow: column nowrap; - place-content: center center; - align-items: center; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-header { - width: 80%; -} -.fullscreen - .ibiz-form-group--grouppanel_attachments_grid - .ibiz-form-group-content { - max-width: 80%; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__content { - display: block; - flex-flow: unset; - place-content: unset; - align-items: unset; -} -.fullscreen .wiki-page-title .ibiz-form-item-container__editor { - max-width: 100%; -} - .shared_simple_view_style .ibiz-panel-view-content--view_content{ - padding: 0; -} - -.shared_simple_view_style .ibiz-panel-view-content{ - width: 75%; -} -.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ - background-color:white; -} -.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ - background-color: #f9f9f9; -} - .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { - padding: 0; -} - .shared_link_top{ - height: 52px; - border-bottom: 1px solid #eee; - background-color: #FFF; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ - height: 52px; -} - -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { - display: block; - font-size: 18px; - font-weight: 500; - color: #333; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; -} -.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { - color: #ddd; -} - .shared_setting_style .ibiz-form-item--enable_password{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--enable_expiration{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--subset_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--is_shared_subset{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--pwd_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--expiration_tips{ - padding-bottom: 0; -} -.shared_setting_style .ibiz-form-item--access_password{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--expiration_date{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-item--shared_page_url{ - padding-top: 0; -} -.shared_setting_style .ibiz-form-button--copy_page_url{ - padding-top: 0; -} - - - .mob_attention_title_style.ibiz-panel-field { -display: flex; -align-items: center; -height: 100%; -} -.mob_attention_title_style.ibiz-panel-field .ibiz-span { -height: var(--ibiz-font-size-header-5); -padding: 0 0.375rem; -margin-left: var(--ibiz-spacing-tight); -font-size: 0.7rem; -color: var(--ibiz-color-text-2); -background-color: var(--ibiz-color-border); -border-radius: var(--ibiz-font-size-header-5); -} - .relation_recent_style{ - line-height: normal; -} - -/* 控制项标题文字过多导致的样式异常 */ -.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; - max-width: 1460px; -} - .tab_tree_panel_style .ibiz-tab-group-select-tree{ - padding-left: 0px !important; -} - .tab-exp-select{ - border-right: 1px solid #e9e9e9; -} - .ibiz-panel-container--view_tabexppanel .el-tabs__item { - height: 64px; -} -.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { - font-size: 16px; -} -.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ - font-size: 16px; -} -/* 分页导航视图padding */ -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { - padding: 0; -} -.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { - padding: var(--ibiz-panel-view-content-padding); -} - - .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; - margin-left: 0.6rem; -} - -.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ - flex: unset; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { - padding-left: 0.5rem; -} - -.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ - gap: 1.5rem; - justify-content: left; -} - .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { - padding-top: 0; -} - - .delete-button .el-button{ - color: #fff; - background-color: #ff7575; - border-color: #ff7575; -} - .relation_tree_node_style .ibiz-panel-field--show_identifier span{ - color: #a1a1a2; - margin-left: 5px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ - overflow: hidden; -} -.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} -.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ - overflow: hidden; -} - .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, -.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ -height: 50px !important; -} - .right_button_style .van-button{ - padding: 0px 10px 0px 0px; -} - .reply_list_style .ibiz-control-list-item.is-active, -.reply_list_style .ibiz-control-list-item:hover { - background-color: transparent !important; -} - .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { - display: none; -} -.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { - display: none; -} - .big-icon { - padding: 0; -} -.big-icon .el-button { - font-size: 24px; - padding: 8px; -} -.big-icon .el-button .ibiz-icon { - max-width: 24px !important; - max-height: 24px !important; -} -.big-icon .el-button .ibiz-panel-button-content--caption { - display: none; -} - .average-toolbar { - position: relative; - justify-content: space-evenly; - height: 48px; -} - .vertical-divider .ibiz-rawitem { - border-left: 1px solid var(--ibiz-color-border); - height: 1em; -} -.vertical-divider .el-divider { - display: none; -} - .multiple_people_style .ibiz-form-group--grouppanel6{ - /* height: 20px; */ - margin: -18px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ - width: 70px; - padding: 1px 0px 0px 5px !important; -} -.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { - padding-right: 0px !important; -} - -.multiple_people_style .ibiz-form-group--grouppanel9{ - height: 20px; - margin: 8px 0px -30px 50px; - position: absolute; -} -.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ - width: 70px; - padding: 0px 0px 0px 5px !important; -} - - .con_bottom_shadow_style{ - border-bottom: 1px solid var(--ibiz-color-border); -} -/* 如果有树,把树的下边框去掉 */ -.con_bottom_shadow_style .ibiz-tab-group-select-tree { - border-bottom: 0px !important; -} - - .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { - padding-left: 0; -} -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding-left: 0; -} - - .recentdata-custom>div>div>div:nth-child(2) { -flex: 1; -} - .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { - padding-left: 16px; - height: 16px; -} -/* 类型位置 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { - - padding-left: 5px; - padding-bottom: 15px; - -} -/* 类型文字 */ -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { - font-size: 15px; - -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { - margin-left: -17px; -} - -.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { - padding: 0px; -} - .work_item_type_global_style .ibiz-panel-button{ - padding-top: 0px; -} - -.work_item_type_global_style .ibiz-icon { - margin-top: 5px; -} - - /* 按钮样式 */ -.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .ibiz-control-toolbar__item--primary .el-button.el-button--primary { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { - color: var(--ibiz-color-primary-hover); - background-color: var(--ibiz-color-primary-light-hover); -} - - .ibiz-control-toolbar--user .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.ibiz-control-toolbar--user .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { - border-bottom: none; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { - color: var(--ibiz-color-text-3); - background-color: transparent; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ - outline: none; -} -.ibiz-control-toolbar-submenu-popper--user { - background: transparent; -} -.ibiz-control-toolbar-submenu-popper--user .el-button { - color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { - background-color: var(--ibiz-color-bg-0); -} - /*工具栏分组项按钮2样式*/ -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { -color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style2 .el-button { ---el-button-bg-color: transparent; ---el-button-hover-bg-color: transparent; ---el-button-active-bg-color: transparent; ---el-button-text-color: var(--ibiz-color-text-3); ---el-button-hover-text-color: var(--ibiz-color-text-3); ---el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { -padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { -padding: 0 10px; -} - -/* 适配分割线间距一致 */ -/* 适配分隔符在前面 */ -.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { -margin-left: -8px; -} -/* 适配分隔符在后面 */ -.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { -margin-left: -4px; -} -/* 分组按钮样式 */ -.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { -border: none; -} - -/* 窗口缩小样式 */ -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ -color: var(--ibiz-color-primary); -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ - font-weight: 600; -} -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { - fill: var(--ibiz-color-primary) !important; -} - -.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { -stroke: var(--ibiz-color-primary) !important; -stroke-width: 30 !important; -} - /* 导出行为页数输入框样式 */ -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { - color: var(--ibiz-color-text-3); -} -/* 弹出框内所有按钮 */ -.ibiz-control-toolbar__submenu-popper--style3 .el-button { - --el-button-bg-color: transparent; - --el-button-hover-bg-color: transparent; - --el-button-active-bg-color: transparent; - --el-button-text-color: var(--ibiz-color-text-3); - --el-button-hover-text-color: var(--ibiz-color-text-3); - --el-button-active-text-color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { - padding-left: 5px; -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { - padding: 0 10px; -} - - /*工具栏分组项按钮3样式*/ -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { -background-color: var(--ibiz-color-bg-1); -color: var(--ibiz-color-text-3); -} -.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { -background-color: var(--ibiz-color-bg-0); -color: var(--ibiz-color-text-3); -} - - .toolbar-style-container .el-button { - padding: 8px; - color: var(--ibiz-color-text-2); - background-color: transparent; -} -.toolbar-style-container .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} -.toolbar-style-container { - border-bottom: 1px solid var(--ibiz-color-border); -} - /* 面板分页样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -height: 1px; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -min-height: 64px; -max-height: 64px; -width: 58px; -height: 100%; -border: none; -display: flex; -justify-content: center; -align-items: center; -} -/* 分页弹出按钮样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { -padding: 1px 0; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { -text-align: center; -} -.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ -gap: 56px; -} -/* 搜索表单取消padding */ -.workload-tab-head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 16px; -width: auto; -height: 63px; -} - /* 适配分页搜索下级视图自适应宽度 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { -width: 100%; -} -/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { -width: 16.66%; -} - /* 关系分页部件定位样式 */ -.workload-tab-head .ibiz-panel-container--view_tabexppanel { -position: relative; -} -.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { -position: absolute; -top: 1px; -left: calc(16.65% + 15px); -z-index: 100; -} -/* 视图头部定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { -position: relative; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -/* 视图头部快速搜索定位 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { -width: auto; -position: absolute; -top: 0; -left: calc(16.65% + 81px); -} - -/* 快捷搜索部件样式 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ -display: flex; -align-items: center; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { -height: auto; -} -/* 边距调整 */ -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { -margin-left: 0; -} -.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { -margin-left: var(--ibiz-spacing-base-tight); -} - .mob_workload_calendar_style .ibiz-panel-container--container1 span { - font-size: 16px; - color: #8B8B8B; -} - -.mob_workload_calendar_style .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 16px; - color: #8B8B8B; - margin-left: 4px; -} - -.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - font-size: 16px; -} - -.mob_workload_calendar_style .ibiz-panel-field--name span { - font-size: 18px; - margin-left: 6px; -} - -.mob_workload_calendar_style .ibiz-spacing-right--outermedium { - margin-right: 8px !important; -} - -.mob_workload_calendar_style input::placeholder { - text-align: left; -} - .mob_workload_calendar_style .ibiz-form-item--date_range { - padding-top: 14px; -} - -.mob_workload_calendar_style{ - position: relative; -} -.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { - padding: 8px; - background-color: #F3F3F3; - border-radius: 8px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - -/* 列表中的分割线样式 */ -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { - position: relative; - top: 0.875rem; - left: 1rem; - display: block; - width: calc(100% - 2rem); - height: 0.0625rem; - content: ""; - background-color: var(--ibiz-color-border); -} - .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { - font-size: 18px; - color: #3B3B3B; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { - font-size: 16px; - color: #B8B8B8; -} - - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { - content: "小时"; - font-size: 16px; - color: #B8B8B8; -} - -.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { - display: none !important; -} - /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ -.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, -.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { -width: 100%; -} -/* 视图头部样式 */ -.workload_log_head .ibiz-panel-view-header--view_header { -position: relative; -margin-top: 1px; -} -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -position: absolute; -top: 0; -right: 0; -} -.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { -position: absolute; -left: 0; -} -.workload_log_head .ibiz-control-searchform { -padding: 0; -} -/* 分页搜索子视图左侧样式 */ -.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ -padding-right: 8px; -width: auto; -height: 63px; -} - .mob_workload_log .ibiz-panel-field--duration span { - font-size: 32px; - text-align: center; -} - -.mob_workload_log .ibiz-panel-field--duration span::after { - content: "h"; - font-size: 20px; - margin-left: 2px; -} - -.mob_workload_log .ibiz-panel-field--register_date span { - color: #8B8B8B; -} - -.mob_workload_log .ibiz-panel-container--container2 > div { - padding: 8px 12px; - margin-top: 8px; - background-color: #F1FBF5; - border-radius: 8px; - margin-right: 16px; -} - -.mob_workload_log .ibiz-panel-field--show_identifier span { - text-align: center; - color: #8B8B8B; - padding-left: 6px; -} - -.mob_workload_log .ibiz-panel-field--name span { - font-size: 16px; - font-weight: 500; - text-align: center; - line-height: 1.5; - padding: 0px 6px; -} - .mob_workload_log .ibiz-code-list .ibiz-icon { - padding-right: 0px !important; -} - -.mob_workload_log input::placeholder { - text-align: left; -} - -.mob_workload_log .ibiz-form-item--date_range { - padding-top: 14px; -} - - -.mob_workload_log { - position: relative; -} -.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_workload_log .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_workload_log .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .app_market_style .ibiz-panel-field--title span { - font-weight: bold; - font-size: larger; -} - -.app_market_style .ibiz-panel-field--version { - background-color: lightgrey; - padding: 5px 15px 5px 15px; - border-radius: 10px; -} - -.app_market_style .ibiz-panel-field--version span { - color: white; - font-weight: bold; -} - -.app_market_style .ibiz-panel-field--memo span { - font-size: medium; - color: grey; -} - -.app_market_style .ibiz-control-dataview-group-content__item-content>* { - margin-right: 32px; -} - -.app_market_style .el-card__body { - padding: 0px; -} - -.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { - padding: 8px 8px 8px 0px; -} - -/* .app_market_style .ibiz-control-dataview-item { - height: 100%; -} */ - -.app_market_style .ibiz-control-dataview-item.is-active { - background-color: unset !important; -} - .app_market_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; -} - -.app_market_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - -.app_market_style .ibiz-sort-bar { - display: none !important; -} - -.app_market_style .ibiz-panel-rawitem--using > div { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_market_style .ibiz-panel-rawitem--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; -} - .app_market_style .ibiz-panel-button-content--icon { - color: var(--el-button-bg-color); -} - .app-title-style .ibiz-panel-app-title__logo--expand, -.app-title-style svg { - margin-top: -25px; -} - - .app_info_style .ibiz-form-item--pscoreprdfuncname span { - font-weight: bold; - font-size: x-large; -} - -.app_info_style .ibiz-form-item--memo div div div div div { - color: darkgrey; - font-size: 15px; -} - -.app_info_style button[title="GitLab"] span svg path { - fill: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] span { - color: deepskyblue !important; -} - -.app_info_style button[title="GitLab"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="GitLab"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="GitLab"]:hover span { - color: #557DA5 !important; -} - -.app_info_style .ibiz-form-button , .ibiz-form-button-list { - padding: 8px 8px 8px 4px; -} - .app_info_style button[title="打开按钮"] { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { - background-color: transparent; - border: none; -} - -.app_info_style button[title="打开按钮"]:hover span svg path { - fill: #557DA5 !important; -} - -.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { - color: #557DA5; -} - -.app_info_style button[title="设置"] span { - color: white; -} - .app_info_style .ibiz-form-item--currentversion { - padding-top: 0px; -} - -.app_info_style .ibiz-form-item--currentversion span { - font-size: 12px; - font-weight: bold; - color: grey; - background-color: lightgrey; - padding: 0px 6px 0px 6px; - border-radius: 6px; - height: 16px; - align-items: center; - display: flex; -} - -.app_info_style .ibiz-form-group--grouppanel3 { - margin-left: 10px; -} - -.app_info_style img { - object-fit: cover !important; - width: 100% !important; - height: 100% !important; -} - -.app_info_style .ibiz-form-tab-page--overview > div:first-child { - padding-right: 0px !important; -} - .app_info_style .ibiz-form-group--grouppanel4 button { - font-size: small; - padding: 8px; - height: 25px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { - width: 40px; -} - -.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { - width: 18px; -} - -.app_info_style .el-button-group { - align-items: flex-end; -} - -.app_info_style .ibiz-form-button-content--icon { - display: flex; - align-items: center; -} - -.app_info_style .ibiz-panel-view-content--deeditview { - overflow: hidden; -} - -.app_info_style button.el-button.ibiz-button-list__more-button::before { - content: ""; - position: absolute; - width: 1px; - height: 70%; - top: 15%; - left: 0.5px; - background-color: #f0f0f0; - z-index: 1; -} - - .app_info_style .ibiz-form-tab-page--overview > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--log > div:first-child { - overflow: auto; - height: 70vh; -} - -.app_info_style .ibiz-form-tab-page--overview .el-select__tags { - cursor: default !important; -} - -.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { - display: none !important; -} - -.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { - font-size: 14px !important; -} - .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { - height: 39px !important; -} - -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { - font-size: 14px !important; -} -.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, -.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { - padding: 0px !important; -} - -/* 正在使用 */ -.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { - background-color: #e2efe2; - padding: 0px 20px; - border-radius: 4px; -} - -.app_info_style .ibiz-form-item--using span { - font-size: small; - height: 25px; - line-height: 25px; - color: #8CC537; - cursor: default; -} - -.app_info_style .el-tabs__nav { - padding-left: 12px; -} - .activate_button .el-button{ - background: none; - color: #4ba7f1; - margin-left: 5px; - height: 0px; - -} -.activate_button{ - margin: 0px 10px 0px -10px; -} - -.activate_button .ibiz-rawitem__text{ - color: #999; -} -.activate_button .ibiz-span.ibiz-panel-field-content{ - color: #999; -} - -.activate_button .ibiz-panel-button.ibiz-panel-button--default{ - height: 19px; - padding: 0px; -} - .todo-tips{ - height: 80px; -} -.todo-tips .ibiz-rawitem__text{ - font-size: 26px; - font-weight: 600; - line-height: 75px; -} - .todo-background{ - -} - /* 隐藏滚动条 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ - overflow: visible; -} -/* 头像偏移 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ - margin-left: 10px; -} -/* 隐藏关注人 */ -.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ - display: none; -} - -.work_item_qucik_create_style .ibiz-form-group--executors_container{ - position: relative; -} -.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ - position: absolute; - top: 8px; - left: 65px; -} - - .work_item_qucik_create_style .ibiz-form-button--setting_executors{ - padding: 0 !important; -} -.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ - min-width: 12px !important; - min-height: 8px !important; - padding: 0 !important; - width: 12px !important; -} - .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - /* 视图大的布局样式 */ -.quick-create-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -} -/* 按钮样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { -min-height: 40px; -/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -/* 分割线 */ -.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - .mob_member_title_style .ibiz-panel-field--title { - background-color: lightgrey; - padding: 4px 6px 4px 6px; - border-radius: 10px; - align-items: center; - display: flex; -} - -.mob_member_title_style .ibiz-panel-field--title span { - font-size: 8px; -} - .my_summary_style span.ibiz-panel-field-content{ - color: rgb(56, 131, 250); - font-size: 28px; -} - -.my_summary_style span.ibiz-rawitem__text { - font-size: 16px; -} - -.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ - color: #B2E699; -} - -.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ - color: #EF8383; -} - -.my_summary_style .el-divider { - height: 58px !important; - width: 1px !important; - margin: 0 !important; - border-top: unset !important; - border-left: 1px var(--el-border-color) var(--el-border-style); -} - -.my_summary_style .ibiz-panel-container--task_num_c, -.my_summary_style .ibiz-panel-container--bug_num_c, -.my_summary_style .ibiz-panel-container--other_item_num_c, -.my_summary_style .ibiz-panel-container--idea_num_c, -.my_summary_style .ibiz-panel-container--ticket_num_c, -.my_summary_style .ibiz-panel-container--case_num_c { - cursor: pointer; -} - .my_summary_style .ibiz-control-viewlayoutpanel-content { - display: flex; - justify-content: center; -} - .run_case_label_style div[title="通过"] label.is-active span { - background: #73d897 !important; -} - -.run_case_label_style div[title="受阻"] label.is-active span { - background: #ffcd5d !important; -} - -.run_case_label_style div[title="失败"] label.is-active span { - background: #ff7575 !important; -} - -.run_case_label_style div[title="跳过"] label.is-active span { - background: #5dcfff !important; -} - -.run_case_label_style .el-radio-button__inner { - display: flex !important; - border-color: var(--el-border-color) !important; - color: black !important; - background: transparent !important; -} - -.run_case_label_style .el-radio-button__inner:hover { - background-color: #f5f5f5 !important; -} - -.run_case_label_style label.is-active .el-radio-button__inner { - color: white !important; -} - -.run_case_label_style label.is-active svg path { - fill: white; -} - .run_history_remark_style{ - border-right: 1px solid var(--ibiz-form-group-header-border-color); - border-bottom: 1px solid var(--ibiz-form-group-header-border-color); -} - .coreprdfunc_setting_edit_style .el-tabs__nav span { - font-size: 14px !important; -} - -.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { - padding: 0 10px !important; -} - .export-canvas-style .ibiz-bi-report-panel-content { - padding: 0; -} -.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { - padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); -} - - /* 移入移出效果 */ -.ibiz-form-button--style2 .el-button, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2 .el-button { -min-height: var(--ibiz-height-control-default); -min-width: var(--ibiz-height-control-default); -background: transparent; -border: none; -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-6); -padding: 8px; -} -.ibiz-form-button--style2 .el-button:hover, -.ibiz-control-toolbar__item--style2 .el-button:hover, -.ibiz-panel-button--style2 .el-button:hover { -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} - -.ibiz-form-button--style2 .el-button.el-button { -width: var(--ibiz-height-control-default) ; -} - -/* 按钮间隔 */ -.ibiz-form-button--style2.ibiz-form-button--style2, -.ibiz-control-toolbar__item--style2 .el-button, -.ibiz-panel-button--style2.ibiz-panel-button--style2 { -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); -} - .button_container_style button { - background-color: transparent; - border: none; - padding: 0px !important; -} - -.button_container_style button:hover, button:focus { - background-color: transparent; - border: none; -} - -.button_container_style button:hover span svg path { - fill: #557DA5 !important; -} - -.button_container_style .ibiz-panel-button { - padding: 8px 0px 8px 0px; -} - .swap_icon_text button { - direction: rtl; -} - -.swap_icon_text button:hover { - background-color: transparent !important; - color: rgb(85, 125, 165) !important; -} - -.swap_icon_text button:hover span svg path { - fill: #557DA5 !important; -} - -.swap_icon_text .ibiz-toolbar-item-text { - line-height: normal; -} - .track_panel_style .ibiz-panel-field--num span { - margin-right: 4px; - font-size: 16px; - color: #1D1F23; -} - -.track_panel_style .ibiz-panel-rawitem--caption span { - color: var(--ibiz-color-text-3); - font-size: 16px; -} - -.track_panel_style .ibiz-panel-field--title_two span { - font-weight: 600; -} - -.idea_tree_node_style { - width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); -} - .prompt_message_style { - margin: 0px 16px 0px -16px; -} - .data-upload-view { - padding: 8px 32px; -} -.data-upload-view .ibiz-row { - overflow: visible; -} -.data-upload-view .ibiz-rawitem__paragraph p { - margin: 0; - line-height: 22px; -} -.data-upload-view .ibiz-panel-rawitem--download_description, -.data-upload-view .ibiz-panel-rawitem--upload_description { - position: relative; -} -.data-upload-view .ibiz-panel-rawitem--download_description::before, -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - position: absolute; - top: 2px; - left: -23px; - width: 15px; - height: 15px; - font-size: 0.75rem; - line-height: 15px; - color: var(--ibiz-color-primary-text); - text-align: center; - content: '1'; - background: var(--ibiz-color-primary); - border-radius: 50%; -} -.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, -.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { - color: var(--ibiz-color-text-3); -} - - .data-upload-view .ibiz-panel-rawitem--upload_description { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--upload_description::before { - content: '2'; -} -.data-upload-view .ibiz-panel-button { - padding: var(--ibiz-spacing-base) 0; -} -.data-upload-view .ibiz-panel-rawitem--template_rule { - margin-bottom: 20px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table { - border-color: var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr { - height: 52px !important; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { - padding: 12px 16px; -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { - background-color: var(--ibiz-color-fill-0); -} -.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { - text-align: center; -} -.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { - color: var(--ibiz-color-danger); -} - .data-upload-view .ibiz-panel-rawitem--upload_raw { - height: 60px; - padding: 0 20px; - background-color: var(--ibiz-color-fill-0); - border: 1px solid var(--ibiz-color-border); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { - display: flex; - align-items: center; - color: var(--ibiz-color-text-3); -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { - color: var(--ibiz-color-link); - cursor: pointer; -} -.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { - text-decoration: underline; -} - - .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { - min-width: 100px; -} -.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ - min-width: 100px; -} - -/* 控制项标题文字过多导致的样式异常 */ -.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} -.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ - overflow: hidden; - white-space: nowrap; - display: block; - text-overflow: ellipsis; -} - .enter_button_style .van-button{ - font-size: 16px; - color: #6698ff; -} - .mob-orange-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; -} - .mob-red-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; -} - .mob-green-span-no-bg-border { - width: 66px; - height: 24px; - /* font-size: 12px; */ - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; -} - .mob-orange-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: orange !important; - vertical-align: inherit; - border: 1px solid orange; -} - .mob-red-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: red !important; - vertical-align: inherit; - border: 1px solid red; -} - .mob-green-span-no-bg { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 3px; - color: #3ae23a !important; - vertical-align: inherit; - border: 1px solid #3ae23a; -} - .no_border_button{ - border: 0; - font-size: 18px; -} -.no_border_button .van-button{ - border: 0; -} - .mob_magnify_no_border_button .van-button--small { - border: 0; - font-size: 20px; -} - -.mob_magnify_no_border_button .van-button { - border: 0; -} - /* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, -.star_css button:hover { -background-color: transparent; -} -/* 星标及切换背景颜色 */ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, -.star_css button{ -background-color: transparent; -} - -/* 星标字体颜色 */ -.star_css .ibiz-control-toolbar__item-items i{ -color: #9999; -font-size: 18px; -} - -/* 切换图标字体颜色 */ -.star_css .el-sub-menu__title i { -color: #9999; -} - -/* 设置图标的大小*/ -.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ - font-size: 16px; -} - .update_log_time .ibiz-span{ - margin: 7px 0px 0px 0px; - } - .update_log_name .ibiz-span{ - font-size: 22px; - font-weight: 600; - margin: 15px 0px 15px 0px; -} - @media screen and (min-width: 820px) and (max-width: 980px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(1) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 980px) and (max-width: 1150px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(2) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1150px) and (max-width: 1320px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(3) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1320px) and (max-width: 1480px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(4) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - @media screen and (min-width: 1480px) and (max-width: 1600px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(5) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1600px) and (max-width: 1800px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(6) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1800px) and (max-width: 1970px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(7) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 1970px) and (max-width: 2130px) { -.recentdata-screen-auto-item { -.ibiz-control-dataview-scroll-item:nth-child(8) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -} - @media screen and (min-width: 2130px) and (max-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(9) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} -@media screen and (min-width: 2290px) { -.recentdata-screen-auto-item -.ibiz-control-dataview-scroll-item:nth-child(10) -~ .ibiz-control-dataview-scroll-item { -display: none; -} -} - -.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { -flex-wrap: nowrap; -overflow: visible; -} -.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { - flex-wrap: nowrap; - overflow: visible; -} - .recent_owner_subtype_style{ - width: 20px; - overflow: hidden; -} - .recent_grey_font_style .ibiz-panel-field-content{ - color: #a6a6a6; -} - .td_right{ - width: 90%; -} - .td_a_link .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recent_identified_style .ibiz-grid-field-column__text{ - color: #8b8b8b; -} - .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ - display: none; -} - /* 用例名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} -/* 隐藏分割线和显示更多 */ -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { - display: none; -} - .td_a_link_right{ - padding:0px 28px 0px 0px - } - .td_a_link_right .ibiz-grid-field-column__text { - color: var(--ibiz-grid-field-column-clickable-text-color); -} - .recenttab-head -.ibiz-panel-view-header--view_header -.ibiz-panel-container -> .ibiz-row { -position: initial; -overflow: initial; -} - .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ - top: -32px; - right: -50px; -} - .stencil_center_title{ - -} - /* 视图标题及分割线样式 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { -height: 64px; -line-height: 64px; -text-align: center; -border-bottom: 1px solid var(--ibiz-color-border); -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { -font-size: 20px; -font-weight: 600; -} -/* 搜索栏自适应 */ -.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { -min-width: 100%; -} -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, -.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { -width: 100%; -} -/* 控制视图标题最小高度 */ -.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { - min-height: 32px; -} - .orange-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ffdcaf; - vertical-align: inherit; -} -.ibiz-span .orange-span { - margin: 4px 0; -} - .mob-orange-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: orange; -} - .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ - position: relative; - bottom: -34px; - left: -1px; -} - .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ - color: #999; -} - .active-members-view{ - padding: 24px 0px 0 0; - .ibiz-panel-field>.ibiz-span{ - font-size: 48px; - color: #333; - } - .ibiz-grid-container--container_grid{ - width: 75%; - margin: 0 auto; - } -} - .transition-time .ibiz-span{ - font-size: var(--ibiz-font-size-small); - color: var(--ibiz-color-disabled-text); -} - .test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view .ibiz-panel-container--container { - padding: 20px 40px; - border-left: 3px solid #ffcd5d; - background-color: #fffcf7; -} -.test-plan-report-survey-view - .ibiz-panel-container--container - .ibiz-panel-field--case_count - .ibiz-span { - color: #ffcd5d; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view .ibiz-panel-container--container3 { - padding: 20px 40px; - border-left: 3px solid #ff7575; - background-color: #fff8f8; -} - - - .test-plan-report-survey-view .ibiz-panel-container--container1 { - padding: 20px 40px; - border-left: 3px solid #5dcfff; - background-color: #f7fdff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-field--coverage_percentage - .ibiz-span { - color: #5dcfff; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container1 - .ibiz-panel-rawitem--coverage_percent - .ibiz-rawitem__text { - color: #5dcfff; -} -.test-plan-report-survey-view - .ibiz-panel-container--container3 - .ibiz-panel-field--bug_count - .ibiz-span { - color: #ff7575; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} - - .test-plan-report-survey-view .ibiz-panel-container--container2 { - padding: 20px 40px; - border-left: 3px solid #73d897; - background-color: #f8fdfa; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-field--pass_percentage - .ibiz-span { - color: #73d897; - display: inline; - font-family: 'Statistic-Number'; - font-size: 30px; - font-weight: 400; -} -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent { - margin-left: 2px; -} - -.test-plan-report-survey-view - .ibiz-panel-container--container2 - .ibiz-panel-rawitem--pass_percent - .ibiz-rawitem__text { - color: #73d897; -} - - - - .test-plan-report-view.ibiz-view { - background-color: var(--ibiz-color-bg-0); -} -.test-plan-report-view .ibiz-view-deportalview { - background-color: transparent; -} -.test-plan-report-view .ibiz-control-dashboard { - gap: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col { - display: flex; - justify-content: center; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { - width: 1200px; - height: auto; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; - margin-top: 10px; -} -.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { - width: 1200px; - height: 500px; - background-color: var(--ibiz-color-bg-1); - padding: 24px 28px; -} -.test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption { - padding-left: 12px; -} - - .test-plan-report-view - .ibiz-control-dashboard - .ibiz-portlet-layout-header - .ibiz-portlet-layout__caption:before { - display: none; -} -.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { - padding: 0 28px; -} - .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { - background-color: var(--ibiz-color-bg-3) !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { - color: var(--ibiz-color-text-3) !important; - background-color: transparent !important; -} -.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { - background-color: var(--ibiz-color-bg-0) !important; -} - - .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { - overflow: visible; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { - top: -60px; - right: -32px; - position: absolute; -} -.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - - /* .test_mob_list_style .ibiz-control-mobmdctrl-item { - position: relative; -} - -.test_mob_list_style .ibiz-control-panel-content::after { - content: ''; - display: block; - width: 90%; - height: 1px; - background-color: #ececec; - position: absolute; - bottom: 0; - left: 50%; - transform: translateX(-50%); -} */ - -.test_mob_list_style .ibiz-spacing-right--outerlarge span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_mob_list_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} - -.test_mob_list_style button { - border: none; -} - -.test_mob_list_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - .test_detail_list_style { - position: relative; -} -.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.test_detail_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} -.test_detail_list_style button { - border: none; -} - -.test_detail_list_style .ibiz-panel-rawitem--static_image { - width: 24px; - margin-top: 5px; -} - -/**span无数据时,占位隐藏**/ -.test_detail_list_style div span:empty { - display: none; -} - .test_detail_list_style .ibiz-panel-field--title span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.test_detail_list_style .ibiz-panel-container--time_container span { - border-radius: 12px; - background-color: #f3f3f3; - display: flex; /* 使用弹性盒布局 */ - justify-content: center; /* 水平居中 */ - align-items: center; /* 垂直居中 */ - width: 150px; - height: 25px; -} - -.test_detail_list_style .ibiz-panel-field--update_time span { - width: 150px; -} - -.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { - fill: #CB258C; -} - -.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { - fill: #66C23A; -} - - .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ - font-weight: 600; - font-size: 16px; -} - .message_layout_panel_img_style{ - -} - .add-members-font{ - font-size:10px - } - .grey-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #e1e1e1; - vertical-align: inherit; -} -.ibiz-span .grey-span { - margin: 4px 0; -} - .mob-grey-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: grey; -} - .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { - padding: 0; - background-color: transparent; -} -.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { - padding-right: var(--ibiz-spacing-base); - padding-left: var(--ibiz-spacing-base); - color: var(--ibiz-dropdown-select-option-item-color); - background-color: var(--ibiz-dropdown-select-option-item-bkcolor); -} -.ibiz-control-gantt.is-exporting .xg-view-toolbar { - display: none; -} - .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { - position: absolute; - transform: translateY(-100%); - padding-top: 12px; - padding-bottom: 12px; - height: 50px; - top: -16px; -} - -.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { - height: auto !important; -} - -.case_template_edit_style .ibiz-html .w-e-text-container { - background: transparent; -} - /* 视图大的布局样式 */ -.user-info-view-content { -box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; -border-radius: var(--ibiz-border-radius-medium); -overflow: hidden; -padding-bottom: var(--ibiz-spacing-base); -} -/* 按钮样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { -max-height: 40px; -margin: 0; -padding: 0; -} -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { -min-height: 40px; -padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); -text-align: left; -justify-content: flex-start; -} -/* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { -color: var(--ibiz-color-text-3); -font-size: var(--ibiz-font-size-header-5); -min-width: 18px; -line-height: 18px; -} - - /* 按钮内字体样式 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { -color: var(--ibiz-color-text-0); -align-items: center; -} -.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { -margin-left: var(--ibiz-spacing-tight); -} -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, -.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { -color: var(--ibiz-color-primary); -} -/* 分割线 */ -.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { -width: calc(100% - 64px); -text-align: center; -margin: var(--ibiz-spacing-extra-tight) auto; -} - -/* 头部样式 */ -/* 图片背景 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { -background: #ccf; -} -/* 头像定位 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { -position: relative; -} -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { -width: auto; -height: auto; -position: absolute; -top: -4px; -left: 50%; -transform: translate(-50%, -50%); -} -/* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { -width: 68px; -height: 68px; -border: 4px solid #fff; -border-radius: var(--ibiz-border-radius-circle); -} - /* 头像大小 使用的人员信息插件 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { -flex: 1; -width: 60px; -height: 60px; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { -display: none; -} -/* 视图头部登录者信息样式 */ -.user-info-view-content .ibiz-single-data-container--user_info_avatar { -padding-top: 50px; -padding-bottom: 28px; -text-align: center; -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { -font-weight: 400; -font-size: var(--ibiz-font-size-header-5); -} -.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { -margin-top: 10px; -font-size: var(--ibiz-font-size-small); -color: var(--ibiz-color-text-3); -} - .ibiz-internal-message-html__content { - padding-right: 24px; -} - .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ - background: #f3f3f3; -} -.user_setting_view_style .ibiz-single-data-container{ - /* padding: 40px 10px 20px 10px; */ - padding: 5vh 5vw 5vw 5vw; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ - width: 50px; - height: 50px; - min-width: 50px; - min-height: 50px; - border: 1px solid #ffffff; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ - margin: 15px 0px 5px 0px; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ - font-size: 20px; - font-weight: 600; -} -.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ - color: #9b9b9b; -} -.user_setting_view_style .ibiz-panel-container-group{ - background: #ffffff; - margin: 10px 10px 10px 10px; - border-radius: 10px; -} -.user_setting_view_style .van-button{ -width: 93%; - height: 35px; - margin: 10px 0% 0% 3%; -} - .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ - font-size: 16px; - font-weight: 400; - color: #a7a7a7; -} -.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ - width: 50px; - height: 50px; -} - /* 垂直居中对齐 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item { -display: inline-flex; -align-items: center; -} -/* 图标大小自适应 */ -.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, -.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { -width: auto; -height: auto; -margin-right: 0; -padding-right: var(--ibiz-spacing-tight); -} - .kanban-identifier .ibiz-span{ - margin: 5px 0px 0px 0px; - padding: 2px 6px 2px 6px; - background: #e8e8e8; - border-radius: 5px; - color: #6c6c6c; -} - .kanban-finished .ibiz-span { - color: #aaa; - text-decoration: line-through; -} - .kanban-delay { - color: #ff7575; - background-color: #fff1f1 !important; -} -.kanban-delay .ibiz-rawitem__image { - color: #ff7575; -} - .kanban-time { - height: 24px; - padding: 0 10px; - margin: 0 5px 5px 0; - overflow: hidden; - line-height: 12px; - background: #e9e9e9; - border-radius: 10px; -} - - .kanban-more-button{ - position: relative; - width: 40px; - margin: -8px 0px 0px -2px; - height: 40px; - visibility: hidden; -} -.el-card__body:hover .kanban-more-button { - visibility: visible; -} - .kanban-title .ibiz-span{ - padding: 10px 2px 10px 2px; - font-size: 16px; - font-weight: 600; -} - .kanban-state { - width: 80px; - height: 24px; - margin: 0 5px 5px 0; -} -.kanban-state .ibiz-code-list__item { - --ibiz-code-list-item-color: #aaaaaa; - justify-content: center; - width: 80px; - line-height: 24px; - color: #fff; - background-color: var(--ibiz-code-list-item-color); - border-radius: 10px; -} - - .kanban-kind-icon { - height: auto; - margin: 5px 0 0; - line-height: 24px; -} -.kanban-kind-icon .ibiz-code-list__item { - font-size: 0; -} - - .kanban-assignee{ - margin: 0px 0px 0px 30px; -} - -.kanban-assignee .ibiz-personnel-info-content__tip{ -content-visibility: hidden; -} - .wiki-page-title .ibiz-span{ - font-weight: 600; - font-size: var(--ibiz-font-size-header-2); - color: var(--ibiz-color-text-0); -} -.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { -font-size: 24px; -} - .wiki_page_title_style{ - padding-left: 10px !important; -} - -.wiki_page_title_style .ibiz-span { - font-size: 18px; - color: var(--ibiz-color-text-0); - margin-left: 5px; - margin-right: 5px; -} - -.wiki_page_title_style .ibiz-rawitem .ibiz-icon { - font-size: 18px !important; - margin-left: 5px; -} - .confirm-remove-view .ibiz-form-item--formitem{ - background-color: rgba(255, 117, 117, 0.15); - padding: 0px; - height: auto; - margin-top: 12px; - border-radius: 5px; - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - display: inline-flex; - align-items: center; - margin: 0 10px; - padding: 5px 10px; - font-size: .875rem; - line-height: 1; - max-width: 33em; - word-break: break-all; - color: #ff7575; - } -} -.confirm-remove-view .ibiz-form-item--remind{ - .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ - color:#aaa; - } - -} - /* 选中分页 */ -.mob-main-style .van-tab--active{ - color: #6698ff; -} -.mob-main-style .van-tabs__line{ - background: #6698ff; -} - -/* 分组容器 标题 */ -.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ - font-size: 0.75rem; - color: #696969; -} -/* 表单项 标题 */ -.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ - color: #696969; -} -/* 表单项 下划线伪元素 */ -.mob-main-style .ibiz-form-item-container::after{ - display: none; -} -/* 标题 title */ -.mob-main-style .ibiz-form-item--title .van-field__control{ - font-weight: bolder; - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} -/* 代码表 表单项 */ -/* .mob-main-style .ibiz-span__code-list{ - justify-content: flex-end; -} */ - .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { - width: 100%; - height: 100%; - margin: 0; - background-color: var(--ibiz-color-bg-1); -} -.mob-main-style .van-tabs__wrap{ - border-top: 1px solid #f1f1f1; -} - - - .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { - font-size: 1.5rem; - line-height: 1.5rem; - text-align: left; -} - /* 标题 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 图标,防止字数过多时发生形变 */ -.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 容器元素换行 */ -.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - - /* 背景颜色 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { - background-color: white; -} - -.mob_delivery_display_style .ibiz-form-group__content { - background-color: white; -} - -/* 标题文字样式 */ -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { - text-align: left; - font-size: 18px; - font-weight: 500; - margin-top: 7px; -} - -/* 图片 */ -.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { - padding-left: 30px; -} - -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { - text-align: left; - margin-bottom: 2px; -} - /* 按钮样式 */ -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { - display: block; - text-align: center -} - -.mob_delivery_display_style button.van-button.van-button--default.van-button--small { - border: 0; - background: #f3f3f3; - border-radius: 10px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { - background-color: white; -} -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, -.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { - padding-top: 0; -} - .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { - padding-left: 24px; -} - -.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { - color: red; -} - - .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - -/* 图标边距 */ -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { - height: 24px; - /* margin-top: -3px; */ - margin-right: 15px; -} -.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ - overflow: hidden !important;; -} - /* 日历部件没有数据时,进行显示 */ -.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { - content: "当前日期没有工作~"; - color: #D7D7D7; - margin-left: 6px; -} -.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { - display: none; -} -/* 设置背景颜色 */ -.mob_dashboard_style { - background-color: #F6F6F6 !important; - border-radius: 0px !important; -} -.mob_dashboard_style > div { - margin: 15px !important; -} -.mob_dashboard_style .ibiz-control-dashboard-row { - gap: 15px !important; -} - /* 仪表盘列表只显示五个 */ -.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), -.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { - display: none; -} - -/* 搜索框进行隐藏 */ -.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { - display: none; -} - -/* 显示更多样式 */ -.mob_dashboard_style button { - height: 60px !important; - border: transparent !important; -} - -.mob_dashboard_style button span.ibiz-panel-button-content--caption { - font-size: 18px !important; - color: #699AFF !important; -} - -/* 修改分割线样式 */ -.mob_dashboard_style .van-divider--hairline { - width: calc(100% - 2rem); - height: 0.0625rem; - margin-left: 1rem; - margin-bottom: 0px; - background-color: var(--ibiz-color-border); -} - /* 用例名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 16px; -} -/* 用例编号 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { - color: #aaaaaa; -} -/* 测试库名称 */ -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - -.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { - font-size: 16px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { - font-size: 0.95rem; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { - margin-bottom: 4px; -} -.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { - padding-left: 12px; -} - /* 日历列表样式 */ -.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { - font-size: 16px; - margin-left: 6px; -} -/* 我的工作项 */ -.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { - font-size: 16px; -} - -/* 其他分组每一项中title的样式 */ -.mob_dashboard_style .ibiz-panel-field--title span { - font-size: 16px; -} - .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), -.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { - display: block !important; -} - -.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { - display: flex !important; -} - -.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { - background-color: #ffffff; -} - -.mob_dashboard_style .ibiz-view-content { - background-color: #ffffff; -} - .van-popover__content.van-popover__content--vertical { - border: var(--van-button-border-width) solid var(--van-button-default-border-color); - background: white; -} -button.van-button.van-button--default.van-button--normal.van-button--round { - border: 0; - margin: 2px; - padding: 0; -} -.ibiz-popper-toolbar .van-popover{ - --van-popover-action-width: 95px; -} -.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { - margin: 0; -} -.van-popover__content.van-popover__content--vertical span.van-button__text{ - display: flex; - align-items: center; -} -.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ - margin: 0px 6px -4px 7px; -} -.van-popup.van-popover.van-popover--light{ - left: -105px; -} - .ibiz-view-demobmdview.enablesort, -.ibiz-view-demoblistview.enablesort { -position: relative; -} -.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, -.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ -padding-right: 38px; -background-color: var(--ibiz-color-bg-1); -} -.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} -.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ -display: flex; -align-items: center; -justify-content: center; -width: 1.25rem; -height: 1.125rem; -font-size: 1.25rem; -} - /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ -position: relative; -} */ - - - /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, -.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, -.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, -.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, -.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ -padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -background-color: var(--ibiz-color-bg-1); -} */ - .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, -.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { -fill: var(--van-gray-6); -} -/* 适配有视图头的情况 */ -.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); -} -/* 适配首页仪表盘 */ -.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, -.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { -top: calc(3.25rem / 2 - 0.5625rem); -} - .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ - width: 105px; -} -.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { - width: 112px; - padding-left: 3px; -} -.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ - width: 108px; -} - .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ - font-size: 18px; -} -.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ - width: 24px; -} - .ibiz-quill .van-popup .ql-editor.ql-blank { - padding: 12px 15px; -} -.ibiz-quill .van-popup .ql-editor.ql-blank::before { - left: 15px; -} - .mob_workspace_style .ibiz-view-content--view_content{ - display: block !important; -} - -.mob_workspace_style .ibiz-panel-container--view_content > div { - display: block !important; -} - /* 卡片 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ - flex-wrap: unset; - overflow: scroll; - padding-left: 0.5rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ - display: none; -} -/* 背景定位 */ -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { - position: relative; - border: 1px solid #eeeeee; - border-radius: 5px; - box-shadow: none; -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ - content: ''; - display: inline-block; - width: 100%; - height: 36px; - position: absolute; - top: 0; - left: 0; - z-index: 6; - background-color: var(--ibiz-color-disabled-fill); -} -.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ - position: relative; - z-index: 10; -} - - .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ - font-weight: bolder; - font-size: 0.95rem; -} -.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ - color: #6a6a6a; -} - -.ibiz-control-appmenu .van-tabbar-item__icon{ - width: 16px; -} -/* 最近访问 显示更多 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ - border: none; - display: flex; - margin-top: 10px; - padding-left: 0; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ - font-size: 0.95rem; - color: #6698ff; -} - - .mob-home-style .ibiz-panel-container-group-header{ - border-bottom: 0px !important; - height: 25px; -} -.mob-home-style .ibiz-panel-container-group__caption{ - font-size: 16px !important; - font-weight: 400 !important; -} -.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} -.mob-home-style .ibiz-panel-field--name .ibiz-span{ - font-size: 16px !important; - font-weight: normal !important; -} - /* 标题 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - - -/* 容器元素换行 */ -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, -.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} - -/* 为空不显示 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { - display: none; -} - /* 字体颜色、位置 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} - -/* 依赖名称 */ -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, -.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ - color: #aaaaaa; -} - /* 最近访问 */ -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .ibiz-form-group--grouppanel_attachment_create{ - position: relative; -} - .mob_descript_comment .ibiz-quill-preview__edit { - top: -2.125rem; - right: 0; -} - - .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ - font-size: 0.95rem; - font-weight: bolder; -} -.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ - color: #aaaaaa; -} -.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ - background-color: #f3f3f3; - padding: 5px 15px 5px 15px; - color: #aaaaaa; - border-radius: 20px; -} - .mob-library-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-library-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-library-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 110px; - top: 2px; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { - top: -230px !important; -} - .mob_login_style .ibiz-panel-container-image{ - background-size: cover; -} -.mob_login_style .ibiz-rawitem__image path{ - fill: #219cf0; -} -.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-button--auth_loginbutton{ - border-radius: 10px; - border: 1px solid #c2c2c2; -} -.mob_login_style .van-field__control::placeholder{ - font-size: 18px; -} -.mob_login_style .ibiz-panel-container--container4{ - margin-top: 15vh; -} -.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ - font-size: 28px; - font-weight: 600; - color: #2fbaf5; -} - .ibiz-form-group { - padding: 0; -} -.ibiz-form-group--style2 { - padding: 4px; - border-radius: 0; -} -.ibiz-form-group--style2 > .ibiz-form-group-header { - border-radius: 4px 4px 0 0; -} -.ibiz-form-group--style2 > .ibiz-form-group__content { - padding: 4px 0; - background-color: var(--ibiz-form-group-header-bg-color); - border-radius: 4px; -} -.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { - padding-top: 0; -} - - .mob_comment_list_style .ibiz-panel-button{ - border: 0; -} -.mob_comment_list_style .ibiz-panel-button-content--icon{ - font-size: 18px; -} -.mob_comment_list_style .ibiz-panel-container--container2{ - margin-top: 10px; -} -.mob_comment_list_style .ibiz-mob-personal-info-content__tip { - margin-top: -15px; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { - margin-top: 0px !important; - font-size: 14px; - color: #1e1e1e; -} -.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ - margin: -12px 0px 0px 40px; - color: #9d9d9d; -} -.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { - margin-left: 40px; - width:auto; -} -.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ - height: 0px !important; -} - .mob-comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-3); - color: var(--ibiz-color-text-2); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.mob-comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .comment_style_main{ - background: white; - position: relative; - z-index: 1; - box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); -} -.comment_style_main .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.comment_style_main .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-button{ - border: 0; -} -.comment_style_main #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} -.comment_style_main .ibiz-panel-field--comment_count span{ - color: #aaaaaa; -} -.comment_style_main .ibiz-panel-field--attention_count span{ - color: #aaaaaa; -} - .comment_style_list{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.comment_style_list .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; -} -.comment_style_list .ibiz-rawitem__text{ - color: #aaaaaa; -} -.comment_style_list .ibiz-panel-button{ - height: 32px; - width: 50px; - background: #6698ff; - color: white; - border-radius: 5px; -} -.comment_style_list #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - .mob_md_view_style{ - background: white; - position: relative; - z-index: 1; - box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); -} -.mob_md_view_style .van-field__control{ - background: #eeeeee; - margin: 0px 15px 0px 15px; - border-radius: 15px; - padding: 0px 0px 0px 15px; -} -.mob_md_view_style .ibiz-rawitem__text{ - color: #aaaaaa; -} -.mob_md_view_style .ibiz-panel-button{ - border: 0; -} -.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ - margin-left: 10px; -} - /* 标题 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - /* 换行显示 */ - white-space: revert; - word-break: break-all; -} - -/* 负责人 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { - /* display: none; */ -} - -/* 图标,防止字数过多时发生形变 */ -.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { - flex-shrink: 0; -} - -/* 防止出现滚动条 */ -.mob_common_list_style .ibiz-panel-container>.ibiz-row { - overflow-y: hidden !important; -} - /* 容器元素换行 */ -.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { - flex-wrap: wrap; - gap: 5px; -} - -/* 编号 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { - background-color: #f3f3f3; - border-radius: 12px; - width: 100px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ - display: none; -} - -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -/* 全局 返回按钮隐藏 */ -.ibiz-preset-view-back{ - display: none; -} - /* 开始结束时间 */ -/* 背景色 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { - background-color: #f3f3f3; - border-radius: 12px; - width: 150px; - height: 25px; -} -/* 为空不显示 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { - display: none; -} -/* 字体颜色、位置 */ -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { - color: #aaaaaa; - display: flex; - justify-content: center; - align-items: center; -} -.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ - justify-content: center; - width: 38px; -} - .ibiz-portal-view.ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-0); -} -.ibiz-portal-view .ibiz-view { - --ibiz-view-bg-color: var(--ibiz-color-bg-1); -} - .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ - font-size: 14px !important; -} - .mob-idea-md-view-style { - position: relative; -} -.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .mob_page_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_style .ibiz-form-item--publish_name { - padding-left: 10px; -} - .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -/* 去除按钮边框 */ -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, -.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { - border: none; -} - .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ - margin: 0; - border-radius: 0; - width: auto; - overflow: visible; -} -.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, -.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ - border: none; - background: transparent; -} -.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ - right: 0.35rem; - top: -45px; -} -.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ - margin-right: 10px; -} -.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ - overflow: visible; -} - .mob-advanced-setting-style .ibiz-form-raw-item{ - padding: 0px 16px 0 16px; -} -.mob-advanced-setting-style .ibiz-form-raw-item p{ - color: #aaaaaa; -} -.mob-advanced-setting-style .ibiz-form-group__caption{ - font-weight: bolder; - margin-top: 3px; -} -.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ - color: #ff7461; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ - position: relative; -} -.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ - position: absolute; - left: 95px; - top: 3px; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ - padding: 0; -} -.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ - display: none; -} - .space_main_list_syle .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - margin-top: 5px; -} - -.space_main_list_syle .ibiz-icon svg.icon path { - fill: #20A0FF; -} - .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ - padding: 0px 20px 0px 0px; -} -.space_mob_page_style .ibiz-control-viewlayoutpanel-content { - background-color: rgba(255, 255, 255, 1); -} - -.space_mob_page_style .ibiz-panel-field--name span{ - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; + .drbar-ex-underline { +border-bottom: 1px solid var(--ibiz-color-border); +} + +/* drbar头部样式 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar .ibiz-control-toolbar__item .el-button { +padding: 8px 0px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.drbar-ex-underline .ibiz-control-toolbar__item ~ .ibiz-control-toolbar__item .el-button { +margin-left: 4px; +} +.drbar-ex-underline .ibiz-panel-container--container { +padding-right: 4px; +} +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title{ +border: none; +} + +/* 图标居中 */ +.drbar-ex-underline .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-icon, +.drbar-ex-underline .ibiz-control-toolbar__item .el-button .ibiz-icon { +margin: 0; +} + .editview2-menu .ibiz-control-drbar__menu { + padding: 8px 16px; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title { + width: 100%; + height: 48px; + padding-left: 8px !important; + pointer-events: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title > span { + color: #888d91; +} +.editview2-menu + .ibiz-control-drbar__menu + .el-sub-menu__title + .el-sub-menu__icon-arrow { + display: none; +} +.editview2-menu .ibiz-control-drbar__menu .el-sub-menu__title:hover { + background: 0 0; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item { + height: 32px; + padding: 0; + padding-left: 24px; + border-radius: 4px; +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item:hover { + background: var(--ibiz-color-bg-0); +} +.editview2-menu + .ibiz-control-drbar__menu + .ibiz-control-drbar__item.el-menu-item.is-active { + color: #557da5; + background: #d9ecff; +} + + .html-readonly-bg-white .ibiz-html .w-e-scroll { + background-color: var(--ibiz-color-bg-0); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll { + background-color: var(--ibiz-color-bg-1); +} +.html-readonly-bg-white .ibiz-html.ibiz-html-editor-readonly .w-e-scroll > div { + background-color: var(--ibiz-color-bg-1); +} + + .pc_login_style .ibiz-panel-container-image{ + min-height: 100%; + min-width: 100%; + background-size: cover; + background-attachment: fixed; +} +.pc_login_style .ibiz-row .ibiz-row--flex:first-child{ + width: 100%; + height: 100%; +} +.pc_login_style .ibiz-panel-container--container9{ + margin: 3vw 0px 0px 3vw; +} +.pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container1 { + position: absolute; + right: 7vw; + height: 60vh; + min-width: 400px; + width: 27vw; + border-radius: 1vw; + box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.2), -1px -1px 19px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 80px; + background: white; + margin-top: 8vh; +} +.pc_login_style .ibiz-panel-field--auth_userid { + height: 5vh; +} +.pc_login_style .ibiz-panel-field--auth_password{ + height: 5vh; +} + + .pc_login_style .ibiz-panel-container--container5{ + height: 100% !important; + padding: 5vh 3vh 0vh 3vh !important; +} +.pc_login_style .ibiz-panel-container--container_4{ + height: 15vh; + margin: 4vh 0px 0px 0px; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span{ + font-size: 3vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title{ + font-size: 3vh; + color: #41c1f7; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button{ + margin-top: 3vh; + background-color: #42b1ff; + height: 4vh; + font-size: 1.8vh; +} +.pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 1vw; +} +.pc_login_style .el-input__inner{ + font-size: 1.25vh; +} +.pc_login_style .el-checkbox__label{ + font-size: 1vh; +} + .pc_login_style .ibiz-panel-container--container_4>.ibiz-row{ + overflow: hidden !important; +} + + .pc_login_style .ibiz-panel-container--container_switch{ + position: absolute; + height: 50% !important; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__qrcode{ + width: 20vh; + height: 20vh; +} +.pc_login_style .ibiz-auth-wxmp-qrcode__caption{ + display: none; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span{ + font-size: 2vh; + font-weight: 600; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span{ + color: #595959; + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p{ + font-size: 1.5vh; +} +.pc_login_style .ibiz-panel-container--container_login_qr .ibiz-row--flex{ + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, +.pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 100%; +} + +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):focus, +.pc_login_style .ibiz-panel-container--container_switch .el-button.is-text:not(.is-disabled):hover { + background-color: unset !important; +} + +.pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 10vh; + height: 10vh; + max-width: 256px !important; + max-height: 256px !important; + min-width: 84px !important; + min-height: 84px !important; +} + +.pc_login_style .ibiz-panel-container--container5 .ibiz-panel-container>.ibiz-row { + overflow: hidden !important; +} + .pc_login_style .ibiz-panel-container--container1 { + min-height: 500px; +} + +@media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_switch .ibiz-panel-button, + .pc_login_style .ibiz-panel-container--container_switch button { + padding: 0 !important; + height: 84px; + } + .pc_login_style .ibiz-panel-container--container_switch .ibiz-icon { + width: 84px; + height: 84px; + } + + .pc_login_style .ibiz-panel-container--container_4 { + height: 125px; + margin-top: 32px; + } + + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-rawitem--static_text2 span { + font-size: 25px; + font-weight: 600; + } + +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-panel-container--container_4 .ibiz-panel-app-title__title { + font-size: 25px; + font-weight: 600; + color: #41c1f7; + } + + .pc_login_style .ibiz-panel-container--container5 { + height: 100% !important; + padding: 41.5px 24.9px 0px 24.9px !important; + } + + .pc_login_style .ibiz-spacing-bottom--innerlarge { + padding-bottom: 14.4px; + } + + .pc_login_style .ibiz-panel-field--auth_userid, + .pc_login_style .ibiz-panel-field--auth_password { + height: 41.5px; + } + + .pc_login_style .el-input__inner { + font-size: 10.375px; + } + + .pc_login_style .el-checkbox__label { + font-size: 8.3px; + } + + .pc_login_style .ibiz-panel-container--container3 .ibiz-panel-button .el-button { + margin-top: 24.9px; + background-color: #42b1ff; + height: 33.2px; + font-size: 14.9px; + } +} + @media screen and (max-height: 830px) { + .pc_login_style .ibiz-auth-wxmp-qrcode__qrcode { + width: 164px; + height: 164px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text3 span { + font-size: 16.4px; + font-weight: 600; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text4 span { + color: #595959; + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container_login_qr .ibiz-panel-rawitem--static_text5 p { + font-size: 12.3px; + } + + .pc_login_style .ibiz-panel-container--container9 .ibiz-panel-rawitem--static_text1 span { + font-size: 25px; + font-weight: 600; + } +} + .choose-resource .ibiz-route-picker .ibiz-route-picker__dropdown .el-dropdown .el-tooltip__trigger{ + font-size: 16px; + margin-top: 3px; +} + /* 表单分组标题 */ +.main-info-common-view .ibiz-form-group--right_grouppanel .ibiz-form-group__caption { + font-size: 16px; + color: var(--ibiz-color-disabled-text); +} +/* 表单分页样式(padding、导航栏标题) */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel { + padding: 0 11px 0 13px; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item { + font-size: 14px; +} +/* 两侧滚动条 */ +.main-info-common-view .ibiz-control-form { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item { + height: 100%; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid { + height: 100%; + overflow: auto scroll; +} +.main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid > .ibiz-form-group { + height: auto; +} + + /* 主信息编辑视图通用计数器样式 */ +.main-info-common-view .ibiz-control-form > .ibiz-form-page .ibiz-form-tab-panel.el-tabs .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + top: 50%; +} + /* 表单标题 使用多行文本时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input { + font-size: var(--ibiz-font-size-header-3); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-input .el-textarea__inner { + line-height: var(--ibiz-editor-default-line-height); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea { + height: 100%; + padding: 0; +} +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content { + padding-top: 5px; + padding-bottom: 5px; +} +/* 只读时 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-textarea.ibiz-input--readonly { + font-size: var(--ibiz-font-size-header-3); + padding: 5px 11px; + height: 100%; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-autocomplete--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-cascader--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-mpicker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-dropdown.ibiz-picker-dropdown--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-picker-select-view--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-date-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-dropdown--readonly { + padding: 0 11px; +} + .main-info-common-view .ibiz-form-item-container--top .ibiz-number-range-picker--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input-number--readonly { + padding: 0 11px; +} +.main-info-common-view .ibiz-form-item-container--top .ibiz-input--readonly { + padding: 0 11px; +} + + .main-info-common-view .ibiz-panel-view-content--view_content { + padding-top: 0; +} + +.main-info-common-view .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} + +.main-info-common-view + .ibiz-grid-container--container_view_bottom + .ibiz-panel-container--container1 { + background-color: var(--ibiz-color-bg-0); + border-left: 2px solid var(--ibiz-color-border); +} +.main-info-common-view .ibiz-control-form { + padding-bottom: 0; + margin-bottom: var(--ibiz-spacing-tright); +} +/* 评审列表视图背景颜色 */ +.main-info-common-view .ibiz-view.ibiz-view-delistview { + background-color: transparent; +} + + +.main-info-common-view .ibiz-grid-container--container_view_bottom { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container > .ibiz-row { + overflow: visible; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-field--field_textbox { + position: relative; + z-index: 998; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment { + position: absolute; + padding: 6px 8px 8px 8px; + top: -269px; + background-color: var(--ibiz-color-bg-1); +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-html-comment.is-collapse { + top: 0; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-button--comment__send { + z-index: 999; +} + .main-info-common-view .ibiz-control-form > .ibiz-form-page > .ibiz-form-page-item > .ibiz-col--grid:first-child > .ibiz-form-group{ + padding-left: 5px; + padding-right: 5px; +} +/* 客户沟通单独处理 */ +.main-info-common-view .ibiz-grid-container--container_view_bottom .ibiz-panel-container--client_container_comment .ibiz-html-comment { + top: -292px !important; +} + .main-info-common-view .ibiz-dropdown:has(.green-span), +.main-info-common-view .ibiz-dropdown:has(.blue-span), +.main-info-common-view .ibiz-dropdown:has(.orange-span), +.main-info-common-view .ibiz-dropdown:has(.red-span) { +min-height: var(--ibiz-form-item-container-line-height); +display: flex; +align-items: center; +} + .main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.main-info-common-view .ibiz-form-group--description_container2 .ibiz-html .w-e-text-container { + background: transparent; +} + /* 富文本工具栏定位 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar{ + transform: translateY(-100%); + padding-top: 35px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +/* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-form-item-container__label, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} + + /* 表单标题 */ +.main-info-common-view .ibiz-form-item--title .ibiz-input .el-input__wrapper .el-input__inner, +.main-info-common-view .ibiz-form-item--title .ibiz-input.is-show-default .ibiz-input-form-default-content { + font-size: var(--ibiz-font-size-header-3); + color: var(--ibiz-color-text-0); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input { + height: var(--ibiz-height-control-default); +} +.main-info-common-view .ibiz-form-item--title .ibiz-input .ibiz-input-input .el-input__wrapper .el-input__inner { + min-height: calc(var(--ibiz-height-control-default) - 2px); + height: calc(var(--ibiz-height-control-default) - 2px); +} + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_desc_solution .el-tabs__content{ + overflow: visible; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-custom-toolbar, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .ibiz-html-content .ibiz-html-editor, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--tab_description_container .ibiz-html .w-e-text-container, +.main-info-common-view .ibiz-form-group--tab_solution_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 隐藏滚动条 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.main-info-common-view .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.main-info-common-view .ibiz-form-group--executors_container{ + position: relative; +} + +.main-info-common-view .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.main-info-common-view .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .main-info-common-view .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + +.main-info-common-view .ibiz-checkbox.is-show-default, +.main-info-common-view .el-checkbox.is-disabled { + padding: 1px 0px 0px 9px !important; +} + +.main-info-common-view .ibiz-attention--readonly.is-show-default { + margin: 1.6px; +} +.main-info-common-view .ibiz-control-edit-form { + padding: 0; +} + + /* 描述分组样式 */ +.main-info-common-view .ibiz-form-group--description_container .ibiz-html-dialog-full-screen .ibiz-html .ibiz-html-custom-toolbar { + transform: unset; + position: unset; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-form-item-container__label { + line-height: 32px; + margin: 0; + padding-left: 10px; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} +.main-info-common-view .ibiz-form-group--description_container .ibiz-html .w-e-text-container { + background: transparent; +} + /* 左对齐 */ +.main-info-common-view .ibiz-form-item-container--left .ibiz-form-item-container__label .ibiz-form-item-container__label--content { + float: left; +} + /* 上下对齐 */ +.main-info-common-view .ibiz-form-item-container--top .ibiz-form-item-container__label { + padding: 0 11px; +} + /* 折叠分组样式1 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--group1 { + position: relative; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-item--status { + width: auto; + height: auto; + position: absolute; + top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel1 .ibiz-form-group--grouppanel2 { + width: auto; + height: auto; + position: absolute; + top: 0; + right: 34px; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div:nth-child(1) { + position: initial; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content { + display: block; +} + /* 折叠分组样式2 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse.is-collapse > .ibiz-form-group-content > .ibiz-form-group-content__row > div:nth-child(1) ~ div { + display: none; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid.is-case-steps, +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-repeater-grid { + padding: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content { + padding-top: 0; +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-content > div { + border-left: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse .ibiz-case-steps-table.ibiz-repeater-grid__table { + border: none; +} + + /* 折叠分组样式3 */ +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group-collapse > .ibiz-form-group-header { + margin: 0 8px; + padding-right: 8px; + border: 1px solid var(--ibiz-form-group-header-border-color); +} +.main-info-common-view .ibiz-form-page-item--collapse_formpage .ibiz-form-group--grouppanel3 { + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} +/* 评论容器取消发送按钮位置 */ +.main-info-common-view .ibiz-panel-button--comment__cancel, +.main-info-common-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 0; +} +.main-info-common-view .ibiz-panel-button--comment__cancel { + right: 76px; +} + .main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__active-bar { +background-color: initial; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item { +padding: 0 10px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span { +background-color: var(--ibiz-color-fill-0); +border-radius: 18px; +padding: 0 12px; +line-height: 24px; +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item span:hover { +background-color: var(--ibiz-color-fill-2); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header.is-top .el-tabs__item.is-top:hover { +color: var(--ibiz-form-tab-panel-text-color); +} +.main-info-common-view .ibiz-form-tab-panel--tabpanel_tags >.el-tabs__header .el-tabs__item.is-active span{ +background-color: var(--ibiz-color-primary-active); +color: var(--ibiz-color-primary-active-text); +} + .main-info-common-view .ibiz-grid-container--container_view_bottom > div { +height: 100%; +} +.main-info-common-view .ibiz-grid-container--container_view_bottom > div:nth-child(2) { +min-height: 48px; +} +.main-info-common-view .ibiz-single-data-container--container_attention>.el-row { +position: static; +} +.main-info-common-view .ibiz-single-data-container--container_attention .ibiz-attention { +width: calc(100% - 4px); +min-height: 48px; +padding-right: 32px; +position: absolute; +top: 0; +} +/* 时间范围宽度 */ +.main-info-common-view .ibiz-date-range-picker { +max-width: 250px; +} + + .main_state_hover_style .el-popper.is-light .el-select-dropdown__item.hover, .main_state_hover_style .el-popper.is-light .el-select-dropdown__item:hover { + background-color: rgb(74 129 199 / 60%) !important; +} + .second_dev_tab_style .ibiz-panel-view-content { + overflow: hidden !important; + padding: 0 !important; +} + .codelist-only-icon { + display: flex; + align-items: center; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item { + font-size: 0; +} +.codelist-only-icon .ibiz-span .ibiz-code-list__item svg { + font-size: var(--ibiz-form-item-font-size); +} + .dashboard_container > div { + border: 0 !important; + overflow: hidden !important; +} + .custom_dashboard_view_style .ibiz-control-captionbar-caption__content::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: var(--ibiz-width-icon-large); + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: var(--ibiz-border-radius-extra-small); + transform: translateY(-50%); +} + +.custom_dashboard_view_style .ibiz-control-captionbar-caption__content { + margin-left: 16px; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview{ + padding-top: 0px !important; +} +.custom_dashboard_view_style .ibiz-view--work_item_calendar_view .ibiz-panel-view-content--decalendarview .el-calendar__header{ + padding-top: 0px !important; +} + .board_title_style{ + margin: 10px 10px 25px 10px; + width: 300px; + height: 35px; +} + +.board_title_style .el-input__wrapper { + font-size: 20px; + font-weight: 600; +} + .dashboard_repair_style .ibiz-panel-field--total span { + display: flex; + align-items: center; +} + .recentcustom_dashboard_view_style .ibiz-portlet-layout { + --ibiz-portlet-layout-padding: var(--ibiz-spacing-extra-tight); +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-header { + border: 1px solid var(--ibiz-color-border); + border-bottom: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout > .ibiz-portlet-layout-content { + padding-bottom: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); + /* border-top: none; */ +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view > .ibiz-portlet-layout-content { + padding: 0; + overflow: hidden; + border: none; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content { + position: relative; + padding-right: 0; + padding-left: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + right: 0; +} +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table { + position: relative; +} + + .recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .ibiz-panel-view-content--view_content::after, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::before, +.recentcustom_dashboard_view_style .ibiz-portlet-layout.ibiz-portlet-view--work_itemalendar_view .el-calendar-table::after { + position: absolute; + top: 0; + width: 0; + height: 102px; + content: ""; + border-left: 1px solid var(--ibiz-color-border); +} + .ibiz-grid-field-column__toolbar > .is-text.ibiz-action-toolbar__item:last-child >.el-icon{ + font-size: 16px; +} + +/* 分组树更多图标 */ +.ibiz-control-group-tree-node .ibiz-context-menu__item > .el-icon { +font-size: 16px; +} + /* 文本框 */ +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + border: 0px solid #e8e8e9; + border-radius: 3px; + padding: 1px 15px; + height: 50px; + padding-top: 12px; +} + +/* 按钮 */ +.dependency_style .el-select .el-input { + display: flex; + height: 50px; +} + +/* 溢出控制 */ +.dependency_style .ibiz-panel-field .ibiz-panel-field-content { + line-height: inherit; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 100%; +} + +/* 控制不显示滚动条 */ +.dependency_style .ibiz-row.ibiz-row--flex.ibiz-row--row { + overflow: hidden; +} + +/* 隐藏显示横线 */ +.dependency_style .el-collapse-item__header{ + border-bottom: none; +} + +/* 控制边距 */ +.dependency_style .el-collapse-item__content { + padding-bottom: 2px; +} + .dependency_style{ + overflow: hidden; +} + +.dependency_style .el-collapse{ + border-bottom: none; +} + +.dependency_style .el-collapse-item__wrap { + border-bottom: none; +} + +.dependency_style .ibiz-panel-container--container2, +.dependency_style .ibiz-panel-container--container3 { + box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; +} + +/* 悬浮色 */ +.dependency_style .ibiz-panel-container--container2:hover, +.dependency_style .ibiz-panel-container--container3:hover { + border-color: #6994be; + border: 1px solid #6994be +} + .ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_scrum_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_waterfall_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_kanban_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} +.ibiz-view--work_item_dyna_quick_create_view .ibiz-form-item--executors .ibiz-follow>.el-dropdown { + display: none; +} + .ibiz-control-grid{ + --ibiz-control-grid-scrollbar-width: 8px; +} + .fullscreen .ibiz-form-group--grouppanel1 { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-group--grouppanel1 > .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .ibiz-form-item-container__content { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-form-item-container__editor { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel2 { + display: none; +} + + .fullscreen .ibiz-rawitem.ibiz-form-raw-item { + display: flex; + flex-flow: row nowrap; + place-content: center center; + align-items: center; +} +.fullscreen .ibiz-rawitem.ibiz-form-raw-item > .el-divider { + max-width: 80%; +} +.fullscreen .ibiz-form-group--grouppanel_attachments_grid { + display: flex; + flex-flow: column nowrap; + place-content: center center; + align-items: center; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-header { + width: 80%; +} +.fullscreen + .ibiz-form-group--grouppanel_attachments_grid + .ibiz-form-group-content { + max-width: 80%; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__content { + display: block; + flex-flow: unset; + place-content: unset; + align-items: unset; +} +.fullscreen .wiki-page-title .ibiz-form-item-container__editor { + max-width: 100%; +} + .shared_simple_view_style .ibiz-panel-view-content--view_content{ + padding: 0; +} + +.shared_simple_view_style .ibiz-panel-view-content{ + width: 75%; +} +.shared_simple_view_style .ibiz-panel-view-content .ibiz-form-page{ + background-color:white; +} +.shared_simple_view_style .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content .ibiz-col--self-align{ + background-color: #f9f9f9; +} + .shared-app-style .ibiz-control .ibiz-row .ibiz-col .ibiz-nav-pos-index--nav_pos_index { + padding: 0; +} + .shared_link_top{ + height: 52px; + border-bottom: 1px solid #eee; + background-color: #FFF; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-col .ibiz-panel-container{ + height: 52px; +} + +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-field--show_title .ibiz-span { + display: block; + font-size: 18px; + font-weight: 500; + color: #333; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} +.shared_link_top .ibiz-single-data-container-content .ibiz-panel-rawitem--spilt .ibiz-rawitem__text { + color: #ddd; +} + .shared_setting_style .ibiz-form-item--enable_password{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--enable_expiration{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--subset_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--is_shared_subset{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--pwd_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--expiration_tips{ + padding-bottom: 0; +} +.shared_setting_style .ibiz-form-item--access_password{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--expiration_date{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-item--shared_page_url{ + padding-top: 0; +} +.shared_setting_style .ibiz-form-button--copy_page_url{ + padding-top: 0; +} + + + .mob_attention_title_style.ibiz-panel-field { +display: flex; +align-items: center; +height: 100%; +} +.mob_attention_title_style.ibiz-panel-field .ibiz-span { +height: var(--ibiz-font-size-header-5); +padding: 0 0.375rem; +margin-left: var(--ibiz-spacing-tight); +font-size: 0.7rem; +color: var(--ibiz-color-text-2); +background-color: var(--ibiz-color-border); +border-radius: var(--ibiz-font-size-header-5); +} + .relation_recent_style{ + line-height: normal; +} + +/* 控制项标题文字过多导致的样式异常 */ +.relation_recent_style .ibiz-panel-field--name .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; + max-width: 1460px; +} + .tab_tree_panel_style .ibiz-tab-group-select-tree{ + padding-left: 0px !important; +} + .tab-exp-select{ + border-right: 1px solid #e9e9e9; +} + .ibiz-panel-container--view_tabexppanel .el-tabs__item { + height: 64px; +} +.ibiz-panel-container--view_tabexppanel .el-tabs__item .ibiz-control-drtab-label { + font-size: 16px; +} +.ibiz-panel-container--view_tabexppanel .ibiz-control-tabexppanel .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item{ + font-size: 16px; +} +/* 分页导航视图padding */ +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-panel-view-content--view_content { + padding: 0; +} +.ibiz-view-detabexpview .ibiz-view-detabexpview .ibiz-view .ibiz-panel-view-content--view_content { + padding: var(--ibiz-panel-view-content-padding); +} + + .mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; + margin-left: 0.6rem; +} + +.mob-tab-exp-bar-align-avatar .van-tabs__nav.van-tabs__nav--line .van-tab{ + flex: unset; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap { + padding-left: 0.5rem; +} + +.mob-tab-exp-bar-align-avatar .ibiz-user-message .van-tabs__wrap .van-tabs__nav.van-tabs__nav--line{ + gap: 1.5rem; + justify-content: left; +} + .ibiz-view-detabexpview .ibiz-panel-view-content:has(.ibiz-nav-pos) { + padding-top: 0; +} + + .delete-button .el-button{ + color: #fff; + background-color: #ff7575; + border-color: #ff7575; +} + .relation_tree_node_style .ibiz-panel-field--show_identifier span{ + color: #a1a1a2; + margin-left: 5px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-row--row{ + overflow: hidden; +} +.relation_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.relation_tree_node_style .ibiz-panel-container--container_identifier .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} +.relation_tree_node_style .ibiz-panel-container--container3 .ibiz-row--row{ + overflow: hidden; +} + .ibiz-view--work_item_dyna_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple, +.ibiz-view--work_item_dyna_hybrid_quick_create_view .ibiz-attention-select-value-multiple{ +height: 50px !important; +} + .right_button_style .van-button{ + padding: 0px 10px 0px 0px; +} + .reply_list_style .ibiz-control-list-item.is-active, +.reply_list_style .ibiz-control-list-item:hover { + background-color: transparent !important; +} + .recycle-bin .ibiz-form-group-header .ibiz-form-group-header__right { + display: none; +} +.recycle-bin .ibiz-form-mdctrl .ibiz-grid-ua-column .ibiz-action-toolbar--dropdown { + display: none; +} + .big-icon { + padding: 0; +} +.big-icon .el-button { + font-size: 24px; + padding: 8px; +} +.big-icon .el-button .ibiz-icon { + max-width: 24px !important; + max-height: 24px !important; +} +.big-icon .el-button .ibiz-panel-button-content--caption { + display: none; +} + .average-toolbar { + position: relative; + justify-content: space-evenly; + height: 48px; +} + .vertical-divider .ibiz-rawitem { + border-left: 1px solid var(--ibiz-color-border); + height: 1em; +} +.vertical-divider .el-divider { + display: none; +} + .multiple_people_style .ibiz-form-group--grouppanel6{ + /* height: 20px; */ + margin: -18px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-form-item-container__label{ + width: 70px; + padding: 1px 0px 0px 5px !important; +} +.multiple_people_style .ibiz-form-group--grouppanel6 .ibiz-checkbox.is-show-default { + padding-right: 0px !important; +} + +.multiple_people_style .ibiz-form-group--grouppanel9{ + height: 20px; + margin: 8px 0px -30px 50px; + position: absolute; +} +.multiple_people_style .ibiz-form-group--grouppanel9 .ibiz-form-item-container__label{ + width: 70px; + padding: 0px 0px 0px 5px !important; +} + + .con_bottom_shadow_style{ + border-bottom: 1px solid var(--ibiz-color-border); +} +/* 如果有树,把树的下边框去掉 */ +.con_bottom_shadow_style .ibiz-tab-group-select-tree { + border-bottom: 0px !important; +} + + .ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview { + padding-left: 0; +} +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding-left: 0; +} + + .recentdata-custom>div>div>div:nth-child(2) { +flex: 1; +} + .mob_work_item_top_style .ibiz-form-group.ibiz-form-group--grouppanel10 .ibiz-icon.ibiz-rawitem__image { + padding-left: 16px; + height: 16px; +} +/* 类型位置 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name { + + padding-left: 5px; + padding-bottom: 15px; + +} +/* 类型文字 */ +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--work_item_type_name span.ibiz-span { + font-size: 15px; + +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--formitem { + margin-left: -17px; +} + +.mob_work_item_top_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--show_identifier { + padding: 0px; +} + .work_item_type_global_style .ibiz-panel-button{ + padding-top: 0px; +} + +.work_item_type_global_style .ibiz-icon { + margin-top: 5px; +} + + /* 按钮样式 */ +.mob_work_item_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_work_item_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_work_item_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_work_item_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .ibiz-control-toolbar__item--primary .el-button.el-button--primary { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar__item--primary .el-button.el-button--primary:hover { + color: var(--ibiz-color-primary-hover); + background-color: var(--ibiz-color-primary-light-hover); +} + + .ibiz-control-toolbar--user .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.ibiz-control-toolbar--user .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu.is-active .el-sub-menu__title { + border-bottom: none; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar-submenu .el-sub-menu__title { + color: var(--ibiz-color-text-3); + background-color: transparent; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__menu button.el-button:focus-visible{ + outline: none; +} +.ibiz-control-toolbar-submenu-popper--user { + background: transparent; +} +.ibiz-control-toolbar-submenu-popper--user .el-button { + color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar-submenu-popper--user .el-menu .el-menu-item:hover { + background-color: var(--ibiz-color-bg-0); +} + /*工具栏分组项按钮2样式*/ +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__item--style2.ibiz-control-toolbar-submenu .el-sub-menu__title.el-sub-menu__title, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style2 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-menu-item .el-input__inner:hover { +color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style2 .el-button { +--el-button-bg-color: transparent; +--el-button-hover-bg-color: transparent; +--el-button-active-bg-color: transparent; +--el-button-text-color: var(--ibiz-color-text-3); +--el-button-hover-text-color: var(--ibiz-color-text-3); +--el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { +padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style2 .ibiz-export-excel-submenu-button.el-button { +padding: 0 10px; +} + +/* 适配分割线间距一致 */ +/* 适配分隔符在前面 */ +.ibiz-control-toolbar__item-separator + .ibiz-control-toolbar__menu--style2 .ibiz-control-toolbar-submenu { +margin-left: -8px; +} +/* 适配分隔符在后面 */ +.ibiz-control-toolbar__menu--style2 + .ibiz-control-toolbar__item-separator { +margin-left: -4px; +} +/* 分组按钮样式 */ +.ibiz-control-toolbar__menu--style2.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title { +border: none; +} + +/* 窗口缩小样式 */ +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button{ +color: var(--ibiz-color-primary); +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button:hover i{ + font-weight: 600; +} +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg, +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button svg path { + fill: var(--ibiz-color-primary) !important; +} + +.ibiz-control-toolbar--user .ibiz-control-toolbar__item.is-short-cut .el-button .icon>path { +stroke: var(--ibiz-color-primary) !important; +stroke-width: 30 !important; +} + /* 导出行为页数输入框样式 */ +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner, +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-menu-item .el-input__inner:hover { + color: var(--ibiz-color-text-3); +} +/* 弹出框内所有按钮 */ +.ibiz-control-toolbar__submenu-popper--style3 .el-button { + --el-button-bg-color: transparent; + --el-button-hover-bg-color: transparent; + --el-button-active-bg-color: transparent; + --el-button-text-color: var(--ibiz-color-text-3); + --el-button-hover-text-color: var(--ibiz-color-text-3); + --el-button-active-text-color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button { + padding-left: 5px; +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-export-excel-submenu-button.el-button { + padding: 0 10px; +} + + /*工具栏分组项按钮3样式*/ +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .el-menu-item, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal.el-menu--popup-container, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title { +background-color: var(--ibiz-color-bg-1); +color: var(--ibiz-color-text-3); +} +.ibiz-control-toolbar__submenu-popper--style3 .ibiz-control-toolbar-submenu-popper .el-menu .el-menu-item:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.ibiz-control-toolbar__submenu-popper--style3 .el-menu--horizontal .el-menu .el-sub-menu__title:hover { +background-color: var(--ibiz-color-bg-0); +color: var(--ibiz-color-text-3); +} + + .toolbar-style-container .el-button { + padding: 8px; + color: var(--ibiz-color-text-2); + background-color: transparent; +} +.toolbar-style-container .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} +.toolbar-style-container { + border-bottom: 1px solid var(--ibiz-color-border); +} + /* 面板分页样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +height: 1px; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +min-height: 64px; +max-height: 64px; +width: 58px; +height: 100%; +border: none; +display: flex; +justify-content: center; +align-items: center; +} +/* 分页弹出按钮样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__wrapper { +padding: 1px 0; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div .el-input__inner { +text-align: center; +} +.workload-tab-head .ibiz-nav-pos>div>div>div>div>.ibiz-panel-view-header--view_header>div>div>.ibiz-panel-container--view_header_right>div{ +gap: 56px; +} +/* 搜索表单取消padding */ +.workload-tab-head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 16px; +width: auto; +height: 63px; +} + /* 适配分页搜索下级视图自适应宽度 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right>div>div:nth-child(1) { +width: 100%; +} +/* 搜索表单宽度 继承父元素宽度,当分页部件定位后窗口缩放实现自适应效果 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_searchform:nth-of-type(1) { +width: 16.66%; +} + /* 关系分页部件定位样式 */ +.workload-tab-head .ibiz-panel-container--view_tabexppanel { +position: relative; +} +.workload-tab-head .ibiz-panel-container--view_tabexppanel>div>div>.ibiz-panel-ctrl-pos--tabexppanel { +position: absolute; +top: 1px; +left: calc(16.65% + 15px); +z-index: 100; +} +/* 视图头部定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-view-header--view_header { +position: relative; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +/* 视图头部快速搜索定位 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1) { +width: auto; +position: absolute; +top: 0; +left: calc(16.65% + 81px); +} + +/* 快捷搜索部件样式 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-panel-ctrl-pos--searchbar:nth-of-type(1){ +display: flex; +align-items: center; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar { +height: auto; +} +/* 边距调整 */ +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-control-searchbar-quick-search { +margin-left: 0; +} +.workload-tab-head .ibiz-nav-pos .ibiz-panel-container--view_header_right .ibiz-search-groups ~ .ibiz-control-searchbar-quick-search { +margin-left: var(--ibiz-spacing-base-tight); +} + .mob_workload_calendar_style .ibiz-panel-container--container1 span { + font-size: 16px; + color: #8B8B8B; +} + +.mob_workload_calendar_style .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 16px; + color: #8B8B8B; + margin-left: 4px; +} + +.mob_workload_calendar_style .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + font-size: 16px; +} + +.mob_workload_calendar_style .ibiz-panel-field--name span { + font-size: 18px; + margin-left: 6px; +} + +.mob_workload_calendar_style .ibiz-spacing-right--outermedium { + margin-right: 8px !important; +} + +.mob_workload_calendar_style input::placeholder { + text-align: left; +} + .mob_workload_calendar_style .ibiz-form-item--date_range { + padding-top: 14px; +} + +.mob_workload_calendar_style{ + position: relative; +} +.mob_workload_calendar_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_calendar_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_calendar_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-container--container > div { + padding: 8px; + background-color: #F3F3F3; + border-radius: 8px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_calendar_detail_log .ibiz-single-data-container-content .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + +/* 列表中的分割线样式 */ +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl__content > div:not(:last-child) > div:last-child::after { + position: relative; + top: 0.875rem; + left: 1rem; + display: block; + width: calc(100% - 2rem); + height: 0.0625rem; + content: ""; + background-color: var(--ibiz-color-border); +} + .mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-group-caption { + font-size: 18px; + color: #3B3B3B; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--type_id span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span { + font-size: 16px; + color: #B8B8B8; +} + + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item .ibiz-panel-field--duration span::after { + content: "小时"; + font-size: 16px; + color: #B8B8B8; +} + +.mob_workload_calendar_detail_log .ibiz-control-mobmdctrl-item::before { + display: none !important; +} + /* 视图头部自适应宽度 将自定义布局后丢失的继承宽度补上 */ +.workload_log_head .ibiz-panel-view-header--view_header>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_header_right>div>div:nth-child(1), +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row, +.workload_log_head .ibiz-panel-container--view_searchform:nth-of-type(1) .ibiz-row>.ibiz-col { +width: 100%; +} +/* 视图头部样式 */ +.workload_log_head .ibiz-panel-view-header--view_header { +position: relative; +margin-top: 1px; +} +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +position: absolute; +top: 0; +right: 0; +} +.workload_log_head .ibiz-panel-container--view_header_right:nth-of-type(1) { +position: absolute; +left: 0; +} +.workload_log_head .ibiz-control-searchform { +padding: 0; +} +/* 分页搜索子视图左侧样式 */ +.workload_log_head .ibiz-panel-container--view_header_left:nth-of-type(1){ +padding-right: 8px; +width: auto; +height: 63px; +} + .mob_workload_log .ibiz-panel-field--duration span { + font-size: 32px; + text-align: center; +} + +.mob_workload_log .ibiz-panel-field--duration span::after { + content: "h"; + font-size: 20px; + margin-left: 2px; +} + +.mob_workload_log .ibiz-panel-field--register_date span { + color: #8B8B8B; +} + +.mob_workload_log .ibiz-panel-container--container2 > div { + padding: 8px 12px; + margin-top: 8px; + background-color: #F1FBF5; + border-radius: 8px; + margin-right: 16px; +} + +.mob_workload_log .ibiz-panel-field--show_identifier span { + text-align: center; + color: #8B8B8B; + padding-left: 6px; +} + +.mob_workload_log .ibiz-panel-field--name span { + font-size: 16px; + font-weight: 500; + text-align: center; + line-height: 1.5; + padding: 0px 6px; +} + .mob_workload_log .ibiz-code-list .ibiz-icon { + padding-right: 0px !important; +} + +.mob_workload_log input::placeholder { + text-align: left; +} + +.mob_workload_log .ibiz-form-item--date_range { + padding-top: 14px; +} + + +.mob_workload_log { + position: relative; +} +.mob_workload_log:has(.ibiz-control-mobmdctrl__setting) .ibiz-panel-ctrl-pos--searchform { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_workload_log .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_workload_log .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_workload_log .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .app_market_style .ibiz-panel-field--title span { + font-weight: bold; + font-size: larger; +} + +.app_market_style .ibiz-panel-field--version { + background-color: lightgrey; + padding: 5px 15px 5px 15px; + border-radius: 10px; +} + +.app_market_style .ibiz-panel-field--version span { + color: white; + font-weight: bold; +} + +.app_market_style .ibiz-panel-field--memo span { + font-size: medium; + color: grey; +} + +.app_market_style .ibiz-control-dataview-group-content__item-content>* { + margin-right: 32px; +} + +.app_market_style .el-card__body { + padding: 0px; +} + +.app_market_style .ibiz-panel-button , .ibiz-panel-button-list { + padding: 8px 8px 8px 0px; +} + +/* .app_market_style .ibiz-control-dataview-item { + height: 100%; +} */ + +.app_market_style .ibiz-control-dataview-item.is-active { + background-color: unset !important; +} + .app_market_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; +} + +.app_market_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + +.app_market_style .ibiz-sort-bar { + display: none !important; +} + +.app_market_style .ibiz-panel-rawitem--using > div { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_market_style .ibiz-panel-rawitem--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; +} + .app_market_style .ibiz-panel-button-content--icon { + color: var(--el-button-bg-color); +} + .app-title-style .ibiz-panel-app-title__logo--expand, +.app-title-style svg { + margin-top: -25px; +} + + .app_info_style .ibiz-form-item--pscoreprdfuncname span { + font-weight: bold; + font-size: x-large; +} + +.app_info_style .ibiz-form-item--memo div div div div div { + color: darkgrey; + font-size: 15px; +} + +.app_info_style button[title="GitLab"] span svg path { + fill: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] span { + color: deepskyblue !important; +} + +.app_info_style button[title="GitLab"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="GitLab"]:hover, button[title="GitLab"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="GitLab"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="GitLab"]:hover span { + color: #557DA5 !important; +} + +.app_info_style .ibiz-form-button , .ibiz-form-button-list { + padding: 8px 8px 8px 4px; +} + .app_info_style button[title="打开按钮"] { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.app_info_style button[title="打开按钮"]:hover, button[title="打开按钮"]:focus { + background-color: transparent; + border: none; +} + +.app_info_style button[title="打开按钮"]:hover span svg path { + fill: #557DA5 !important; +} + +.app_info_style button[title="打开按钮"]:hover .ibiz-form-button-content--caption { + color: #557DA5; +} + +.app_info_style button[title="设置"] span { + color: white; +} + .app_info_style .ibiz-form-item--currentversion { + padding-top: 0px; +} + +.app_info_style .ibiz-form-item--currentversion span { + font-size: 12px; + font-weight: bold; + color: grey; + background-color: lightgrey; + padding: 0px 6px 0px 6px; + border-radius: 6px; + height: 16px; + align-items: center; + display: flex; +} + +.app_info_style .ibiz-form-group--grouppanel3 { + margin-left: 10px; +} + +.app_info_style img { + object-fit: cover !important; + width: 100% !important; + height: 100% !important; +} + +.app_info_style .ibiz-form-tab-page--overview > div:first-child { + padding-right: 0px !important; +} + .app_info_style .ibiz-form-group--grouppanel4 button { + font-size: small; + padding: 8px; + height: 25px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:first-of-type { + width: 40px; +} + +.app_info_style .ibiz-form-group--grouppanel4 .ibiz-form-button-list button:nth-of-type(2) { + width: 18px; +} + +.app_info_style .el-button-group { + align-items: flex-end; +} + +.app_info_style .ibiz-form-button-content--icon { + display: flex; + align-items: center; +} + +.app_info_style .ibiz-panel-view-content--deeditview { + overflow: hidden; +} + +.app_info_style button.el-button.ibiz-button-list__more-button::before { + content: ""; + position: absolute; + width: 1px; + height: 70%; + top: 15%; + left: 0.5px; + background-color: #f0f0f0; + z-index: 1; +} + + .app_info_style .ibiz-form-tab-page--overview > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--log > div:first-child { + overflow: auto; + height: 70vh; +} + +.app_info_style .ibiz-form-tab-page--overview .el-select__tags { + cursor: default !important; +} + +.app_info_style .ibiz-form-tab-page--overview .el-input--suffix { + display: none !important; +} + +.app_info_style .ibiz-form-tab-panel>.el-tabs__header.is-top .el-tabs__item.is-top { + font-size: 14px !important; +} + .app_info_style .ibiz-form-group--base_info .ibiz-form-group-header, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header { + height: 39px !important; +} + +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-header .ibiz-form-group__caption, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-header .ibiz-form-group__caption { + font-size: 14px !important; +} +.app_info_style .ibiz-form-group--base_info .ibiz-form-group-content, +.app_info_style .ibiz-form-group--detail_info .ibiz-form-group-content { + padding: 0px !important; +} + +/* 正在使用 */ +.app_info_style .ibiz-form-item--using .ibiz-form-item-container__editor { + background-color: #e2efe2; + padding: 0px 20px; + border-radius: 4px; +} + +.app_info_style .ibiz-form-item--using span { + font-size: small; + height: 25px; + line-height: 25px; + color: #8CC537; + cursor: default; +} + +.app_info_style .el-tabs__nav { + padding-left: 12px; +} + .activate_button .el-button{ + background: none; + color: #4ba7f1; + margin-left: 5px; + height: 0px; + +} +.activate_button{ + margin: 0px 10px 0px -10px; +} + +.activate_button .ibiz-rawitem__text{ + color: #999; +} +.activate_button .ibiz-span.ibiz-panel-field-content{ + color: #999; +} + +.activate_button .ibiz-panel-button.ibiz-panel-button--default{ + height: 19px; + padding: 0px; +} + .todo-tips{ + height: 80px; +} +.todo-tips .ibiz-rawitem__text{ + font-size: 26px; + font-weight: 600; + line-height: 75px; +} + .todo-background{ + +} + /* 隐藏滚动条 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-attention-person-value{ + overflow: visible; +} +/* 头像偏移 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-form-item-container__content.ibiz-form-item-container__content--label-top{ + margin-left: 10px; +} +/* 隐藏关注人 */ +.work_item_qucik_create_style .ibiz-form-item--executors .ibiz-follow>.el-dropdown{ + display: none; +} + +.work_item_qucik_create_style .ibiz-form-group--executors_container{ + position: relative; +} +.work_item_qucik_create_style .ibiz-form-group--executors_container > .ibiz-form-group-content > .ibiz-row > .ibiz-col:nth-child(2):has(.custom_executors_btn){ + position: absolute; + top: 8px; + left: 65px; +} + + .work_item_qucik_create_style .ibiz-form-button--setting_executors{ + padding: 0 !important; +} +.work_item_qucik_create_style .ibiz-form-button--setting_executors .el-button{ + min-width: 12px !important; + min-height: 8px !important; + padding: 0 !important; + width: 12px !important; +} + .quick_case_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + /* 视图大的布局样式 */ +.quick-create-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +} +/* 按钮样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .el-button { +min-height: 40px; +/*padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose);*/ +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +/* 分割线 */ +.quick-create-view-content .ibiz-panel-container--quick_create_content .el-divider.el-divider--horizontal { +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + .mob_member_title_style .ibiz-panel-field--title { + background-color: lightgrey; + padding: 4px 6px 4px 6px; + border-radius: 10px; + align-items: center; + display: flex; +} + +.mob_member_title_style .ibiz-panel-field--title span { + font-size: 8px; +} + .my_summary_style span.ibiz-panel-field-content{ + color: rgb(56, 131, 250); + font-size: 28px; +} + +.my_summary_style span.ibiz-rawitem__text { + font-size: 16px; +} + +.my_summary_style .ibiz-panel-container--task_num_c span.ibiz-panel-field-content{ + color: #B2E699; +} + +.my_summary_style .ibiz-panel-container--bug_num_c span.ibiz-panel-field-content{ + color: #EF8383; +} + +.my_summary_style .el-divider { + height: 58px !important; + width: 1px !important; + margin: 0 !important; + border-top: unset !important; + border-left: 1px var(--el-border-color) var(--el-border-style); +} + +.my_summary_style .ibiz-panel-container--task_num_c, +.my_summary_style .ibiz-panel-container--bug_num_c, +.my_summary_style .ibiz-panel-container--other_item_num_c, +.my_summary_style .ibiz-panel-container--idea_num_c, +.my_summary_style .ibiz-panel-container--ticket_num_c, +.my_summary_style .ibiz-panel-container--case_num_c { + cursor: pointer; +} + .my_summary_style .ibiz-control-viewlayoutpanel-content { + display: flex; + justify-content: center; +} + .run_case_label_style div[title="通过"] label.is-active span { + background: #73d897 !important; +} + +.run_case_label_style div[title="受阻"] label.is-active span { + background: #ffcd5d !important; +} + +.run_case_label_style div[title="失败"] label.is-active span { + background: #ff7575 !important; +} + +.run_case_label_style div[title="跳过"] label.is-active span { + background: #5dcfff !important; +} + +.run_case_label_style .el-radio-button__inner { + display: flex !important; + border-color: var(--el-border-color) !important; + color: black !important; + background: transparent !important; + align-items: center; +} + +.run_case_label_style .el-radio-button__inner:hover { + background-color: #f5f5f5 !important; +} + +.run_case_label_style label.is-active .el-radio-button__inner { + color: white !important; +} + +.run_case_label_style label.is-active svg path { + fill: white; +} + +.run_case_label_style .ibiz-icon { + height: 15px !important; +} + .run_history_remark_style{ + border-right: 1px solid var(--ibiz-form-group-header-border-color); + border-bottom: 1px solid var(--ibiz-form-group-header-border-color); +} + .coreprdfunc_setting_edit_style .el-tabs__nav span { + font-size: 14px !important; +} + +.coreprdfunc_setting_edit_style .el-tabs__nav .el-tabs__item { + padding: 0 10px !important; +} + .export-canvas-style .ibiz-bi-report-panel-content { + padding: 0; +} +.export-canvas-style .ibiz-bi-report-panel-content > .el-collapse { + padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-base); +} + + /* 移入移出效果 */ +.ibiz-form-button--style2 .el-button, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2 .el-button { +min-height: var(--ibiz-height-control-default); +min-width: var(--ibiz-height-control-default); +background: transparent; +border: none; +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-6); +padding: 8px; +} +.ibiz-form-button--style2 .el-button:hover, +.ibiz-control-toolbar__item--style2 .el-button:hover, +.ibiz-panel-button--style2 .el-button:hover { +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} + +.ibiz-form-button--style2 .el-button.el-button { +width: var(--ibiz-height-control-default) ; +} + +/* 按钮间隔 */ +.ibiz-form-button--style2.ibiz-form-button--style2, +.ibiz-control-toolbar__item--style2 .el-button, +.ibiz-panel-button--style2.ibiz-panel-button--style2 { +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-super-tight); +} + .button_container_style button { + background-color: transparent; + border: none; + padding: 0px !important; +} + +.button_container_style button:hover, button:focus { + background-color: transparent; + border: none; +} + +.button_container_style button:hover span svg path { + fill: #557DA5 !important; +} + +.button_container_style .ibiz-panel-button { + padding: 8px 0px 8px 0px; +} + .swap_icon_text button { + direction: rtl; +} + +.swap_icon_text button:hover { + background-color: transparent !important; + color: rgb(85, 125, 165) !important; +} + +.swap_icon_text button:hover span svg path { + fill: #557DA5 !important; +} + +.swap_icon_text .ibiz-toolbar-item-text { + line-height: normal; +} + .track_panel_style .ibiz-panel-field--num span { + margin-right: 4px; + font-size: 16px; + color: #1D1F23; +} + +.track_panel_style .ibiz-panel-rawitem--caption span { + color: var(--ibiz-color-text-3); + font-size: 16px; +} + +.track_panel_style .ibiz-panel-field--title_two span { + font-weight: 600; +} + +.idea_tree_node_style { + width: calc(var(--ibiz-track-tree-grid-grid-cell-width) - 56px); +} + .prompt_message_style { + margin: 0px 16px 0px -16px; +} + .data-upload-view { + padding: 8px 32px; +} +.data-upload-view .ibiz-row { + overflow: visible; +} +.data-upload-view .ibiz-rawitem__paragraph p { + margin: 0; + line-height: 22px; +} +.data-upload-view .ibiz-panel-rawitem--download_description, +.data-upload-view .ibiz-panel-rawitem--upload_description { + position: relative; +} +.data-upload-view .ibiz-panel-rawitem--download_description::before, +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + position: absolute; + top: 2px; + left: -23px; + width: 15px; + height: 15px; + font-size: 0.75rem; + line-height: 15px; + color: var(--ibiz-color-primary-text); + text-align: center; + content: '1'; + background: var(--ibiz-color-primary); + border-radius: 50%; +} +.data-upload-view .ibiz-panel-rawitem--download_description .ibiz-rawitem__paragraph p:last-child, +.data-upload-view .ibiz-panel-rawitem--upload_description .ibiz-rawitem__paragraph p:last-child { + color: var(--ibiz-color-text-3); +} + + .data-upload-view .ibiz-panel-rawitem--upload_description { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--upload_description::before { + content: '2'; +} +.data-upload-view .ibiz-panel-button { + padding: var(--ibiz-spacing-base) 0; +} +.data-upload-view .ibiz-panel-rawitem--template_rule { + margin-bottom: 20px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table { + border-color: var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr { + height: 52px !important; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr td { + padding: 12px 16px; +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child { + background-color: var(--ibiz-color-fill-0); +} +.data-upload-view .ibiz-panel-rawitem--template_rule table tr:first-child td { + text-align: center; +} +.data-upload-view .ibiz-panel-rawitem--template_rule .text-danger { + color: var(--ibiz-color-danger); +} + .data-upload-view .ibiz-panel-rawitem--upload_raw { + height: 60px; + padding: 0 20px; + background-color: var(--ibiz-color-fill-0); + border: 1px solid var(--ibiz-color-border); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem { + display: flex; + align-items: center; + color: var(--ibiz-color-text-3); +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a { + color: var(--ibiz-color-link); + cursor: pointer; +} +.data-upload-view .ibiz-panel-rawitem--upload_raw .ibiz-rawitem a:hover { + text-decoration: underline; +} + + .create_work_item_choose_parent_style > .ibiz-row > .ibiz-col { + min-width: 100px; +} +.create_work_item_choose_parent_style > .ibiz-row > .ibiz-col > .ibiz-panel-field{ + min-width: 100px; +} + +/* 控制项标题文字过多导致的样式异常 */ +.create_work_item_choose_parent_style .ibiz-panel-field--show_identifier .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} +.create_work_item_choose_parent_style .ibiz-panel-field--title .ibiz-panel-field-content{ + overflow: hidden; + white-space: nowrap; + display: block; + text-overflow: ellipsis; +} + .enter_button_style .van-button{ + font-size: 16px; + color: #6698ff; +} + .mob-orange-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; +} + .mob-red-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; +} + .mob-green-span-no-bg-border { + width: 66px; + height: 24px; + /* font-size: 12px; */ + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; +} + .mob-orange-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: orange !important; + vertical-align: inherit; + border: 1px solid orange; +} + .mob-red-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: red !important; + vertical-align: inherit; + border: 1px solid red; +} + .mob-green-span-no-bg { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 3px; + color: #3ae23a !important; + vertical-align: inherit; + border: 1px solid #3ae23a; +} + .no_border_button{ + border: 0; + font-size: 18px; +} +.no_border_button .van-button{ + border: 0; +} + .mob_magnify_no_border_button .van-button--small { + border: 0; + font-size: 20px; +} + +.mob_magnify_no_border_button .van-button { + border: 0; +} + /* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title:hover, +.star_css button:hover { +background-color: transparent; +} +/* 星标及切换背景颜色 */ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title, +.star_css button{ +background-color: transparent; +} + +/* 星标字体颜色 */ +.star_css .ibiz-control-toolbar__item-items i{ +color: #9999; +font-size: 18px; +} + +/* 切换图标字体颜色 */ +.star_css .el-sub-menu__title i { +color: #9999; +} + +/* 设置图标的大小*/ +.star_css .ibiz-control-toolbar__menu .ibiz-control-toolbar-submenu .el-sub-menu__title .el-button>span .ibiz-toolbar-item-icon .ibiz-icon{ + font-size: 16px; +} + .update_log_time .ibiz-span{ + margin: 7px 0px 0px 0px; + } + .update_log_name .ibiz-span{ + font-size: 22px; + font-weight: 600; + margin: 15px 0px 15px 0px; +} + @media screen and (min-width: 820px) and (max-width: 980px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(1) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 980px) and (max-width: 1150px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(2) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1150px) and (max-width: 1320px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(3) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1320px) and (max-width: 1480px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(4) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + @media screen and (min-width: 1480px) and (max-width: 1600px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(5) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1600px) and (max-width: 1800px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(6) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1800px) and (max-width: 1970px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(7) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 1970px) and (max-width: 2130px) { +.recentdata-screen-auto-item { +.ibiz-control-dataview-scroll-item:nth-child(8) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +} + @media screen and (min-width: 2130px) and (max-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(9) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} +@media screen and (min-width: 2290px) { +.recentdata-screen-auto-item +.ibiz-control-dataview-scroll-item:nth-child(10) +~ .ibiz-control-dataview-scroll-item { +display: none; +} +} + +.recentdata-screen-auto-item .ibiz-control-dataview-scroll.ibiz-control-dataview__content { +flex-wrap: nowrap; +overflow: visible; +} +.recentdata-screen-auto-item .ibiz-control-dataview__content .ibiz-control-dataview__layout-flex { + flex-wrap: nowrap; + overflow: visible; +} + .recent_owner_subtype_style{ + width: 20px; + overflow: hidden; +} + .recent_grey_font_style .ibiz-panel-field-content{ + color: #a6a6a6; +} + .td_right{ + width: 90%; +} + .td_a_link .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recent_identified_style .ibiz-grid-field-column__text{ + color: #8b8b8b; +} + .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3){ + display: none; +} + /* 用例名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_recent_access_case_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} +/* 隐藏分割线和显示更多 */ +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; +} + .mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_recent_access_project_style .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4) { + display: none; } - -.space_mob_page_style .ibiz-panel-rawitem--static_image { - margin-right: 15px; - width: 24px; - /* margin-top: 5px; */ + .td_a_link_right{ + padding:0px 28px 0px 0px + } + .td_a_link_right .ibiz-grid-field-column__text { + color: var(--ibiz-grid-field-column-clickable-text-color); +} + .recenttab-head +.ibiz-panel-view-header--view_header +.ibiz-panel-container +> .ibiz-row { +position: initial; +overflow: initial; +} + .ibiz-modal .el-dialog__header .el-dialog__headerbtn{ + top: -32px; + right: -50px; +} + .stencil_center_title{ + +} + /* 视图标题及分割线样式 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title { +height: 64px; +line-height: 64px; +text-align: center; +border-bottom: 1px solid var(--ibiz-color-border); +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-rawitem--page_title .ibiz-rawitem .ibiz-rawitem__text { +font-size: 20px; +font-weight: 600; +} +/* 搜索栏自适应 */ +.stencil-center-view .ibiz-split-pane--right .ibiz-control-listexpbar { +min-width: 100%; +} +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-container--control_header_right>.ibiz-row>.ibiz-col, +.stencil-center-view .ibiz-split-pane--right .ibiz-panel-exp-header--control_header .ibiz-control-searchbar { +width: 100%; +} +/* 控制视图标题最小高度 */ +.stencil-center-view .ibiz-panel-container--view_exp >.ibiz-row >.ibiz-col:first-child { + min-height: 32px; +} + .orange-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ffdcaf; + vertical-align: inherit; +} +.ibiz-span .orange-span { + margin: 4px 0; +} + .mob-orange-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: orange; +} + .active-members-font-postion >.ibiz-rawitem>.ibiz-rawitem__text{ + position: relative; + bottom: -34px; + left: -1px; +} + .active-members-grey-color>.ibiz-rawitem>.ibiz-rawitem__text{ + color: #999; +} + .active-members-view{ + padding: 24px 0px 0 0; + .ibiz-panel-field>.ibiz-span{ + font-size: 48px; + color: #333; + } + .ibiz-grid-container--container_grid{ + width: 75%; + margin: 0 auto; + } +} + .transition-time .ibiz-span{ + font-size: var(--ibiz-font-size-small); + color: var(--ibiz-color-disabled-text); +} + .test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view .ibiz-panel-container--container { + padding: 20px 40px; + border-left: 3px solid #ffcd5d; + background-color: #fffcf7; +} +.test-plan-report-survey-view + .ibiz-panel-container--container + .ibiz-panel-field--case_count + .ibiz-span { + color: #ffcd5d; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view .ibiz-panel-container--container3 { + padding: 20px 40px; + border-left: 3px solid #ff7575; + background-color: #fff8f8; +} + + + .test-plan-report-survey-view .ibiz-panel-container--container1 { + padding: 20px 40px; + border-left: 3px solid #5dcfff; + background-color: #f7fdff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-field--coverage_percentage + .ibiz-span { + color: #5dcfff; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container1 + .ibiz-panel-rawitem--coverage_percent + .ibiz-rawitem__text { + color: #5dcfff; +} +.test-plan-report-survey-view + .ibiz-panel-container--container3 + .ibiz-panel-field--bug_count + .ibiz-span { + color: #ff7575; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} + + .test-plan-report-survey-view .ibiz-panel-container--container2 { + padding: 20px 40px; + border-left: 3px solid #73d897; + background-color: #f8fdfa; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-field--pass_percentage + .ibiz-span { + color: #73d897; + display: inline; + font-family: 'Statistic-Number'; + font-size: 30px; + font-weight: 400; +} +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent { + margin-left: 2px; +} + +.test-plan-report-survey-view + .ibiz-panel-container--container2 + .ibiz-panel-rawitem--pass_percent + .ibiz-rawitem__text { + color: #73d897; +} + + + + .test-plan-report-view.ibiz-view { + background-color: var(--ibiz-color-bg-0); +} +.test-plan-report-view .ibiz-view-deportalview { + background-color: transparent; +} +.test-plan-report-view .ibiz-control-dashboard { + gap: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col { + display: flex; + justify-content: center; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-view { + width: 1200px; + height: auto; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; + margin-top: 10px; +} +.test-plan-report-view .ibiz-control-dashboard > .el-col > .ibiz-portlet-chart { + width: 1200px; + height: 500px; + background-color: var(--ibiz-color-bg-1); + padding: 24px 28px; +} +.test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption { + padding-left: 12px; +} + + .test-plan-report-view + .ibiz-control-dashboard + .ibiz-portlet-layout-header + .ibiz-portlet-layout__caption:before { + display: none; +} +.test-plan-report-view .ibiz-control-dashboard .ibiz-portlet-layout-content { + padding: 0 28px; +} + .ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown__list { + background-color: var(--ibiz-color-bg-3) !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu { + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item { + color: var(--ibiz-color-text-3) !important; + background-color: transparent !important; +} +.ibiz-portlet-layout__toolbar--test_plan_report_dashboard_view .el-dropdown-menu__item:hover { + background-color: var(--ibiz-color-bg-0) !important; +} + + .test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content, +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content { + overflow: visible; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-custom-toolbar { + top: -60px; + right: -32px; + position: absolute; +} +.test-plan-report-view .ibiz-portlet-view--report_conclude .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + + /* .test_mob_list_style .ibiz-control-mobmdctrl-item { + position: relative; +} + +.test_mob_list_style .ibiz-control-panel-content::after { + content: ''; + display: block; + width: 90%; + height: 1px; + background-color: #ececec; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); +} */ + +.test_mob_list_style .ibiz-spacing-right--outerlarge span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_mob_list_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} + +.test_mob_list_style button { + border: none; +} + +.test_mob_list_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + .test_detail_list_style { + position: relative; +} +.test_detail_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.test_detail_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.test_detail_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} +.test_detail_list_style button { + border: none; +} + +.test_detail_list_style .ibiz-panel-rawitem--static_image { + width: 24px; + margin-top: 5px; +} + +/**span无数据时,占位隐藏**/ +.test_detail_list_style div span:empty { + display: none; +} + .test_detail_list_style .ibiz-panel-field--title span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.test_detail_list_style .ibiz-panel-container--time_container span { + border-radius: 12px; + background-color: #f3f3f3; + display: flex; /* 使用弹性盒布局 */ + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + width: 150px; + height: 25px; +} + +.test_detail_list_style .ibiz-panel-field--update_time span { + width: 150px; +} + +.test_detail_list_style .ibiz-panel-rawitem--plan_static_image svg.icon path { + fill: #CB258C; +} + +.test_detail_list_style .ibiz-panel-rawitem--case_static_image svg.icon path { + fill: #66C23A; +} + + .msg_heard_style .ibiz-panel-rawitem--msg_title .ibiz-rawitem__text{ + font-weight: 600; + font-size: 16px; +} + .message_layout_panel_img_style{ + } - -.space_mob_page_style .ibiz-spacing-right--outerlarge { - margin-top: 30px; - margin-bottom: 15px; -} -.space_mob_page_style .ibiz-panel-rawitem--static_image1{ - padding: 0px 15px 0px 0px; -} - /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { - position: fixed; - bottom: 135px; - right: 30px; - z-index: 1000; - width: 44px; - height: 44px; - border-radius: 50%; - background-color: white; - box-shadow: 1px 4px 6px 3px #dad7d7; + .add-members-font{ + font-size:10px + } + .grey-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #e1e1e1; + vertical-align: inherit; +} +.ibiz-span .grey-span { + margin: 4px 0; +} + .mob-grey-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: grey; +} + .ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item { + padding: 0; + background-color: transparent; +} +.ibiz-control-gantt .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item__label { + padding-right: var(--ibiz-spacing-base); + padding-left: var(--ibiz-spacing-base); + color: var(--ibiz-dropdown-select-option-item-color); + background-color: var(--ibiz-dropdown-select-option-item-bkcolor); +} +.ibiz-control-gantt.is-exporting .xg-view-toolbar { + display: none; +} + .case_template_edit_style .ibiz-html .ibiz-html-custom-toolbar { + position: absolute; + transform: translateY(-100%); + padding-top: 12px; + padding-bottom: 12px; + height: 50px; + top: -16px; +} + +.case_template_edit_style .ibiz-html .ibiz-html-content .ibiz-html-editor { + height: auto !important; +} + +.case_template_edit_style .ibiz-html .w-e-text-container { + background: transparent; +} + /* 视图大的布局样式 */ +.user-info-view-content { +box-shadow: rgba(0, 0, 0, 0.08) 0px 0px var(--ibiz-spacing-base) 0px; +border-radius: var(--ibiz-border-radius-medium); +overflow: hidden; +padding-bottom: var(--ibiz-spacing-base); +} +/* 按钮样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button { +max-height: 40px; +margin: 0; +padding: 0; +} +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .el-button { +min-height: 40px; +padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose); +text-align: left; +justify-content: flex-start; +} +/* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-icon { +color: var(--ibiz-color-text-3); +font-size: var(--ibiz-font-size-header-5); +min-width: 18px; +line-height: 18px; +} + + /* 按钮内字体样式 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-panel-button .ibiz-panel-button-content { +color: var(--ibiz-color-text-0); +align-items: center; +} +.user-info-view-content .ibiz-panel-container--user_info_content .el-button .ibiz-panel-button-content .ibiz-icon+.ibiz-panel-button-content--caption { +margin-left: var(--ibiz-spacing-tight); +} +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content, +.user-info-view-content .ibiz-panel-container--user_info_content>div>div:nth-last-child(1) .ibiz-panel-button-content .ibiz-icon { +color: var(--ibiz-color-primary); +} +/* 分割线 */ +.user-info-view-content .ibiz-panel-container--user_info_content .ibiz-rawitem .el-divider.el-divider--horizontal { +width: calc(100% - 64px); +text-align: center; +margin: var(--ibiz-spacing-extra-tight) auto; +} + +/* 头部样式 */ +/* 图片背景 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-panel-rawitem--static_image .ibiz-rawitem__image { +background: #ccf; +} +/* 头像定位 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar { +position: relative; +} +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_name, +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--user_avatar { +width: auto; +height: auto; +position: absolute; +top: -4px; +left: 50%; +transform: translate(-50%, -50%); +} +/* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-panel-container--user_info_header .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content { +width: 68px; +height: 68px; +border: 4px solid #fff; +border-radius: var(--ibiz-border-radius-circle); +} + /* 头像大小 使用的人员信息插件 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__head-sculpture { +flex: 1; +width: 60px; +height: 60px; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-personnel-info-content__tip { +display: none; +} +/* 视图头部登录者信息样式 */ +.user-info-view-content .ibiz-single-data-container--user_info_avatar { +padding-top: 50px; +padding-bottom: 28px; +text-align: center; +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic .ibiz-span { +font-weight: 400; +font-size: var(--ibiz-font-size-header-5); +} +.user-info-view-content .ibiz-single-data-container--user_info_avatar .ibiz-panel-field--field_text_dynamic1 .ibiz-span { +margin-top: 10px; +font-size: var(--ibiz-font-size-small); +color: var(--ibiz-color-text-3); +} + .ibiz-internal-message-html__content { + padding-right: 24px; +} + .user_setting_view_style .ibiz-control-viewlayoutpanel-content{ + background: #f3f3f3; +} +.user_setting_view_style .ibiz-single-data-container{ + /* padding: 40px 10px 20px 10px; */ + padding: 5vh 5vw 5vw 5vw; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture{ + width: 50px; + height: 50px; + min-width: 50px; + min-height: 50px; + border: 1px solid #ffffff; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic{ + margin: 15px 0px 5px 0px; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic span{ + font-size: 20px; + font-weight: 600; +} +.user_setting_view_style .ibiz-panel-field--field_text_dynamic1 span{ + color: #9b9b9b; +} +.user_setting_view_style .ibiz-panel-container-group{ + background: #ffffff; + margin: 10px 10px 10px 10px; + border-radius: 10px; +} +.user_setting_view_style .van-button{ +width: 93%; + height: 35px; + margin: 10px 0% 0% 3%; +} + .user_setting_view_style .ibiz-panel-container-group--show-header .ibiz-panel-container-group__caption{ + font-size: 16px; + font-weight: 400; + color: #a7a7a7; +} +.user_setting_view_style .ibiz-mob-personal-info-content__head-sculpture img{ + width: 50px; + height: 50px; +} + /* 垂直居中对齐 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item { +display: inline-flex; +align-items: center; +} +/* 图标大小自适应 */ +.target-work-item-type-column .ibiz-dropdown-readonly-text-item .ibiz-icon, +.ibiz-dropdown-popper--target_type .ibiz-dropdown-select-option-content .ibiz-icon { +width: auto; +height: auto; +margin-right: 0; +padding-right: var(--ibiz-spacing-tight); +} + .kanban-identifier .ibiz-span{ + margin: 5px 0px 0px 0px; + padding: 2px 6px 2px 6px; + background: #e8e8e8; + border-radius: 5px; + color: #6c6c6c; +} + .kanban-finished .ibiz-span { + color: #aaa; + text-decoration: line-through; +} + .kanban-delay { + color: #ff7575; + background-color: #fff1f1 !important; +} +.kanban-delay .ibiz-rawitem__image { + color: #ff7575; +} + .kanban-time { + height: 24px; + padding: 0 10px; + margin: 0 5px 5px 0; + overflow: hidden; + line-height: 12px; + background: #e9e9e9; + border-radius: 10px; +} + + .kanban-more-button{ + position: relative; + width: 40px; + margin: -8px 0px 0px -2px; + height: 40px; + visibility: hidden; +} +.el-card__body:hover .kanban-more-button { + visibility: visible; +} + .kanban-title .ibiz-span{ + padding: 10px 2px 10px 2px; + font-size: 16px; + font-weight: 600; +} + .kanban-state { + width: 80px; + height: 24px; + margin: 0 5px 5px 0; +} +.kanban-state .ibiz-code-list__item { + --ibiz-code-list-item-color: #aaaaaa; + justify-content: center; + width: 80px; + line-height: 24px; + color: #fff; + background-color: var(--ibiz-code-list-item-color); + border-radius: 10px; +} + + .kanban-kind-icon { + height: auto; + margin: 5px 0 0; + line-height: 24px; +} +.kanban-kind-icon .ibiz-code-list__item { + font-size: 0; +} + + .kanban-assignee{ + margin: 0px 0px 0px 30px; +} + +.kanban-assignee .ibiz-personnel-info-content__tip{ +content-visibility: hidden; +} + .wiki-page-title .ibiz-span{ + font-weight: 600; + font-size: var(--ibiz-font-size-header-2); + color: var(--ibiz-color-text-0); +} +.ibiz-form-group--grouppanel1:has(.wiki-page-title) .ibiz-form-item--icon .ibiz-span { +font-size: 24px; +} + .wiki_page_title_style{ + padding-left: 10px !important; +} + +.wiki_page_title_style .ibiz-span { + font-size: 18px; + color: var(--ibiz-color-text-0); + margin-left: 5px; + margin-right: 5px; +} + +.wiki_page_title_style .ibiz-rawitem .ibiz-icon { + font-size: 18px !important; + margin-left: 5px; +} + .confirm-remove-view .ibiz-form-item--formitem{ + background-color: rgba(255, 117, 117, 0.15); + padding: 0px; + height: auto; + margin-top: 12px; + border-radius: 5px; + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + display: inline-flex; + align-items: center; + margin: 0 10px; + padding: 5px 10px; + font-size: .875rem; + line-height: 1; + max-width: 33em; + word-break: break-all; + color: #ff7575; + } +} +.confirm-remove-view .ibiz-form-item--remind{ + .ibiz-form-item-container__content>.ibiz-form-item-container__editor>span{ + color:#aaa; + } + +} + /* 选中分页 */ +.mob-main-style .van-tab--active{ + color: #6698ff; +} +.mob-main-style .van-tabs__line{ + background: #6698ff; +} + +/* 分组容器 标题 */ +.mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group-header .ibiz-form-group-header__left .ibiz-form-group__caption{ + font-size: 0.75rem; + color: #696969; +} +/* 表单项 标题 */ +.mob-main-style .ibiz-form-item .ibiz-form-item-container__label{ + color: #696969; +} +/* 表单项 下划线伪元素 */ +.mob-main-style .ibiz-form-item-container::after{ + display: none; +} +/* 标题 title */ +.mob-main-style .ibiz-form-item--title .van-field__control{ + font-weight: bolder; + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} +/* 代码表 表单项 */ +/* .mob-main-style .ibiz-span__code-list{ + justify-content: flex-end; } */ - -.mob_page_edit_style .ibiz-form-item--publish_name span{ - font-size: 20px; - font-weight: 600; -} -.mob_page_edit_style .ibiz-form-item--publish_name { - padding-left: 10px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { - margin-bottom: 6px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ - padding-top: 5px; -} -.mob_page_edit_style .ibiz-form-group--grouppanel3{ - position: relative; -} - /* 评论容器取消发送按钮位置 */ -.space-page-view .ibiz-panel-container--container_comment{ - position: relative; -} -.space-page-view .ibiz-panel-button--comment__cancel, -.space-page-view .ibiz-panel-button--comment__send { - position: absolute; - bottom: 0; - width: auto; - right: 14px; -} -.space-page-view .ibiz-panel-button--comment__cancel { - right: 90px; -} -.space-page-view .ibiz-control-form { - height: 100%; - overflow: auto; -} -.space-page-view .ibiz-control-form img { - max-width: 100%; -} -/* 修复附件表格滚动条异常 */ -.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { - max-height: 100%; -} -/* 修复评论编辑页关注人滚动条异常 */ -.space-page-view .ibiz-attention-select-value-multiple{ - overflow: hidden; -} -.space-page-view .ibiz-panel-container--right_container{ - border-left: 1px solid #e7e7e7; -} - - - .space-page-view .ibiz-toolbar-item-counter { - background-color: #e0e0e0 !important; - color: grey !important; - margin-left: 10px !important; -} - .purple-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #d2d8ed; - vertical-align: inherit; -} -.ibiz-span .purple-span { - margin: 4px 0; -} - .red-span{ - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #fcd0cb; - vertical-align: inherit; -} -.ibiz-span .red-span { - margin: 4px 0; -} - - - .mob-red-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: red; -} - .green-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #ccf2cc; - vertical-align: inherit; -} -.ibiz-span .green-span { - margin: 4px 0; -} - .mob-green-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: #3ae23a; -} - .ibiz-form-item{ - --ibiz-form-item-placeholder-color:#cacaca; -} -.el-input{ - --el-input-placeholder-color:#cacaca; -} - .more_log_style .ibiz-control-toolbar__item { - position: absolute !important; - margin: -65px 0px 0px -65px !important; -} - -.more_log_style .el-button { - --el-button-bg-color: none !important; - --el-button-text-color: rgb(70 107 144) !important; - --el-button-hover-text-color: none !important; - --el-button-hover-bg-color: none !important; - --el-button-hover-border-color: none !important; - --el-button-active-text-color: node !important; - --el-button-active-bg-color: none !important; -} - .blue-span{ -width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 5px; - background-color: #c8e8fa; - vertical-align: inherit; -} -.ibiz-span .blue-span { - margin: 4px 0; -} - .mob-blue-span { - width: 58px; - height: 24px; - font-size: 12px; - font-family: Microsoft YaHei-Regular, Microsoft YaHei; - font-weight: 400; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 12px; - color: #ffffff !important; - vertical-align: inherit; - background-color: blue; -} - /* 表单分组标题 */ -.ibiz-form-group__caption{ - font-size: var(--ibiz-form-item-container-font-size); - font-weight: var(--ibiz-form-group-caption-font-regular); - color: var(--ibiz-form-item-container-label-color); -} - .form-group-to-grid-header { - height: 54px; - background-color: rgba(var(--ibiz-grey-1), 1); -} -.form-group-to-grid-header .ibiz-row--grid { - display: flex; - align-items: center; -} -.form-group-to-grid-header .ibiz-form-raw-item { - padding: 8px 4px; -} - /* 表格头全局样式 */ -body .ibiz-control-grid { ---ibiz-control-grid-header-height: 54px; /* 重新赋值 */ -} -/* 适配增加的高度,使表格头垂直居中 */ -body .ibiz-control-grid__table .el-table__header-wrapper .cell { -padding-top: 16px; -padding-bottom: 16px; -} - .normal-rich-text *{ - font-style: normal !important; - text-decoration: none !important; - color: rgb(85, 91, 97) !important; - background-color: transparent !important; - font-size: 14px !important; - font-weight: 400 !important; - text-align: left !important; - text-overflow: ellipsis; - text-wrap: nowrap; - word-break: break-all; -} -.normal-rich-text a { - pointer-events: none; -} - .ibiz-panel-view-content { - --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); -} - /* 视图右侧padding */ -.ibiz-panel-view-header .ibiz-panel-container--view_header_right { - padding: 0 var(--ibiz-spacing-tight); -} -/* 树padding */ -.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { - padding: 0 var(--ibiz-spacing-tight); -} -.ibiz-control-treeexpbar .ibiz-panel-exp-header { - padding: 0 var(--ibiz-spacing-tight); -} - .view-content-no-padding .ibiz-panel-view-content { - padding: 0; -} -.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { - padding: var(--ibiz-panel-view-content-padding); -} - - .ibiz-view-message { - padding: var(--ibiz-spacing-tight); -} -.ibiz-view-message .el-alert--info.is-light { - background-color: var(--el-alert-bg-color); -} - /* 全局 计数器 样式 */ -.ibiz-badge.ibiz-badge { -min-width: 16px; -text-align: center; -font-size: var(--ibiz-font-size-small); -padding: 0 var(--ibiz-spacing-extra-tight); -background-color: var(--ibiz-color-primary-light-default); -color: var(--ibiz-color-primary); -} -/* 表单分页计数器 */ -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { - padding-right: var(--ibiz-spacing-base-loose); - position: relative; -} -.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-text-3); - background-color: var(--ibiz-color-fill-0); - padding: 0 var(--ibiz-spacing-extra-tight); - top: calc(50% - 2px); - font-size: var(--ibiz-font-size-small); - right: var(--ibiz-font-size-header-6); -} -.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - - /* .discuss_bottom_shadow_style{ - position: relative; - box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); - padding: 2px 0px 0px 0px; + .mob-main-style .ibiz-form-page-item--formpage1 .ibiz-form-group--grouppanel9 { + width: 100%; + height: 100%; + margin: 0; + background-color: var(--ibiz-color-bg-1); +} +.mob-main-style .van-tabs__wrap{ + border-top: 1px solid #f1f1f1; +} + + + .mob-main-style .ibiz-form-item--title .ibiz-input--readonly { + font-size: 1.5rem; + line-height: 1.5rem; + text-align: left; +} + /* 标题 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 图标,防止字数过多时发生形变 */ +.mob_delivery_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--work_item_title span.ibiz-span.ibiz-panel-field-content{ + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 容器元素换行 */ +.mob_delivery_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_delivery_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + + /* 背景颜色 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--group1 { + background-color: white; +} + +.mob_delivery_display_style .ibiz-form-group__content { + background-color: white; +} + +/* 标题文字样式 */ +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--none.is-show-label.ibiz-form-item.ibiz-form-item--title .van-field__control { + text-align: left; + font-size: 18px; + font-weight: 500; + margin-top: 7px; +} + +/* 图片 */ +.mob_delivery_display_style .ibiz-icon.ibiz-rawitem__image { + padding-left: 30px; +} + +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title .van-field__control { + text-align: left; + margin-bottom: 2px; +} + /* 按钮样式 */ +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel1 span { + display: block; + text-align: center +} + +.mob_delivery_display_style button.van-button.van-button--default.van-button--small { + border: 0; + background: #f3f3f3; + border-radius: 10px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel3, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4, + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel5 { + background-color: white; +} +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--edit, +.mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--delete { + padding-top: 0; +} + .mob_delivery_display_style .ibiz-form-item-container.ibiz-form-item-container--left.ibiz-form-item.ibiz-form-item--work_item_title { + padding-left: 24px; +} + +.mob_delivery_display_style .ibiz-form-group.ibiz-form-group--grouppanel4 span { + color: red; +} + + .mob_product_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_product_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + +/* 图标边距 */ +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-rawitem__image { + height: 24px; + /* margin-top: -3px; */ + margin-right: 15px; +} +.mob_product_list_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.mob_product_list_style .ibiz-panel-container--container .ibiz-row{ + overflow: hidden !important;; +} + /* 日历部件没有数据时,进行显示 */ +.mob_dashboard_style .van-list:has(.ibiz-no-data)::after { + content: "当前日期没有工作~"; + color: #D7D7D7; + margin-left: 6px; +} +.mob_dashboard_style .van-list:has(.ibiz-no-data) > div { + display: none; +} +/* 设置背景颜色 */ +.mob_dashboard_style { + background-color: #F6F6F6 !important; + border-radius: 0px !important; +} +.mob_dashboard_style > div { + margin: 15px !important; +} +.mob_dashboard_style .ibiz-control-dashboard-row { + gap: 15px !important; +} + /* 仪表盘列表只显示五个 */ +.mob_dashboard_style .ibiz-mob-mdctrl-tree__content > div:nth-child(n+6), +.mob_dashboard_style .ibiz-control-mobmdctrl__content > div:nth-child(n+6) { + display: none; +} + +/* 搜索框进行隐藏 */ +.mob_dashboard_style .ibiz-panel-container--view_top > div > div:nth-child(2) { + display: none; +} + +/* 显示更多样式 */ +.mob_dashboard_style button { + height: 60px !important; + border: transparent !important; +} + +.mob_dashboard_style button span.ibiz-panel-button-content--caption { + font-size: 18px !important; + color: #699AFF !important; +} + +/* 修改分割线样式 */ +.mob_dashboard_style .van-divider--hairline { + width: calc(100% - 2rem); + height: 0.0625rem; + margin-left: 1rem; + margin-bottom: 0px; + background-color: var(--ibiz-color-border); +} + /* 用例名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 16px; +} +/* 用例编号 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--show_identifier span { + color: #aaaaaa; +} +/* 测试库名称 */ +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_name span { + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + +.mob_dashboard_style .ibiz-portlet-view--recent_case .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + .mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--recent_parent_identifier span { + font-size: 16px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-panel-field--name span { + font-size: 0.95rem; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item .ibiz-icon { + margin-bottom: 4px; +} +.mob_dashboard_style .ibiz-portlet-view--mob_recent_project .ibiz-control-mobmdctrl-item { + padding-left: 12px; +} + /* 日历列表样式 */ +.mob_dashboard_style .ibiz-control-calendar-footer .ibiz-control-calendar-item span { + font-size: 16px; + margin-left: 6px; +} +/* 我的工作项 */ +.mob_dashboard_style .ibiz-control-calendar-footer .van-tab__text--ellipsis { + font-size: 16px; +} + +/* 其他分组每一项中title的样式 */ +.mob_dashboard_style .ibiz-panel-field--title span { + font-size: 16px; +} + .mob_dashboard_style .mob_recent_item_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_project_style .ibiz-view-content--view_content > div:nth-child(4), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(3), +.mob_dashboard_style .mob_recent_access_case_style .ibiz-view-content--view_content > div:nth-child(4) { + display: block !important; +} + +.mob_dashboard_style .ibiz-view--work_item_mob_my_assignee_chart .ibiz-view-content--view_content { + display: flex !important; +} + +.mob_dashboard_style .ibiz-control-calendar-header-toolbar__switch-toolbar { + background-color: #ffffff; +} + +.mob_dashboard_style .ibiz-view-content { + background-color: #ffffff; +} + .van-popover__content.van-popover__content--vertical { + border: var(--van-button-border-width) solid var(--van-button-default-border-color); + background: white; +} +button.van-button.van-button--default.van-button--normal.van-button--round { + border: 0; + margin: 2px; + padding: 0; +} +.ibiz-popper-toolbar .van-popover{ + --van-popover-action-width: 95px; +} +.ibiz-popper-toolbar .van-popover .van-popover__content--vertical .van-popover__action { + margin: 0; +} +.van-popover__content.van-popover__content--vertical span.van-button__text{ + display: flex; + align-items: center; +} +.van-popover__content.van-popover__content--vertical span.van-button__text .ibiz-icon.ibiz-popper-toolbar__icon{ + margin: 0px 6px -4px 7px; +} +.van-popup.van-popover.van-popover--light{ + left: -105px; +} + .ibiz-view-demobmdview.enablesort, +.ibiz-view-demoblistview.enablesort { +position: relative; +} +.ibiz-view-demobmdview.enablesort .ibiz-control-searchbar, +.ibiz-view-demoblistview.enablesort .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ +padding-right: 38px; +background-color: var(--ibiz-color-bg-1); +} +.ibiz-view-demobmdview .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} +.ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting{ +display: flex; +align-items: center; +justify-content: center; +width: 1.25rem; +height: 1.125rem; +font-size: 1.25rem; +} + /* .ibiz-view--idea_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--ticket_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_plan_plan_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--test_case_mob_md_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-mobmdctrl__setting, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-mobmdctrl__setting{ +position: relative; +} */ + + + /* .ibiz-view--idea_mob_md_view .ibiz-control-searchbar, +.ibiz-view--ticket_mob_md_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_idea_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_bug_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_sprint_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_release_work_item_list_view .ibiz-control-searchbar, +.ibiz-view--work_item_mob_milestone_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .discuss_reply_padding .ibiz-form-group-content{ - padding-left: 5px; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ - padding-left: 0; -} -.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ - padding-left: 0; -} - .mob_list_view_style { - position: relative; -} -.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); -} -.mob_list_view_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - -.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { - position: absolute; - right: 40px; -} - .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_reply_list_style .ibiz-panel-container--container svg { - width: 24px; -} - -.mob_discuss_reply_list_style .ibiz-panel-field--total { - margin-right: 2px; - margin-top: 1px; -} - -.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { - margin-top: 9px; - display: inline-grid; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { - margin-top: 9px; - display: inline-grid; -} - .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { - margin-left: 15px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; -} - -.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, -.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { - padding-left: 8px; -} - -.mob_discuss_reply_detal_style .ibiz-form-group__content { - background-color: white; -} - .discuss-border-style .ibiz-grid-field-column__script{ - width: 70px; - text-align: center; - border: 1px solid #eee; - border-radius: 20px; - padding: 0px 10px; -} - .mob_discuss_post_status_style .van-field__body { - background-color: var(--ibiz-color-primary-light-hover); - border-radius: 20px; - height: 36px; - width: 85px; -} - -.mob_discuss_post_status_style .van-field__body span { - color: var(--ibiz-color-primary); -} - -.mob_discuss_post_status_style .ibiz-form-item-container { - padding: 0px; -} - -.mob_discuss_post_status_style .van-field__right-icon { - display: none; -} - -.mob_discuss_post_status_style .van-field__control--custom { - justify-content: center !important; -} - .discusses_mob_list_style .ibiz-panel-container--container span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 span, -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, -.discusses_mob_list_style .ibiz-panel-container--container2 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { - height: 24px; - width: 24px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { - font-size: 8px; - min-width: 20px; - min-height: 20px; -} - -.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { - width: 20px; - height: 20px; -} - .discusses_mob_list_style .ibiz-panel-container--container2 { - width: 55px; - height: 23px; - border: 1px solid #d8d8d8; - border-radius: 10px; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 span, -.discusses_mob_list_style .ibiz-panel-container--container2 { - display: flex; - align-items: center; - justify-content: center; -} - -.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { - margin-top: 1px; -} - -.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { - margin-right: 3px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { - margin-top: 2px; -} - -.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { - margin-top: -3px; -} - -.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { - width: 44px; -} - /* .discusses_mob_list_style { - position: relative; -} -.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); + /* .ibiz-view--test_plan_plan_mob_md_view .ibiz-control-searchbar, +.ibiz-view--test_case_mob_md_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_mob_list_view .ibiz-control-searchbar, +.ibiz-view--discuss_post_topic_mob_list_view .ibiz-control-searchbar{ +padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +background-color: var(--ibiz-color-bg-1); } */ - .post_edit_title_style .ibiz-panel-container--topic_container { - padding-left: 16px; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { - display: none !important; -} - -.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { - padding: 0 !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name { - padding: 0 8px 0 16px !important; -} - -.post_edit_title_style .ibiz-identifier-title { - padding-left: 8px !important; -} - -.post_edit_title_style .ibiz-panel-field--topic_name span { - color: var(--el-text-color-regular); - font-size: var(--ibiz-font-size-header-5); - font-weight: var(--ibiz-font-weight-regular); -} - -.post_edit_title_style .ibiz-panel-field--topic_name::before { - position: absolute; - top: 50%; - left: 0; - width: 4px; - height: 20px; - content: ""; - background-color: var(--ibiz-color-primary); - border-radius: 2px; - transform: translateY(-50%); -} - .discuss-comment-btn{ - width: 100px; -} -.discuss-comment-btn .el-button{ - min-height: var(--ibiz-height-control-default); - min-width: var(--ibiz-height-control-default); - background: transparent; - border: none; - color: var(--ibiz-color-text-3); - font-size: var(--ibiz-font-size-header-6); - padding: 8px; -} -.discuss-comment-btn .el-button:hover { - color: var(--ibiz-color-primary); - background-color: var(--ibiz-color-primary-light-default); -} - .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container span { - font-size: 12px; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { - color: black; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { - fill: #aaaaaa; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { - border: none; -} - -.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { - width: 20px; -} - -.mob_discuss_detal_list_style .ibiz-panel-field--total { - margin-left: 2px; - margin-right: 2px; - margin-top: 1px; -} - /* 详情页中的 容器边距 */ -.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ - margin: 10px; - border-radius: 10px; - /* background-color: white; */ -} -/* 选中分页 */ -.mob-details-style .van-tab--active{ - color: #6698ff; -} -.mob-details-style .van-tabs__line{ - background: #6698ff; -} - -.mob-details-style .ibiz-form-item--create_time span { - margin-top: 3px; -} - -.mob-details-style .van-tabs__wrap { - background-color: white; -} - -.mob-details-style .van-tabs__nav { - display: inline-flex !important; - margin-left: 30px; -} - -.mob-details-style .van-tab { - margin-right: 40px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_time_num1 span { - display: inline-grid; - margin-top: 9px; -} - .mob-details-style .ibiz-form-group--grouppanel1 svg { - width: 28px; - height: 28px; - margin-left: 15px; -} - -.mob-details-style .ibiz-form-group--grouppanel1 span { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - font-weight: bold; - display: inline-grid; - margin-top: 7px; -} - -.mob-details-style .ibiz-form-group--grouppanel2 span, -.mob-details-style .ibiz-mob-personal-info-content__tip { - font-size: 0.8125rem; - color: #aaaaaa; - overflow: hidden; - text-overflow: ellipsis; -} - -.mob-details-style .ibiz-form-item--create_time { - padding-left: 0px; - padding-top: 12px; -} - -.mob-details-style .ibiz-form-item--create_man { - padding-right: 6px; -} - -.mob-details-style .ibiz-form-item--name { - padding-left: 8px; -} - -.mob-details-style .ibiz-form-item--status { - padding-top: 10px; -} - .review_btn_style button[title="通过"] { - background-color: green; -} - -.review_btn_style button[title="拒绝"] { - background-color: red; -} - .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ - font-size: 12px; - color: #979899; -} - -.review-results-style .ibiz-form-item--title .ibiz-span{ - font-size: 16px; - font-weight: 600; -} - -.review-results-style .ibiz-mdctrl-container-item{ - border-top: 1px solid #dbdbdb; -} - -.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { - background-color: white; - border-left: none; -} - .comment-list-height-auto .ibiz-no-data { - padding: 0; - --el-empty-image-width: 64px; - --el-empty-description-margin-top: 6px; -} -.comment-list-height-auto img { - max-width: 100%; -} -/* 流转空数据 */ -.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { - margin-top: -8px; -} - .comment-replay { - padding: 0 12px; - background-color: var(--ibiz-color-bg-0); -} -.comment-replay .ibiz-rawitem, -.comment-replay .ibiz-code-list__item, -.comment-replay .ibiz-panel-item-render--pcontent { - color: #999; -} -.comment-replay .ibiz-panel-item-render--pcontent { - display: flex; -} -.comment-replay .ibiz-panel-item-render--pcontent p { - margin: 8px 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.comment-replay .ibiz-raw__script .comment-tag { - pointer-events: none; -} - .comment_icon .ibiz-rawitem{ - font-size:24px; - opacity:0.5; - padding:8px 0; -} - .comment-tag{ - padding: 3px 7px; - background-color: var(--ibiz-color-fill-0); - color: var(--ibiz-editor-default-text-color); - border-radius: 14px; - cursor: pointer; - white-space: nowrap; -} -.comment-tag svg { - height: 1em; - width: 1em; - line-height: 40px; -} - .mob_topic_discuss_list_style .ibiz-control-toolbar__item { - display: block !important; -} - -.mob_topic_discuss_list_style { - position: relative; -} -.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); - background-color: white !important; -} -.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { - top: 18px; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .resource-capacity-view .ibiz-panel-view-content--view_content { - padding: 0 var(--ibiz-spacing-tight); -} - -.resource-capacity-view .ibiz-form-page, -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { - height: 100% -} - -.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { - height: calc(100% - 54px); -} - -.resource-capacity-view .ibiz-form-group--header { - line-height: 52px; - overflow-y: scroll; - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-capacity-view .ibiz-form-group--body { - overflow-y: scroll; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { - border-bottom: 1px solid var(--ibiz-color-border); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { - padding: 0; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { - height: 52px; - padding: 0 var(--ibiz-spacing-loose); -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { - height: 100%; - display: flex; - align-items: center; -} - -.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { - border-right: 1px solid var(--ibiz-color-border); -} - .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { - overflow: hidden; -} -.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { - margin-left: var(--ibiz-spacing-extra-tight); -} - .road-map-view .time-line { - display: flex -} -.road-map-view .time-line-right { - display: flex; - flex-shrink: 0; - align-items: flex-start; - justify-content: center; - padding: 70px 8px 8px 8px; -} -.road-map-view .time-line-right--title { - width: 100px; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - margin-bottom: 40px; - padding: var(--ibiz-spacing-tight); - border: 1px solid var(--ibiz-color-border); -} -.road-map-view .time-line-right--caption { - color: var(--ibiz-color-primary); - font-weight: var(--ibiz-font-weight-bold); -} -.road-map-view .time-line-right--description { - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} -.road-map-view .time-line-left { - flex-grow: 1; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - padding: var(--ibiz-spacing-base); -} - .road-map-view .time-line-left--line { - width: 100%; - height: 4px; - display: flex; - margin: 80px 20px; - align-items: center; - justify-content: space-between; - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item { - width: 12.5%; - flex-grow: 1; - position: relative; -} -.road-map-view .time-line-left--item:last-child { - background-color: var(--ibiz-color-white); -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { - bottom: 15px; -} -.road-map-view .time-line-left--item.is-top .time-line-left--item__content { - bottom: 54px; -} -.road-map-view .time-line-left--item__dot { - width: 12px; - height: 12px; - border-radius: 50%; - background-color: var(--ibiz-color-white); - border: 3px solid var(--ibiz-color-success-hover); -} - .road-map-view .time-line-left--item__vertical { - width: 2px; - height: 36px; - position: absolute; - transform: translateX(5px); - background-color: var(--ibiz-color-primary-light-default); -} -.road-map-view .time-line-left--item__content { - display: flex; - bottom: -70px; - cursor: pointer; - width: max-content; - position: absolute; - align-items: center; - flex-direction: column; - justify-content: center; -} -.road-map-view .time-line-left--item__caption { - width: 100%; - color: var(--ibiz-color-text-0); - font-size: var(--ibiz-font-size-regular); -} -.road-map-view .time-line-left--item__time { - width: 100%; - color: var(--ibiz-color-disabled-text); - font-size: var(--ibiz-font-size-small); -} - -.road-map-view .time-line-left--item__content a { - text-decoration: unset !important; -} - .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { - padding-left: 18px; -} - - .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ - width: 76px; - text-align: center; -} - .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { - display: none; -} - .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { - padding: 10px 10px 0 10px; -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { - background-color: var(--ibiz-color-bg-1); - border-radius: 5px; -}.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item.is-active { - background-color: var(--ibiz-control-list-active-bg-color); -} - .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { - border-radius: 0; -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, -.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { - background-color: var(--ibiz-color-fill-0); - padding-bottom: 8px; -} -.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { - background-color: var(--ibiz-color-bg-0); -} -.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { - padding: 10px 0; -} - - - /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ - margin: -15% 0% 0% -35%; + .ibiz-view-demobmdview .ibiz-md-ctrl-setting__setting--icon, +.ibiz-view-demoblistview .ibiz-md-ctrl-setting__setting--icon { +fill: var(--van-gray-6); +} +/* 适配有视图头的情况 */ +.ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem + 2.625rem); +} +/* 适配首页仪表盘 */ +.ibiz-control-dashboard .ibiz-view-demobmdview:has(.ibiz-control-captionbar).ibiz-view-demobmdview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting, +.ibiz-control-dashboard .ibiz-view-demoblistview:has(.ibiz-control-captionbar).ibiz-view-demoblistview:has(.ibiz-control-searchbar) .ibiz-control-mobmdctrl__setting { +top: calc(3.25rem / 2 - 0.5625rem); +} + .mob_child_work_item_style .ibiz-control-toolbar__item.ibiz-control-toolbar__item-deuiaction.ibiz-control-toolbar__item-right button.van-button.van-button--default.van-button--small{ + width: 105px; +} +.mob_child_work_item_style .ibiz-control-toolbar__item-right .van-popover__wrapper { + width: 112px; + padding-left: 3px; +} +.mob_child_work_item_style .ibiz-panel-ctrl-pos.ibiz-panel-ctrl-pos--righttoolbar{ + width: 108px; +} + .mob_customer_list_style .ibiz-panel-field.ibiz-panel-field--name span.ibiz-span.ibiz-panel-field-content{ + font-size: 18px; +} +.mob_customer_list_style .ibiz-panel-rawitem.ibiz-panel-rawitem--static_image{ + width: 24px; +} + .ibiz-quill .van-popup .ql-editor.ql-blank { + padding: 12px 15px; +} +.ibiz-quill .van-popup .ql-editor.ql-blank::before { + left: 15px; +} + .mob_workspace_style .ibiz-view-content--view_content{ + display: block !important; +} + +.mob_workspace_style .ibiz-panel-container--view_content > div { + display: block !important; +} + /* 卡片 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content{ + flex-wrap: unset; + overflow: scroll; + padding-left: 0.5rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content::-webkit-scrollbar{ + display: none; +} +/* 背景定位 */ +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item { + position: relative; + border: 1px solid #eeeeee; + border-radius: 5px; + box-shadow: none; +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-dataview-item::after{ + content: ''; + display: inline-block; + width: 100%; + height: 36px; + position: absolute; + top: 0; + left: 0; + z-index: 6; + background-color: var(--ibiz-color-disabled-fill); +} +.mob-home-style .ibiz-panel-container-group .ibiz-control-dataview__content .ibiz-control-panel{ + position: relative; + z-index: 10; +} + + .mob-home-style .ibiz-panel-container-group .ibiz-panel-item-render--name .ibiz-span{ + font-weight: bolder; + font-size: 0.95rem; +} +.mob-home-style .ibiz-panel-container-group .ibiz-panel-field--owner_type .ibiz-code-list__item{ + color: #6a6a6a; +} + +.ibiz-control-appmenu .van-tabbar-item__icon{ + width: 16px; +} +/* 最近访问 显示更多 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button{ + border: none; + display: flex; + margin-top: 10px; + padding-left: 0; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .van-button .ibiz-panel-button-content--caption{ + font-size: 0.95rem; + color: #6698ff; +} + + .mob-home-style .ibiz-panel-container-group-header{ + border-bottom: 0px !important; + height: 25px; +} +.mob-home-style .ibiz-panel-container-group__caption{ + font-size: 16px !important; + font-weight: 400 !important; +} +.mob-home-style .ibiz-panel-item-render--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} +.mob-home-style .ibiz-panel-field--name .ibiz-span{ + font-size: 16px !important; + font-weight: normal !important; +} + /* 标题 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_title span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + + +/* 容器元素换行 */ +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container12>.ibiz-row.ibiz-row--flex, +.mob_work_item_dependency_style .ibiz-panel-container.ibiz-panel-container--container10>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} + +/* 为空不显示 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at:has(.ibiz-span:empty), +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at:has(.ibiz-span:empty) { + display: none; +} + /* 字体颜色、位置 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_start_at span.ibiz-span.ibiz-panel-field-content, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--after_end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} + +/* 依赖名称 */ +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--target_dependency_type, +.mob_work_item_dependency_style .ibiz-panel-field.ibiz-panel-field--principal_dependency_type{ + color: #aaaaaa; +} + /* 最近访问 */ +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-container-group-content .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-home-style .ibiz-panel-container-group--container_group1 .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .ibiz-form-group--grouppanel_attachment_create{ + position: relative; +} + .mob_descript_comment .ibiz-quill-preview__edit { + top: -2.125rem; + right: 0; +} + + .mob-recent-access-list-style .ibiz-panel-field--name .ibiz-span{ + font-size: 0.95rem; + font-weight: bolder; +} +.mob-recent-access-list-style .ibiz-panel-field--show_identifier .ibiz-span{ + color: #aaaaaa; +} +.mob-recent-access-list-style .ibiz-panel-field--recent_parent_name .ibiz-span{ + background-color: #f3f3f3; + padding: 5px 15px 5px 15px; + color: #aaaaaa; + border-radius: 20px; +} + .mob-library-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-library-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-library-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-library-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-library-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 110px; + top: 2px; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-library-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .mob_hybrid_item_create_style .van-popup.van-popover.van-popover--light { + top: -230px !important; +} + .mob_login_style .ibiz-panel-container-image{ + background-size: cover; +} +.mob_login_style .ibiz-rawitem__image path{ + fill: #219cf0; +} +.mob_login_style .ibiz-panel-container--container6 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container7 .ibiz-rawitem__text{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-button--auth_loginbutton{ + border-radius: 10px; + border: 1px solid #c2c2c2; +} +.mob_login_style .van-field__control::placeholder{ + font-size: 18px; +} +.mob_login_style .ibiz-panel-container--container4{ + margin-top: 15vh; +} +.mob_login_style .ibiz-panel-container--container4 .ibiz-rawitem__text{ + font-size: 28px; + font-weight: 600; + color: #2fbaf5; +} + .ibiz-form-group { + padding: 0; +} +.ibiz-form-group--style2 { + padding: 4px; + border-radius: 0; +} +.ibiz-form-group--style2 > .ibiz-form-group-header { + border-radius: 4px 4px 0 0; +} +.ibiz-form-group--style2 > .ibiz-form-group__content { + padding: 4px 0; + background-color: var(--ibiz-form-group-header-bg-color); + border-radius: 4px; +} +.ibiz-form-group--style2 > .ibiz-form-group-header + .ibiz-form-group__content { + padding-top: 0; +} + + .mob_comment_list_style .ibiz-panel-button{ + border: 0; +} +.mob_comment_list_style .ibiz-panel-button-content--icon{ + font-size: 18px; +} +.mob_comment_list_style .ibiz-panel-container--container2{ + margin-top: 10px; +} +.mob_comment_list_style .ibiz-mob-personal-info-content__tip { + margin-top: -15px; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-field--pcreate_man .ibiz-mob-personal-info-content__tip { + margin-top: 0px !important; + font-size: 14px; + color: #1e1e1e; +} +.mob_comment_list_style .ibiz-panel-container--container5 .ibiz-panel-field--time{ + margin: -12px 0px 0px 40px; + color: #9d9d9d; +} +.mob_comment_list_style .ibiz-panel-container--container4 .ibiz-panel-field--content { + margin-left: 40px; + width:auto; +} +.mob_comment_list_style .ibiz-control-mobmdctrl__content.is-show-underLine .ibiz-control-mobmdctrl-item+.ibiz-control-mobmdctrl-item::before{ + height: 0px !important; +} + .mob-comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-3); + color: var(--ibiz-color-text-2); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.mob-comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .comment_style_main{ + background: white; + position: relative; + z-index: 1; + box-shadow: 0px -3px 10px 0px rgb(0 0 0 / 17%); +} +.comment_style_main .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.comment_style_main .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-button{ + border: 0; +} +.comment_style_main #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} +.comment_style_main .ibiz-panel-field--comment_count span{ + color: #aaaaaa; +} +.comment_style_main .ibiz-panel-field--attention_count span{ + color: #aaaaaa; +} + .comment_style_list{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.comment_style_list .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; +} +.comment_style_list .ibiz-rawitem__text{ + color: #aaaaaa; +} +.comment_style_list .ibiz-panel-button{ + height: 32px; + width: 50px; + background: #6698ff; + color: white; + border-radius: 5px; +} +.comment_style_list #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + .mob_md_view_style{ + background: white; + position: relative; + z-index: 1; + box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.55); +} +.mob_md_view_style .van-field__control{ + background: #eeeeee; + margin: 0px 15px 0px 15px; + border-radius: 15px; + padding: 0px 0px 0px 15px; +} +.mob_md_view_style .ibiz-rawitem__text{ + color: #aaaaaa; +} +.mob_md_view_style .ibiz-panel-button{ + border: 0; +} +.mob_md_view_style #van-field-1-input::-ms-input-placeholder{ + margin-left: 10px; +} + /* 标题 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--title span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + /* 换行显示 */ + white-space: revert; + word-break: break-all; +} + +/* 负责人 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--assignee_name .ibiz-personal-info.ibiz-panel-field-content .ibiz-personal-info-content .ibiz-personal-info-content__tip { + /* display: none; */ +} + +/* 图标,防止字数过多时发生形变 */ +.mob_common_list_style .ibiz-panel-container--container > div > div:first-child { + flex-shrink: 0; +} + +/* 防止出现滚动条 */ +.mob_common_list_style .ibiz-panel-container>.ibiz-row { + overflow-y: hidden !important; +} + /* 容器元素换行 */ +.mob_common_list_style .ibiz-panel-container.ibiz-panel-container--container2>.ibiz-row.ibiz-row--flex { + flex-wrap: wrap; + gap: 5px; +} + +/* 编号 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--show_identifier span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at { + background-color: #f3f3f3; + border-radius: 12px; + width: 100px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at:has(.ibiz-span:empty), +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at:has(.ibiz-span:empty){ + display: none; +} + +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--start_at span.ibiz-span.ibiz-panel-field-content, +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--end_at span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +/* 全局 返回按钮隐藏 */ +.ibiz-preset-view-back{ + display: none; +} + /* 开始结束时间 */ +/* 背景色 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time { + background-color: #f3f3f3; + border-radius: 12px; + width: 150px; + height: 25px; +} +/* 为空不显示 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time:has(.ibiz-span:empty) { + display: none; +} +/* 字体颜色、位置 */ +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--create_time span.ibiz-span.ibiz-panel-field-content { + color: #aaaaaa; + display: flex; + justify-content: center; + align-items: center; +} +.mob_common_list_style .ibiz-panel-field.ibiz-panel-field--releasestatus .ibiz-code-list__item{ + justify-content: center; + width: 38px; +} + .ibiz-portal-view.ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-0); +} +.ibiz-portal-view .ibiz-view { + --ibiz-view-bg-color: var(--ibiz-color-bg-1); +} + .ibiz-form-group--grouppanel_attachment_create .ibiz-form-group__caption{ + font-size: 14px !important; +} + .mob-idea-md-view-style { + position: relative; +} +.mob-idea-md-view-style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob-idea-md-view-style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob-idea-md-view-style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .mob_page_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_style .ibiz-form-item--publish_name { + padding-left: 10px; +} + .mob_project_list_style .ibiz-panel-field.ibiz-panel-field--name>span.ibiz-span.ibiz-panel-field-content { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +/* 去除按钮边框 */ +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic1, +.mob_project_list_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--button_calluilogic { + border: none; +} + .mob-project-overview-style .ibiz-control--mob_notice_show_form .ibiz-form-group--group1{ + margin: 0; + border-radius: 0; + width: auto; + overflow: visible; +} +.mob-project-overview-style .ibiz-portlet-view--mob_complete_trend .van-button, +.mob-project-overview-style .ibiz-portlet-view--mob_overview_work_item_count .van-button{ + border: none; + background: transparent; +} +.mob-project-overview-style .ibiz-view--project_mob_notice_show_view .ibiz-quill-preview__edit{ + right: 0.35rem; + top: -45px; +} +.mob-project-overview-style .ibiz-portlet-view--mob_property_edit_view .ibiz-mob-project-attributes__item-link-svg{ + margin-right: 10px; +} +.mob-project-overview-style .ibiz-row.ibiz-row--flex.ibiz-view-content.ibiz-view-content--view_content.is-embed{ + overflow: visible; +} + .mob-advanced-setting-style .ibiz-form-raw-item{ + padding: 0px 16px 0 16px; +} +.mob-advanced-setting-style .ibiz-form-raw-item p{ + color: #aaaaaa; +} +.mob-advanced-setting-style .ibiz-form-group__caption{ + font-weight: bolder; + margin-top: 3px; +} +.mob-advanced-setting-style .ibiz-form-group--grouppanel3 .ibiz-form-group__caption{ + color: #ff7461; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row{ + position: relative; +} +.mob-advanced-setting-style .ibiz-form-group--group1 > .ibiz-form-group__content > .van-row > .van-col:first-child{ + position: absolute; + left: 95px; + top: 3px; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type{ + padding: 0; +} +.mob-advanced-setting-style .ibiz-form-page-item--formpage1 .ibiz-form-item--scope_type .ibiz-form-item-container__label{ + display: none; +} + .space_main_list_syle .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + margin-top: 5px; +} + +.space_main_list_syle .ibiz-icon svg.icon path { + fill: #20A0FF; +} + .space_mob_page_style .ibiz-panel-container--container2 .ibiz-panel-field--icon2{ + padding: 0px 20px 0px 0px; +} +.space_mob_page_style .ibiz-control-viewlayoutpanel-content { + background-color: rgba(255, 255, 255, 1); +} + +.space_mob_page_style .ibiz-panel-field--name span{ + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.space_mob_page_style .ibiz-panel-rawitem--static_image { + margin-right: 15px; + width: 24px; + /* margin-top: 5px; */ +} + +.space_mob_page_style .ibiz-spacing-right--outerlarge { + margin-top: 30px; + margin-bottom: 15px; +} +.space_mob_page_style .ibiz-panel-rawitem--static_image1{ + padding: 0px 15px 0px 0px; +} + /* .mob_page_edit_style .ibiz-control--mob_edit_view_righttoolbar div + div + div + div { + position: fixed; + bottom: 135px; + right: 30px; + z-index: 1000; + width: 44px; + height: 44px; + border-radius: 50%; + background-color: white; + box-shadow: 1px 4px 6px 3px #dad7d7; +} */ + +.mob_page_edit_style .ibiz-form-item--publish_name span{ + font-size: 20px; + font-weight: 600; +} +.mob_page_edit_style .ibiz-form-item--publish_name { + padding-left: 10px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-group__content>.ibiz-row--flex>.ibiz-col--flex>.ibiz-rawitem.ibiz-form-raw-item { + margin-bottom: 6px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel4 .ibiz-form-item--publish_time .ibiz-form-item-container__editor{ + padding-top: 5px; +} +.mob_page_edit_style .ibiz-form-group--grouppanel3{ + position: relative; +} + /* 评论容器取消发送按钮位置 */ +.space-page-view .ibiz-panel-container--container_comment{ + position: relative; +} +.space-page-view .ibiz-panel-button--comment__cancel, +.space-page-view .ibiz-panel-button--comment__send { + position: absolute; + bottom: 0; + width: auto; + right: 14px; +} +.space-page-view .ibiz-panel-button--comment__cancel { + right: 90px; +} +.space-page-view .ibiz-control-form { + height: 100%; + overflow: auto; +} +.space-page-view .ibiz-control-form img { + max-width: 100%; +} +/* 修复附件表格滚动条异常 */ +.space-page-view .ibiz-form-group-content .ibiz-form-group--grouppanel_attachments_grid .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before { + max-height: 100%; +} +/* 修复评论编辑页关注人滚动条异常 */ +.space-page-view .ibiz-attention-select-value-multiple{ + overflow: hidden; +} +.space-page-view .ibiz-panel-container--right_container{ + border-left: 1px solid #e7e7e7; +} + + + .space-page-view .ibiz-toolbar-item-counter { + background-color: #e0e0e0 !important; + color: grey !important; + margin-left: 10px !important; +} + .purple-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #d2d8ed; + vertical-align: inherit; +} +.ibiz-span .purple-span { + margin: 4px 0; +} + .red-span{ + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #fcd0cb; + vertical-align: inherit; +} +.ibiz-span .red-span { + margin: 4px 0; +} + + + .mob-red-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: red; +} + .green-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #ccf2cc; + vertical-align: inherit; +} +.ibiz-span .green-span { + margin: 4px 0; +} + .mob-green-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: #3ae23a; +} + .ibiz-form-item{ + --ibiz-form-item-placeholder-color:#cacaca; +} +.el-input{ + --el-input-placeholder-color:#cacaca; +} + .more_log_style .ibiz-control-toolbar__item { + position: absolute !important; + margin: -65px 0px 0px -65px !important; +} + +.more_log_style .el-button { + --el-button-bg-color: none !important; + --el-button-text-color: rgb(70 107 144) !important; + --el-button-hover-text-color: none !important; + --el-button-hover-bg-color: none !important; + --el-button-hover-border-color: none !important; + --el-button-active-text-color: node !important; + --el-button-active-bg-color: none !important; +} + .blue-span{ +width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 5px; + background-color: #c8e8fa; + vertical-align: inherit; +} +.ibiz-span .blue-span { + margin: 4px 0; +} + .mob-blue-span { + width: 58px; + height: 24px; + font-size: 12px; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; + color: #ffffff !important; + vertical-align: inherit; + background-color: blue; +} + /* 表单分组标题 */ +.ibiz-form-group__caption{ + font-size: var(--ibiz-form-item-container-font-size); + font-weight: var(--ibiz-form-group-caption-font-regular); + color: var(--ibiz-form-item-container-label-color); +} + .form-group-to-grid-header { + height: 54px; + background-color: rgba(var(--ibiz-grey-1), 1); +} +.form-group-to-grid-header .ibiz-row--grid { + display: flex; + align-items: center; +} +.form-group-to-grid-header .ibiz-form-raw-item { + padding: 8px 4px; +} + /* 表格头全局样式 */ +body .ibiz-control-grid { +--ibiz-control-grid-header-height: 54px; /* 重新赋值 */ +} +/* 适配增加的高度,使表格头垂直居中 */ +body .ibiz-control-grid__table .el-table__header-wrapper .cell { +padding-top: 16px; +padding-bottom: 16px; +} + .normal-rich-text *{ + font-style: normal !important; + text-decoration: none !important; + color: rgb(85, 91, 97) !important; + background-color: transparent !important; + font-size: 14px !important; + font-weight: 400 !important; + text-align: left !important; + text-overflow: ellipsis; + text-wrap: nowrap; + word-break: break-all; +} +.normal-rich-text a { + pointer-events: none; +} + .ibiz-panel-view-content { + --ibiz-panel-view-content-padding: var(--ibiz-spacing-tight) var(--ibiz-spacing-tight) 0 var(--ibiz-spacing-tight); +} + /* 视图右侧padding */ +.ibiz-panel-view-header .ibiz-panel-container--view_header_right { + padding: 0 var(--ibiz-spacing-tight); +} +/* 树padding */ +.ibiz-nav-pos > .ibiz-view-detreeexpview .ibiz-panel-ctrl-pos--treeexpbar_tree > .ibiz-control-treeview .ibiz-control-treeview-tree { + padding: 0 var(--ibiz-spacing-tight); +} +.ibiz-control-treeexpbar .ibiz-panel-exp-header { + padding: 0 var(--ibiz-spacing-tight); +} + .view-content-no-padding .ibiz-panel-view-content { + padding: 0; +} +.view-content-no-padding .ibiz-panel-view-content .ibiz-panel-view-content { + padding: var(--ibiz-panel-view-content-padding); +} + + .ibiz-view-message { + padding: var(--ibiz-spacing-tight); +} +.ibiz-view-message .el-alert--info.is-light { + background-color: var(--el-alert-bg-color); +} + /* 全局 计数器 样式 */ +.ibiz-badge.ibiz-badge { +min-width: 16px; +text-align: center; +font-size: var(--ibiz-font-size-small); +padding: 0 var(--ibiz-spacing-extra-tight); +background-color: var(--ibiz-color-primary-light-default); +color: var(--ibiz-color-primary); +} +/* 表单分页计数器 */ +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge { + padding-right: var(--ibiz-spacing-base-loose); + position: relative; +} +.ibiz-form-tab-panel .el-tabs__item .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-text-3); + background-color: var(--ibiz-color-fill-0); + padding: 0 var(--ibiz-spacing-extra-tight); + top: calc(50% - 2px); + font-size: var(--ibiz-font-size-small); + right: var(--ibiz-font-size-header-6); +} +.ibiz-form-tab-panel .el-tabs__item:hover .ibiz-form-tab-panel__badge .el-badge__content { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + + /* .discuss_bottom_shadow_style{ + position: relative; + box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.55); + padding: 2px 0px 0px 0px; } */ - -/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ - position: relative; - box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); + .discuss_reply_padding .ibiz-form-group-content{ + padding-left: 5px; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item{ + padding-left: 0; +} +.discuss_reply_padding .ibiz-form-group-content .ibiz-control-list-item ibiz-panel-button--style2 .el-button{ + padding-left: 0; +} + .mob_list_view_style { + position: relative; +} +.mob_list_view_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight)* 2 + 14.25rem / 2 - 1rem / 2 / 2); +} +.mob_list_view_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_list_view_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + +.mob_list_view_style .ibiz-panel-container--view_toolbar2 div.ibiz-col + div.ibiz-col { + position: absolute; + right: 40px; +} + .mob_discuss_reply_list_style .ibiz-panel-container--container svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_reply_list_style .ibiz-panel-container--container svg { + width: 24px; +} + +.mob_discuss_reply_list_style .ibiz-panel-field--total { + margin-right: 2px; + margin-top: 1px; +} + +.mob_discuss_reply_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + .mob_discuss_reply_detal_style .ibiz-form-item--discuss_name span { + margin-top: 9px; + display: inline-grid; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time span { + margin-top: 9px; + display: inline-grid; +} + .mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 .ibiz-rawitem__text { + margin-left: 15px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; +} + +.mob_discuss_reply_detal_style .ibiz-form-group--grouppanel2 span, +.mob_discuss_reply_detal_style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob_discuss_reply_detal_style .ibiz-form-item--discuss_name { + padding-left: 8px; +} + +.mob_discuss_reply_detal_style .ibiz-form-group__content { + background-color: white; +} + .discuss-border-style .ibiz-grid-field-column__script{ + width: 70px; + text-align: center; + border: 1px solid #eee; + border-radius: 20px; + padding: 0px 10px; +} + .mob_discuss_post_status_style .van-field__body { + background-color: var(--ibiz-color-primary-light-hover); + border-radius: 20px; + height: 36px; + width: 85px; +} + +.mob_discuss_post_status_style .van-field__body span { + color: var(--ibiz-color-primary); +} + +.mob_discuss_post_status_style .ibiz-form-item-container { + padding: 0px; +} + +.mob_discuss_post_status_style .van-field__right-icon { + display: none; +} + +.mob_discuss_post_status_style .van-field__control--custom { + justify-content: center !important; +} + .discusses_mob_list_style .ibiz-panel-container--container span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 span, +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip, +.discusses_mob_list_style .ibiz-panel-container--container2 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_text span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_image svg { + height: 24px; + width: 24px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture { + font-size: 8px; + min-width: 20px; + min-height: 20px; +} + +.discusses_mob_list_style .ibiz-personal-info-content__head-sculpture img { + width: 20px; + height: 20px; +} + .discusses_mob_list_style .ibiz-panel-container--container2 { + width: 55px; + height: 23px; + border: 1px solid #d8d8d8; + border-radius: 10px; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 span, +.discusses_mob_list_style .ibiz-panel-container--container2 { + display: flex; + align-items: center; + justify-content: center; +} + +.discusses_mob_list_style .ibiz-panel-container--container2 .ibiz-panel-field--replies span { + margin-top: 1px; +} + +.discusses_mob_list_style .ibiz-panel-rawitem--static_label1 span { + margin-right: 3px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-personal-info-content__tip { + margin-top: 2px; +} + +.discusses_mob_list_style .ibiz-panel-container--container1 .ibiz-panel-rawitem--static_text { + margin-top: -3px; +} + +.discusses_mob_list_style .ibiz-popper-toolbar__item-deuiaction button { + width: 44px; +} + /* .discusses_mob_list_style { + position: relative; +} +.discusses_mob_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.discusses_mob_list_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.discusses_mob_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); } */ -.msg_bottom_shadow_style .msg_heard_style{ - border-bottom: 1px solid #ebebeb; -} - - .notify_field_checkbox_style .el-checkbox{ - width: 120px; -} - - - .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { - margin: 0px 0px 4px; -} - -/* .management_setting_style .ibiz-breadcrumb { - display: none !important; + .post_edit_title_style .ibiz-panel-container--topic_container { + padding-left: 16px; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption:before { + display: none !important; +} + +.post_edit_title_style .ibiz-identifier-title .ibiz-identifier-title-caption { + padding: 0 !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name { + padding: 0 8px 0 16px !important; +} + +.post_edit_title_style .ibiz-identifier-title { + padding-left: 8px !important; +} + +.post_edit_title_style .ibiz-panel-field--topic_name span { + color: var(--el-text-color-regular); + font-size: var(--ibiz-font-size-header-5); + font-weight: var(--ibiz-font-weight-regular); +} + +.post_edit_title_style .ibiz-panel-field--topic_name::before { + position: absolute; + top: 50%; + left: 0; + width: 4px; + height: 20px; + content: ""; + background-color: var(--ibiz-color-primary); + border-radius: 2px; + transform: translateY(-50%); +} + .discuss-comment-btn{ + width: 100px; +} +.discuss-comment-btn .el-button{ + min-height: var(--ibiz-height-control-default); + min-width: var(--ibiz-height-control-default); + background: transparent; + border: none; + color: var(--ibiz-color-text-3); + font-size: var(--ibiz-font-size-header-6); + padding: 8px; +} +.discuss-comment-btn .el-button:hover { + color: var(--ibiz-color-primary); + background-color: var(--ibiz-color-primary-light-default); +} + .mob_discuss_detal_list_style .ibiz-panel-container--container1 span { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container span { + font-size: 12px; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob_discuss_detal_list_style .ibiz-mob-personal-info-content__tip { + color: black; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg.icon path { + fill: #aaaaaa; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 button { + border: none; +} + +.mob_discuss_detal_list_style .ibiz-panel-container--container2 svg { + width: 20px; +} + +.mob_discuss_detal_list_style .ibiz-panel-field--total { + margin-left: 2px; + margin-right: 2px; + margin-top: 1px; +} + /* 详情页中的 容器边距 */ +.mob-details-style .ibiz-form-page-item--formpage1 .ibiz-form-tab-page--tabpage1 > .van-col{ + margin: 10px; + border-radius: 10px; + /* background-color: white; */ +} +/* 选中分页 */ +.mob-details-style .van-tab--active{ + color: #6698ff; +} +.mob-details-style .van-tabs__line{ + background: #6698ff; +} + +.mob-details-style .ibiz-form-item--create_time span { + margin-top: 3px; +} + +.mob-details-style .van-tabs__wrap { + background-color: white; +} + +.mob-details-style .van-tabs__nav { + display: inline-flex !important; + margin-left: 30px; +} + +.mob-details-style .van-tab { + margin-right: 40px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_time_num1 span { + display: inline-grid; + margin-top: 9px; +} + .mob-details-style .ibiz-form-group--grouppanel1 svg { + width: 28px; + height: 28px; + margin-left: 15px; +} + +.mob-details-style .ibiz-form-group--grouppanel1 span { + font-size: 18px; + overflow: hidden; + text-overflow: ellipsis; + font-weight: bold; + display: inline-grid; + margin-top: 7px; +} + +.mob-details-style .ibiz-form-group--grouppanel2 span, +.mob-details-style .ibiz-mob-personal-info-content__tip { + font-size: 0.8125rem; + color: #aaaaaa; + overflow: hidden; + text-overflow: ellipsis; +} + +.mob-details-style .ibiz-form-item--create_time { + padding-left: 0px; + padding-top: 12px; +} + +.mob-details-style .ibiz-form-item--create_man { + padding-right: 6px; +} + +.mob-details-style .ibiz-form-item--name { + padding-left: 8px; +} + +.mob-details-style .ibiz-form-item--status { + padding-top: 10px; +} + .review_btn_style button[title="通过"] { + background-color: green; +} + +.review_btn_style button[title="拒绝"] { + background-color: red; +} + .review-results-style .ibiz-form-item--show_identifier .ibiz-span{ + font-size: 12px; + color: #979899; +} + +.review-results-style .ibiz-form-item--title .ibiz-span{ + font-size: 16px; + font-weight: 600; +} + +.review-results-style .ibiz-mdctrl-container-item{ + border-top: 1px solid #dbdbdb; +} + +.review-results-style .ibiz-form-page-item--formpage1 > .el-col:nth-child(2) { + background-color: white; + border-left: none; +} + .comment-list-height-auto .ibiz-no-data { + padding: 0; + --el-empty-image-width: 64px; + --el-empty-description-margin-top: 6px; +} +.comment-list-height-auto img { + max-width: 100%; +} +/* 流转空数据 */ +.comment-list-height-auto .ibiz-transition-time-line-timeline-content .ibiz-no-data { + margin-top: -8px; +} + .comment-replay { + padding: 0 12px; + background-color: var(--ibiz-color-bg-0); +} +.comment-replay .ibiz-rawitem, +.comment-replay .ibiz-code-list__item, +.comment-replay .ibiz-panel-item-render--pcontent { + color: #999; +} +.comment-replay .ibiz-panel-item-render--pcontent { + display: flex; +} +.comment-replay .ibiz-panel-item-render--pcontent p { + margin: 8px 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.comment-replay .ibiz-raw__script .comment-tag { + pointer-events: none; +} + .comment_icon .ibiz-rawitem{ + font-size:24px; + opacity:0.5; + padding:8px 0; +} + .comment-tag{ + padding: 3px 7px; + background-color: var(--ibiz-color-fill-0); + color: var(--ibiz-editor-default-text-color); + border-radius: 14px; + cursor: pointer; + white-space: nowrap; +} +.comment-tag svg { + height: 1em; + width: 1em; + line-height: 40px; +} + .mob_topic_discuss_list_style .ibiz-control-toolbar__item { + display: block !important; +} + +.mob_topic_discuss_list_style { + position: relative; +} +.mob_topic_discuss_list_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); + background-color: white !important; +} +.mob_topic_discuss_list_style .ibiz-control-mobmdctrl__setting { + top: 18px; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_topic_discuss_list_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .resource-capacity-view .ibiz-panel-view-content--view_content { + padding: 0 var(--ibiz-spacing-tight); +} + +.resource-capacity-view .ibiz-form-page, +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item { + height: 100% +} + +.resource-capacity-view .ibiz-form-page .ibiz-form-page-item>.ibiz-col--grid:last-child { + height: calc(100% - 54px); +} + +.resource-capacity-view .ibiz-form-group--header { + line-height: 52px; + overflow-y: scroll; + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-rawitem { + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--header .ibiz-col--grid:not(:last-child) .ibiz-rawitem { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-capacity-view .ibiz-form-group--body { + overflow-y: scroll; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item { + border-bottom: 1px solid var(--ibiz-color-border); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-mdctrl-container-item .ibiz-control-form { + padding: 0; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container { + height: 52px; + padding: 0 var(--ibiz-spacing-loose); +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-form-item-container__editor>div { + height: 100%; + display: flex; + align-items: center; +} + +.resource-capacity-view .ibiz-form-group--body .ibiz-col--grid:not(:last-child) .ibiz-form-item-container { + border-right: 1px solid var(--ibiz-color-border); +} + .resource-view-head .ibiz-panel-container--control_searchform > .ibiz-row { + overflow: hidden; +} +.resource-view-head:has(.ibiz-resource-dropdown-list) .ibiz-panel-rawitem--resource_state { + margin-left: var(--ibiz-spacing-extra-tight); +} + .road-map-view .time-line { + display: flex +} +.road-map-view .time-line-right { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: center; + padding: 70px 8px 8px 8px; +} +.road-map-view .time-line-right--title { + width: 100px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + margin-bottom: 40px; + padding: var(--ibiz-spacing-tight); + border: 1px solid var(--ibiz-color-border); +} +.road-map-view .time-line-right--caption { + color: var(--ibiz-color-primary); + font-weight: var(--ibiz-font-weight-bold); +} +.road-map-view .time-line-right--description { + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} +.road-map-view .time-line-left { + flex-grow: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: var(--ibiz-spacing-base); +} + .road-map-view .time-line-left--line { + width: 100%; + height: 4px; + display: flex; + margin: 80px 20px; + align-items: center; + justify-content: space-between; + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item { + width: 12.5%; + flex-grow: 1; + position: relative; +} +.road-map-view .time-line-left--item:last-child { + background-color: var(--ibiz-color-white); +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__vertical { + bottom: 15px; +} +.road-map-view .time-line-left--item.is-top .time-line-left--item__content { + bottom: 54px; +} +.road-map-view .time-line-left--item__dot { + width: 12px; + height: 12px; + border-radius: 50%; + background-color: var(--ibiz-color-white); + border: 3px solid var(--ibiz-color-success-hover); +} + .road-map-view .time-line-left--item__vertical { + width: 2px; + height: 36px; + position: absolute; + transform: translateX(5px); + background-color: var(--ibiz-color-primary-light-default); +} +.road-map-view .time-line-left--item__content { + display: flex; + bottom: -70px; + cursor: pointer; + width: max-content; + position: absolute; + align-items: center; + flex-direction: column; + justify-content: center; +} +.road-map-view .time-line-left--item__caption { + width: 100%; + color: var(--ibiz-color-text-0); + font-size: var(--ibiz-font-size-regular); +} +.road-map-view .time-line-left--item__time { + width: 100%; + color: var(--ibiz-color-disabled-text); + font-size: var(--ibiz-font-size-small); +} + +.road-map-view .time-line-left--item__content a { + text-decoration: unset !important; +} + .sprint-base-info-view .ibiz-control-viewlayoutpanel .ibiz-control-viewlayoutpanel-content { + padding-left: 18px; +} + + .base-info-form .ibiz-form-group--group_label_center .ibiz-form-item-container__label{ + width: 76px; + text-align: center; +} + .ibiz-view-depickuptreeview .el-tree-node__content .el-checkbox.is-disabled { + display: none; +} + .ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item { + padding: 10px 10px 0 10px; + background-color: transparent; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item { + background-color: var(--ibiz-color-bg-1); + border-radius: 5px; +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-item:hover { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-scroll-item.is-active .ibiz-control-list-item { + background-color: var(--ibiz-control-list-active-bg-color); +} + .ibiz-view-dempickupview2 .ibiz-view-depickupgridview { + border-radius: 0; +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--view_content, +.ibiz-view-dempickupview2 .ibiz-panel-container--view_footer { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container6 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-view-content--container7 { + background-color: var(--ibiz-color-fill-0); + padding-bottom: 8px; +} +.ibiz-view-dempickupview2 .ibiz-panel-container--container5 { + background-color: var(--ibiz-color-bg-0); +} +.ibiz-view-dempickupview2 .ibiz-panel-ctrl-pos--simplelist .ibiz-control-list-content { + padding: 10px 0; +} + + + /* .msg_bottom_shadow_style .ibiz-panel-rawitem--msg_title{ + margin: -15% 0% 0% -35%; +} */ + +/* .msg_bottom_shadow_style .ibiz-spacing-bottom--outersmall{ + position: relative; + box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.55); +} */ +.msg_bottom_shadow_style .msg_heard_style{ + border-bottom: 1px solid #ebebeb; +} + + .notify_field_checkbox_style .el-checkbox{ + width: 120px; +} + + + .management_setting_style .ibiz-route-drbar-control-group:nth-child(3) .ibiz-icon svg { + margin: 0px 0px 4px; +} + +/* .management_setting_style .ibiz-breadcrumb { + display: none !important; } */ - .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, -.common-level-average::after{ -background-color: var(--ibiz-color-primary) !important; -} - /* 圆 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, -.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -content: ''; -display: block; -width: 12px; -height: 12px; -min-width: 12px; -max-width: 12px; -margin-right: var(--ibiz-spacing-extra-tight); -border-radius: 50%; -background-color: var(--ibiz-color-fill-0); -} - /* 基础定位 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input, -.common-level-veryimportant, -.common-level-important, -.common-level-average, -.common-level-unimportant, -.common-level-unknown { -position: relative; -padding-left: var(--ibiz-spacing-base); -} -/* 圆对齐及间距 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { -display: flex; -align-items: center; -margin: 0; -padding: 0; -} -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { -margin-right: var(--ibiz-spacing-base-loose); -} -.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { -height: 12px; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { -margin-left: 3px; -} - -/* 最后一个圆的定位 */ -.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -position:absolute; -left:0; -} -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ -left:var(--ibiz-spacing-tight); -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ -left:var(--ibiz-spacing-tight); -} -/* 编辑器弹框按钮样式 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, -.common-level-dropdown .ibiz-dropdown .el-select .el-input{ -min-height:var(--ibiz-height-control-default); -padding:0 var(--ibiz-spacing-tight); -padding-left:var(--ibiz-spacing-loose); -display:flex; -align-items:center; -border-radius:var(--ibiz-border-radius-small); -cursor:pointer; -} - .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { -min-height: 32px; -margin: 0; -} -/* 编辑态按钮 */ -.common-level-dropdown .ibiz-dropdown .el-select .el-input { -overflow: hidden; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { -display: none; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { -position: absolute; -left: 0; -margin-left: var(--ibiz-spacing-base); -border-radius: var(--ibiz-border-radius-small); -} -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, -.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { -padding: 0; -margin: 0; -} -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, -.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { -min-width: 12px; -max-width: 12px; -box-shadow: none !important; -} - /* 移入效果 */ -.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, -.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { -background-color: var(--ibiz-color-primary-light-default); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { -background-color: var(--ibiz-color-bg-0); -} -.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { -background-color: var(--ibiz-color-primary-light-default); -} -/* 表格内样式 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { -margin-left: -4px; -} -/* 表格内文字不显示 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { -font-size: 0; -} -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { -width: 0; -height: 0; -} - /* 自适应宽度 */ -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, -.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { -width: auto; -} -.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { - padding: 0; -} - .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, -.common-level-unknown::after, -.common-level-unknown::before, -.common-level-unknown>span::before { -background-color: transparent !important; -box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; -} - .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, -.common-level-important::after, -.common-level-important::before{ -background-color: var(--ibiz-color-primary) !important; -} - .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, -.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, -.common-level-veryimportant::after, -.common-level-veryimportant::before, -.common-level-veryimportant>span::before { -background-color: var(--ibiz-color-primary) !important; -} - .idea_tree_node_style .ibiz-panel-field--title{ - font-size: 14px; - font-weight: 600; -} -.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ - background-color: var(--ibiz-code-list-item-color) !important; - width: 60px; - height: 22px; - line-height: 22px; - color: white !important; - justify-content: center; - border-radius: 10px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ - margin: 0px 0px 0px 10px; - width: 50px; - height: 30px; - border-radius: 10px; - background: #d4d4d4; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ - color: #999999; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ - width: 14px; - height: 14px; - margin-right: 5px; - margin-top: -2px; -} -.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ - width: 14px; - height: 14px; -} - .page_info_style .ibiz-form-item-container--left { - text-align: left; -} - -.page_info_style .ibiz-form-item-container__label { - text-align: left; -} - - /* 按钮样式 */ -.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ - width: 100px; - border: none; -} -/* 按钮文字 */ -.mob_page_attachment_style span.ibiz-panel-button-content--caption { - font-size: 12px; - margin-left: 4px; - color: #6698ff; -} -/* 按钮图片 */ -.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ - color: #6698ff -} -.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { - position: absolute; - right: 5px; - margin: -30px 0px 0px 0px; -} - .project-notice-style .ibiz-portlet-layout-content, -.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ - overflow: visible; -} -.project-notice-style .ibiz-html-custom-toolbar { - position: absolute; - top: -55px; -} -.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ - position: unset; -} - .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ - width: 44px; - } - - - /* 分组面板高度自适应 */ -.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ - height: 100% !important; -} - -/* 去掉下划线 */ -.mob_project_overview_style .ibiz-form-item-container::after{ - height: 0px; -} - .project_warning_style .ibiz-panel-container--container1 { - background-color: orange; - cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container2 { - background-color: deepskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container3 { - background-color: dodgerblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container7 { - background-color: aliceblue -} - -.project_warning_style .ibiz-panel-container--container5 { - background-color: lightskyblue;cursor: pointer; -} - -.project_warning_style .ibiz-panel-container--container6 span { - color: white; -} - -.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { - font-weight: bold; - font-size: 28px; -} - -.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { - font-size: 16px; -} - - - .project_warning_style .ibiz-panel-field--overdue_ratio span { - font-size: 28px; - color: deepskyblue; - font-weight: bold; -} - -.project_warning_style .ibiz-panel-rawitem--static_text3 span { - font-size: 16px; -} - -.project_warning_style .ibiz-panel-container--page_container { - margin-top: 10px; -} - -.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), -.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { - position: relative; -} - -.project_warning_style .ibiz-panel-rawitem--static_image, -.project_warning_style .ibiz-panel-rawitem--static_image1, -.project_warning_style .ibiz-panel-rawitem--static_image2, -.project_warning_style .ibiz-panel-rawitem--static_image3 { - top: 6px; - position: absolute; - right: 22px; -} - .project_warning_style .ibiz-panel-container--container8, -.project_warning_style .ibiz-panel-container--container9, -.project_warning_style .ibiz-panel-container--container10 { - padding: 18px 15px; -} - -.project_warning_style .ibiz-panel-container--container11 { - padding: 15px 40px 15px 15px; -} - - /* 背景定位 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { -position: relative; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ -content: ''; -display: inline-block; -width: 100%; -height: 36px; -position: absolute; -top: 0; -left: 0; -z-index: 6; -background-color: var(--ibiz-color-disabled-fill); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -position: relative; -z-index: 10; -} -/* 字体样式 */ -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { -width: 100%; -overflow: hidden; -text-overflow: ellipsis; -white-space: nowrap; -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { -font-size: var(--ibiz-font-size-header-5); -color: var(--ibiz-color-text-0); -} - .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { -color: var(--ibiz-color-text-3); -} -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { -font-size: 0; -} -/* 设置边距 */ -.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { -margin-top: var(--ibiz-spacing-base); -} -.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { -padding-top: 22px; -padding-bottom: 0px; -} - .mob_home_my_style{ - position: relative; -} -.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { -/* 1.25rem是setting宽度,1rem是searchbar左边距 */ - padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); -} -.mob_home_my_style .ibiz-control-mobmdctrl__setting { - top: calc(3.25rem / 2 - 0.5625rem); -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting { - display: flex; - align-items: center; - justify-content: center; - width: 1.25rem; - height: 1.125rem; - font-size: 1.25rem; -} -.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { - fill: var(--van-gray-6); -} - .advancedSearch .ibiz-form-group-header { - border-bottom: none; - } -.advancedSearch .ibiz-teleport-placeholder { - height: 100%; - background-color: #fbfbfb; - border-left: 1px solid #eee; -} -.advancedSearch .ibiz-control-searchbar-quick-search{ - width: 100%; - margin:0 32px; -} -.advancedSearch .ibiz-panel-view-header { - border-bottom:none; -} -.advancedSearch .ibiz-control-captionbar-caption::before{ - display:none; -} -.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { - padding: 0 32px; -} -.advancedSearch .ibiz-panel-view-content { - padding: 8px 32px 0px 32px; -} -.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ - --el-input-height:46px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { - border-radius: 4px; -} -.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { - font-size:18px; - } - - .cursor_style { - cursor: pointer; + .common-level-dropdown:has(.common-level-average) .el-select .el-input::after, +.common-level-average::after{ +background-color: var(--ibiz-color-primary) !important; +} + /* 圆 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input::before, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::before, +.common-level-dropdown .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown-readonly-text-item>span::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::before, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +content: ''; +display: block; +width: 12px; +height: 12px; +min-width: 12px; +max-width: 12px; +margin-right: var(--ibiz-spacing-extra-tight); +border-radius: 50%; +background-color: var(--ibiz-color-fill-0); +} + /* 基础定位 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input, +.common-level-veryimportant, +.common-level-important, +.common-level-average, +.common-level-unimportant, +.common-level-unknown { +position: relative; +padding-left: var(--ibiz-spacing-base); +} +/* 圆对齐及间距 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper, +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span { +display: flex; +align-items: center; +margin: 0; +padding: 0; +} +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content>span::before { +margin-right: var(--ibiz-spacing-base-loose); +} +.common-level-dropdown .ibiz-dropdown-readonly-text-item__label { +height: 12px; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input>.el-input__wrapper::before { +margin-left: 3px; +} + +/* 最后一个圆的定位 */ +.ibiz-dropdown-popper:has(.common-level-average) .ibiz-dropdown-select-option-content::after, +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after, +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +position:absolute; +left:0; +} +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item::after{ +left:var(--ibiz-spacing-tight); +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input::after{ +left:var(--ibiz-spacing-tight); +} +/* 编辑器弹框按钮样式 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item, +.common-level-dropdown .ibiz-dropdown .el-select .el-input{ +min-height:var(--ibiz-height-control-default); +padding:0 var(--ibiz-spacing-tight); +padding-left:var(--ibiz-spacing-loose); +display:flex; +align-items:center; +border-radius:var(--ibiz-border-radius-small); +cursor:pointer; +} + .common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item { +min-height: 32px; +margin: 0; +} +/* 编辑态按钮 */ +.common-level-dropdown .ibiz-dropdown .el-select .el-input { +overflow: hidden; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__suffix { +display: none; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__prefix { +position: absolute; +left: 0; +margin-left: var(--ibiz-spacing-base); +border-radius: var(--ibiz-border-radius-small); +} +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text, +.common-level-dropdown .ibiz-dropdown .el-select .ibiz-dropdown-select-option-text { +padding: 0; +margin: 0; +} +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper.is-focus, +.common-level-dropdown .ibiz-dropdown .el-select .el-input__wrapper { +min-width: 12px; +max-width: 12px; +box-shadow: none !important; +} + /* 移入效果 */ +.common-level-dropdown .ibiz-dropdown--readonly .ibiz-dropdown-readonly-text-item:hover, +.common-level-dropdown .ibiz-dropdown .el-select .el-input:hover { +background-color: var(--ibiz-color-primary-light-default); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.hover { +background-color: var(--ibiz-color-bg-0); +} +.ibiz-dropdown-popper:has(.common-level-average).el-popper.is-light .el-select-dropdown__item.selected { +background-color: var(--ibiz-color-primary-light-default); +} +/* 表格内样式 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown { +margin-left: -4px; +} +/* 表格内文字不显示 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-select-option-text, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown-readonly-text-item>span { +font-size: 0; +} +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select .el-input .el-input__inner { +width: 0; +height: 0; +} + /* 自适应宽度 */ +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown, +.ibiz-grid-edit-item.common-level-dropdown .ibiz-dropdown .el-select { +width: auto; +} +.common-level-dropdown .ibiz-dropdown--round .ibiz-dropdown-readonly-text-item .ibiz-dropdown-readonly-text-item__label { + padding: 0; +} + .common-level-dropdown:has(.common-level-unknown) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-unknown) .el-select .el-input>.el-input__wrapper::before, +.common-level-unknown::after, +.common-level-unknown::before, +.common-level-unknown>span::before { +background-color: transparent !important; +box-shadow: 0 0 0 1px var(--ibiz-color-primary) inset !important; +} + .common-level-dropdown:has(.common-level-important) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-important) .el-select .el-input::before, +.common-level-important::after, +.common-level-important::before{ +background-color: var(--ibiz-color-primary) !important; +} + .common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::after, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input::before, +.common-level-dropdown:has(.common-level-veryimportant) .el-select .el-input>.el-input__wrapper::before, +.common-level-veryimportant::after, +.common-level-veryimportant::before, +.common-level-veryimportant>span::before { +background-color: var(--ibiz-color-primary) !important; +} + .idea_tree_node_style .ibiz-panel-field--title{ + font-size: 14px; + font-weight: 600; +} +.idea_tree_node_style .ibiz-panel-field--state .ibiz-code-list__item{ + background-color: var(--ibiz-code-list-item-color) !important; + width: 60px; + height: 22px; + line-height: 22px; + color: white !important; + justify-content: center; + border-radius: 10px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container{ + margin: 0px 0px 0px 10px; + width: 50px; + height: 30px; + border-radius: 10px; + background: #d4d4d4; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-panel-container span{ + color: #999999; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image{ + width: 14px; + height: 14px; + margin-right: 5px; + margin-top: -2px; +} +.idea_tree_node_style .ibiz-panel-container--container2 .ibiz-rawitem__image svg{ + width: 14px; + height: 14px; +} + .page_info_style .ibiz-form-item-container--left { + text-align: left; +} + +.page_info_style .ibiz-form-item-container__label { + text-align: left; +} + + /* 按钮样式 */ +.mob_page_attachment_style button.van-button.van-button--default.van-button--normal.ibiz-panel-button.ibiz-panel-button--upload{ + width: 100px; + border: none; +} +/* 按钮文字 */ +.mob_page_attachment_style span.ibiz-panel-button-content--caption { + font-size: 12px; + margin-left: 4px; + color: #6698ff; +} +/* 按钮图片 */ +.mob_page_attachment_style i.ibiz-icon.fa.fa-plus.ibiz-panel-button-content--icon{ + color: #6698ff +} +.mob_page_attachment_style .ibiz-panel-container--upload_content .ibiz-spacing-left--outersmall { + position: absolute; + right: 5px; + margin: -30px 0px 0px 0px; +} + .project-notice-style .ibiz-portlet-layout-content, +.project-notice-style .ibiz-portlet-layout-content .ibiz-panel-view-content--view_content{ + overflow: visible; +} +.project-notice-style .ibiz-html-custom-toolbar { + position: absolute; + top: -55px; +} +.project-notice-style .ibiz-html-dialog-full-screen .ibiz-html-custom-toolbar{ + position: unset; +} + .mob_project_list_view_style .button.van-button.van-button--primary.van-button--normal.van-button--round{ + width: 44px; + } + + + /* 分组面板高度自适应 */ +.mob_project_overview_style .van-col.van-col--24.ibiz-col.ibiz-col--grid{ + height: 100% !important; +} + +/* 去掉下划线 */ +.mob_project_overview_style .ibiz-form-item-container::after{ + height: 0px; +} + .project_warning_style .ibiz-panel-container--container1 { + background-color: orange; + cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container2 { + background-color: deepskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container3 { + background-color: dodgerblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container7 { + background-color: aliceblue +} + +.project_warning_style .ibiz-panel-container--container5 { + background-color: lightskyblue;cursor: pointer; +} + +.project_warning_style .ibiz-panel-container--container6 span { + color: white; +} + +.project_warning_style .ibiz-panel-container--container6 div[class$="count"] span { + font-weight: bold; + font-size: 28px; +} + +.project_warning_style .ibiz-panel-container--container6 .ibiz-rawitem__text { + font-size: 16px; +} + + + .project_warning_style .ibiz-panel-field--overdue_ratio span { + font-size: 28px; + color: deepskyblue; + font-weight: bold; +} + +.project_warning_style .ibiz-panel-rawitem--static_text3 span { + font-size: 16px; +} + +.project_warning_style .ibiz-panel-container--page_container { + margin-top: 10px; +} + +.project_warning_style .ibiz-panel-container--container1 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container2 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container3 > div div:nth-child(2), +.project_warning_style .ibiz-panel-container--container5 > div div:nth-child(2) { + position: relative; +} + +.project_warning_style .ibiz-panel-rawitem--static_image, +.project_warning_style .ibiz-panel-rawitem--static_image1, +.project_warning_style .ibiz-panel-rawitem--static_image2, +.project_warning_style .ibiz-panel-rawitem--static_image3 { + top: 6px; + position: absolute; + right: 22px; +} + .project_warning_style .ibiz-panel-container--container8, +.project_warning_style .ibiz-panel-container--container9, +.project_warning_style .ibiz-panel-container--container10 { + padding: 18px 15px; +} + +.project_warning_style .ibiz-panel-container--container11 { + padding: 15px 40px 15px 15px; +} + + /* 背景定位 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item { +position: relative; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-control-dataview-item::after{ +content: ''; +display: inline-block; +width: 100%; +height: 36px; +position: absolute; +top: 0; +left: 0; +z-index: 6; +background-color: var(--ibiz-color-disabled-fill); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +position: relative; +z-index: 10; +} +/* 字体样式 */ +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body .ibiz-span { +width: 100%; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) .ibiz-span { +font-size: var(--ibiz-font-size-header-5); +color: var(--ibiz-color-text-0); +} + .index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(3) .ibiz-span { +color: var(--ibiz-color-text-3); +} +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(1) .ibiz-span .ibiz-code-list__item { +font-size: 0; +} +/* 设置边距 */ +.index-recentdata-custom .recentdata-screen-auto-item .ibiz-panel-container--container1 > div > div:nth-child(2) { +margin-top: var(--ibiz-spacing-base); +} +.index-recentdata-custom .recentdata-screen-auto-item .el-card__body { +padding-top: 22px; +padding-bottom: 0px; +} + .mob_home_my_style{ + position: relative; +} +.mob_home_my_style:has(.ibiz-control-mobmdctrl__setting) .ibiz-control-searchbar { +/* 1.25rem是setting宽度,1rem是searchbar左边距 */ + padding-right: calc(var(--ibiz-spacing-tight) * 2 + 1.25rem / 2 - 1rem / 2 / 2); +} +.mob_home_my_style .ibiz-control-mobmdctrl__setting { + top: calc(3.25rem / 2 - 0.5625rem); +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting { + display: flex; + align-items: center; + justify-content: center; + width: 1.25rem; + height: 1.125rem; + font-size: 1.25rem; +} +.mob_home_my_style .ibiz-md-ctrl-setting__setting--icon { + fill: var(--van-gray-6); +} + .advancedSearch .ibiz-form-group-header { + border-bottom: none; + } +.advancedSearch .ibiz-teleport-placeholder { + height: 100%; + background-color: #fbfbfb; + border-left: 1px solid #eee; +} +.advancedSearch .ibiz-control-searchbar-quick-search{ + width: 100%; + margin:0 32px; +} +.advancedSearch .ibiz-panel-view-header { + border-bottom:none; +} +.advancedSearch .ibiz-control-captionbar-caption::before{ + display:none; +} +.advancedSearch .ibiz-control-tabexppanel .el-tabs.el-tabs--top { + padding: 0 32px; +} +.advancedSearch .ibiz-panel-view-content { + padding: 8px 32px 0px 32px; +} +.advancedSearch .el-input.el-input-group.el-input-group--prepend.el-input--suffix.ibiz-control-searchbar-quick-search{ + --el-input-height:46px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__wrapper { + border-radius: 4px; +} +.advancedSearch .ibiz-control-searchbar-quick-search .el-input__inner { + font-size:18px; + } + + .cursor_style { + cursor: pointer; } /*** END:系统样式表 ***/ \ No newline at end of file diff --git a/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json b/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json index 139bfa62275deafe718dc91bb2a066fae41cd45e..35f8d8f27bd21bdc6b208cdfddae8815aacf46aa 100644 --- a/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json +++ b/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json @@ -38,6 +38,12 @@ "memo" : "初始化默认代码项", "name" : "dictionary", "_file" : true + }, { + "codeName" : "UsrContent250514001", + "contentType" : "RAW", + "memo" : "初始化默认代码项2", + "name" : "dictionary2", + "_file" : true }, { "codeName" : "UsrContent0422002", "contentType" : "RAW", @@ -116,6 +122,12 @@ "memo" : "初始化BI报表", "name" : "bi_insight", "_file" : true + }, { + "codeName" : "UsrContent250515001", + "contentType" : "RAW", + "memo" : "初始化产品评审配置", + "name" : "guideline", + "_file" : true }, { "codeName" : "UsrContent240712001", "contentType" : "RAW", @@ -153,7 +165,7 @@ "name" : "init_data6", "_file" : true }, { - "codeName" : "UsrContent250428001", + "codeName" : "UsrContent250506001", "contentType" : "RAW", "memo" : "默认数据调整7-更新addon默认值", "name" : "init_data7", diff --git a/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250428001.txt b/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250506001.txt similarity index 92% rename from model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250428001.txt rename to model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250506001.txt index d6e96646b169aa6a523436dac11a152a3b9bc897..e1704ebfff714c61f663c700866b8675c9e4c627 100644 --- a/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250428001.txt +++ b/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250506001.txt @@ -1,6 +1,6 @@ - + update addon set IS_ENABLED=1 where IS_ENABLED is null; diff --git a/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250514001.txt b/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250514001.txt new file mode 100644 index 0000000000000000000000000000000000000000..baa1ba58f3ea067ddc9359446eecbc0893c4d3b6 --- /dev/null +++ b/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250514001.txt @@ -0,0 +1,75 @@ + + + + +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_probability', NULL, 'SYSTEM', '2025-05-09 10:06:20', 'work_item_probability_40', 1, '仅出现一次', 70, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '40', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_probability', NULL, 'SYSTEM', '2025-05-09 10:06:13', 'work_item_probability_30', 1, '小概率复现', 69, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_probability', NULL, 'SYSTEM', '2025-05-09 10:06:01', 'work_item_probability_20', 1, '大概率复现', 68, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_probability', NULL, 'SYSTEM', '2025-05-09 10:05:47', 'work_item_probability_10', 1, '必现', 67, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_type', NULL, 'SYSTEM', '2025-05-09 10:03:18', 'test_case_type_90', 1, '其他', 25, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '90', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_type', NULL, 'SYSTEM', '2025-05-09 10:03:08', 'test_case_type_80', 1, 'UI测试', 24, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '80', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_category', NULL, 'SYSTEM', '2025-05-09 10:03:08', 'work_item_category_80', 1, '其他', 56, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '80', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_type', NULL, 'SYSTEM', '2025-05-09 10:02:58', 'test_case_type_70', 1, '兼容性测试', 23, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '70', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_category', NULL, 'SYSTEM', '2025-05-09 10:02:58', 'work_item_category_70', 1, '调研', 55, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '70', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_type', NULL, 'SYSTEM', '2025-05-09 10:02:48', 'test_case_type_60', 1, '安全相关', 22, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '60', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_category', NULL, 'SYSTEM', '2025-05-09 10:02:48', 'work_item_category_60', 1, '产品', 54, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '60', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_type', NULL, 'SYSTEM', '2025-05-09 10:02:38', 'test_case_type_50', 1, '接口测试', 21, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '50', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_category', NULL, 'SYSTEM', '2025-05-09 10:02:38', 'work_item_category_50', 1, '文档', 53, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '50', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_type', NULL, 'SYSTEM', '2025-05-09 10:02:28', 'test_case_type_40', 1, '安装部署', 20, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '40', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_category', NULL, 'SYSTEM', '2025-05-09 10:02:28', 'work_item_category_40', 1, '测试', 52, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '40', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_severity', NULL, 'SYSTEM', '2025-05-09 10:02:26', 'work_item_severity_40', 1, '建议', 64, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '40', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_type', NULL, 'SYSTEM', '2025-05-09 10:02:18', 'test_case_type_30', 1, '配置相关', 19, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_risk', NULL, 'SYSTEM', '2025-05-09 10:02:18', 'work_item_risk_30', 1, '低', 28, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_category', NULL, 'SYSTEM', '2025-05-09 10:02:18', 'work_item_category_30', 1, '部署', 51, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_severity', NULL, 'SYSTEM', '2025-05-09 10:02:18', 'work_item_severity_30', 1, '一般', 63, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_type', NULL, 'SYSTEM', '2025-05-09 10:02:07', 'test_case_type_20', 1, '性能测试', 18, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_risk', NULL, 'SYSTEM', '2025-05-09 10:02:07', 'work_item_risk_20', 1, '中', 27, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_category', NULL, 'SYSTEM', '2025-05-09 10:02:07', 'work_item_category_20', 1, '研发', 50, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_severity', NULL, 'SYSTEM', '2025-05-09 10:02:07', 'work_item_severity_20', 1, '严重', 62, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_test_type', NULL, 'SYSTEM', '2025-05-09 10:02:07', 'test_case_test_type_20', 1, '手动', 66, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'manual', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_type', NULL, 'SYSTEM', '2025-05-09 10:01:57', 'test_case_type_10', 1, '功能测试', 17, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_risk', NULL, 'SYSTEM', '2025-05-09 10:01:57', 'work_item_risk_10', 1, '高', 26, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_category', NULL, 'SYSTEM', '2025-05-09 10:01:57', 'work_item_category_10', 1, '设计', 49, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_severity', NULL, 'SYSTEM', '2025-05-09 10:01:57', 'work_item_severity_10', 1, '致命', 61, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_test_type', NULL, 'SYSTEM', '2025-05-09 10:01:57', 'test_case_test_type_10', 1, '自动', 65, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'automation', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_solution', NULL, 'SYSTEM', '2025-05-09 09:44:38', 'ticket_solution_70', 1, '不予采纳', 45, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '70', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_solution', NULL, 'SYSTEM', '2025-05-09 09:44:26', 'ticket_solution_60', 1, '功能已支持', 44, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '60', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_solution', NULL, 'SYSTEM', '2025-05-09 09:44:11', 'ticket_solution_50', 1, '暂时搁置', 43, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '50', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_solution', NULL, 'SYSTEM', '2025-05-09 09:43:59', 'ticket_solution_40', 1, '方案调研', 42, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '40', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_solution', NULL, 'SYSTEM', '2025-05-09 09:43:53', 'ticket_solution_30', 1, '待进一步确认', 41, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_solution', NULL, 'SYSTEM', '2025-05-09 09:43:38', 'ticket_solution_20', 1, '技术排期', 40, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_solution', NULL, 'SYSTEM', '2025-05-09 09:42:11', 'ticket_solution_10', 1, '进入需求池', 39, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_type', NULL, 'SYSTEM', '2025-05-08 18:00:44', 'idea_type_40', 1, '体验优化', 6, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '40', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_type', NULL, 'SYSTEM', '2025-05-08 18:00:36', 'idea_type_30', 1, '安全需求', 5, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_type', NULL, 'SYSTEM', '2025-05-08 18:00:29', 'idea_type_20', 1, '功能需求', 4, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_type', NULL, 'SYSTEM', '2025-05-08 18:00:19', 'idea_type_10', 1, '技术需求', 3, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_source', NULL, 'SYSTEM', '2025-05-08 17:57:12', 'idea_source_50', 1, '其他', 11, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '50', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_source', NULL, 'SYSTEM', '2025-05-08 17:56:58', 'idea_source_40', 1, '竞品调研', 10, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '40', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_source', NULL, 'SYSTEM', '2025-05-08 17:56:50', 'idea_source_30', 1, '内部需求', 9, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_source', NULL, 'SYSTEM', '2025-05-08 17:56:41', 'idea_source_20', 1, '用户反馈', 8, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_source', NULL, 'SYSTEM', '2025-05-08 17:56:28', 'idea_source_10', 1, '产品规划', 7, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', NULL); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_priority', 'rgba(16, 105, 27, 1)', 'SYSTEM', '2025-05-08 16:43:09', 'idea_priority_P4', 1, 'P4', 16, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P4', 'green-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_level', 'rgba(16, 105, 27, 1)', 'SYSTEM', '2025-05-08 16:43:09', 'test_case_level_P4', 1, 'P4', 33, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P4', 'green-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_priority', 'rgba(16, 105, 27, 1)', 'SYSTEM', '2025-05-08 16:43:09', 'ticket_priority_P4', 1, 'P4', 38, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P4', 'green-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_priority', 'rgba(102, 0, 255, 1)', 'SYSTEM', '2025-05-08 16:42:52', 'idea_priority_P3', 1, 'P3', 15, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P3', 'purple-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_level', 'rgba(102, 0, 255, 1)', 'SYSTEM', '2025-05-08 16:42:52', 'test_case_level_P3', 1, 'P3', 32, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P3', 'purple-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_priority', 'rgba(102, 0, 255, 1)', 'SYSTEM', '2025-05-08 16:42:52', 'ticket_priority_P3', 1, 'P3', 37, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P3', 'purple-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_priority', 'rgba(0, 47, 255, 1)', 'SYSTEM', '2025-05-08 16:42:24', 'idea_priority_P2', 1, 'P2', 14, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P2', 'blue-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_level', 'rgba(0, 47, 255, 1)', 'SYSTEM', '2025-05-08 16:42:24', 'test_case_level_P2', 1, 'P2', 31, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P2', 'blue-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_priority', 'rgba(0, 47, 255, 1)', 'SYSTEM', '2025-05-08 16:42:24', 'ticket_priority_P2', 1, 'P2', 36, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P2', 'blue-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_priority', 'rgba(213, 138, 58, 1)', 'SYSTEM', '2025-05-08 16:41:57', 'idea_priority_P1', 1, 'P1', 13, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P1', 'orange-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_level', 'rgba(213, 138, 58, 1)', 'SYSTEM', '2025-05-08 16:41:57', 'test_case_level_P1', 1, 'P1', 30, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P1', 'orange-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_priority', 'rgba(213, 138, 58, 1)', 'SYSTEM', '2025-05-08 16:41:57', 'ticket_priority_P1', 1, 'P1', 35, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P1', 'orange-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('idea_priority', 'rgba(255, 25, 0, 1)', 'SYSTEM', '2025-05-08 16:40:44', 'idea_priority_P0', 1, 'P0', 12, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P0', 'red-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_level', 'rgba(255, 25, 0, 1)', 'SYSTEM', '2025-05-08 16:40:44', 'test_case_level_P0', 1, 'P0', 29, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P0', 'red-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('ticket_priority', 'rgba(255, 25, 0, 1)', 'SYSTEM', '2025-05-08 16:40:44', 'ticket_priority_P0', 1, 'P0', 34, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', 'P0', 'red-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_status', 'rgba(0, 0, 0, 1)', 'SYSTEM', '2025-05-08 16:17:23', 'test_case_status_30', 1, '废弃', 48, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', 'grey-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_status', 'rgba(0, 0, 0, 1)', 'SYSTEM', '2025-05-08 16:17:14', 'test_case_status_20', 1, '就绪', 47, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', 'green-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('test_case_status', 'rgba(0, 0, 0, 1)', 'SYSTEM', '2025-05-08 16:17:03', 'test_case_status_10', 1, '设计', 46, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', 'blue-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_priority', 'rgba(16, 105, 27, 1)', 'SYSTEM', '2025-05-09 10:01:57', 'work_item_priority_10', 1, '低', 60, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '10', 'purple-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_priority', 'rgba(0, 47, 255, 1)', 'SYSTEM', '2025-05-09 10:02:07', 'work_item_priority_20', 1, '中', 59, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '20', 'blue-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_priority', 'rgba(213, 138, 58, 1)', 'SYSTEM', '2025-05-09 10:02:18', 'work_item_priority_30', 1, '高', 58, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '30', 'orange-span'); +INSERT INTO `dictionary` (`CATALOG`, `COLOR`, `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_SYSTEM`, `NAME`, `SEQUENCE`, `TYPE`, `UPDATE_MAN`, `UPDATE_TIME`, `VAL`, `STYLE`) VALUES ('work_item_priority', 'rgba(255, 25, 0, 1)', 'SYSTEM', '2025-05-09 10:02:26', 'work_item_priority_40', 1, '紧急', 57, NULL, '3223bec2f019b6bf91bfd59601ee96ca', '2025-05-14 10:15:24', '40', 'red-span'); + + + \ No newline at end of file diff --git a/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250515001.txt b/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250515001.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c4b4eac1cf5b6d51b6f6cd13b763c344909a30e --- /dev/null +++ b/model/PSSYSCONTENTCATS/LIQUIBASE_CHANGELOGS__DEFAULT.json.usrcontent250515001.txt @@ -0,0 +1,20 @@ + + + + +INSERT INTO `guideline` (`CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_ENABLED`, `NAME`, `OBJECT_TYPE`, `REVIEW_ACTION_RULE`, `REVIEW_RULE`, `REVIEW_STAGE`, `SCOPE_ID`, `SUBJECT_TYPE`, `UPDATE_MAN`, `UPDATE_TIME`) VALUES (NULL, null, 'default_product_idea', 1, '需求评审', 'PRODUCT', '[]', '[]', '[{\"reviewer_type\":\"10\",\"stage_state\":\"10\",\"order\":1,\"guideline_id\":\"default_product_idea\",\"id\":\"c27fee68b08cc84897257025795a3510\",\"name\":\"默认阶段\"}]', NULL, 'IDEA', null, null); + +INSERT INTO `guideline` +( + `CREATE_MAN`, `CREATE_TIME`, `ID`, `IS_ENABLED`, `NAME`, + `OBJECT_TYPE`, `REVIEW_ACTION_RULE`, + `REVIEW_RULE`, `REVIEW_STAGE`, + `SCOPE_ID`, `SUBJECT_TYPE`, + `UPDATE_MAN`, `UPDATE_TIME` +) +SELECT + null,null, CONCAT(p.`ID`, '_default_product_idea'), 1, '需求评审', 'PRODUCT', NULL, NULL, CONCAT('[{\"reviewer_type\":\"10\",\"stage_state\":\"10\",\"order\":1,\"id\":\"', UUID(), '\",\"name\":\"默认阶段\"}]'), p.`ID`, 'IDEA', null, null +FROM `product` p WHERE NOT EXISTS ( SELECT 1 FROM `guideline` g WHERE g.`SCOPE_ID` = p.`ID` ); + + + \ No newline at end of file diff --git a/model/PSSYSDBSCHEMES/DEFAULT.json b/model/PSSYSDBSCHEMES/DEFAULT.json index 9a9a476dd6f2d29202a801ed9e44712b93a724b0..18658fc6bf149077e6def4aab2eeb75bb5278782 100644 --- a/model/PSSYSDBSCHEMES/DEFAULT.json +++ b/model/PSSYSDBSCHEMES/DEFAULT.json @@ -1685,6 +1685,13 @@ "name" : "SEQUENCE", "stdDataType" : 6, "nullable" : true + }, { + "codeName" : "STYLE", + "length" : 100, + "logicName" : "背景样式", + "name" : "STYLE", + "stdDataType" : 25, + "nullable" : true }, { "codeName" : "TYPE", "length" : 60, @@ -3055,6 +3062,13 @@ "name" : "REAL_AT_TO", "stdDataType" : 5, "nullable" : true + }, { + "codeName" : "REVIEW_RESULT_STATE", + "length" : 60, + "logicName" : "评审结果", + "name" : "REVIEW_RESULT_STATE", + "stdDataType" : 25, + "nullable" : true }, { "codeName" : "SEQUENCE", "logicName" : "序号", @@ -6468,6 +6482,13 @@ "name" : "PRINCIPAL_TYPE", "stdDataType" : 25, "nullable" : true + }, { + "codeName" : "REVIEWER", + "length" : 100, + "logicName" : "评审人", + "name" : "REVIEWER", + "stdDataType" : 25, + "nullable" : true }, { "codeName" : "RULE", "length" : 1048576, diff --git a/model/PSSYSI18NS/DEFAULT.json b/model/PSSYSI18NS/DEFAULT.json index 79eb962a79ce3e85967cf7c5831e98c0b37fe3eb..bbc9e9cc1ef9fac08f65db04302a71420576a818 100644 --- a/model/PSSYSI18NS/DEFAULT.json +++ b/model/PSSYSI18NS/DEFAULT.json @@ -1,11 +1,5 @@ { "getAllPSLanguageReses" : [ { - "defaultContent" : "未设置", - "lanResTag" : "CL.ITEM.LNAME.RUN_STATUS_COLOR._EMTPY_", - "lanResType" : "CL.ITEM.LNAME", - "name" : "代码表项(CL.ITEM.LNAME.*)[RUN_STATUS_COLOR._EMTPY_]", - "refFlag" : true - }, { "defaultContent" : "评审", "lanResTag" : "PAGE.CAPTION.REVIEW.MAIN_VIEW", "lanResType" : "PAGE", @@ -454,6 +448,12 @@ "lanResType" : "PAGE", "name" : "界面文本(PAGE.*)[TITLE.REVIEW.ALL_GRID_VIEW]", "refFlag" : true + }, { + "defaultContent" : "操作信息", + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.GROUPPANEL.GROUP2", + "lanResType" : "CONTROL", + "name" : "控件文本(CONTROL.*)[DEFORM.REVIEW_CONTENT_IDEA.MAIN.GROUPPANEL.GROUP2]", + "refFlag" : true }, { "defaultContent" : "客户数据选择视图", "lanResTag" : "PAGE.TITLE.CUSTOMER.PICKUPVIEW", @@ -1687,6 +1687,11 @@ "lanResType" : "DE.LNAME", "name" : "实体逻辑名称(DE.LNAME.*)[WORKSPACE]", "refFlag" : true + }, { + "defaultContent" : "产品需求评审内容编辑视图", + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.EDITVIEW2", + "lanResType" : "PAGE", + "name" : "界面文本(PAGE.*)[TITLE.REVIEW_CONTENT_IDEA.EDITVIEW2]" }, { "defaultContent" : "操作信息", "lanResTag" : "CONTROL.DEFORM.PSDENOTIFY.MAIN.GROUPPANEL.GROUP2", @@ -2825,6 +2830,12 @@ "lanResType" : "DEF.LNAME", "name" : "属性逻辑名称(DEF.LNAME.*)[IS_FAVORITE]", "refFlag" : true + }, { + "defaultContent" : "产品需求评审内容基本信息", + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.GROUPPANEL.GROUP1", + "lanResType" : "CONTROL", + "name" : "控件文本(CONTROL.*)[DEFORM.REVIEW_CONTENT_IDEA.MAIN.GROUPPANEL.GROUP1]", + "refFlag" : true }, { "defaultContent" : "收藏数据选择视图", "lanResTag" : "PAGE.TITLE.FAVORITE.PICKUPVIEW", @@ -4481,6 +4492,11 @@ "lanResType" : "CTRL", "name" : "处理逻辑[WFSERVICE.ERR000010]", "refFlag" : true + }, { + "defaultContent" : "产品需求评审内容数据选择视图", + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.PICKUPVIEW", + "lanResType" : "PAGE", + "name" : "界面文本(PAGE.*)[TITLE.REVIEW_CONTENT_IDEA.PICKUPVIEW]" }, { "defaultContent" : "项目集名称", "lanResTag" : "CONTROL.DEFORM.PORTFOLIO.ITEM_SET_MEMBER_FORM.FORMITEM.NAME", @@ -4921,6 +4937,12 @@ "lanResType" : "DE.LNAME", "name" : "实体逻辑名称(DE.LNAME.*)[SYS_USER_ROLE]", "refFlag" : true + }, { + "defaultContent" : "未设置", + "lanResTag" : "CL.ITEM.LNAME.RUN_STATUS_COLOR._EMTPY_", + "lanResType" : "CL.ITEM.LNAME", + "name" : "代码表项(CL.ITEM.LNAME.*)[RUN_STATUS_COLOR._EMTPY_]", + "refFlag" : true }, { "defaultContent" : "操作信息", "lanResTag" : "CONTROL.DEFORM.SPACE_MEMBER.MAIN.GROUPPANEL.GROUP2", @@ -5955,6 +5977,11 @@ "lanResType" : "PAGE", "name" : "界面文本(PAGE.*)[TITLE.SPACE_MEMBER.GRIDVIEW]", "refFlag" : true + }, { + "defaultContent" : "常规条件", + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.DEFAULT.FORMPAGE.FORMPAGE1", + "lanResType" : "CONTROL", + "name" : "控件文本(CONTROL.*)[DEFORM.REVIEW_CONTENT_IDEA.DEFAULT.FORMPAGE.FORMPAGE1]" }, { "defaultContent" : "可见范围", "lanResTag" : "DEF.LNAME.VISIBILITY", @@ -7224,6 +7251,11 @@ "lanResTag" : "CONTROL.DEFORM.SYS_ROLE_UAA.MAIN.FORMPAGE.FORMPAGE2", "lanResType" : "CONTROL", "name" : "控件文本(CONTROL.*)[DEFORM.SYS_ROLE_UAA.MAIN.FORMPAGE.FORMPAGE2]" + }, { + "defaultContent" : "产品需求评审内容数据多项选择视图", + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.MPICKUPVIEW", + "lanResType" : "PAGE", + "name" : "界面文本(PAGE.*)[TITLE.REVIEW_CONTENT_IDEA.MPICKUPVIEW]" }, { "defaultContent" : "其它", "lanResTag" : "CONTROL.DEFORM.SPRINT_ALTERATION.MAIN.FORMPAGE.FORMPAGE2", @@ -7667,6 +7699,12 @@ "lanResTag" : "CONTROL.DEFORM.INSIGHT_VIEW.INDEX_VIEW_FORM.GROUPPANEL.GROUP2", "lanResType" : "CONTROL", "name" : "控件文本(CONTROL.*)[DEFORM.INSIGHT_VIEW.INDEX_VIEW_FORM.GROUPPANEL.GROUP2]" + }, { + "defaultContent" : "产品需求评审内容编辑视图", + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.EDITVIEW", + "lanResType" : "PAGE", + "name" : "界面文本(PAGE.*)[TITLE.REVIEW_CONTENT_IDEA.EDITVIEW]", + "refFlag" : true }, { "defaultContent" : "操作信息", "lanResTag" : "CONTROL.DEFORM.SYS_PERSON.MAIN.GROUPPANEL.GROUP2", @@ -8901,6 +8939,11 @@ "lanResType" : "TBB.TOOLTIP", "name" : "工具栏按钮提示[*.VIEW]", "refFlag" : true + }, { + "defaultContent" : "产品需求评审内容选择表格视图", + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.PICKUPGRIDVIEW", + "lanResType" : "PAGE", + "name" : "界面文本(PAGE.*)[TITLE.REVIEW_CONTENT_IDEA.PICKUPGRIDVIEW]" }, { "defaultContent" : "(非扩展模型)", "lanResTag" : "CL.ITEM.LNAME.EXTENSION_STATUS._EMTPY_", @@ -13036,6 +13079,12 @@ "lanResType" : "DE.LNAME", "name" : "实体逻辑名称(DE.LNAME.*)[SPRINT_CATEGORY]", "refFlag" : true + }, { + "defaultContent" : "其它", + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.FORMPAGE.FORMPAGE2", + "lanResType" : "CONTROL", + "name" : "控件文本(CONTROL.*)[DEFORM.REVIEW_CONTENT_IDEA.MAIN.FORMPAGE.FORMPAGE2]", + "refFlag" : true }, { "lanResTag" : "CONTROL.DEFSFITEM.FAVORITE.N_NAME_LIKE", "lanResType" : "CONTROL", @@ -13079,6 +13128,12 @@ "lanResType" : "CONTROL", "name" : "控件文本(CONTROL.*)[DEFORM.SYS_DEPARTMENT.MAIN.FORMPAGE.FORMPAGE1]", "refFlag" : true + }, { + "defaultContent" : "产品需求评审内容数据重定向视图", + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.REDIRECTVIEW", + "lanResType" : "PAGE", + "name" : "界面文本(PAGE.*)[TITLE.REVIEW_CONTENT_IDEA.REDIRECTVIEW]", + "refFlag" : true }, { "lanResTag" : "CONTROL.DEFSFITEM.IDEA.N_CREATE_TIME_LTANDEQ", "lanResType" : "CONTROL", @@ -14288,6 +14343,11 @@ "lanResType" : "CONTROL", "name" : "控件文本(CONTROL.*)[DEFORM.TICKET.DEFAULT.FORMPAGE.FORMPAGE1]", "refFlag" : true + }, { + "defaultContent" : "产品需求评审内容表格视图", + "lanResTag" : "PAGE.TITLE.REVIEW_CONTENT_IDEA.GRIDVIEW", + "lanResType" : "PAGE", + "name" : "界面文本(PAGE.*)[TITLE.REVIEW_CONTENT_IDEA.GRIDVIEW]" }, { "defaultContent" : "认证日志数据选择视图", "lanResTag" : "PAGE.TITLE.SYS_AUTHLOG.PICKUPVIEW", @@ -15679,6 +15739,12 @@ "lanResType" : "PAGE", "name" : "界面文本(PAGE.*)[TITLE.MEMBER.EDITVIEW]", "refFlag" : true + }, { + "defaultContent" : "产品需求评审内容", + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA", + "lanResType" : "DE.LNAME", + "name" : "实体逻辑名称(DE.LNAME.*)[REVIEW_CONTENT_IDEA]", + "refFlag" : true }, { "defaultContent" : "常规条件", "lanResTag" : "CONTROL.DEFORM.LOCAL_DEPARTMENT.DEFAULT.FORMPAGE.FORMPAGE1", @@ -17380,6 +17446,12 @@ "lanResType" : "CONTROL", "name" : "控件文本(CONTROL.*)[DEFORM.BASELINE_PAGE.MAIN.GROUPPANEL.GROUP2]", "refFlag" : true + }, { + "defaultContent" : "基本信息", + "lanResTag" : "CONTROL.DEFORM.REVIEW_CONTENT_IDEA.MAIN.FORMPAGE.FORMPAGE1", + "lanResType" : "CONTROL", + "name" : "控件文本(CONTROL.*)[DEFORM.REVIEW_CONTENT_IDEA.MAIN.FORMPAGE.FORMPAGE1]", + "refFlag" : true }, { "defaultContent" : "组件数据选择视图", "lanResTag" : "PAGE.TITLE.ADDON.PICKUPVIEW", diff --git a/model/PSSYSSEQUENCES/common_seq_review_id.json b/model/PSSYSSEQUENCES/common_seq_review_id.json new file mode 100644 index 0000000000000000000000000000000000000000..29185c694b7869967c0c0d55952b752e5bb13935 --- /dev/null +++ b/model/PSSYSSEQUENCES/common_seq_review_id.json @@ -0,0 +1,26 @@ +{ + "codeName" : "common_seq_review_id", + "dynaModelFilePath" : "PSSYSSEQUENCES/common_seq_review_id.json", + "extFormatParams" : [ "PRINCIPAL_ID" ], + "getKeyPSDEField" : { + "name" : "NAME", + "codeName" : "name" + }, + "maxValue" : 9999, + "minValue" : 1, + "name" : "评审编号(复用)", + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/sequence_generator.json" + }, + "sequenceFormat" : "%1$04d", + "sequenceType" : "DE", + "getTypePSDEField" : { + "name" : "GROUP_TAG", + "codeName" : "group_tag" + }, + "getValuePSDEField" : { + "name" : "CURRENT_VALUE", + "codeName" : "current_value" + } +} \ No newline at end of file diff --git a/model/PSSYSSERVICEAPIS/ServiceAPI.json b/model/PSSYSSERVICEAPIS/ServiceAPI.json index e4da72637bfc8c057640e970aa3b390510bc2be8..450d8594199bf9104ad0665aebc8cc9c2c35ee9d 100644 --- a/model/PSSYSSERVICEAPIS/ServiceAPI.json +++ b/model/PSSYSSERVICEAPIS/ServiceAPI.json @@ -12422,6 +12422,39 @@ "tempDataMode" : 0, "uniqueTag" : "CUSTOMER__FETCH__COMMENT_NOTIFY_ASSIGNEE", "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_cur_product_customer", + "dataAccessAction" : "NONE", + "methodType" : "FETCH", + "name" : "fetch_cur_product_customer", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_product_customer" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "customer_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "customer_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_product_customer", + "tempDataMode" : 0, + "uniqueTag" : "CUSTOMER__FETCH__CUR_PRODUCT_CUSTOMER", + "enableTestMethod" : false }, { "actionType" : "FETCH", "codeName" : "fetch_default", @@ -16948,19 +16981,19 @@ "enableDataImport" : true, "id" : "DERCUSTOM_GUIDELINE_LIBRARY_LIBRARY_ID" }, { - "codeName" : "idea_templates", + "codeName" : "guidelines", "getMajorPSDEServiceAPI" : { "modelref" : true, "id" : "product" }, "getMinorPSDEServiceAPI" : { "modelref" : true, - "id" : "idea_template" + "id" : "guideline" }, - "name" : "DER1N_IDEA_TEMPLATE_PRODUCT_PRODUCT_ID", + "name" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID", "getPSDER" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDERS/DER1N_IDEA_TEMPLATE_PRODUCT_PRODUCT_ID.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDERS/DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID.json" }, "getPSDEServiceAPIMethods" : [ { "actionType" : "DEACTION", @@ -16969,13 +17002,13 @@ "name" : "Create", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Create.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDEACTIONS/Create.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -16983,7 +17016,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -16991,7 +17024,7 @@ "requestMethod" : "POST", "requestParamType" : "ENTITY", "tempDataMode" : 0, - "uniqueTag" : "IDEA_TEMPLATE__DEACTION__CREATE", + "uniqueTag" : "GUIDELINE__DEACTION__CREATE", "enableTestMethod" : false, "noServiceCodeName" : true }, { @@ -17001,7 +17034,7 @@ "name" : "Get", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Get.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDEACTIONS/Get.json" }, "getPSDEServiceAPIMethodInput" : { "getKeyPSDEServiceAPIField" : { @@ -17015,7 +17048,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -17024,7 +17057,7 @@ "requestMethod" : "GET", "requestParamType" : "FIELD", "tempDataMode" : 0, - "uniqueTag" : "IDEA_TEMPLATE__DEACTION__GET", + "uniqueTag" : "GUIDELINE__DEACTION__GET", "enableTestMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true @@ -17035,7 +17068,7 @@ "name" : "Remove", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Remove.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDEACTIONS/Remove.json" }, "getPSDEServiceAPIMethodInput" : { "getKeyPSDEServiceAPIField" : { @@ -17054,7 +17087,7 @@ "requestMethod" : "DELETE", "requestParamType" : "FIELD", "tempDataMode" : 0, - "uniqueTag" : "IDEA_TEMPLATE__DEACTION__REMOVE", + "uniqueTag" : "GUIDELINE__DEACTION__REMOVE", "enableTestMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true @@ -17065,13 +17098,13 @@ "name" : "Update", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Update.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDEACTIONS/Update.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -17079,7 +17112,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -17087,7 +17120,7 @@ "requestMethod" : "PUT", "requestParamType" : "ENTITY", "tempDataMode" : 0, - "uniqueTag" : "IDEA_TEMPLATE__DEACTION__UPDATE", + "uniqueTag" : "GUIDELINE__DEACTION__UPDATE", "enableTestMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true @@ -17099,13 +17132,13 @@ "name" : "CheckKey", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/CheckKey.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDEACTIONS/CheckKey.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -17119,7 +17152,7 @@ "requestParamType" : "ENTITY", "requestPath" : "/check_key", "tempDataMode" : 0, - "uniqueTag" : "IDEA_TEMPLATE__DEACTION__CHECKKEY", + "uniqueTag" : "GUIDELINE__DEACTION__CHECKKEY", "enableTestMethod" : false }, { "actionType" : "DEACTION", @@ -17129,13 +17162,13 @@ "name" : "GetDraft", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/GetDraft.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDEACTIONS/GetDraft.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -17143,7 +17176,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -17152,7 +17185,7 @@ "requestParamType" : "NONE", "requestPath" : "/get_draft", "tempDataMode" : 0, - "uniqueTag" : "IDEA_TEMPLATE__DEACTION__GETDRAFT", + "uniqueTag" : "GUIDELINE__DEACTION__GETDRAFT", "enableTestMethod" : false }, { "actionType" : "DEACTION", @@ -17162,13 +17195,13 @@ "name" : "Save", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Save.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/guideline/PSDEACTIONS/Save.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -17176,7 +17209,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "DTO" }, @@ -17185,7 +17218,40 @@ "requestParamType" : "ENTITY", "requestPath" : "/save", "tempDataMode" : 0, - "uniqueTag" : "IDEA_TEMPLATE__DEACTION__SAVE", + "uniqueTag" : "GUIDELINE__DEACTION__SAVE", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_base", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_base", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "base" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "guideline_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "guideline_def_group_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_base", + "tempDataMode" : 0, + "uniqueTag" : "GUIDELINE__FETCH__BASE", "enableTestMethod" : false }, { "actionType" : "FETCH", @@ -17201,7 +17267,7 @@ "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_filter_dto" + "id" : "guideline_filter_dto" }, "type" : "DTO" }, @@ -17209,7 +17275,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_def_group_dto" }, "type" : "PAGE" }, @@ -17218,23 +17284,23 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_default", "tempDataMode" : 0, - "uniqueTag" : "IDEA_TEMPLATE__FETCH__DEFAULT", + "uniqueTag" : "GUIDELINE__FETCH__DEFAULT", "enableTestMethod" : false }, { "actionType" : "FETCH", - "codeName" : "fetch_global", + "codeName" : "fetch_normal", "dataAccessAction" : "READ", "methodType" : "FETCH", - "name" : "fetch_global", + "name" : "fetch_normal", "getPSDEDataSet" : { "modelref" : true, - "id" : "global" + "id" : "normal" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_filter_dto" + "id" : "guideline_filter_dto" }, "type" : "DTO" }, @@ -17242,39 +17308,72 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_template_dto" + "id" : "guideline_dto" }, "type" : "PAGE" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_global", + "requestPath" : "/fetch_normal", "tempDataMode" : 0, - "uniqueTag" : "IDEA_TEMPLATE__FETCH__GLOBAL", + "uniqueTag" : "GUIDELINE__FETCH__NORMAL", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_under_library", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_under_library", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "under_library" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "guideline_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "guideline_def_group_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_under_library", + "tempDataMode" : 0, + "uniqueTag" : "GUIDELINE__FETCH__UNDER_LIBRARY", "enableTestMethod" : false } ], "getParentIdPSDEField" : { - "name" : "PRODUCT_ID", - "codeName" : "product_id" + "name" : "SCOPE_ID", + "codeName" : "scope_id" }, "enableDataExport" : true, "enableDataImport" : true, - "id" : "DER1N_IDEA_TEMPLATE_PRODUCT_PRODUCT_ID" + "id" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID" }, { - "codeName" : "ideas", + "codeName" : "idea_templates", "getMajorPSDEServiceAPI" : { "modelref" : true, "id" : "product" }, "getMinorPSDEServiceAPI" : { "modelref" : true, - "id" : "idea" + "id" : "idea_template" }, - "name" : "DER1N_IDEA_PRODUCT_PRODUCT_ID", + "name" : "DER1N_IDEA_TEMPLATE_PRODUCT_PRODUCT_ID", "getPSDER" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDERS/DER1N_IDEA_PRODUCT_PRODUCT_ID.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDERS/DER1N_IDEA_TEMPLATE_PRODUCT_PRODUCT_ID.json" }, "getPSDEServiceAPIMethods" : [ { "actionType" : "DEACTION", @@ -17283,13 +17382,13 @@ "name" : "Create", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Create.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Create.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_dto" }, "type" : "DTO" }, @@ -17297,7 +17396,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_dto" }, "type" : "DTO" }, @@ -17305,7 +17404,7 @@ "requestMethod" : "POST", "requestParamType" : "ENTITY", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__CREATE", + "uniqueTag" : "IDEA_TEMPLATE__DEACTION__CREATE", "enableTestMethod" : false, "noServiceCodeName" : true }, { @@ -17315,7 +17414,7 @@ "name" : "Get", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Get.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Get.json" }, "getPSDEServiceAPIMethodInput" : { "getKeyPSDEServiceAPIField" : { @@ -17329,7 +17428,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_dto" }, "type" : "DTO" }, @@ -17338,7 +17437,7 @@ "requestMethod" : "GET", "requestParamType" : "FIELD", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__GET", + "uniqueTag" : "IDEA_TEMPLATE__DEACTION__GET", "enableTestMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true @@ -17349,7 +17448,7 @@ "name" : "Remove", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Remove.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Remove.json" }, "getPSDEServiceAPIMethodInput" : { "getKeyPSDEServiceAPIField" : { @@ -17368,7 +17467,7 @@ "requestMethod" : "DELETE", "requestParamType" : "FIELD", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__REMOVE", + "uniqueTag" : "IDEA_TEMPLATE__DEACTION__REMOVE", "enableTestMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true @@ -17379,13 +17478,13 @@ "name" : "Update", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Update.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Update.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_dto" }, "type" : "DTO" }, @@ -17393,7 +17492,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_dto" }, "type" : "DTO" }, @@ -17401,145 +17500,154 @@ "requestMethod" : "PUT", "requestParamType" : "ENTITY", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__UPDATE", + "uniqueTag" : "IDEA_TEMPLATE__DEACTION__UPDATE", "enableTestMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true }, { "actionType" : "DEACTION", - "codeName" : "activate", - "dataAccessAction" : "UPDATE", + "codeName" : "check_key", + "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "activate", + "name" : "CheckKey", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/activate.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/CheckKey.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_dto" }, "type" : "DTO" }, "getPSDEServiceAPIMethodReturn" : { "name" : "返回对象", - "type" : "VOID" + "stdDataType" : 9, + "type" : "SIMPLE" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/activate", + "requestPath" : "/check_key", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__ACTIVATE", - "enableTestMethod" : false, - "needResourceKey" : true + "uniqueTag" : "IDEA_TEMPLATE__DEACTION__CHECKKEY", + "enableTestMethod" : false }, { "actionType" : "DEACTION", - "codeName" : "archive", - "dataAccessAction" : "UPDATE", + "codeName" : "get_draft", + "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "archive", + "name" : "GetDraft", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/archive.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/GetDraft.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_dto" }, "type" : "DTO" }, "getPSDEServiceAPIMethodReturn" : { "name" : "返回对象", - "type" : "VOID" + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_template_dto" + }, + "type" : "DTO" }, "parentKeyMode" : "DEFAULT", - "requestMethod" : "POST", - "requestParamType" : "ENTITY", - "requestPath" : "/archive", + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__ARCHIVE", - "enableTestMethod" : false, - "needResourceKey" : true + "uniqueTag" : "IDEA_TEMPLATE__DEACTION__GETDRAFT", + "enableTestMethod" : false }, { "actionType" : "DEACTION", - "codeName" : "change_state", - "dataAccessAction" : "UPDATE", + "codeName" : "save", + "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "change_state", + "name" : "Save", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/change_state.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea_template/PSDEACTIONS/Save.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_dto" }, "type" : "DTO" }, "getPSDEServiceAPIMethodReturn" : { "name" : "返回对象", - "type" : "VOID" + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_template_dto" + }, + "type" : "DTO" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/change_state", + "requestPath" : "/save", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__CHANGE_STATE", - "enableTestMethod" : false, - "needResourceKey" : true + "uniqueTag" : "IDEA_TEMPLATE__DEACTION__SAVE", + "enableTestMethod" : false }, { - "actionType" : "DEACTION", - "codeName" : "check_key", - "dataAccessAction" : "CREATE", - "methodType" : "DEACTION", - "name" : "CheckKey", - "getPSDEAction" : { + "actionType" : "FETCH", + "codeName" : "fetch_default", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/CheckKey.json" + "id" : "Default" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_filter_dto" }, "type" : "DTO" }, "getPSDEServiceAPIMethodReturn" : { "name" : "返回对象", - "stdDataType" : 9, - "type" : "SIMPLE" + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_template_dto" + }, + "type" : "PAGE" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/check_key", + "requestPath" : "/fetch_default", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__CHECKKEY", + "uniqueTag" : "IDEA_TEMPLATE__FETCH__DEFAULT", "enableTestMethod" : false }, { - "actionType" : "DEACTION", - "codeName" : "choose_case_template", - "dataAccessAction" : "CREATE", - "methodType" : "DEACTION", - "name" : "choose_case_template", - "getPSDEAction" : { + "actionType" : "FETCH", + "codeName" : "fetch_global", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_global", + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/choose_case_template.json" + "id" : "global" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_filter_dto" }, "type" : "DTO" }, @@ -17547,26 +17655,48 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "idea_dto" + "id" : "idea_template_dto" }, - "type" : "DTO" + "type" : "PAGE" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/choose_case_template", + "requestPath" : "/fetch_global", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__CHOOSE_CASE_TEMPLATE", + "uniqueTag" : "IDEA_TEMPLATE__FETCH__GLOBAL", "enableTestMethod" : false - }, { + } ], + "getParentIdPSDEField" : { + "name" : "PRODUCT_ID", + "codeName" : "product_id" + }, + "enableDataExport" : true, + "enableDataImport" : true, + "id" : "DER1N_IDEA_TEMPLATE_PRODUCT_PRODUCT_ID" + }, { + "codeName" : "ideas", + "getMajorPSDEServiceAPI" : { + "modelref" : true, + "id" : "product" + }, + "getMinorPSDEServiceAPI" : { + "modelref" : true, + "id" : "idea" + }, + "name" : "DER1N_IDEA_PRODUCT_PRODUCT_ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDERS/DER1N_IDEA_PRODUCT_PRODUCT_ID.json" + }, + "getPSDEServiceAPIMethods" : [ { "actionType" : "DEACTION", - "codeName" : "delete", - "dataAccessAction" : "UPDATE", + "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "delete", + "name" : "Create", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/delete.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Create.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", @@ -17578,25 +17708,308 @@ }, "getPSDEServiceAPIMethodReturn" : { "name" : "返回对象", - "type" : "VOID" + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/delete", "tempDataMode" : 0, - "uniqueTag" : "IDEA__DEACTION__DELETE", + "uniqueTag" : "IDEA__DEACTION__CREATE", "enableTestMethod" : false, - "needResourceKey" : true + "noServiceCodeName" : true }, { "actionType" : "DEACTION", - "codeName" : "get_attention", "dataAccessAction" : "READ", "methodType" : "DEACTION", - "name" : "get_attention", + "name" : "Get", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/get_attention.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Get.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__DEACTION__GET", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Remove.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__DEACTION__REMOVE", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "Update", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/Update.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__DEACTION__UPDATE", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "codeName" : "activate", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "activate", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/activate.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/activate", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__DEACTION__ACTIVATE", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "archive", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "archive", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/archive.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/archive", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__DEACTION__ARCHIVE", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "change_state", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "change_state", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/change_state.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/change_state", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__DEACTION__CHANGE_STATE", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "check_key", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/CheckKey.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/check_key", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__DEACTION__CHECKKEY", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "choose_case_template", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "choose_case_template", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/choose_case_template.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/choose_case_template", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__DEACTION__CHOOSE_CASE_TEMPLATE", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "delete", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "delete", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/delete.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/delete", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__DEACTION__DELETE", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "get_attention", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "get_attention", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEACTIONS/get_attention.json" }, "getPSDEServiceAPIMethodInput" : { "getKeyPSDEServiceAPIField" : { @@ -18298,6 +18711,39 @@ "tempDataMode" : 0, "uniqueTag" : "IDEA__FETCH__BASELINE_CHOOSE_IDEA", "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_baseline_idea", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_baseline_idea", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_baseline_idea", + "tempDataMode" : 0, + "uniqueTag" : "IDEA__FETCH__BASELINE_IDEA", + "enableTestMethod" : false }, { "actionType" : "FETCH", "codeName" : "fetch_baseline_plan_idea", @@ -19092,13 +19538,13 @@ "enableTestMethod" : false }, { "actionType" : "FETCH", - "codeName" : "fetch_user", + "codeName" : "fetch_review_data", "dataAccessAction" : "READ", "methodType" : "FETCH", - "name" : "fetch_user", + "name" : "fetch_review_data", "getPSDEDataSet" : { "modelref" : true, - "id" : "user" + "id" : "review_data" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", @@ -19119,333 +19565,25 @@ "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_user", - "tempDataMode" : 0, - "uniqueTag" : "IDEA__FETCH__USER", - "enableTestMethod" : false - } ], - "getParentIdPSDEField" : { - "name" : "PRODUCT_ID", - "codeName" : "Product_id" - }, - "enableDataExport" : true, - "enableDataImport" : true, - "id" : "DER1N_IDEA_PRODUCT_PRODUCT_ID" - }, { - "codeName" : "insight_members", - "getMajorPSDEServiceAPI" : { - "modelref" : true, - "id" : "insight_view" - }, - "getMinorPSDEServiceAPI" : { - "modelref" : true, - "id" : "insight_member" - }, - "name" : "DER1N_INSIGHT_MEMBER_INSIGHT_VIEW_OWNER_ID", - "getPSDER" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDERS/DER1N_INSIGHT_MEMBER_INSIGHT_VIEW_OWNER_ID.json" - }, - "getPSDEServiceAPIMethods" : [ { - "actionType" : "DEACTION", - "dataAccessAction" : "CREATE", - "methodType" : "DEACTION", - "name" : "Create", - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Create.json" - }, - "getPSDEServiceAPIMethodInput" : { - "name" : "输入对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "getPSDEServiceAPIMethodReturn" : { - "name" : "返回对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "parentKeyMode" : "DEFAULT", - "requestMethod" : "POST", - "requestParamType" : "ENTITY", - "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__DEACTION__CREATE", - "enableTestMethod" : false, - "noServiceCodeName" : true - }, { - "actionType" : "DEACTION", - "dataAccessAction" : "READ", - "methodType" : "DEACTION", - "name" : "Get", - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Get.json" - }, - "getPSDEServiceAPIMethodInput" : { - "getKeyPSDEServiceAPIField" : { - "modelref" : true, - "id" : "id" - }, - "name" : "输入对象", - "type" : "KEYFIELD" - }, - "getPSDEServiceAPIMethodReturn" : { - "name" : "返回对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "parentKeyMode" : "DEFAULT", - "requestField" : "ID", - "requestMethod" : "GET", - "requestParamType" : "FIELD", - "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__DEACTION__GET", - "enableTestMethod" : false, - "needResourceKey" : true, - "noServiceCodeName" : true - }, { - "actionType" : "DEACTION", - "dataAccessAction" : "DELETE", - "methodType" : "DEACTION", - "name" : "Remove", - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Remove.json" - }, - "getPSDEServiceAPIMethodInput" : { - "getKeyPSDEServiceAPIField" : { - "modelref" : true, - "id" : "id" - }, - "name" : "输入对象", - "type" : "KEYFIELDS" - }, - "getPSDEServiceAPIMethodReturn" : { - "name" : "返回对象", - "type" : "VOID" - }, - "parentKeyMode" : "DEFAULT", - "requestField" : "ID", - "requestMethod" : "DELETE", - "requestParamType" : "FIELD", - "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__DEACTION__REMOVE", - "enableTestMethod" : false, - "needResourceKey" : true, - "noServiceCodeName" : true - }, { - "actionType" : "DEACTION", - "dataAccessAction" : "UPDATE", - "methodType" : "DEACTION", - "name" : "Update", - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Update.json" - }, - "getPSDEServiceAPIMethodInput" : { - "name" : "输入对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "getPSDEServiceAPIMethodReturn" : { - "name" : "返回对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "parentKeyMode" : "DEFAULT", - "requestMethod" : "PUT", - "requestParamType" : "ENTITY", - "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__DEACTION__UPDATE", - "enableTestMethod" : false, - "needResourceKey" : true, - "noServiceCodeName" : true - }, { - "actionType" : "DEACTION", - "codeName" : "change_role", - "dataAccessAction" : "UPDATE", - "methodType" : "DEACTION", - "name" : "change_role", - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/change_role.json" - }, - "getPSDEServiceAPIMethodInput" : { - "name" : "输入对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "getPSDEServiceAPIMethodReturn" : { - "name" : "返回对象", - "type" : "VOID" - }, - "parentKeyMode" : "DEFAULT", - "requestMethod" : "POST", - "requestParamType" : "ENTITY", - "requestPath" : "/change_role", - "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__DEACTION__CHANGE_ROLE", - "enableTestMethod" : false, - "needResourceKey" : true - }, { - "actionType" : "DEACTION", - "codeName" : "check_key", - "dataAccessAction" : "CREATE", - "methodType" : "DEACTION", - "name" : "CheckKey", - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/CheckKey.json" - }, - "getPSDEServiceAPIMethodInput" : { - "name" : "输入对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "getPSDEServiceAPIMethodReturn" : { - "name" : "返回对象", - "stdDataType" : 9, - "type" : "SIMPLE" - }, - "parentKeyMode" : "DEFAULT", - "requestMethod" : "POST", - "requestParamType" : "ENTITY", - "requestPath" : "/check_key", - "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__DEACTION__CHECKKEY", - "enableTestMethod" : false - }, { - "actionType" : "DEACTION", - "codeName" : "choose_position", - "dataAccessAction" : "UPDATE", - "methodType" : "DEACTION", - "name" : "choose_position", - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/choose_position.json" - }, - "getPSDEServiceAPIMethodInput" : { - "name" : "输入对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "getPSDEServiceAPIMethodReturn" : { - "name" : "返回对象", - "type" : "VOID" - }, - "parentKeyMode" : "DEFAULT", - "requestMethod" : "POST", - "requestParamType" : "ENTITY", - "requestPath" : "/choose_position", - "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__DEACTION__CHOOSE_POSITION", - "enableTestMethod" : false, - "needResourceKey" : true - }, { - "actionType" : "DEACTION", - "codeName" : "get_draft", - "dataAccessAction" : "CREATE", - "methodType" : "DEACTION", - "name" : "GetDraft", - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/GetDraft.json" - }, - "getPSDEServiceAPIMethodInput" : { - "name" : "输入对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "getPSDEServiceAPIMethodReturn" : { - "name" : "返回对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "parentKeyMode" : "DEFAULT", - "requestMethod" : "GET", - "requestParamType" : "NONE", - "requestPath" : "/get_draft", - "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__DEACTION__GETDRAFT", - "enableTestMethod" : false - }, { - "actionType" : "DEACTION", - "codeName" : "save", - "dataAccessAction" : "CREATE", - "methodType" : "DEACTION", - "name" : "Save", - "getPSDEAction" : { - "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Save.json" - }, - "getPSDEServiceAPIMethodInput" : { - "name" : "输入对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "getPSDEServiceAPIMethodReturn" : { - "name" : "返回对象", - "getPSDEMethodDTO" : { - "modelref" : true, - "id" : "insight_member_dto" - }, - "type" : "DTO" - }, - "parentKeyMode" : "DEFAULT", - "requestMethod" : "POST", - "requestParamType" : "ENTITY", - "requestPath" : "/save", + "requestPath" : "/fetch_review_data", "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__DEACTION__SAVE", + "uniqueTag" : "IDEA__FETCH__REVIEW_DATA", "enableTestMethod" : false }, { "actionType" : "FETCH", - "codeName" : "fetch_default", + "codeName" : "fetch_user", "dataAccessAction" : "READ", "methodType" : "FETCH", - "name" : "fetch_default", + "name" : "fetch_user", "getPSDEDataSet" : { "modelref" : true, - "id" : "Default" + "id" : "user" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "insight_member_filter_dto" + "id" : "idea_filter_dto" }, "type" : "DTO" }, @@ -19453,39 +19591,380 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "insight_member_dto" + "id" : "idea_dto" }, "type" : "PAGE" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/fetch_default", + "requestPath" : "/fetch_user", "tempDataMode" : 0, - "uniqueTag" : "INSIGHT_MEMBER__FETCH__DEFAULT", + "uniqueTag" : "IDEA__FETCH__USER", "enableTestMethod" : false } ], "getParentIdPSDEField" : { - "name" : "OWNER_ID", - "codeName" : "owner_id" + "name" : "PRODUCT_ID", + "codeName" : "Product_id" }, "enableDataExport" : true, "enableDataImport" : true, - "id" : "DER1N_INSIGHT_MEMBER_INSIGHT_VIEW_OWNER_ID" + "id" : "DER1N_IDEA_PRODUCT_PRODUCT_ID" }, { "codeName" : "insight_members", "getMajorPSDEServiceAPI" : { "modelref" : true, - "id" : "user" + "id" : "insight_view" }, "getMinorPSDEServiceAPI" : { "modelref" : true, "id" : "insight_member" }, - "name" : "DER1N_INSIGHT_MEMBER_USER_USER_ID", + "name" : "DER1N_INSIGHT_MEMBER_INSIGHT_VIEW_OWNER_ID", "getPSDER" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDERS/DER1N_INSIGHT_MEMBER_USER_USER_ID.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDERS/DER1N_INSIGHT_MEMBER_INSIGHT_VIEW_OWNER_ID.json" + }, + "getPSDEServiceAPIMethods" : [ { + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "Create", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Create.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__DEACTION__CREATE", + "enableTestMethod" : false, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "Get", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Get.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__DEACTION__GET", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Remove.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__DEACTION__REMOVE", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "Update", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Update.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__DEACTION__UPDATE", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "codeName" : "change_role", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "change_role", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/change_role.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/change_role", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__DEACTION__CHANGE_ROLE", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "check_key", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/CheckKey.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/check_key", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__DEACTION__CHECKKEY", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "choose_position", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "choose_position", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/choose_position.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/choose_position", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__DEACTION__CHOOSE_POSITION", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "get_draft", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "GetDraft", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/GetDraft.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__DEACTION__GETDRAFT", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "save", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "Save", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDEACTIONS/Save.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/save", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__DEACTION__SAVE", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_default", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "insight_member_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_default", + "tempDataMode" : 0, + "uniqueTag" : "INSIGHT_MEMBER__FETCH__DEFAULT", + "enableTestMethod" : false + } ], + "getParentIdPSDEField" : { + "name" : "OWNER_ID", + "codeName" : "owner_id" + }, + "enableDataExport" : true, + "enableDataImport" : true, + "id" : "DER1N_INSIGHT_MEMBER_INSIGHT_VIEW_OWNER_ID" + }, { + "codeName" : "insight_members", + "getMajorPSDEServiceAPI" : { + "modelref" : true, + "id" : "user" + }, + "getMinorPSDEServiceAPI" : { + "modelref" : true, + "id" : "insight_member" + }, + "name" : "DER1N_INSIGHT_MEMBER_USER_USER_ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_member/PSDERS/DER1N_INSIGHT_MEMBER_USER_USER_ID.json" }, "getPSDEServiceAPIMethods" : [ { "actionType" : "DEACTION", @@ -41933,19 +42412,19 @@ "enableDataImport" : true, "id" : "DER1N_RESOURCE_MEMBER_USER_USER_ID" }, { - "codeName" : "review_contents", + "codeName" : "review_content_ideas", "getMajorPSDEServiceAPI" : { "modelref" : true, "id" : "review" }, "getMinorPSDEServiceAPI" : { "modelref" : true, - "id" : "review_content" + "id" : "REVIEW_CONTENT_IDEA" }, - "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW", "getPSDER" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_REVIEW_CONTENT_REVIEW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW.json" }, "getPSDEServiceAPIMethods" : [ { "actionType" : "DEACTION", @@ -41954,13 +42433,13 @@ "name" : "Create", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Create.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -41968,7 +42447,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -41976,7 +42455,7 @@ "requestMethod" : "POST", "requestParamType" : "ENTITY", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__CREATE", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__CREATE", "enableTestMethod" : false, "noServiceCodeName" : true }, { @@ -41986,7 +42465,7 @@ "name" : "Get", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Get.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json" }, "getPSDEServiceAPIMethodInput" : { "getKeyPSDEServiceAPIField" : { @@ -42000,7 +42479,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -42009,7 +42488,7 @@ "requestMethod" : "GET", "requestParamType" : "FIELD", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__GET", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__GET", "enableTestMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true @@ -42020,7 +42499,7 @@ "name" : "Remove", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Remove.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json" }, "getPSDEServiceAPIMethodInput" : { "getKeyPSDEServiceAPIField" : { @@ -42039,7 +42518,7 @@ "requestMethod" : "DELETE", "requestParamType" : "FIELD", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__REMOVE", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__REMOVE", "enableTestMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true @@ -42050,13 +42529,13 @@ "name" : "Update", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -42064,7 +42543,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -42072,85 +42551,88 @@ "requestMethod" : "PUT", "requestParamType" : "ENTITY", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__UPDATE", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__UPDATE", "enableTestMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true }, { "actionType" : "DEACTION", - "codeName" : "add_review_content", - "dataAccessAction" : "UPDATE", + "codeName" : "check_key", + "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "add_review_content", + "name" : "CheckKey", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/add_review_content.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, "getPSDEServiceAPIMethodReturn" : { "name" : "返回对象", - "type" : "VOID" + "stdDataType" : 9, + "type" : "SIMPLE" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/add_review_content", + "requestPath" : "/check_key", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__ADD_REVIEW_CONTENT", - "enableTestMethod" : false, - "needResourceKey" : true + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__CHECKKEY", + "enableTestMethod" : false }, { "actionType" : "DEACTION", - "codeName" : "check_key", + "codeName" : "get_draft", "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "CheckKey", + "name" : "GetDraft", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/CheckKey.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, "getPSDEServiceAPIMethodReturn" : { "name" : "返回对象", - "stdDataType" : 9, - "type" : "SIMPLE" + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" }, "parentKeyMode" : "DEFAULT", - "requestMethod" : "POST", - "requestParamType" : "ENTITY", - "requestPath" : "/check_key", + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__CHECKKEY", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__GETDRAFT", "enableTestMethod" : false }, { "actionType" : "DEACTION", - "codeName" : "complete_review", - "dataAccessAction" : "UPDATE", + "codeName" : "review_content_total", + "dataAccessAction" : "READ", "methodType" : "DEACTION", - "name" : "complete_review", + "name" : "review_content_total", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/complete_review.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -42158,32 +42640,32 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/complete_review", + "requestPath" : "/review_content_total", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__COMPLETE_REVIEW", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__REVIEW_CONTENT_TOTAL", "enableTestMethod" : false }, { "actionType" : "DEACTION", - "codeName" : "get_draft", + "codeName" : "save", "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "GetDraft", + "name" : "Save", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/GetDraft.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -42191,32 +42673,32 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, "parentKeyMode" : "DEFAULT", - "requestMethod" : "GET", - "requestParamType" : "NONE", - "requestPath" : "/get_draft", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/save", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__GETDRAFT", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__SAVE", "enableTestMethod" : false }, { - "actionType" : "DEACTION", - "codeName" : "program_test_case", - "dataAccessAction" : "UPDATE", - "methodType" : "DEACTION", - "name" : "program_test_case", - "getPSDEAction" : { + "actionType" : "FETCH", + "codeName" : "fetch_all", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_all", + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/program_test_case.json" + "id" : "all" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_filter_dto" }, "type" : "DTO" }, @@ -42224,33 +42706,32 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, - "type" : "DTO" + "type" : "PAGE" }, "parentKeyMode" : "DEFAULT", - "requestMethod" : "PUT", + "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/program_test_case", + "requestPath" : "/fetch_all", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__PROGRAM_TEST_CASE", - "enableTestMethod" : false, - "needResourceKey" : true + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__ALL", + "enableTestMethod" : false }, { - "actionType" : "DEACTION", - "codeName" : "review_content_total", + "actionType" : "FETCH", + "codeName" : "fetch_cur_history", "dataAccessAction" : "READ", - "methodType" : "DEACTION", - "name" : "review_content_total", - "getPSDEAction" : { + "methodType" : "FETCH", + "name" : "fetch_cur_history", + "getPSDEDataSet" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/review_content_total.json" + "id" : "cur_history" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_filter_dto" }, "type" : "DTO" }, @@ -42258,32 +42739,120 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_history", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__CUR_HISTORY", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_default", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" }, "type" : "DTO" }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/review_content_total", + "requestPath" : "/fetch_default", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__REVIEW_CONTENT_TOTAL", + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__DEFAULT", "enableTestMethod" : false }, { + "actionType" : "FETCH", + "codeName" : "fetch_history_list", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_history_list", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "history_list" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_history_list", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__HISTORY_LIST", + "enableTestMethod" : false + } ], + "getParentIdPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "enableDataExport" : true, + "enableDataImport" : true, + "id" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW" + }, { + "codeName" : "review_content_ideas", + "getMajorPSDEServiceAPI" : { + "modelref" : true, + "id" : "review_wizard" + }, + "getMinorPSDEServiceAPI" : { + "modelref" : true, + "id" : "REVIEW_CONTENT_IDEA" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDERS/DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD.json" + }, + "getPSDEServiceAPIMethods" : [ { "actionType" : "DEACTION", - "codeName" : "save", "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "Save", + "name" : "Create", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Save.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -42291,62 +42860,95 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/save", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__SAVE", - "enableTestMethod" : false + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__CREATE", + "enableTestMethod" : false, + "noServiceCodeName" : true }, { "actionType" : "DEACTION", - "codeName" : "set_review_result", - "dataAccessAction" : "UPDATE", + "dataAccessAction" : "READ", "methodType" : "DEACTION", - "name" : "set_review_result", + "name" : "Get", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/set_review_result.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json" }, "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__GET", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, "getPSDEServiceAPIMethodReturn" : { "name" : "返回对象", "type" : "VOID" }, "parentKeyMode" : "DEFAULT", - "requestMethod" : "POST", - "requestParamType" : "ENTITY", - "requestPath" : "/set_review_result", + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__SET_REVIEW_RESULT", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__REMOVE", "enableTestMethod" : false, - "needResourceKey" : true + "needResourceKey" : true, + "noServiceCodeName" : true }, { "actionType" : "DEACTION", - "codeName" : "set_review_result_all", "dataAccessAction" : "UPDATE", "methodType" : "DEACTION", - "name" : "set_review_result_all", + "name" : "Update", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/set_review_result_all.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -42354,32 +42956,63 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__UPDATE", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "codeName" : "check_key", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" }, "type" : "DTO" }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/set_review_result_all", + "requestPath" : "/check_key", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__SET_REVIEW_RESULT_ALL", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__CHECKKEY", "enableTestMethod" : false }, { "actionType" : "DEACTION", - "codeName" : "start_review", - "dataAccessAction" : "UPDATE", + "codeName" : "get_draft", + "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "start_review", + "name" : "GetDraft", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/start_review.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -42387,32 +43020,65 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__GETDRAFT", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "review_content_total", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "review_content_total", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" }, "type" : "DTO" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/start_review", + "requestPath" : "/review_content_total", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__START_REVIEW", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__REVIEW_CONTENT_TOTAL", "enableTestMethod" : false }, { "actionType" : "DEACTION", - "codeName" : "submit_review", - "dataAccessAction" : "UPDATE", + "codeName" : "save", + "dataAccessAction" : "CREATE", "methodType" : "DEACTION", - "name" : "submit_review", + "name" : "Save", "getPSDEAction" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/submit_review.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json" }, "getPSDEServiceAPIMethodInput" : { "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, @@ -42420,16 +43086,16 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "DTO" }, "parentKeyMode" : "DEFAULT", "requestMethod" : "POST", "requestParamType" : "ENTITY", - "requestPath" : "/submit_review", + "requestPath" : "/save", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__DEACTION__SUBMIT_REVIEW", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__SAVE", "enableTestMethod" : false }, { "actionType" : "FETCH", @@ -42445,7 +43111,7 @@ "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_filter_dto" + "id" : "review_content_idea_filter_dto" }, "type" : "DTO" }, @@ -42453,7 +43119,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "PAGE" }, @@ -42462,7 +43128,7 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_all", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__FETCH__ALL", + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__ALL", "enableTestMethod" : false }, { "actionType" : "FETCH", @@ -42478,7 +43144,7 @@ "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_filter_dto" + "id" : "review_content_idea_filter_dto" }, "type" : "DTO" }, @@ -42486,7 +43152,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "PAGE" }, @@ -42495,7 +43161,7 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_cur_history", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__FETCH__CUR_HISTORY", + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__CUR_HISTORY", "enableTestMethod" : false }, { "actionType" : "FETCH", @@ -42511,7 +43177,7 @@ "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_filter_dto" + "id" : "review_content_idea_filter_dto" }, "type" : "DTO" }, @@ -42519,7 +43185,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "PAGE" }, @@ -42528,7 +43194,7 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_default", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__FETCH__DEFAULT", + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__DEFAULT", "enableTestMethod" : false }, { "actionType" : "FETCH", @@ -42544,7 +43210,7 @@ "name" : "输入对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_filter_dto" + "id" : "review_content_idea_filter_dto" }, "type" : "DTO" }, @@ -42552,7 +43218,7 @@ "name" : "返回对象", "getPSDEMethodDTO" : { "modelref" : true, - "id" : "review_content_dto" + "id" : "review_content_idea_dto" }, "type" : "PAGE" }, @@ -42561,7 +43227,7 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_history_list", "tempDataMode" : 0, - "uniqueTag" : "REVIEW_CONTENT__FETCH__HISTORY_LIST", + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__HISTORY_LIST", "enableTestMethod" : false } ], "getParentIdPSDEField" : { @@ -42570,21 +43236,21 @@ }, "enableDataExport" : true, "enableDataImport" : true, - "id" : "DERCUSTOM_REVIEW_CONTENT_REVIEW" + "id" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD" }, { "codeName" : "review_contents", "getMajorPSDEServiceAPI" : { "modelref" : true, - "id" : "review_wizard" + "id" : "review" }, "getMinorPSDEServiceAPI" : { "modelref" : true, "id" : "review_content" }, - "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW", "getPSDER" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_REVIEW_CONTENT_REVIEW.json" }, "getPSDEServiceAPIMethods" : [ { "actionType" : "DEACTION", @@ -42808,6 +43474,711 @@ "tempDataMode" : 0, "uniqueTag" : "REVIEW_CONTENT__DEACTION__COMPLETE_REVIEW", "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "create_review_data", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "create_review_data", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/create_review_data", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__CREATE_REVIEW_DATA", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "get_draft", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "GetDraft", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/GetDraft.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__GETDRAFT", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "program_test_case", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "program_test_case", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/program_test_case.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "requestPath" : "/program_test_case", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__PROGRAM_TEST_CASE", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "review_content_total", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "review_content_total", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/review_content_total.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/review_content_total", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__REVIEW_CONTENT_TOTAL", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "save", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "Save", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Save.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/save", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__SAVE", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "set_review_result", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "set_review_result", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/set_review_result.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/set_review_result", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__SET_REVIEW_RESULT", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "set_review_result_all", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "set_review_result_all", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/set_review_result_all.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/set_review_result_all", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__SET_REVIEW_RESULT_ALL", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "start_review", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "start_review", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/start_review.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/start_review", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__START_REVIEW", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "submit_review", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "submit_review", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/submit_review.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/submit_review", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__SUBMIT_REVIEW", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_all", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_all", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_all", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__FETCH__ALL", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_cur_history", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_cur_history", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_history" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_history", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__FETCH__CUR_HISTORY", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_default", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_default", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__FETCH__DEFAULT", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_history_list", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_history_list", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "history_list" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_history_list", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__FETCH__HISTORY_LIST", + "enableTestMethod" : false + } ], + "getParentIdPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "enableDataExport" : true, + "enableDataImport" : true, + "id" : "DERCUSTOM_REVIEW_CONTENT_REVIEW" + }, { + "codeName" : "review_contents", + "getMajorPSDEServiceAPI" : { + "modelref" : true, + "id" : "review_wizard" + }, + "getMinorPSDEServiceAPI" : { + "modelref" : true, + "id" : "review_content" + }, + "name" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDERS/DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD.json" + }, + "getPSDEServiceAPIMethods" : [ { + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "Create", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Create.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__CREATE", + "enableTestMethod" : false, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "Get", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Get.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__GET", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Remove.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__REMOVE", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "Update", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/Update.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__UPDATE", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "codeName" : "add_review_content", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "add_review_content", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/add_review_content.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/add_review_content", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__ADD_REVIEW_CONTENT", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "check_key", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/CheckKey.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/check_key", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__CHECKKEY", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "complete_review", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "complete_review", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/complete_review.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/complete_review", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__COMPLETE_REVIEW", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "create_review_data", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "create_review_data", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/create_review_data", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__CREATE_REVIEW_DATA", + "enableTestMethod" : false }, { "actionType" : "DEACTION", "codeName" : "get_draft", @@ -43447,6 +44818,39 @@ "tempDataMode" : 0, "uniqueTag" : "REVIEW_CONTENT__DEACTION__COMPLETE_REVIEW", "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "create_review_data", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "create_review_data", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/create_review_data", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW_CONTENT__DEACTION__CREATE_REVIEW_DATA", + "enableTestMethod" : false }, { "actionType" : "DEACTION", "codeName" : "get_draft", @@ -44595,6 +45999,41 @@ "tempDataMode" : 0, "uniqueTag" : "REVIEW__DEACTION__GETDRAFT", "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "get_redirect_data", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "get_redirect_data", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "requestPath" : "/get_redirect_data", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__GET_REDIRECT_DATA", + "enableTestMethod" : false, + "needResourceKey" : true }, { "actionType" : "DEACTION", "codeName" : "repeal_review", @@ -44861,6 +46300,739 @@ "enableDataExport" : true, "enableDataImport" : true, "id" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID" + }, { + "codeName" : "reviews", + "getMajorPSDEServiceAPI" : { + "modelref" : true, + "id" : "product" + }, + "getMinorPSDEServiceAPI" : { + "modelref" : true, + "id" : "review" + }, + "name" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID", + "getPSDER" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDERS/DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID.json" + }, + "getPSDEServiceAPIMethods" : [ { + "actionType" : "DEACTION", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "Create", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Create.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__CREATE", + "enableTestMethod" : false, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "Get", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Get.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_def_group_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__GET", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "DELETE", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Remove.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__REMOVE", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "Update", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Update.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__UPDATE", + "enableTestMethod" : false, + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "actionType" : "DEACTION", + "codeName" : "add_review_content", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "add_review_content", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/add_review_content.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/add_review_content", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__ADD_REVIEW_CONTENT", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "change_review_stage", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "change_review_stage", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/change_review_stage.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/change_review_stage", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__CHANGE_REVIEW_STAGE", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "check_key", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/CheckKey.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/check_key", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__CHECKKEY", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "completed_review", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "completed_review", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/completed_review.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "requestPath" : "/completed_review", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__COMPLETED_REVIEW", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "fill_cureent_stage_info", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "fill_cureent_stage_info", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/fill_cureent_stage_info.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fill_cureent_stage_info", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__FILL_CUREENT_STAGE_INFO", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "fill_guideline", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "fill_guideline", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/fill_guideline.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fill_guideline", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__FILL_GUIDELINE", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "fill_stage_reviewer", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "fill_stage_reviewer", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/fill_stage_reviewer.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fill_stage_reviewer", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__FILL_STAGE_REVIEWER", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "get_attention", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "get_attention", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_attention.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "requestPath" : "/get_attention", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__GET_ATTENTION", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "get_draft", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "GetDraft", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/GetDraft.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_def_group_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__GETDRAFT", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "get_redirect_data", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "get_redirect_data", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "requestPath" : "/get_redirect_data", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__GET_REDIRECT_DATA", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "repeal_review", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "repeal_review", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/repeal_review.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/repeal_review", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__REPEAL_REVIEW", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "DEACTION", + "codeName" : "save", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "Save", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/Save.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/save", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__SAVE", + "enableTestMethod" : false + }, { + "actionType" : "DEACTION", + "codeName" : "submit_review", + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "submit_review", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/submit_review.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/submit_review", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__DEACTION__SUBMIT_REVIEW", + "enableTestMethod" : false, + "needResourceKey" : true + }, { + "actionType" : "FETCH", + "codeName" : "fetch_bi_search", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_bi_search", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "bi_search" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_bi_search_group_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_bi_search", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__FETCH__BI_SEARCH", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_default", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_default", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__FETCH__DEFAULT", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_my_attention", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_my_attention", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "my_attention" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_my_attention", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__FETCH__MY_ATTENTION", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_my_reviewed", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_my_reviewed", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "my_reviewed" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_my_reviewed", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__FETCH__MY_REVIEWED", + "enableTestMethod" : false + }, { + "actionType" : "FETCH", + "codeName" : "fetch_my_todo", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_my_todo", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "MyTodo" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "PAGE" + }, + "parentKeyMode" : "DEFAULT", + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_my_todo", + "tempDataMode" : 0, + "uniqueTag" : "REVIEW__FETCH__MYTODO", + "enableTestMethod" : false + } ], + "getParentIdPSDEField" : { + "name" : "PRINCIPAL_ID", + "codeName" : "principal_id" + }, + "enableDataExport" : true, + "enableDataImport" : true, + "id" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID" }, { "codeName" : "role_members", "getMajorPSDEServiceAPI" : { @@ -79964,6 +82136,19 @@ "enableModify" : false, "keyField" : false, "majorField" : false + }, { + "codeName" : "idea", + "codeName2" : "idea", + "logicName" : "产品需求", + "name" : "IDEA", + "orderValue" : 310, + "stdDataType" : 21, + "stringLength" : 1048576, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false }, { "codeName" : "cur_version_id", "codeName2" : "cur_version_id", @@ -80370,6 +82555,35 @@ "requestParamType" : "ENTITY", "requestPath" : "/complete_review", "uniqueTag" : "REVIEW_CONTENT__DEACTION__COMPLETE_REVIEW" + }, { + "codeName" : "create_review_data", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "create_review_data", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEACTIONS/create_review_data.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_dto" + }, + "type" : "DTO" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/create_review_data", + "uniqueTag" : "REVIEW_CONTENT__DEACTION__CREATE_REVIEW_DATA" }, { "codeName" : "get_draft", "dataAccessAction" : "CREATE", @@ -83170,6 +85384,35 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_comment_notify_assignee", "uniqueTag" : "CUSTOMER__FETCH__COMMENT_NOTIFY_ASSIGNEE" + }, { + "codeName" : "fetch_cur_product_customer", + "dataAccessAction" : "NONE", + "methodType" : "FETCH", + "name" : "fetch_cur_product_customer", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_product_customer" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "customer_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "customer_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_product_customer", + "uniqueTag" : "CUSTOMER__FETCH__CUR_PRODUCT_CUSTOMER" }, { "codeName" : "fetch_default", "dataAccessAction" : "READ", @@ -101428,6 +103671,9 @@ }, { "modelref" : true, "id" : "DER1N_CUSTOMER_PRODUCT_PRODUCT_ID" + }, { + "modelref" : true, + "id" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID" }, { "modelref" : true, "id" : "DER1N_IDEA_TEMPLATE_PRODUCT_PRODUCT_ID" @@ -101449,6 +103695,9 @@ }, { "modelref" : true, "id" : "产品-关联" + }, { + "modelref" : true, + "id" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID" }, { "modelref" : true, "id" : "DER1N_TICKET_PRODUCT_PRODUCT_ID" @@ -102689,6 +104938,722 @@ "enableDataExport" : true, "enableDataImport" : true, "major" : true + }, { + "aPIMode" : 1, + "codeName" : "REVIEW_CONTENT_IDEA", + "codeName2" : "REVIEW_CONTENT_IDEAs", + "getLNPSLanguageRes" : { + "lanResTag" : "DE.LNAME.REVIEW_CONTENT_IDEA" + }, + "logicName" : "产品需求评审内容", + "getMinorPSDEServiceAPIRSs" : [ { + "modelref" : true, + "id" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW" + }, { + "modelref" : true, + "id" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD" + } ], + "name" : "REVIEW_CONTENT_IDEA", + "getPSDEServiceAPIFields" : [ { + "codeName" : "principal_id", + "codeName2" : "principal_id", + "logicName" : "关联主体标识", + "name" : "PRINCIPAL_ID", + "orderValue" : 160, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "change_type", + "codeName2" : "change_type", + "logicName" : "变更类型", + "name" : "CHANGE_TYPE", + "orderValue" : 160, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "owner_type", + "codeName2" : "owner_type", + "logicName" : "所属数据对象", + "name" : "OWNER_TYPE", + "orderValue" : 170, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "principal_type", + "codeName2" : "principal_type", + "logicName" : "关联主体类型", + "name" : "PRINCIPAL_TYPE", + "orderValue" : 170, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "change_version", + "codeName2" : "change_version", + "logicName" : "变更版本", + "name" : "CHANGE_VERSION", + "orderValue" : 170, + "stdDataType" : 21, + "stringLength" : 1048576, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "stage_results", + "codeName2" : "stage_results", + "logicName" : "评审结果", + "name" : "STAGE_RESULTS", + "orderValue" : 180, + "stdDataType" : 21, + "stringLength" : 1048576, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_type", + "codeName2" : "target_type", + "logicName" : "关联目标类型", + "name" : "TARGET_TYPE", + "orderValue" : 190, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "final_stage_results", + "codeName2" : "final_stage_results", + "logicName" : "最终评审结果", + "name" : "FINAL_STAGE_RESULTS", + "orderValue" : 190, + "stdDataType" : 25, + "stringLength" : 60, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "parent_version_id", + "codeName2" : "parent_version_id", + "logicName" : "父对象版本标识", + "name" : "PARENT_VERSION_ID", + "orderValue" : 220, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_version_id", + "codeName2" : "target_version_id", + "logicName" : "目标对象版本标识", + "name" : "TARGET_VERSION_ID", + "orderValue" : 220, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "id", + "codeName2" : "id", + "logicName" : "标识", + "name" : "ID", + "orderValue" : 250, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : false, + "enableCreate" : true, + "enableModify" : true, + "keyField" : true, + "majorField" : false + }, { + "codeName" : "name", + "codeName2" : "name", + "logicName" : "名称", + "name" : "NAME", + "orderValue" : 260, + "stdDataType" : 25, + "stringLength" : 200, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : true + }, { + "codeName" : "create_time", + "codeName2" : "create_time", + "logicName" : "创建时间", + "name" : "CREATE_TIME", + "orderValue" : 270, + "stdDataType" : 5, + "allowEmpty" : false, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "update_time", + "codeName2" : "update_time", + "logicName" : "更新时间", + "name" : "UPDATE_TIME", + "orderValue" : 270, + "stdDataType" : 5, + "allowEmpty" : false, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "create_man", + "codeName2" : "create_man", + "logicName" : "建立人", + "name" : "CREATE_MAN", + "orderValue" : 290, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : false, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "update_man", + "codeName2" : "update_man", + "logicName" : "更新人", + "name" : "UPDATE_MAN", + "orderValue" : 290, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : false, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "review_data", + "codeName2" : "review_data", + "logicName" : "评审数据", + "name" : "REVIEW_DATA", + "orderValue" : 300, + "stdDataType" : 21, + "stringLength" : 1048576, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "idea", + "codeName2" : "idea", + "logicName" : "产品需求", + "name" : "IDEA", + "orderValue" : 310, + "stdDataType" : 21, + "stringLength" : 1048576, + "allowEmpty" : true, + "enableCreate" : false, + "enableModify" : false, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "cur_version_id", + "codeName2" : "cur_version_id", + "logicName" : "当前版本标识", + "name" : "CUR_VERSION_ID", + "orderValue" : 320, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_identifier", + "codeName2" : "target_identifier", + "logicName" : "目标对象编号", + "name" : "TARGET_IDENTIFIER", + "orderValue" : 330, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_title", + "codeName2" : "target_title", + "logicName" : "目标对象标题", + "name" : "TARGET_TITLE", + "orderValue" : 340, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_state", + "codeName2" : "target_state", + "logicName" : "目标对象状态", + "name" : "TARGET_STATE", + "orderValue" : 350, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_assignee", + "codeName2" : "target_assignee", + "logicName" : "目标对象负责人", + "name" : "TARGET_ASSIGNEE", + "orderValue" : 360, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_version", + "codeName2" : "target_version", + "logicName" : "关联目标版本", + "name" : "TARGET_VERSION", + "orderValue" : 370, + "stdDataType" : 21, + "stringLength" : 1048576, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_priority", + "codeName2" : "target_priority", + "logicName" : "目标对象优先级", + "name" : "TARGET_PRIORITY", + "orderValue" : 380, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_parent_id", + "codeName2" : "target_parent_id", + "logicName" : "目标对象父标识", + "name" : "TARGET_PARENT_ID", + "orderValue" : 390, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + }, { + "codeName" : "target_id", + "codeName2" : "target_id", + "logicName" : "关联目标标识", + "name" : "TARGET_ID", + "orderValue" : 400, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false + } ], + "getPSDEServiceAPIMethods" : [ { + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "Create", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Create.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__CREATE", + "noServiceCodeName" : true + }, { + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "Get", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Get.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__GET", + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "dataAccessAction" : "DELETE", + "methodType" : "DEACTION", + "name" : "Remove", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Remove.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELDS" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "type" : "VOID" + }, + "requestField" : "ID", + "requestMethod" : "DELETE", + "requestParamType" : "FIELD", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__REMOVE", + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "dataAccessAction" : "UPDATE", + "methodType" : "DEACTION", + "name" : "Update", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Update.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "requestMethod" : "PUT", + "requestParamType" : "ENTITY", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__UPDATE", + "needResourceKey" : true, + "noServiceCodeName" : true + }, { + "codeName" : "check_key", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "CheckKey", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/CheckKey.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "stdDataType" : 9, + "type" : "SIMPLE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/check_key", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__CHECKKEY" + }, { + "codeName" : "get_draft", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "GetDraft", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/GetDraft.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "requestMethod" : "GET", + "requestParamType" : "NONE", + "requestPath" : "/get_draft", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__GETDRAFT" + }, { + "codeName" : "review_content_total", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "review_content_total", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/review_content_total.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/review_content_total", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__REVIEW_CONTENT_TOTAL" + }, { + "codeName" : "save", + "dataAccessAction" : "CREATE", + "methodType" : "DEACTION", + "name" : "Save", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea/PSDEACTIONS/Save.json" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "DTO" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/save", + "uniqueTag" : "REVIEW_CONTENT_IDEA__DEACTION__SAVE" + }, { + "codeName" : "fetch_all", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_all", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "all" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_all", + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__ALL" + }, { + "codeName" : "fetch_cur_history", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_cur_history", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "cur_history" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_cur_history", + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__CUR_HISTORY" + }, { + "codeName" : "fetch_default", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_default", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "Default" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_default", + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__DEFAULT" + }, { + "codeName" : "fetch_history_list", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_history_list", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "history_list" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_content_idea_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_history_list", + "uniqueTag" : "REVIEW_CONTENT_IDEA__FETCH__HISTORY_LIST" + } ], + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" + }, + "enableDataExport" : true, + "enableDataImport" : true, + "major" : true }, { "aPIMode" : 1, "codeName" : "ticket_type", @@ -107730,6 +110695,19 @@ "enableModify" : true, "keyField" : false, "majorField" : false + }, { + "codeName" : "review_result_state", + "codeName2" : "review_result_state", + "logicName" : "评审结果", + "name" : "REVIEW_RESULT_STATE", + "orderValue" : 460, + "stdDataType" : 25, + "stringLength" : 60, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false }, { "codeName" : "remaining_workload", "codeName2" : "remaining_workload", @@ -108981,6 +111959,35 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_baseline_choose_idea", "uniqueTag" : "IDEA__FETCH__BASELINE_CHOOSE_IDEA" + }, { + "codeName" : "fetch_baseline_idea", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_baseline_idea", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "baseline_idea" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_baseline_idea", + "uniqueTag" : "IDEA__FETCH__BASELINE_IDEA" }, { "codeName" : "fetch_baseline_plan_idea", "dataAccessAction" : "READ", @@ -109677,6 +112684,35 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_relation_idea", "uniqueTag" : "IDEA__FETCH__RELATION_IDEA" + }, { + "codeName" : "fetch_review_data", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_review_data", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "review_data" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "idea_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_review_data", + "uniqueTag" : "IDEA__FETCH__REVIEW_DATA" }, { "codeName" : "fetch_user", "dataAccessAction" : "READ", @@ -126087,6 +129123,19 @@ "enableModify" : true, "keyField" : false, "majorField" : false + }, { + "codeName" : "style", + "codeName2" : "style", + "logicName" : "背景样式", + "name" : "STYLE", + "orderValue" : 190, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false }, { "codeName" : "catalog", "codeName2" : "catalog", @@ -126480,6 +129529,64 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_idea", "uniqueTag" : "DICTIONARY_DATA__FETCH__IDEA" + }, { + "codeName" : "fetch_idea_priority", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_idea_priority", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_priority" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_priority", + "uniqueTag" : "DICTIONARY_DATA__FETCH__IDEA_PRIORITY" + }, { + "codeName" : "fetch_idea_source", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_idea_source", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_source" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_source", + "uniqueTag" : "DICTIONARY_DATA__FETCH__IDEA_SOURCE" }, { "codeName" : "fetch_idea_state", "dataAccessAction" : "READ", @@ -126509,6 +129616,35 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_idea_state", "uniqueTag" : "DICTIONARY_DATA__FETCH__IDEA_STATE" + }, { + "codeName" : "fetch_idea_type", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_idea_type", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "idea_type" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_idea_type", + "uniqueTag" : "DICTIONARY_DATA__FETCH__IDEA_TYPE" }, { "codeName" : "fetch_release_stage", "dataAccessAction" : "READ", @@ -126538,6 +129674,238 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_release_stage", "uniqueTag" : "DICTIONARY_DATA__FETCH__RELEASE_STAGE" + }, { + "codeName" : "fetch_test_case", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_test_case", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case", + "uniqueTag" : "DICTIONARY_DATA__FETCH__TEST_CASE" + }, { + "codeName" : "fetch_test_case_importance_level", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_test_case_importance_level", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_importance_level" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_importance_level", + "uniqueTag" : "DICTIONARY_DATA__FETCH__TEST_CASE_IMPORTANCE_LEVEL" + }, { + "codeName" : "fetch_test_case_status", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_test_case_status", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_status" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_status", + "uniqueTag" : "DICTIONARY_DATA__FETCH__TEST_CASE_STATUS" + }, { + "codeName" : "fetch_test_case_test_type", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_test_case_test_type", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_test_type" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_test_type", + "uniqueTag" : "DICTIONARY_DATA__FETCH__TEST_CASE_TEST_TYPE" + }, { + "codeName" : "fetch_test_case_type", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_test_case_type", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "test_case_type" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_test_case_type", + "uniqueTag" : "DICTIONARY_DATA__FETCH__TEST_CASE_TYPE" + }, { + "codeName" : "fetch_ticket", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_ticket", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket", + "uniqueTag" : "DICTIONARY_DATA__FETCH__TICKET" + }, { + "codeName" : "fetch_ticket_priority", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_ticket_priority", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_priority" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_priority", + "uniqueTag" : "DICTIONARY_DATA__FETCH__TICKET_PRIORITY" + }, { + "codeName" : "fetch_ticket_solution", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_ticket_solution", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "ticket_solution" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_ticket_solution", + "uniqueTag" : "DICTIONARY_DATA__FETCH__TICKET_SOLUTION" }, { "codeName" : "fetch_ticket_state", "dataAccessAction" : "READ", @@ -126567,6 +129935,180 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_ticket_state", "uniqueTag" : "DICTIONARY_DATA__FETCH__TICKET_STATE" + }, { + "codeName" : "fetch_work_item", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_work_item", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item", + "uniqueTag" : "DICTIONARY_DATA__FETCH__WORK_ITEM" + }, { + "codeName" : "fetch_work_item_category", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_work_item_category", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_category" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_category", + "uniqueTag" : "DICTIONARY_DATA__FETCH__WORK_ITEM_CATEGORY" + }, { + "codeName" : "fetch_work_item_priority", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_work_item_priority", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_priority" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_priority", + "uniqueTag" : "DICTIONARY_DATA__FETCH__WORK_ITEM_PRIORITY" + }, { + "codeName" : "fetch_work_item_probability", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_work_item_probability", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_probability" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_probability", + "uniqueTag" : "DICTIONARY_DATA__FETCH__WORK_ITEM_PROBABILITY" + }, { + "codeName" : "fetch_work_item_risk", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_work_item_risk", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_risk" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_risk", + "uniqueTag" : "DICTIONARY_DATA__FETCH__WORK_ITEM_RISK" + }, { + "codeName" : "fetch_work_item_severity", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_work_item_severity", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "work_item_severity" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "dictionary_data_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_work_item_severity", + "uniqueTag" : "DICTIONARY_DATA__FETCH__WORK_ITEM_SEVERITY" } ], "getPSDataEntity" : { "modelref" : true, @@ -134165,6 +137707,9 @@ "getMajorPSDEServiceAPIRSs" : [ { "modelref" : true, "id" : "DERCUSTOM_COMMENT_REVIEW_PRINCIPAL_ID" + }, { + "modelref" : true, + "id" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW" }, { "modelref" : true, "id" : "DERCUSTOM_REVIEW_CONTENT_REVIEW" @@ -134172,6 +137717,9 @@ "getMinorPSDEServiceAPIRSs" : [ { "modelref" : true, "id" : "DER1N_REVIEW_LIBRARY_LIBRARY_ID" + }, { + "modelref" : true, + "id" : "DERCUSTOM_REVIEW_PRODUCT_PRINCIPAL_ID" } ], "name" : "REVIEW", "getPSDEServiceAPIFields" : [ { @@ -134261,6 +137809,19 @@ "enableModify" : true, "keyField" : false, "majorField" : false + }, { + "codeName" : "reviewer", + "codeName2" : "reviewer", + "logicName" : "评审人", + "name" : "REVIEWER", + "orderValue" : 190, + "stdDataType" : 25, + "stringLength" : 100, + "allowEmpty" : true, + "enableCreate" : true, + "enableModify" : true, + "keyField" : false, + "majorField" : false }, { "codeName" : "submitted_at", "codeName2" : "submitted_at", @@ -135014,6 +138575,37 @@ "requestParamType" : "NONE", "requestPath" : "/get_draft", "uniqueTag" : "REVIEW__DEACTION__GETDRAFT" + }, { + "codeName" : "get_redirect_data", + "dataAccessAction" : "READ", + "methodType" : "DEACTION", + "name" : "get_redirect_data", + "getPSDEAction" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review/PSDEACTIONS/get_redirect_data.json" + }, + "getPSDEServiceAPIMethodInput" : { + "getKeyPSDEServiceAPIField" : { + "modelref" : true, + "id" : "id" + }, + "name" : "输入对象", + "type" : "KEYFIELD" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_dto" + }, + "type" : "DTO" + }, + "requestField" : "ID", + "requestMethod" : "GET", + "requestParamType" : "FIELD", + "requestPath" : "/get_redirect_data", + "uniqueTag" : "REVIEW__DEACTION__GET_REDIRECT_DATA", + "needResourceKey" : true }, { "codeName" : "repeal_review", "dataAccessAction" : "UPDATE", @@ -143892,6 +147484,9 @@ "getMinorPSDEServiceAPIRSs" : [ { "modelref" : true, "id" : "DERCUSTOM_GUIDELINE_LIBRARY_LIBRARY_ID" + }, { + "modelref" : true, + "id" : "DERCUSTOM_GUIDELINE_PRODUCT_PRODUCT_ID" } ], "name" : "GUIDELINE", "getPSDEServiceAPIFields" : [ { @@ -144916,6 +148511,9 @@ }, "logicName" : "评审向导", "getMajorPSDEServiceAPIRSs" : [ { + "modelref" : true, + "id" : "DERCUSTOM_REVIEW_CONTENT_IDEA_REVIEW_WIZARD" + }, { "modelref" : true, "id" : "DERCUSTOM_REVIEW_CONTENT_REVIEW_WIZARD" } ], @@ -147671,6 +151269,35 @@ "requestParamType" : "ENTITY", "requestPath" : "/fetch_default", "uniqueTag" : "REVIEW_STAGE__FETCH__DEFAULT" + }, { + "codeName" : "fetch_reviewers", + "dataAccessAction" : "READ", + "methodType" : "FETCH", + "name" : "fetch_reviewers", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "reviewers" + }, + "getPSDEServiceAPIMethodInput" : { + "name" : "输入对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_stage_filter_dto" + }, + "type" : "DTO" + }, + "getPSDEServiceAPIMethodReturn" : { + "name" : "返回对象", + "getPSDEMethodDTO" : { + "modelref" : true, + "id" : "review_stage_dto" + }, + "type" : "PAGE" + }, + "requestMethod" : "POST", + "requestParamType" : "ENTITY", + "requestPath" : "/fetch_reviewers", + "uniqueTag" : "REVIEW_STAGE__FETCH__REVIEWERS" } ], "getPSDataEntity" : { "modelref" : true, diff --git a/model/PSSYSSFPUBS/plm.json b/model/PSSYSSFPUBS/plm.json index ba80a1d0f0680b26669d7a6cbdb32232a7689dda..b19b9838259575703d11784e5b2f900bdc8a214b 100644 --- a/model/PSSYSSFPUBS/plm.json +++ b/model/PSSYSSFPUBS/plm.json @@ -3,8 +3,7 @@ "contentType" : "CODE", "defaultFlag" : true, "dynaModelFilePath" : "PSSYSSFPUBS/plm.json", - "groovySourceFolder" : "plm-core/src/main/groovy", - "modelFolder" : "plm-core/src/main/resources/model/cn/ibizlab/plm", + "modelFolder" : "model", "name" : "plm", "pKGCodeName" : "cn.ibizlab.plm", "versionString" : "1.0.0.0", diff --git a/model/PSSYSTEM.json b/model/PSSYSTEM.json index ce12a3737b9804f49ad263997af8582f7c93f0c8..bb6aecce2134500827c5109e50d7cbcbc1cc717b 100644 --- a/model/PSSYSTEM.json +++ b/model/PSSYSTEM.json @@ -450,6 +450,9 @@ }, { "modelref" : true, "path" : "PSCODELISTS/CodeList57.json" + }, { + "modelref" : true, + "path" : "PSCODELISTS/work_item_dictionary.json" }, { "modelref" : true, "path" : "PSMODULES/Insight/PSCODELISTS/report_group.json" @@ -780,6 +783,9 @@ }, { "modelref" : true, "path" : "PSMODULES/Base/PSCODELISTS/UsrCodeList0320804109.json" + }, { + "modelref" : true, + "path" : "PSCODELISTS/test_case_dictionary.json" }, { "modelref" : true, "path" : "PSMODULES/Wiki/PSCODELISTS/shared_pages.json" @@ -804,6 +810,9 @@ }, { "modelref" : true, "path" : "PSMODULES/Wiki/PSCODELISTS/shared_page_check_type.json" + }, { + "modelref" : true, + "path" : "PSCODELISTS/ticket_dictionary.json" }, { "modelref" : true, "path" : "PSMODULES/Wiki/PSCODELISTS/stencil_scope.json" @@ -975,9 +984,6 @@ }, { "modelref" : true, "path" : "PSMODULES/extension/PSCODELISTS/group.json" - }, { - "modelref" : true, - "path" : "PSCODELISTS/idea_dictionary_group.json" }, { "modelref" : true, "path" : "PSMODULES/TestMgmt/PSCODELISTS/review_type_guideline.json" @@ -1604,6 +1610,10 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content_extend.json", "name" : "REVIEW_CONTENT_EXTEND" + }, { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json", + "name" : "REVIEW_CONTENT_IDEA" }, { "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_result.json", @@ -3362,6 +3372,23 @@ "name" : "USER_ID", "codeName" : "user_id" } + }, { + "codeName" : "reviewers", + "dynaModelFilePath" : "PSSYSMSGTARGETS/reviewers.json", + "msgTargetType" : "DE", + "name" : "参与评审人", + "getPSDEDataSet" : { + "modelref" : true, + "id" : "reviewers" + }, + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_stage.json" + }, + "getTargetPSDEField" : { + "name" : "REVIEWER", + "codeName" : "reviewer" + } }, { "codeName" : "ticket_notify_assignee", "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSSYSMSGTARGETS/ticket_notify_assignee.json", @@ -3621,6 +3648,18 @@ "subject" : "移除测试库成员", "wXContent" : "${data.update_mantext}把你移除了测试库:${data.library_name}", "mailGroupSend" : false + }, { + "codeName" : "idea_create_review", + "content" : "
\n
\n ${data.create_mantext?substring(0,2)!}\n
\n
\n
\n
\n ${data.create_mantext} \n 邀请您参加需求评审\n
\n
\n
\n <#if data.identifier??>\n ${data.identifier}\n \n ${data.name}\n
\n
\n ${data.create_time?string(\"yyyy-MM-dd HH:mm:ss\")}\n · 产品管理 · ${data.principal_name}\n
\n
\n
", + "contentType" : "HTML", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSSYSMSGTEMPLS/idea_create_review.json", + "name" : "需求新建评审通知模板", + "getPSSystemModule" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt.json" + }, + "taskUrl" : "view://review_idea_main_view?srfnavctx={\"review\":\"${data.id}\",\"product\":\"${data.principal_id}\"}", + "mailGroupSend" : false }, { "codeName" : "idea_remove_or_recover", "content" : "
\n
\n ${data.update_mantext?substring(0,2)!}\n
\n
\n
\n
\n ${data.update_mantext} \n <#if data.is_deleted==1>删除<#else>恢复了需求\n
\n
\n
\n <#if data.show_identifier??>\n ${data.show_identifier}\n \n ${data.title}\n
\n
\n ${data.update_time?string(\"yyyy-MM-dd HH:mm:ss\")}\n · 产品管理 · ${data.product_name}\n
\n
\n
", @@ -4392,6 +4431,18 @@ "taskUrl" : "<#if data.parent(\"principal_id\")??>\n<#assign parent= data.parent(\"principal_id\")>\nview://${data.principal_type?lower_case}_main_view?\nsrfnavctx={\"run\":\"${parent.id}\",\"test_case\": \"${parent.parent(\"case_id\").id}\", \"library\":\"${parent.parent(\"case_id\").test_library_id}\",\n\"space\": null, \"article_page\": null, \"project\": null,\"work_item\": null, \"idea\": null, \"customer\": null, \"product\": null, \"ticket\": null }", "wXContent" : "${data.update_mantext}评论了<#if data.principal_type == 'WORK_ITEM'>${data.parent(\"principal_id\").work_item_type_name}<#elseif data.principal_type == 'IDEA'>需求<#elseif data.principal_type == 'TICKET'>工单<#elseif data.principal_type == 'TEST_CASE'>测试用例<#elseif data.principal_type == 'CUSTOMER'>客户<#elseif data.principal_type == 'RUN'>执行用例:\n<#if data.owner_type == 'CUSTOMER'>${data.parent(\"principal_id\").name}<#else>${data.parent(\"principal_id\").title}", "mailGroupSend" : false + }, { + "codeName" : "tc_review_inform_template", + "content" : "
\n
\n ${data.create_mantext?substring(0,2)!}\n
\n
\n
\n
\n ${data.create_mantext} \n 邀请您参加用例评审\n
\n
\n
\n <#if data.identifier??>\n ${data.identifier}\n \n ${data.name}\n
\n
\n ${data.create_time?string(\"yyyy-MM-dd HH:mm:ss\")}\n · 测试管理 · ${data.principal_name}\n
\n
\n
", + "contentType" : "HTML", + "dynaModelFilePath" : "PSMODULES/TestMgmt/PSSYSMSGTEMPLS/tc_review_inform_template.json", + "name" : "测试用例评审通知模板", + "getPSSystemModule" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt.json" + }, + "taskUrl" : "view://review_main_view?srfnavctx={\"review\":\"${data.id}\",\"library\":\"${data.principal_id}\"}", + "mailGroupSend" : false }, { "codeName" : "customer_remove", "content" : "
\n
\n ${data.update_mantext?substring(0,2)!}\n
\n
\n
\n
\n ${data.update_mantext} \n 删除了客户\n
\n
\n
\n ${data.name}\n
\n\t\t\n
\n ${data.update_time?string(\"yyyy-MM-dd HH:mm:ss\")}\n · 产品管理 · ${data.product_name}\n
\n
\n
", @@ -4450,6 +4501,18 @@ "taskUrl" : "route://-/index/library=${data.library_id}/library_index_view/srfnav=usrdrgroup1227882118/test_plan_main_view/srfnavctx={\"test_plan\":\"${data.id}\"};srfnav=run/run_tree_exp_view/srfnav=root:node/run_all_grid_view/-", "wXContent" : "${data.update_mantext}给你分配了测试计划:${data.name}", "mailGroupSend" : false + }, { + "codeName" : "review_inform_template", + "content" : "
\n
\n ${data.create_mantext?substring(0,2)!}\n
\n
\n
\n
\n ${data.create_mantext} \n 邀请您参加需求评审\n
\n
\n
\n <#if data.identifier??>\n ${data.identifier}\n \n ${data.name}\n
\n
\n ${data.create_time?string(\"yyyy-MM-dd HH:mm:ss\")}\n · 产品管理 · ${data.principal_name}\n
\n
\n
", + "contentType" : "HTML", + "dynaModelFilePath" : "PSMODULES/ProdMgmt/PSSYSMSGTEMPLS/review_inform_template.json", + "name" : "评审通知模板", + "getPSSystemModule" : { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt.json" + }, + "taskUrl" : "view://review_idea_main_view?srfnavctx={\"review\":\"${data.id}\",\"product\":\"${data.principal_id}\"}", + "mailGroupSend" : false }, { "codeName" : "test_case_maintainer_cancel", "content" : "
\n
\n ${data.update_mantext?substring(0,2)!}\n
\n
\n
\n
\n ${data.update_mantext} \n 取消分配了测试用例\n
\n
\n
\n\t\t\t<#if data.show_identifier??>\n ${data.show_identifier}\n \n ${data.title}\n
\n\t\t\n
\n ${data.update_time?string(\"yyyy-MM-dd HH:mm:ss\")}\n · 测试管理 · ${data.test_library_name}\n
\n
\n
", @@ -5105,6 +5168,9 @@ }, { "modelref" : true, "path" : "PSSYSSEQUENCES/seq_work_item_id.json" + }, { + "modelref" : true, + "path" : "PSSYSSEQUENCES/common_seq_review_id.json" }, { "modelref" : true, "path" : "PSSYSSEQUENCES/seq_post_id.json" @@ -6368,154 +6434,164 @@ "dynaModelFilePath" : "PSSYSUSERROLES/ROLE_USERS.json", "name" : "默认用户权限", "getPSSysUserRoleDatas" : [ { - "name" : "默认用户权限-TICKET[只读用户(读)]", + "name" : "默认用户权限-TICKET[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-IDEA[管理员(读写)]", + "name" : "默认用户权限-PROJECT[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" } }, { - "name" : "默认用户权限-GROUP[团队成员(读)]", + "name" : "默认用户权限-PRODUCT[特定用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/group/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/CUSTOMER_USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/group.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" } }, { - "name" : "默认用户权限-DISCUSS_REPLY[全部数据(读)]", + "name" : "默认用户权限-ACTIVITY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/activity/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/activity.json" } }, { - "name" : "默认用户权限-SPACE[管理员(读写)]", + "name" : "默认用户权限-MSVALUEPROXY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/MSValueProxy/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/MSValueProxy.json" } }, { - "name" : "默认用户权限-DISCUSS_REPLY[我的回复(读写)]", + "name" : "默认用户权限-IDEA[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-IDEA[操作用户(写)]", + "name" : "默认用户权限-RELEASE[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release.json" } }, { - "name" : "默认用户权限-WORK_ITEM[操作用户(写)]", + "name" : "默认用户权限-WORK_ITEM_STATE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_state/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_state.json" } }, { - "name" : "默认用户权限-PROJECT_TAG[全部数据(读)]", + "name" : "默认用户权限-SPRINT[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_tag/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/sprint/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_tag.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/sprint.json" } }, { - "name" : "默认用户权限-PROJECT[管理员(读写)]", + "name" : "默认用户权限-WORK_ITEM_WIZARD_DETAIL[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard_detail/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard_detail.json" } }, { - "name" : "默认用户权限-WORK_ITEM_WIZARD[全部数据(读写)]", + "name" : "默认用户权限-VERSION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/version/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" } }, { - "name" : "默认用户权限-PAGE[与我共享(写)]", + "name" : "默认用户权限-DISCUSS_REPLY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/SHAERD_W.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply.json" } }, { - "name" : "默认用户权限-SYS_EMP[普通用户(读写)]", + "name" : "默认用户权限-USER[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ebsx/PSMODULES/ebsx/PSDATAENTITIES/SysEmployee/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/user/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ebsx/PSMODULES/ebsx/PSDATAENTITIES/SysEmployee.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/user.json" } }, { - "name" : "默认用户权限-WORKLOAD[我的工时(读写)]", + "name" : "默认用户权限-INSIGHT_REPORT[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report.json" } }, { - "name" : "默认用户权限-PROJECT[普通用户(读写)]", + "name" : "默认用户权限-SYS_EMP[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/USER_RW.json" + "path" : "PSSYSMODELGROUPS/ebsx/PSMODULES/ebsx/PSDATAENTITIES/SysEmployee/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" + "path" : "PSSYSMODELGROUPS/ebsx/PSMODULES/ebsx/PSDATAENTITIES/SysEmployee.json" + } + }, { + "name" : "默认用户权限-RUN[操作角色(读)]", + "getPSDEUserRole" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/run/PSDEUSERROLES/USER_R.json" + }, + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/run.json" } }, { "name" : "默认用户权限-LIBRARY[只读用户(读)]", @@ -6527,6 +6603,16 @@ "modelref" : true, "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" } + }, { + "name" : "默认用户权限-SHARED_SPACE[管理员(读写)]", + "getPSDEUserRole" : { + "modelref" : true, + "path" : "PSMODULES/Wiki/PSDATAENTITIES/shared_space/PSDEUSERROLES/ADMIN_RW.json" + }, + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Wiki/PSDATAENTITIES/shared_space.json" + } }, { "name" : "默认用户权限-BOARD[操作用户(读)]", "getPSDEUserRole" : { @@ -6538,154 +6624,154 @@ "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/board.json" } }, { - "name" : "默认用户权限-FAVORITE[我的收藏(读写)]", + "name" : "默认用户权限-USER[当前用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/favorite/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/user/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/favorite.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/user.json" } }, { - "name" : "默认用户权限-RELATION[全部数据(读)]", + "name" : "默认用户权限-PROJECT[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/relation/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" } }, { - "name" : "默认用户权限-DISCUSS_POST[只读用户(读)]", + "name" : "默认用户权限-PRODUCT[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" } }, { - "name" : "默认用户权限-PSDENOTIFY[全部数据(读写)]", + "name" : "默认用户权限-PAGE[与我共享(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotify/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/SHAERD_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotify.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" } }, { - "name" : "默认用户权限-PSSYSBICUBE[全部数据(读写)]", + "name" : "默认用户权限-DISCUSS_POST[我的讨论(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICube/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICube.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post.json" } }, { - "name" : "默认用户权限-PRODUCT[普通用户(读写)]", + "name" : "默认用户权限-INSIGHT_VIEW[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" } }, { - "name" : "默认用户权限-VIEW_THEME_SETTING[全部数据(读)]", + "name" : "默认用户权限-DISCUSS_TOPIC[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" } }, { - "name" : "默认用户权限-PSSYSBICUBEDIMENSION[全部数据(读写)]", + "name" : "默认用户权限-DELIVERABLE[我的交付物(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeDimension/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeDimension.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable.json" } }, { - "name" : "默认用户权限-DYNADASHBOARD[我的看板(读写)]", + "name" : "默认用户权限-PSDEFIELD[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDEField/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDEField.json" } }, { - "name" : "默认用户权限-WORK_ITEM_STATE[全部数据(读)]", + "name" : "默认用户权限-WORK_ITEM[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_state/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_state.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" } }, { - "name" : "默认用户权限-TICKET[管理员(读写)]", + "name" : "默认用户权限-WORK_ITEM[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" } }, { - "name" : "默认用户权限-DISCUSS_TOPIC[只读用户(读)]", + "name" : "默认用户权限-INSIGHT[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/insight/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/insight.json" } }, { - "name" : "默认用户权限-DICTIONARY[全部数据(读)]", + "name" : "默认用户权限-DYNADASHBOARD[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard.json" } }, { - "name" : "默认用户权限-LIBRARY[管理员(读写)]", + "name" : "默认用户权限-TICKET[特定用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/CUSTOMER_USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-PAGE[只读共享(读)]", + "name" : "默认用户权限-PSSYSBICUBEDIMENSION[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/SHARED_R.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeDimension/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeDimension.json" } }, { "name" : "默认用户权限-INSIGHT_REPORT[操作用户(写)]", @@ -6698,714 +6784,704 @@ "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report.json" } }, { - "name" : "默认用户权限-SPACE[只读用户(读)]", + "name" : "默认用户权限-SPACE[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" } }, { - "name" : "默认用户权限-INSIGHT_REPORT[全部数据(读)]", + "name" : "默认用户权限-SYS_PERSON[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report/PSDEUSERROLES/ALL_R.json" + "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report.json" + "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person.json" } }, { - "name" : "默认用户权限-PROJECT[只读用户(读)]", + "name" : "默认用户权限-PSSYSBICUBE[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICube/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" - } - }, { - "name" : "默认用户权限-PSAPPPORTLET[全部数据(读)]", - "getPSDEUserRole" : { - "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSAppPortlet/PSDEUSERROLES/ALL_R.json" - }, - "getPSDataEntity" : { - "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSAppPortlet.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICube.json" } }, { - "name" : "默认用户权限-STAGE[全部数据(读)]", + "name" : "默认用户权限-RELATION[我的关联(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/stage/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/relation/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/stage.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" } }, { - "name" : "默认用户权限-STENCIL[只读用户(读)]", + "name" : "默认用户权限-DISCUSS_TOPIC[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/stencil/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/stencil.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" } }, { - "name" : "默认用户权限-RUN[操作角色(读)]", + "name" : "默认用户权限-PSSYSBIREPORT[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/run/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBIReport/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/run.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBIReport.json" } }, { - "name" : "默认用户权限-NOTIFY_SETTING[当前用户(读写)]", + "name" : "默认用户权限-CATEGORY[我的类别(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/notify_setting/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/category/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/notify_setting.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" } }, { - "name" : "默认用户权限-SECTION[全部数据(读)]", + "name" : "默认用户权限-LOGIN_LOG[当前用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/section/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/login_log/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/section.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/login_log.json" } }, { - "name" : "默认用户权限-WORKLOAD[全部数据(读)]", + "name" : "默认用户权限-SPACE[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" } }, { - "name" : "默认用户权限-SYS_PERSON[全部数据(读)]", + "name" : "默认用户权限-RELATION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/relation/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" } }, { - "name" : "默认用户权限-INSIGHT_VIEW[普通用户(读写)]", + "name" : "默认用户权限-NOTIFY_SETTING[当前用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/notify_setting/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/notify_setting.json" } }, { - "name" : "默认用户权限-SPRINT[操作用户(读)]", + "name" : "默认用户权限-PROJECT[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/sprint/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/sprint.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" } }, { - "name" : "默认用户权限-RELATION[我的关联(读写)]", + "name" : "默认用户权限-IDEA[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/relation/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-DELIVERABLE[我的交付物(读写)]", + "name" : "默认用户权限-ORGANIZATION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/organization/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/organization.json" } }, { - "name" : "默认用户权限-TICKET_TYPE[全部数据(读)]", + "name" : "默认用户权限-STAGE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/stage/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/stage.json" } }, { - "name" : "默认用户权限-PORTFOLIO[只读用户(读)]", + "name" : "默认用户权限-WORKLOAD[我的工时(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" } }, { - "name" : "默认用户权限-WORKLOAD_TYPE[全部数据(读)]", + "name" : "默认用户权限-IDEA[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload_type/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload_type.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-MSVALUEPROXY[全部数据(读)]", + "name" : "默认用户权限-LIBRARY[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/MSValueProxy/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/MSValueProxy.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" } }, { - "name" : "默认用户权限-RELEASE[操作用户(写)]", + "name" : "默认用户权限-DELIVERABLE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable.json" } }, { - "name" : "默认用户权限-PROJECT_STATE[全部数据(读)]", + "name" : "默认用户权限-PAGE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_state/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_state.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" } }, { - "name" : "默认用户权限-VIEW_THEME_SETTING[我的主题设置(读写)]", + "name" : "默认用户权限-DICTIONARY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" } }, { - "name" : "默认用户权限-SPACE[普通用户(读写)]", + "name" : "默认用户权限-SYS_PERSON[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/USER_RW.json" + "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" + "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person.json" } }, { - "name" : "默认用户权限-TICKET[普通用户(读写)]", + "name" : "默认用户权限-PSSYSBICUBEMEASURE[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeMeasure/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeMeasure.json" } }, { - "name" : "默认用户权限-PRODUCT[管理员(读写)]", + "name" : "默认用户权限-DYNADASHBOARD[我的看板(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard.json" } }, { - "name" : "默认用户权限-TEST_CASE[操作用户(写)]", + "name" : "默认用户权限-TICKET[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-TICKET[特定用户(读写)]", + "name" : "默认用户权限-WORK_ITEM_WIZARD[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/CUSTOMER_USER_RW.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard.json" } }, { - "name" : "默认用户权限-PRODUCT[只读用户(读)]", + "name" : "默认用户权限-BASELINE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/baseline/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/baseline.json" } }, { - "name" : "默认用户权限-PORTFOLIO[普通用户(读写)]", + "name" : "默认用户权限-VIEW_THEME_SETTING[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting.json" } }, { - "name" : "默认用户权限-ACTIVITY[全部数据(读)]", + "name" : "默认用户权限-WORK_ITEM_TYPE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/activity/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_type/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/activity.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_type.json" } }, { - "name" : "默认用户权限-INSIGHT_VIEW[只读用户(读)]", + "name" : "默认用户权限-INSIGHT_VIEW[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" } }, { - "name" : "默认用户权限-LIBRARY[普通用户(读写)]", + "name" : "默认用户权限-PSDENOTIFY[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotify/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotify.json" } }, { - "name" : "默认用户权限-PSSYSBIREPORT[全部数据(读写)]", + "name" : "默认用户权限-CATEGORY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBIReport/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/category/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBIReport.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" } }, { - "name" : "默认用户权限-PSDEFIELD[操作用户(读)]", + "name" : "默认用户权限-PORTFOLIO[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSDEField/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSDEField.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" } }, { - "name" : "默认用户权限-PAGE[操作用户(读)]", + "name" : "默认用户权限-TEST_CASE[操作角色(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" } }, { - "name" : "默认用户权限-IDEA[普通用户(读写)]", + "name" : "默认用户权限-RECENT[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/recent/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/recent.json" } }, { - "name" : "默认用户权限-SYS_PERSON[普通用户(读写)]", + "name" : "默认用户权限-INSIGHT_VIEW[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" } }, { - "name" : "默认用户权限-CATEGORY[我的类别(读写)]", + "name" : "默认用户权限-REVIEW_WIZARD[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/category/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json" } }, { - "name" : "默认用户权限-IDEA[只读用户(读)]", + "name" : "默认用户权限-POSITION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/position/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/position.json" } }, { - "name" : "默认用户权限-DELIVERABLE[操作用户(写)]", + "name" : "默认用户权限-DISCUSS_REPLY[我的回复(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply.json" } }, { - "name" : "默认用户权限-WORK_ITEM[操作用户(读)]", + "name" : "默认用户权限-WORKLOAD[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" } }, { - "name" : "默认用户权限-PSSYSBICUBEMEASURE[全部数据(读写)]", + "name" : "默认用户权限-PORTFOLIO[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeMeasure/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeMeasure.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" } }, { - "name" : "默认用户权限-USER[当前用户(读写)]", + "name" : "默认用户权限-SPACE[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/user/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/user.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" } }, { - "name" : "默认用户权限-RECENT[普通用户(读写)]", + "name" : "默认用户权限-DISCUSS_POST[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/recent/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/recent.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post.json" } }, { - "name" : "默认用户权限-DISCUSS_POST[我的讨论(读写)]", + "name" : "默认用户权限-WORKLOAD_TYPE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload_type/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload_type.json" } }, { - "name" : "默认用户权限-DISCUSS_TOPIC[普通用户(读写)]", + "name" : "默认用户权限-IDEA[特定用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/CUSTOMER_USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-VERSION[全部数据(读)]", + "name" : "默认用户权限-PSAPPPORTLET[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/version/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSAppPortlet/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSAppPortlet.json" } }, { - "name" : "默认用户权限-USER[全部数据(读)]", + "name" : "默认用户权限-TICKET[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/user/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/user.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-ORGANIZATION[全部数据(读)]", + "name" : "默认用户权限-RELEASE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/organization/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/organization.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release.json" } }, { - "name" : "默认用户权限-INSIGHT[全部数据(读)]", + "name" : "默认用户权限-GROUP[团队成员(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/insight/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/group/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/insight.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/group.json" } }, { - "name" : "默认用户权限-LOGIN_LOG[当前用户(读)]", + "name" : "默认用户权限-SECTION[我的分组(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/login_log/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/section/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/login_log.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/section.json" } }, { - "name" : "默认用户权限-PAGE[操作用户(写)]", + "name" : "默认用户权限-STENCIL[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/stencil/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/stencil.json" } }, { - "name" : "默认用户权限-INSIGHT_VIEW[管理员(读写)]", + "name" : "默认用户权限-IDEA[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-WORK_ITEM_TYPE[全部数据(读)]", + "name" : "默认用户权限-REVIEW_CONTENT[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_type/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_type.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" } }, { - "name" : "默认用户权限-WORKLOAD[操作用户(写)]", + "name" : "默认用户权限-WORKLOAD[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" } }, { - "name" : "默认用户权限-TICKET[操作用户(写)]", + "name" : "默认用户权限-PAGE[只读共享(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/SHARED_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" } }, { - "name" : "默认用户权限-SECTION[我的分组(读写)]", + "name" : "默认用户权限-SECTION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/section/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/section/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/Base/PSDATAENTITIES/section.json" } }, { - "name" : "默认用户权限-POSITION[全部数据(读)]", + "name" : "默认用户权限-TICKET[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/position/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/position.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-REVIEW_CONTENT[全部数据(读)]", + "name" : "默认用户权限-LIBRARY[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" } }, { - "name" : "默认用户权限-RELEASE[操作用户(读)]", + "name" : "默认用户权限-PRODUCT[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" } }, { - "name" : "默认用户权限-BASELINE[操作用户(写)]", + "name" : "默认用户权限-VIEW_THEME_SETTING[我的主题设置(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/baseline/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/baseline.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting.json" } }, { - "name" : "默认用户权限-DYNADASHBOARD[全部数据(读)]", + "name" : "默认用户权限-DEPARTMENT[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/department/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/department.json" } }, { - "name" : "默认用户权限-TEST_CASE[操作角色(读)]", + "name" : "默认用户权限-PROJECT_TAG[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_tag/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_tag.json" } }, { - "name" : "默认用户权限-IDEA[特定用户(读写)]", + "name" : "默认用户权限-PAGE[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/CUSTOMER_USER_RW.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" } }, { - "name" : "默认用户权限-WORK_ITEM_WIZARD_DETAIL[全部数据(读写)]", + "name" : "默认用户权限-TEST_CASE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard_detail/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard_detail.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" } }, { - "name" : "默认用户权限-CATEGORY[全部数据(读)]", + "name" : "默认用户权限-PROJECT_STATE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/category/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_state/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_state.json" } }, { - "name" : "默认用户权限-SHARED_SPACE[管理员(读写)]", + "name" : "默认用户权限-TICKET_TYPE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/shared_space/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/shared_space.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type.json" } }, { - "name" : "默认用户权限-PRODUCT[特定用户(读)]", + "name" : "默认用户权限-PRODUCT[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/CUSTOMER_USER_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" } }, { - "name" : "默认用户权限-DEPARTMENT[全部数据(读)]", + "name" : "默认用户权限-PORTFOLIO[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/department/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/department.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" } }, { - "name" : "默认用户权限-DISCUSS_TOPIC[管理员(读写)]", + "name" : "默认用户权限-FAVORITE[我的收藏(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/favorite/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/favorite.json" } }, { - "name" : "默认用户权限-PORTFOLIO[管理员(读写)]", + "name" : "默认用户权限-DISCUSS_TOPIC[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" } } ], "getPSSysUserRoleReses" : [ { @@ -7537,6 +7613,16 @@ "dynaModelFilePath" : "PSSYSUSERROLES/PROJECT_ADMIN.json", "name" : "项目管理员", "getPSSysUserRoleDatas" : [ { + "name" : "项目管理员-ADDON_RESOURCE[全部数据(读写)]", + "getPSDEUserRole" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/addon_resource/PSDEUSERROLES/ALL_RW.json" + }, + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/addon_resource.json" + } + }, { "name" : "项目管理员-PROJECT[项目数据(写)]", "getPSDEUserRole" : { "modelref" : true, @@ -7554,6 +7640,13 @@ "id" : "Base__ORG_M" }, "sysUniResCode" : "ORG_M" + }, { + "name" : "项目管理员-工时管理", + "getPSSysUniRes" : { + "modelref" : true, + "id" : "Base__WORKLOAD" + }, + "sysUniResCode" : "WORKLOAD" }, { "name" : "项目管理员-项目集管理_维护", "getPSSysUniRes" : { @@ -7571,7 +7664,7 @@ } ], "roleTag" : "PROJECT_ADMIN", "roleType" : "CUSTOM", - "uniResTags" : [ "ORG_M", "PORTFOLIO_M", "PROJECT_M" ] + "uniResTags" : [ "ORG_M", "WORKLOAD", "PORTFOLIO_M", "PROJECT_M" ] }, { "codeName" : "WXMP_USERS", "dynaModelFilePath" : "PSSYSUSERROLES/WXMP_USERS.json", @@ -8034,6 +8127,9 @@ }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product_ticket_type.json" + }, { + "modelref" : true, + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/review_content_idea.json" }, { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" @@ -9178,8 +9274,7 @@ "contentType" : "CODE", "defaultFlag" : true, "dynaModelFilePath" : "PSSYSSFPUBS/plm.json", - "groovySourceFolder" : "plm-core/src/main/groovy", - "modelFolder" : "plm-core/src/main/resources/model/cn/ibizlab/plm", + "modelFolder" : "model", "name" : "plm", "pKGCodeName" : "cn.ibizlab.plm", "versionString" : "1.0.0.0", diff --git a/model/PSSYSUSERROLES/PROJECT_ADMIN.json b/model/PSSYSUSERROLES/PROJECT_ADMIN.json index 0d5546b43dde5faacb804757aaf7af0cc39c3304..dde6c182f6d281d5679edb2ab2a39a1208a7987c 100644 --- a/model/PSSYSUSERROLES/PROJECT_ADMIN.json +++ b/model/PSSYSUSERROLES/PROJECT_ADMIN.json @@ -3,6 +3,16 @@ "dynaModelFilePath" : "PSSYSUSERROLES/PROJECT_ADMIN.json", "name" : "项目管理员", "getPSSysUserRoleDatas" : [ { + "name" : "项目管理员-ADDON_RESOURCE[全部数据(读写)]", + "getPSDEUserRole" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/addon_resource/PSDEUSERROLES/ALL_RW.json" + }, + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/Base/PSDATAENTITIES/addon_resource.json" + } + }, { "name" : "项目管理员-PROJECT[项目数据(写)]", "getPSDEUserRole" : { "modelref" : true, @@ -20,6 +30,13 @@ "id" : "Base__ORG_M" }, "sysUniResCode" : "ORG_M" + }, { + "name" : "项目管理员-工时管理", + "getPSSysUniRes" : { + "modelref" : true, + "id" : "Base__WORKLOAD" + }, + "sysUniResCode" : "WORKLOAD" }, { "name" : "项目管理员-项目集管理_维护", "getPSSysUniRes" : { @@ -37,5 +54,5 @@ } ], "roleTag" : "PROJECT_ADMIN", "roleType" : "CUSTOM", - "uniResTags" : [ "ORG_M", "PORTFOLIO_M", "PROJECT_M" ] + "uniResTags" : [ "ORG_M", "WORKLOAD", "PORTFOLIO_M", "PROJECT_M" ] } \ No newline at end of file diff --git a/model/PSSYSUSERROLES/ROLE_USERS.json b/model/PSSYSUSERROLES/ROLE_USERS.json index 2610e5cc29350f129e320406a2ef58449791b871..e0736c65a1c7378c65e9f5b24848fcc43f5d6630 100644 --- a/model/PSSYSUSERROLES/ROLE_USERS.json +++ b/model/PSSYSUSERROLES/ROLE_USERS.json @@ -4,154 +4,164 @@ "dynaModelFilePath" : "PSSYSUSERROLES/ROLE_USERS.json", "name" : "默认用户权限", "getPSSysUserRoleDatas" : [ { - "name" : "默认用户权限-TICKET[只读用户(读)]", + "name" : "默认用户权限-TICKET[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-IDEA[管理员(读写)]", + "name" : "默认用户权限-PROJECT[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" } }, { - "name" : "默认用户权限-GROUP[团队成员(读)]", + "name" : "默认用户权限-PRODUCT[特定用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/group/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/CUSTOMER_USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/group.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" } }, { - "name" : "默认用户权限-DISCUSS_REPLY[全部数据(读)]", + "name" : "默认用户权限-ACTIVITY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/activity/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/activity.json" } }, { - "name" : "默认用户权限-SPACE[管理员(读写)]", + "name" : "默认用户权限-MSVALUEPROXY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/MSValueProxy/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/MSValueProxy.json" } }, { - "name" : "默认用户权限-DISCUSS_REPLY[我的回复(读写)]", + "name" : "默认用户权限-IDEA[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-IDEA[操作用户(写)]", + "name" : "默认用户权限-RELEASE[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release.json" } }, { - "name" : "默认用户权限-WORK_ITEM[操作用户(写)]", + "name" : "默认用户权限-WORK_ITEM_STATE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_state/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_state.json" } }, { - "name" : "默认用户权限-PROJECT_TAG[全部数据(读)]", + "name" : "默认用户权限-SPRINT[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_tag/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/sprint/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_tag.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/sprint.json" } }, { - "name" : "默认用户权限-PROJECT[管理员(读写)]", + "name" : "默认用户权限-WORK_ITEM_WIZARD_DETAIL[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard_detail/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard_detail.json" } }, { - "name" : "默认用户权限-WORK_ITEM_WIZARD[全部数据(读写)]", + "name" : "默认用户权限-VERSION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/version/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" } }, { - "name" : "默认用户权限-PAGE[与我共享(写)]", + "name" : "默认用户权限-DISCUSS_REPLY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/SHAERD_W.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply.json" } }, { - "name" : "默认用户权限-SYS_EMP[普通用户(读写)]", + "name" : "默认用户权限-USER[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ebsx/PSMODULES/ebsx/PSDATAENTITIES/SysEmployee/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/user/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ebsx/PSMODULES/ebsx/PSDATAENTITIES/SysEmployee.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/user.json" } }, { - "name" : "默认用户权限-WORKLOAD[我的工时(读写)]", + "name" : "默认用户权限-INSIGHT_REPORT[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report.json" } }, { - "name" : "默认用户权限-PROJECT[普通用户(读写)]", + "name" : "默认用户权限-SYS_EMP[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/USER_RW.json" + "path" : "PSSYSMODELGROUPS/ebsx/PSMODULES/ebsx/PSDATAENTITIES/SysEmployee/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" + "path" : "PSSYSMODELGROUPS/ebsx/PSMODULES/ebsx/PSDATAENTITIES/SysEmployee.json" + } + }, { + "name" : "默认用户权限-RUN[操作角色(读)]", + "getPSDEUserRole" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/run/PSDEUSERROLES/USER_R.json" + }, + "getPSDataEntity" : { + "modelref" : true, + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/run.json" } }, { "name" : "默认用户权限-LIBRARY[只读用户(读)]", @@ -164,884 +174,884 @@ "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" } }, { - "name" : "默认用户权限-BOARD[操作用户(读)]", + "name" : "默认用户权限-SHARED_SPACE[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/board/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/shared_space/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/board.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/shared_space.json" } }, { - "name" : "默认用户权限-FAVORITE[我的收藏(读写)]", + "name" : "默认用户权限-BOARD[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/favorite/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/board/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/favorite.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/board.json" } }, { - "name" : "默认用户权限-RELATION[全部数据(读)]", + "name" : "默认用户权限-USER[当前用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/relation/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/user/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/user.json" } }, { - "name" : "默认用户权限-DISCUSS_POST[只读用户(读)]", + "name" : "默认用户权限-PROJECT[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" } }, { - "name" : "默认用户权限-PSDENOTIFY[全部数据(读写)]", + "name" : "默认用户权限-PRODUCT[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotify/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotify.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" } }, { - "name" : "默认用户权限-PSSYSBICUBE[全部数据(读写)]", + "name" : "默认用户权限-PAGE[与我共享(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICube/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/SHAERD_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICube.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" } }, { - "name" : "默认用户权限-PRODUCT[普通用户(读写)]", + "name" : "默认用户权限-DISCUSS_POST[我的讨论(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post.json" } }, { - "name" : "默认用户权限-VIEW_THEME_SETTING[全部数据(读)]", + "name" : "默认用户权限-INSIGHT_VIEW[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" } }, { - "name" : "默认用户权限-PSSYSBICUBEDIMENSION[全部数据(读写)]", + "name" : "默认用户权限-DISCUSS_TOPIC[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeDimension/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeDimension.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" } }, { - "name" : "默认用户权限-DYNADASHBOARD[我的看板(读写)]", + "name" : "默认用户权限-DELIVERABLE[我的交付物(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable.json" } }, { - "name" : "默认用户权限-WORK_ITEM_STATE[全部数据(读)]", + "name" : "默认用户权限-PSDEFIELD[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_state/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDEField/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_state.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDEField.json" } }, { - "name" : "默认用户权限-TICKET[管理员(读写)]", + "name" : "默认用户权限-WORK_ITEM[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" } }, { - "name" : "默认用户权限-DISCUSS_TOPIC[只读用户(读)]", + "name" : "默认用户权限-WORK_ITEM[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" } }, { - "name" : "默认用户权限-DICTIONARY[全部数据(读)]", + "name" : "默认用户权限-INSIGHT[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/insight/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/insight.json" } }, { - "name" : "默认用户权限-LIBRARY[管理员(读写)]", + "name" : "默认用户权限-DYNADASHBOARD[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard.json" } }, { - "name" : "默认用户权限-PAGE[只读共享(读)]", + "name" : "默认用户权限-TICKET[特定用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/SHARED_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/CUSTOMER_USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-INSIGHT_REPORT[操作用户(写)]", + "name" : "默认用户权限-PSSYSBICUBEDIMENSION[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeDimension/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeDimension.json" } }, { - "name" : "默认用户权限-SPACE[只读用户(读)]", + "name" : "默认用户权限-INSIGHT_REPORT[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report.json" } }, { - "name" : "默认用户权限-INSIGHT_REPORT[全部数据(读)]", + "name" : "默认用户权限-SPACE[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_report.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" } }, { - "name" : "默认用户权限-PROJECT[只读用户(读)]", + "name" : "默认用户权限-SYS_PERSON[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/USER_R.json" + "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" + "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person.json" } }, { - "name" : "默认用户权限-PSAPPPORTLET[全部数据(读)]", + "name" : "默认用户权限-PSSYSBICUBE[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSAppPortlet/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICube/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSAppPortlet.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICube.json" } }, { - "name" : "默认用户权限-STAGE[全部数据(读)]", + "name" : "默认用户权限-RELATION[我的关联(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/stage/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/relation/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/stage.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" } }, { - "name" : "默认用户权限-STENCIL[只读用户(读)]", + "name" : "默认用户权限-DISCUSS_TOPIC[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/stencil/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/stencil.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" } }, { - "name" : "默认用户权限-RUN[操作角色(读)]", + "name" : "默认用户权限-PSSYSBIREPORT[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/run/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBIReport/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/run.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBIReport.json" } }, { - "name" : "默认用户权限-NOTIFY_SETTING[当前用户(读写)]", + "name" : "默认用户权限-CATEGORY[我的类别(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/notify_setting/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/category/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/notify_setting.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" } }, { - "name" : "默认用户权限-SECTION[全部数据(读)]", + "name" : "默认用户权限-LOGIN_LOG[当前用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/section/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/login_log/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/section.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/login_log.json" } }, { - "name" : "默认用户权限-WORKLOAD[全部数据(读)]", + "name" : "默认用户权限-SPACE[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" } }, { - "name" : "默认用户权限-SYS_PERSON[全部数据(读)]", + "name" : "默认用户权限-RELATION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/relation/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" } }, { - "name" : "默认用户权限-INSIGHT_VIEW[普通用户(读写)]", + "name" : "默认用户权限-NOTIFY_SETTING[当前用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/notify_setting/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/notify_setting.json" } }, { - "name" : "默认用户权限-SPRINT[操作用户(读)]", + "name" : "默认用户权限-PROJECT[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/sprint/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/sprint.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project.json" } }, { - "name" : "默认用户权限-RELATION[我的关联(读写)]", + "name" : "默认用户权限-IDEA[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/relation/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/relation.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-DELIVERABLE[我的交付物(读写)]", + "name" : "默认用户权限-ORGANIZATION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/organization/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/organization.json" } }, { - "name" : "默认用户权限-TICKET_TYPE[全部数据(读)]", + "name" : "默认用户权限-STAGE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/stage/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/stage.json" } }, { - "name" : "默认用户权限-PORTFOLIO[只读用户(读)]", + "name" : "默认用户权限-WORKLOAD[我的工时(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" } }, { - "name" : "默认用户权限-WORKLOAD_TYPE[全部数据(读)]", + "name" : "默认用户权限-IDEA[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload_type/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload_type.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-MSVALUEPROXY[全部数据(读)]", + "name" : "默认用户权限-LIBRARY[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/MSValueProxy/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/MSValueProxy.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" } }, { - "name" : "默认用户权限-RELEASE[操作用户(写)]", + "name" : "默认用户权限-DELIVERABLE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable.json" } }, { - "name" : "默认用户权限-PROJECT_STATE[全部数据(读)]", + "name" : "默认用户权限-PAGE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_state/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_state.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" } }, { - "name" : "默认用户权限-VIEW_THEME_SETTING[我的主题设置(读写)]", + "name" : "默认用户权限-DICTIONARY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dictionary_data.json" } }, { - "name" : "默认用户权限-SPACE[普通用户(读写)]", + "name" : "默认用户权限-SYS_PERSON[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/USER_RW.json" + "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" + "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person.json" } }, { - "name" : "默认用户权限-TICKET[普通用户(读写)]", + "name" : "默认用户权限-PSSYSBICUBEMEASURE[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeMeasure/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeMeasure.json" } }, { - "name" : "默认用户权限-PRODUCT[管理员(读写)]", + "name" : "默认用户权限-DYNADASHBOARD[我的看板(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard.json" } }, { - "name" : "默认用户权限-TEST_CASE[操作用户(写)]", + "name" : "默认用户权限-TICKET[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-TICKET[特定用户(读写)]", + "name" : "默认用户权限-WORK_ITEM_WIZARD[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/CUSTOMER_USER_RW.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard.json" } }, { - "name" : "默认用户权限-PRODUCT[只读用户(读)]", + "name" : "默认用户权限-BASELINE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/baseline/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/baseline.json" } }, { - "name" : "默认用户权限-PORTFOLIO[普通用户(读写)]", + "name" : "默认用户权限-VIEW_THEME_SETTING[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting.json" } }, { - "name" : "默认用户权限-ACTIVITY[全部数据(读)]", + "name" : "默认用户权限-WORK_ITEM_TYPE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/activity/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_type/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/activity.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_type.json" } }, { - "name" : "默认用户权限-INSIGHT_VIEW[只读用户(读)]", + "name" : "默认用户权限-INSIGHT_VIEW[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" } }, { - "name" : "默认用户权限-LIBRARY[普通用户(读写)]", + "name" : "默认用户权限-PSDENOTIFY[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotify/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSDENotify.json" } }, { - "name" : "默认用户权限-PSSYSBIREPORT[全部数据(读写)]", + "name" : "默认用户权限-CATEGORY[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBIReport/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/category/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBIReport.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" } }, { - "name" : "默认用户权限-PSDEFIELD[操作用户(读)]", + "name" : "默认用户权限-PORTFOLIO[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSDEField/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSDEField.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" } }, { - "name" : "默认用户权限-PAGE[操作用户(读)]", + "name" : "默认用户权限-TEST_CASE[操作角色(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" } }, { - "name" : "默认用户权限-IDEA[普通用户(读写)]", + "name" : "默认用户权限-RECENT[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/recent/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/recent.json" } }, { - "name" : "默认用户权限-SYS_PERSON[普通用户(读写)]", + "name" : "默认用户权限-INSIGHT_VIEW[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSSYSMODELGROUPS/ibizsysmgr/PSMODULES/ibizsysmgr/PSDATAENTITIES/sys_person.json" + "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" } }, { - "name" : "默认用户权限-CATEGORY[我的类别(读写)]", + "name" : "默认用户权限-REVIEW_WIZARD[全部数据(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/category/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard/PSDEUSERROLES/ALL_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_wizard.json" } }, { - "name" : "默认用户权限-IDEA[只读用户(读)]", + "name" : "默认用户权限-POSITION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/position/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/position.json" } }, { - "name" : "默认用户权限-DELIVERABLE[操作用户(写)]", + "name" : "默认用户权限-DISCUSS_REPLY[我的回复(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/deliverable.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_reply.json" } }, { - "name" : "默认用户权限-WORK_ITEM[操作用户(读)]", + "name" : "默认用户权限-WORKLOAD[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" } }, { - "name" : "默认用户权限-PSSYSBICUBEMEASURE[全部数据(读写)]", + "name" : "默认用户权限-PORTFOLIO[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeMeasure/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/extension/PSDATAENTITIES/PSSysBICubeMeasure.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" } }, { - "name" : "默认用户权限-USER[当前用户(读写)]", + "name" : "默认用户权限-SPACE[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/user/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/user.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/space.json" } }, { - "name" : "默认用户权限-RECENT[普通用户(读写)]", + "name" : "默认用户权限-DISCUSS_POST[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/recent/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/recent.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post.json" } }, { - "name" : "默认用户权限-DISCUSS_POST[我的讨论(读写)]", + "name" : "默认用户权限-WORKLOAD_TYPE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload_type/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_post.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload_type.json" } }, { - "name" : "默认用户权限-DISCUSS_TOPIC[普通用户(读写)]", + "name" : "默认用户权限-IDEA[特定用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/CUSTOMER_USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-VERSION[全部数据(读)]", + "name" : "默认用户权限-PSAPPPORTLET[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/version/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSAppPortlet/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/version.json" + "path" : "PSMODULES/extension/PSDATAENTITIES/PSAppPortlet.json" } }, { - "name" : "默认用户权限-USER[全部数据(读)]", + "name" : "默认用户权限-TICKET[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/user/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/user.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-ORGANIZATION[全部数据(读)]", + "name" : "默认用户权限-RELEASE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/organization/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/organization.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release.json" } }, { - "name" : "默认用户权限-INSIGHT[全部数据(读)]", + "name" : "默认用户权限-GROUP[团队成员(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/insight/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/group/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/insight.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/group.json" } }, { - "name" : "默认用户权限-LOGIN_LOG[当前用户(读)]", + "name" : "默认用户权限-SECTION[我的分组(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/login_log/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/section/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/login_log.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/section.json" } }, { - "name" : "默认用户权限-PAGE[操作用户(写)]", + "name" : "默认用户权限-STENCIL[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/stencil/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/stencil.json" } }, { - "name" : "默认用户权限-INSIGHT_VIEW[管理员(读写)]", + "name" : "默认用户权限-IDEA[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Insight/PSDATAENTITIES/insight_view.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" } }, { - "name" : "默认用户权限-WORK_ITEM_TYPE[全部数据(读)]", + "name" : "默认用户权限-REVIEW_CONTENT[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_type/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_type.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" } }, { - "name" : "默认用户权限-WORKLOAD[操作用户(写)]", + "name" : "默认用户权限-WORKLOAD[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/workload/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/Base/PSDATAENTITIES/workload.json" } }, { - "name" : "默认用户权限-TICKET[操作用户(写)]", + "name" : "默认用户权限-PAGE[只读共享(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/SHARED_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" } }, { - "name" : "默认用户权限-SECTION[我的分组(读写)]", + "name" : "默认用户权限-SECTION[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/section/PSDEUSERROLES/USER_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/section/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/Base/PSDATAENTITIES/section.json" } }, { - "name" : "默认用户权限-POSITION[全部数据(读)]", + "name" : "默认用户权限-TICKET[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/position/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/position.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket.json" } }, { - "name" : "默认用户权限-REVIEW_CONTENT[全部数据(读)]", + "name" : "默认用户权限-LIBRARY[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/review_content.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/library.json" } }, { - "name" : "默认用户权限-RELEASE[操作用户(读)]", + "name" : "默认用户权限-PRODUCT[管理员(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/ADMIN_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/release.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" } }, { - "name" : "默认用户权限-BASELINE[操作用户(写)]", + "name" : "默认用户权限-VIEW_THEME_SETTING[我的主题设置(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/baseline/PSDEUSERROLES/USER_W.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/baseline.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/view_theme_setting.json" } }, { - "name" : "默认用户权限-DYNADASHBOARD[全部数据(读)]", + "name" : "默认用户权限-DEPARTMENT[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/department/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/dyna_dashboard.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/department.json" } }, { - "name" : "默认用户权限-TEST_CASE[操作角色(读)]", + "name" : "默认用户权限-PROJECT_TAG[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEUSERROLES/USER_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_tag/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_tag.json" } }, { - "name" : "默认用户权限-IDEA[特定用户(读写)]", + "name" : "默认用户权限-PAGE[操作用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea/PSDEUSERROLES/CUSTOMER_USER_RW.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/idea.json" + "path" : "PSMODULES/Wiki/PSDATAENTITIES/article_page.json" } }, { - "name" : "默认用户权限-WORK_ITEM_WIZARD_DETAIL[全部数据(读写)]", + "name" : "默认用户权限-TEST_CASE[操作用户(写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard_detail/PSDEUSERROLES/ALL_RW.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case/PSDEUSERROLES/USER_W.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/work_item_wizard_detail.json" + "path" : "PSMODULES/TestMgmt/PSDATAENTITIES/test_case.json" } }, { - "name" : "默认用户权限-CATEGORY[全部数据(读)]", + "name" : "默认用户权限-PROJECT_STATE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/category/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_state/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/category.json" + "path" : "PSMODULES/ProjMgmt/PSDATAENTITIES/project_state.json" } }, { - "name" : "默认用户权限-SHARED_SPACE[管理员(读写)]", + "name" : "默认用户权限-TICKET_TYPE[全部数据(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/shared_space/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type/PSDEUSERROLES/ALL_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Wiki/PSDATAENTITIES/shared_space.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/ticket_type.json" } }, { - "name" : "默认用户权限-PRODUCT[特定用户(读)]", + "name" : "默认用户权限-PRODUCT[普通用户(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/CUSTOMER_USER_R.json" + "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, "path" : "PSMODULES/ProdMgmt/PSDATAENTITIES/product.json" } }, { - "name" : "默认用户权限-DEPARTMENT[全部数据(读)]", + "name" : "默认用户权限-PORTFOLIO[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/department/PSDEUSERROLES/ALL_R.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/department.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" } }, { - "name" : "默认用户权限-DISCUSS_TOPIC[管理员(读写)]", + "name" : "默认用户权限-FAVORITE[我的收藏(读写)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/favorite/PSDEUSERROLES/USER_RW.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" + "path" : "PSMODULES/Base/PSDATAENTITIES/favorite.json" } }, { - "name" : "默认用户权限-PORTFOLIO[管理员(读写)]", + "name" : "默认用户权限-DISCUSS_TOPIC[只读用户(读)]", "getPSDEUserRole" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio/PSDEUSERROLES/ADMIN_RW.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic/PSDEUSERROLES/USER_R.json" }, "getPSDataEntity" : { "modelref" : true, - "path" : "PSMODULES/Base/PSDATAENTITIES/portfolio.json" + "path" : "PSMODULES/Team/PSDATAENTITIES/discuss_topic.json" } } ], "getPSSysUserRoleReses" : [ {